

: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);

    --i14zx: #1a73e8;
    --i15ih: #e84a1a;
    --i1nv: linear-gradient(135deg, var(--i14zx), #2d8ef5);
    --accent-glow: 0 8px 28px rgba(26, 115, 232, 0.25);

    --i3si: 'Barlow', 'Inter', system-ui, sans-serif;
    --i5e9:    'Barlow', 'Inter', system-ui, sans-serif;

    --i19u3: 68px;
    --i20xc: 48px;
    --i21ib: 34px;
    --fs-h4: 26px;
    --fs-h5: 20px;
    --i17s7: 18px;
    --fs-small: 16px;

    --i18ef:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --i6uz:   6px;
    --i7fw:   12px;
    --i8hl:   18px;
    --i9ln:   26px;
    --i4pq: 60px;

    --transition:      all 0.4s ease;
    --transition-slow: all 0.6s ease;

    --i10fv: 0 2px 10px rgba(26, 42, 74, 0.06);
    --i11xi: 0 8px 28px rgba(26, 42, 74, 0.10);
    --i12lw: 0 16px 50px rgba(26, 42, 74, 0.14);
    --i13hx: 0 28px 72px rgba(26, 42, 74, 0.18);

    --css_b61cx: 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(--i5e9);
    font-size: var(--i17s7);
    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(--i14zx); transition: var(--transition); }
a:hover { color: var(--i15ih); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--i14zx); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--i3si);
    font-weight: var(--i18ef);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}
h1 { font-size: var(--i19u3); }
h2 { font-size: var(--i20xc); }
h3 { font-size: var(--i21ib); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }
p  { margin-bottom: 18px; color: var(--text-secondary); }

.text-gradient {
    background: var(--i1nv);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-accent   { color: var(--i14zx); }
.text-accent-2 { color: var(--i15ih); }
.text-dark     { color: var(--text-primary); }
.css_wfb55 { color: var(--text-muted); }

.css_b61cx    { padding: var(--css_b61cx); position: relative; }
.css_b61cx-sm { padding: 60px 0; }
.css_b61cx-lg { padding: 130px 0; }
.css_b61cx > .container { position: relative; z-index: 1; }
.css_i1noy  { background-color: var(--bg-primary); }
.css_hju4y { background-color: var(--bg-secondary); }
.bg-card            { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--i1nv); color: #fff; }
.css_c55qi    { background-color: var(--bg-dark); }

.css_c55qi h1, .css_c55qi h2, .css_c55qi h3,
.css_c55qi h4, .css_c55qi h5, .css_c55qi h6 { color: #fff; }
.css_c55qi p, .css_c55qi li, .css_c55qi span:not(.badge) { color: rgba(255,255,255,0.78); }
.css_c55qi a:not(.css_oefox) { color: rgba(255,255,255,0.85); }
.css_c55qi a:not(.css_oefox):hover { color: #fff; }
.css_c55qi .css_w3tro { color: #fff; }
.css_c55qi .css_n2ykh  { 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 .css_w3tro { color: #fff; }
.bg-gradient-custom .css_n2ykh  { 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}

.css_tlwfb {
    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;
}
.css_tlwfb.loaded { opacity: 0; visibility: hidden; }
.css_fd9pc  { display: flex; gap: 10px; }
.css_d53pm {
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--i14zx);
    animation: preloadBounce 1.4s ease-in-out infinite both;
}
.css_d53pm:nth-child(1) { animation-delay: -0.32s; }
.css_d53pm:nth-child(2) { animation-delay: -0.16s; background: var(--i15ih); }
.css_d53pm:nth-child(3) { animation-delay: 0; }

@keyframes preloadBounce {
    0%, 80%, 100% { transform: scale(0.6); }
    40%           { transform: scale(1); }
}

.css_oefox {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 15px 36px;
    font-family: var(--i3si);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--i4pq);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.css_ivxmj {
    background: var(--i14zx);
    color: #fff; border-color: var(--i14zx);
    box-shadow: var(--accent-glow);
}
.css_ivxmj:hover {
    background: #0d5cc7;
    border-color: #0d5cc7;
    color: #fff;
    transform: translateY(-3px);
}

.css_s225z {
    background: transparent;
    color: var(--i14zx);
    border-color: var(--i14zx);
}
.css_s225z:hover {
    background: var(--i14zx);
    color: #fff;
    transform: translateY(-3px);
}

.btn-accent-2 {
    background: var(--i15ih);
    color: #fff; border-color: var(--i15ih);
}
.btn-accent-2:hover {
    background: #c73a10; border-color: #c73a10; color: #fff;
    transform: translateY(-3px);
}

.btn-link-custom {
    background: none; border: none;
    color: var(--i14zx); 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(--i15ih); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.css_z6a50 {
    position: fixed; top: 0; left: 0;
    width: 100%; z-index: 1000;
    transition: var(--transition);
    background: transparent;
}
.css_z6a50.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(--i15ih); }

.css_grn67 {
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.css_zkwn9 {
    font-family: var(--i3si);
    font-size: 28px; font-weight: var(--i18ef);
    color: var(--text-primary);
}
.css_zkwn9:hover { color: var(--text-primary); }
.css_zkwn9 img { height: 52px; width: auto; }

.css_zo0oy { display: flex; align-items: center; gap: 36px; }
.css_zo0oy .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
.css_zo0oy .nav-link::after {
    content: '';
    position: absolute; bottom: -2px; left: 0;
    width: 0; height: 3px;
    background: var(--i14zx);
    border-radius: 2px;
    transition: width 0.3s ease;
}
.css_zo0oy .nav-link:hover,
.css_zo0oy .nav-link.active { color: var(--i14zx); }
.css_zo0oy .nav-link:hover::after,
.css_zo0oy .nav-link.active::after { width: 100%; }

.css_i590h { margin-left: 12px; }

.css_t6tzu, .css_own4l { display: flex; align-items: center; gap: 28px; }
.css_t6tzu .nav-link, .css_own4l .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small); font-weight: var(--fw-medium); padding: 6px 0;
}
.css_t6tzu .nav-link:hover, .css_own4l .nav-link:hover { color: var(--i14zx); }

.css_nm3mh {
    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(--i7fw); cursor: pointer; padding: 0; gap: 5px;
}
.css_nm3mh .css_br0sj {
    display: block; width: 20px; height: 2px;
    background: var(--text-primary); border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.css_nm3mh.active .css_br0sj:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.css_nm3mh.active .css_br0sj:nth-child(2) { opacity: 0; }
.css_nm3mh.active .css_br0sj:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.css_wlvve {
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 100px;
    background: var(--bg-dark);
}
.css_wlvve .hero-bg {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover; opacity: 0.35;
}
.css_wlvve .css_d0l6z {
    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);
}

.css_wlvve::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); }
}

.css_adawv { position: relative; z-index: 2; }
.css_vlc1p   { position: relative; z-index: 2; }
.css_vlc1p img { border-radius: var(--i8hl); box-shadow: var(--i13hx); }

.css_cswyv {
    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(--i4pq);
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 22px;
}
.css_xjt4m {
    font-size: var(--i19u3); font-weight: var(--i18ef);
    color: #fff; line-height: 1.1; margin-bottom: 20px;
}
.css_gqb6s {
    font-size: 18px; color: rgba(255,255,255,0.75);
    max-width: 560px; margin-bottom: 36px; line-height: 1.75;
}
.css_is9fl { display: flex; flex-wrap: wrap; gap: 14px; }

.css_ukzcj { margin-bottom: 52px; }
.css_ukzcj.text-center { text-align: center; }
.css_ukzcj.text-center .css_vu8zx { max-width: 620px; margin: 0 auto; }

.css_bxj6m {
    display: inline-block;
    font-size: 14px; font-weight: var(--fw-semibold);
    color: var(--i14zx);
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 12px;
}
.css_s5cn6 {
    font-size: var(--i20xc); font-weight: var(--i18ef);
    color: var(--text-primary); line-height: 1.15; margin-bottom: 16px;
}
.css_vu8zx { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.75; }

.css_enlvt {
    background: var(--bg-card);
    border-radius: var(--i7fw);
    padding: 36px 30px;
    box-shadow: var(--i10fv);
    border: 1px solid var(--border-light);
    transition: var(--transition);
    height: 100%;
}
.css_enlvt:hover {
    box-shadow: var(--i12lw);
    transform: translateY(-8px);
    border-color: var(--i14zx);
}
.css_bqtha {
    width: 70px; height: 70px;
    background: rgba(26,115,232,0.08);
    border-radius: var(--i7fw);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 22px; transition: var(--transition);
}
.css_bqtha i, .css_bqtha svg { color: var(--i14zx); font-size: 30px; }
.css_enlvt:hover .css_bqtha { background: var(--i14zx); }
.css_enlvt:hover .css_bqtha i, .css_enlvt:hover .css_bqtha svg { color: #fff; }
.css_uprwm { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 12px; }
.css_lc1mo  { font-size: var(--fs-small); color: var(--text-secondary); }

.css_enlvt-horizontal {
    display: flex; align-items: flex-start; gap: 20px;
    padding: 24px; background: var(--bg-card);
    border-radius: var(--i7fw); border-left: 4px solid var(--i14zx);
    box-shadow: var(--i10fv); transition: var(--transition);
}
.css_enlvt-horizontal:hover { box-shadow: var(--i11xi); transform: translateX(6px); }
.css_enlvt-horizontal .css_bqtha { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main  { border-radius: var(--i8hl); box-shadow: var(--i12lw); }
.about-image .img-small {
    position: absolute; bottom: 20px; left: -30px;
    width: 42%; border-radius: var(--i7fw);
    box-shadow: var(--i11xi); border: 4px solid #fff;
}
.experience-badge {
    position: absolute; bottom: 20px; right: -20px;
    background: var(--i14zx); color: #fff;
    padding: 22px 26px; border-radius: var(--i7fw);
    text-align: center; box-shadow: var(--i11xi); z-index: 2;
}
.experience-badge .badge-number {
    font-family: var(--i3si); font-size: 44px;
    font-weight: var(--i18ef); 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(--i14zx); margin-top: 4px; flex-shrink: 0; }

.css_r0tot {
    background: var(--bg-card); border-radius: var(--i7fw);
    overflow: hidden; box-shadow: var(--i10fv);
    transition: var(--transition); height: 100%;
}
.css_r0tot:hover { box-shadow: var(--i12lw); transform: translateY(-8px); }
.css_r0tot .css_n20sw { position: relative; overflow: hidden; height: 230px; }
.css_r0tot .css_n20sw img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.css_r0tot:hover .css_n20sw img { transform: scale(1.08); }
.css_r0tot .card-tag {
    position: absolute; top: 16px; left: 16px;
    background: var(--i14zx); color: #fff;
    font-size: 12px; font-weight: var(--fw-semibold);
    padding: 5px 14px; border-radius: var(--i4pq);
    text-transform: uppercase; letter-spacing: 0.5px;
}
.css_r0tot .card-icon-corner {
    position: absolute; bottom: 14px; right: 14px;
    width: 48px; height: 48px;
    background: var(--i15ih);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 22px;
}
.css_r0tot .card-body  { padding: 26px; }
.css_r0tot .card-title { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
.css_r0tot .card-text  { font-size: 15px; color: var(--text-secondary); margin-bottom: 18px; }
.css_r0tot .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(--i3si);
    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(--i14zx); }
.tabs-nav .tab-btn.active {
    color: var(--i14zx);
    border-bottom-color: var(--i14zx);
}

.css_nid6q { background: var(--bg-dark); padding: var(--css_b61cx); }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 50px; color: var(--i15ih); margin-bottom: 12px; display: block; }
.css_w3tro {
    font-family: var(--i3si); font-size: 54px;
    font-weight: var(--i18ef); color: #fff;
    line-height: 1; display: block; margin-bottom: 8px;
}
.css_n2ykh { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.55); }

.css_phyxc {
    background: var(--bg-card); border-radius: var(--i8hl);
    padding: 38px; box-shadow: var(--i10fv);
    border: 1px solid var(--border-light);
    transition: var(--transition); height: 100%;
}
.css_phyxc:hover { box-shadow: var(--i11xi); }
.quote-icon   { color: var(--i14zx); font-size: 38px; margin-bottom: 18px; display: block; }
.css_gnjd7   { font-style: italic; color: var(--text-secondary); line-height: 1.75; margin-bottom: 26px; font-size: 16px; }
.css_phyxc .author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--border-light); }
.css_alckx { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid var(--i14zx); flex-shrink: 0; }
.css_fo1dc  { font-weight: var(--fw-semibold); color: var(--text-primary); font-size: 16px; }
.css_nyvmd  { 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(--i7fw);
    padding: 32px 26px; box-shadow: var(--i10fv);
    border: 1px solid var(--border-light);
    transition: var(--transition); height: 100%; position: relative;
}
.process-item:hover { box-shadow: var(--i12lw); transform: translateY(-8px); border-color: var(--i14zx); }
.css_hi5wf {
    font-family: var(--i3si); font-size: 64px;
    font-weight: var(--i18ef); color: var(--i14zx);
    opacity: 0.15; position: absolute; top: 10px; right: 18px; line-height: 1;
}
.step-icon  { font-size: 42px; color: var(--i14zx); margin-bottom: 16px; display: block; }
.css_fewoz { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
.step-text  { font-size: 15px; color: var(--text-secondary); }

.css_x6gna {
    background: var(--bg-card); border-radius: var(--i8hl);
    overflow: hidden; box-shadow: var(--i10fv);
    transition: var(--transition); text-align: center;
}
.css_x6gna:hover { box-shadow: var(--i11xi); transform: translateY(-6px); }
.css_x6gna .css_gztfc { position: relative; overflow: hidden; height: 270px; }
.css_x6gna .css_gztfc img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_x6gna:hover .css_gztfc img { transform: scale(1.06); }
.css_x6gna .team-body { padding: 22px; }
.css_snnt6 { font-size: 19px; font-weight: var(--fw-semibold); margin-bottom: 4px; }
.css_y89w3 { font-size: 14px; color: var(--i14zx); 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(--i14zx); color: #fff; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--i7fw); }
.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; }

.css_af08h {
    background: var(--bg-card); border-radius: var(--i8hl);
    overflow: hidden; box-shadow: var(--i10fv);
    transition: var(--transition); height: 100%;
}
.css_af08h:hover { box-shadow: var(--i11xi); transform: translateY(-6px); }
.css_af08h .css_n20sw { height: 220px; overflow: hidden; }
.css_af08h .css_n20sw img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_af08h:hover .css_n20sw img { transform: scale(1.07); }
.css_af08h .card-body { padding: 26px; }
.css_oivae  { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.css_af08h .card-title { font-size: 19px; font-weight: var(--fw-semibold); margin-bottom: 10px; line-height: 1.4; }
.css_af08h .card-text  { font-size: 15px; color: var(--text-secondary); }

.css_plq91 {
    background: var(--bg-card); border: 2px solid var(--border-color);
    border-radius: var(--i8hl); padding: 38px 34px;
    transition: var(--transition); position: relative;
    overflow: hidden; height: 100%;
}
.css_plq91.featured { border-color: var(--i14zx); box-shadow: var(--accent-glow); }
.css_plq91:hover { border-color: var(--i14zx); box-shadow: var(--i11xi); transform: translateY(-6px); }
.css_fx7pe   { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.css_cdwmz  { font-size: 52px; font-weight: var(--i18ef); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 15px; color: var(--text-muted); margin-bottom: 26px; }
.css_y329h { list-style: none; padding: 0; margin: 0 0 30px; }
.css_y329h 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);
}
.css_y329h li:last-child { border-bottom: none; }
.css_y329h li i { color: var(--i14zx); font-size: 13px; flex-shrink: 0; }
.css_y329h li.disabled { color: var(--text-muted); text-decoration: line-through; }
.css_y329h li.disabled i { color: var(--border-color); }
.pricing-badge {
    position: absolute; top: -1px; right: 26px;
    background: var(--i14zx); color: #fff;
    font-size: 11px; font-weight: var(--fw-semibold);
    padding: 6px 14px;
    border-radius: 0 0 var(--i6uz) var(--i6uz);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.faq-section .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: var(--i7fw) !important;
    margin-bottom: 12px; overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--i3si); font-weight: var(--fw-semibold);
    color: var(--text-primary); background: var(--bg-card); font-size: 18px;
}
.faq-section .accordion-button:not(.collapsed) { color: var(--i14zx); 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; }

.css_b355w {
    background: var(--i1nv);
    padding: var(--css_b61cx);
    position: relative; overflow: hidden; text-align: center;
}
.css_b355w::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; }
.css_ng2fr { font-size: var(--i20xc); font-weight: var(--i18ef); color: #fff; margin-bottom: 16px; }
.css_w3xkv  { 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(--i4pq); font-family: var(--i5e9);
    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(--i14zx); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.css_gbev9 .form-control {
    border: 2px solid var(--border-color); border-radius: var(--i7fw);
    padding: 14px 20px; font-family: var(--i5e9); font-size: var(--fs-small);
    color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease;
}
.css_gbev9 .form-control:focus { outline: none; box-shadow: none; border-color: var(--i14zx); }
.css_gbev9 label { font-weight: var(--fw-medium); color: var(--text-primary); margin-bottom: 6px; font-size: 16px; }
.css_gbev9 .form-control::placeholder { color: var(--text-muted); }

.css_dje32 { background: var(--footer-dark-bg); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
.css_btz8l { margin-bottom: 40px; }
.css_ptiyx {
    font-family: var(--i3si); font-size: 18px;
    font-weight: var(--fw-semibold); color: #fff;
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 2px solid var(--i14zx); width: max-content;
}
.css_gk4t1 { list-style: none; padding: 0; }
.css_gk4t1 li { margin-bottom: 10px; }
.css_gk4t1 a {
    color: rgba(255,255,255,0.65); font-size: 15px;
    transition: var(--transition); display: flex; align-items: center; gap: 8px;
}
.css_gk4t1 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(--i15ih); margin-top: 2px; flex-shrink: 0; }
.css_fa2gv { display: flex; gap: 10px; margin-top: 20px; }
.css_fa2gv 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);
}
.css_fa2gv a:hover { background: var(--i14zx); border-color: var(--i14zx); color: #fff; }
.css_zhdqk {
    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);
}

.css_zo6do {
    position: fixed; bottom: 30px; right: 30px;
    width: 46px; height: 46px; background: var(--i14zx); color: #fff;
    border: none; border-radius: var(--i4pq);
    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;
}
.css_zo6do.visible { opacity: 1; visibility: visible; }
.css_zo6do:hover { background: var(--i15ih); 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(--i3si); 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(--i14zx); font-size: 18px; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 60px; height: 3px; background: var(--i1nv); border-radius: 2px; margin: 16px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge {
    font-family: var(--i3si); font-size: 80px;
    font-weight: var(--i18ef); color: transparent;
    -webkit-text-stroke: 2px var(--i14zx); line-height: 1; opacity: 0.15;
}
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px var(--text-primary); }

@media (max-width: 1199px) {
    :root { --i19u3: 54px; --i20xc: 40px; --i21ib: 30px; }
}
@media (max-width: 991px) {
    :root { --i19u3: 44px; --i20xc: 34px; --css_b61cx: 80px 0; }
    .css_zo0oy { display: none; }
    .css_nm3mh { display: flex; }
    .about-image .img-small { display: none; }
    .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --i19u3: 36px; --i20xc: 28px; --css_b61cx: 60px 0; }
    .css_xjt4m { font-size: 32px; }
    .css_is9fl { flex-direction: column; }
    .css_is9fl .css_oefox { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] { width: 100%; }
    .css_w3tro { font-size: 44px; }
    .tabs-nav { flex-wrap: wrap; }
}

.css_c55qi .css_cswyv { color: #fff; }
.css_c55qi .css_bxj6m { color: var(--i14zx); }
.css_c55qi .css_wfb55 { color: rgba(255,255,255,0.55); }
.css_c55qi .css_gk4t1 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.css_c55qi .css_gk4t1 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(--i14zx) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
