

: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);

    --d14gi: #1a73e8;
    --d15hb: #e84a1a;
    --d1kf: linear-gradient(135deg, var(--d14gi), #2d8ef5);
    --accent-glow: 0 8px 28px rgba(26, 115, 232, 0.25);

    --d3hh: 'Barlow', 'Inter', system-ui, sans-serif;
    --d5qm:    'Barlow', 'Inter', system-ui, sans-serif;

    --d19jj: 68px;
    --d206d: 48px;
    --d218s: 34px;
    --fs-h4: 26px;
    --fs-h5: 20px;
    --d17iq: 18px;
    --fs-small: 16px;

    --d18la:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --d66y:   6px;
    --d7o3:   12px;
    --d8kf:   18px;
    --d9z5:   26px;
    --d4bx: 60px;

    --transition:      all 0.4s ease;
    --transition-slow: all 0.6s ease;

    --d10vu: 0 2px 10px rgba(26, 42, 74, 0.06);
    --d115x: 0 8px 28px rgba(26, 42, 74, 0.10);
    --d12dj: 0 16px 50px rgba(26, 42, 74, 0.14);
    --d13cq: 0 28px 72px rgba(26, 42, 74, 0.18);

    --_5koohj: 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(--d5qm);
    font-size: var(--d17iq);
    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(--d14gi); transition: var(--transition); }
a:hover { color: var(--d15hb); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--d14gi); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--d3hh);
    font-weight: var(--d18la);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}
h1 { font-size: var(--d19jj); }
h2 { font-size: var(--d206d); }
h3 { font-size: var(--d218s); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }
p  { margin-bottom: 18px; color: var(--text-secondary); }

.text-gradient {
    background: var(--d1kf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-accent   { color: var(--d14gi); }
.text-accent-2 { color: var(--d15hb); }
.text-dark     { color: var(--text-primary); }
._5g5s9 { color: var(--text-muted); }

._5koohj    { padding: var(--_5koohj); position: relative; }
._5koohj-sm { padding: 60px 0; }
._5koohj-lg { padding: 130px 0; }
._5koohj > .container { position: relative; z-index: 1; }
._agtem6o  { background-color: var(--bg-primary); }
._cj2wgmb { background-color: var(--bg-secondary); }
.bg-card            { background-color: var(--bg-card); }
.bg-gradient-custom { background: var(--d1kf); color: #fff; }
._kzy37p    { background-color: var(--bg-dark); }

._kzy37p h1, ._kzy37p h2, ._kzy37p h3,
._kzy37p h4, ._kzy37p h5, ._kzy37p h6 { color: #fff; }
._kzy37p p, ._kzy37p li, ._kzy37p span:not(.badge) { color: rgba(255,255,255,0.78); }
._kzy37p a:not(._8kkmm7) { color: rgba(255,255,255,0.85); }
._kzy37p a:not(._8kkmm7):hover { color: #fff; }
._kzy37p ._ixjomh { color: #fff; }
._kzy37p ._rnxpgbl  { 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 ._ixjomh { color: #fff; }
.bg-gradient-custom ._rnxpgbl  { 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}

._884n1m {
    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;
}
._884n1m.loaded { opacity: 0; visibility: hidden; }
._vngea  { display: flex; gap: 10px; }
._y10ub {
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--d14gi);
    animation: preloadBounce 1.4s ease-in-out infinite both;
}
._y10ub:nth-child(1) { animation-delay: -0.32s; }
._y10ub:nth-child(2) { animation-delay: -0.16s; background: var(--d15hb); }
._y10ub:nth-child(3) { animation-delay: 0; }

@keyframes preloadBounce {
    0%, 80%, 100% { transform: scale(0.6); }
    40%           { transform: scale(1); }
}

._8kkmm7 {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 15px 36px;
    font-family: var(--d3hh);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    border-radius: var(--d4bx);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

._9ycxgmx {
    background: var(--d14gi);
    color: #fff; border-color: var(--d14gi);
    box-shadow: var(--accent-glow);
}
._9ycxgmx:hover {
    background: #0d5cc7;
    border-color: #0d5cc7;
    color: #fff;
    transform: translateY(-3px);
}

._8flnj {
    background: transparent;
    color: var(--d14gi);
    border-color: var(--d14gi);
}
._8flnj:hover {
    background: var(--d14gi);
    color: #fff;
    transform: translateY(-3px);
}

.btn-accent-2 {
    background: var(--d15hb);
    color: #fff; border-color: var(--d15hb);
}
.btn-accent-2:hover {
    background: #c73a10; border-color: #c73a10; color: #fff;
    transform: translateY(-3px);
}

.btn-link-custom {
    background: none; border: none;
    color: var(--d14gi); 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(--d15hb); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._hjjzpw {
    position: fixed; top: 0; left: 0;
    width: 100%; z-index: 1000;
    transition: var(--transition);
    background: transparent;
}
._hjjzpw.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(--d15hb); }

._x6sohm4 {
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

._kt5xwk3 {
    font-family: var(--d3hh);
    font-size: 28px; font-weight: var(--d18la);
    color: var(--text-primary);
}
._kt5xwk3:hover { color: var(--text-primary); }
._kt5xwk3 img { height: 52px; width: auto; }

._qqv7k5q { display: flex; align-items: center; gap: 36px; }
._qqv7k5q .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-medium);
    padding: 6px 0;
    position: relative;
}
._qqv7k5q .nav-link::after {
    content: '';
    position: absolute; bottom: -2px; left: 0;
    width: 0; height: 3px;
    background: var(--d14gi);
    border-radius: 2px;
    transition: width 0.3s ease;
}
._qqv7k5q .nav-link:hover,
._qqv7k5q .nav-link.active { color: var(--d14gi); }
._qqv7k5q .nav-link:hover::after,
._qqv7k5q .nav-link.active::after { width: 100%; }

._lknjuh8 { margin-left: 12px; }

._28fhx, ._8ql1e8 { display: flex; align-items: center; gap: 28px; }
._28fhx .nav-link, ._8ql1e8 .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small); font-weight: var(--fw-medium); padding: 6px 0;
}
._28fhx .nav-link:hover, ._8ql1e8 .nav-link:hover { color: var(--d14gi); }

._p17hu1d {
    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(--d7o3); cursor: pointer; padding: 0; gap: 5px;
}
._p17hu1d ._oznqe {
    display: block; width: 20px; height: 2px;
    background: var(--text-primary); border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
._p17hu1d.active ._oznqe:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._p17hu1d.active ._oznqe:nth-child(2) { opacity: 0; }
._p17hu1d.active ._oznqe:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

._jho2rlu {
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 100px;
    background: var(--bg-dark);
}
._jho2rlu .hero-bg {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover; opacity: 0.35;
}
._jho2rlu ._kk5t2p {
    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);
}

._jho2rlu::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); }
}

._z4ljo { position: relative; z-index: 2; }
._qdt4np   { position: relative; z-index: 2; }
._qdt4np img { border-radius: var(--d8kf); box-shadow: var(--d13cq); }

._8vqxl7e {
    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(--d4bx);
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 22px;
}
._4qfo71y {
    font-size: var(--d19jj); font-weight: var(--d18la);
    color: #fff; line-height: 1.1; margin-bottom: 20px;
}
._jzrlr {
    font-size: 18px; color: rgba(255,255,255,0.75);
    max-width: 560px; margin-bottom: 36px; line-height: 1.75;
}
._ohw9t0v { display: flex; flex-wrap: wrap; gap: 14px; }

._w6imyg { margin-bottom: 52px; }
._w6imyg.text-center { text-align: center; }
._w6imyg.text-center ._uuonwmu { max-width: 620px; margin: 0 auto; }

._1sfg0e {
    display: inline-block;
    font-size: 14px; font-weight: var(--fw-semibold);
    color: var(--d14gi);
    text-transform: uppercase; letter-spacing: 2px;
    margin-bottom: 12px;
}
._ndvwvtp {
    font-size: var(--d206d); font-weight: var(--d18la);
    color: var(--text-primary); line-height: 1.15; margin-bottom: 16px;
}
._uuonwmu { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.75; }

._gye7s {
    background: var(--bg-card);
    border-radius: var(--d7o3);
    padding: 36px 30px;
    box-shadow: var(--d10vu);
    border: 1px solid var(--border-light);
    transition: var(--transition);
    height: 100%;
}
._gye7s:hover {
    box-shadow: var(--d12dj);
    transform: translateY(-8px);
    border-color: var(--d14gi);
}
._8v82g {
    width: 70px; height: 70px;
    background: rgba(26,115,232,0.08);
    border-radius: var(--d7o3);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 22px; transition: var(--transition);
}
._8v82g i, ._8v82g svg { color: var(--d14gi); font-size: 30px; }
._gye7s:hover ._8v82g { background: var(--d14gi); }
._gye7s:hover ._8v82g i, ._gye7s:hover ._8v82g svg { color: #fff; }
._7eehe7u { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 12px; }
._tspqb  { font-size: var(--fs-small); color: var(--text-secondary); }

._gye7s-horizontal {
    display: flex; align-items: flex-start; gap: 20px;
    padding: 24px; background: var(--bg-card);
    border-radius: var(--d7o3); border-left: 4px solid var(--d14gi);
    box-shadow: var(--d10vu); transition: var(--transition);
}
._gye7s-horizontal:hover { box-shadow: var(--d115x); transform: translateX(6px); }
._gye7s-horizontal ._8v82g { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main  { border-radius: var(--d8kf); box-shadow: var(--d12dj); }
.about-image .img-small {
    position: absolute; bottom: 20px; left: -30px;
    width: 42%; border-radius: var(--d7o3);
    box-shadow: var(--d115x); border: 4px solid #fff;
}
.experience-badge {
    position: absolute; bottom: 20px; right: -20px;
    background: var(--d14gi); color: #fff;
    padding: 22px 26px; border-radius: var(--d7o3);
    text-align: center; box-shadow: var(--d115x); z-index: 2;
}
.experience-badge .badge-number {
    font-family: var(--d3hh); font-size: 44px;
    font-weight: var(--d18la); 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(--d14gi); margin-top: 4px; flex-shrink: 0; }

._xqjkfy {
    background: var(--bg-card); border-radius: var(--d7o3);
    overflow: hidden; box-shadow: var(--d10vu);
    transition: var(--transition); height: 100%;
}
._xqjkfy:hover { box-shadow: var(--d12dj); transform: translateY(-8px); }
._xqjkfy ._3fc42 { position: relative; overflow: hidden; height: 230px; }
._xqjkfy ._3fc42 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
._xqjkfy:hover ._3fc42 img { transform: scale(1.08); }
._xqjkfy .card-tag {
    position: absolute; top: 16px; left: 16px;
    background: var(--d14gi); color: #fff;
    font-size: 12px; font-weight: var(--fw-semibold);
    padding: 5px 14px; border-radius: var(--d4bx);
    text-transform: uppercase; letter-spacing: 0.5px;
}
._xqjkfy .card-icon-corner {
    position: absolute; bottom: 14px; right: 14px;
    width: 48px; height: 48px;
    background: var(--d15hb);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 22px;
}
._xqjkfy .card-body  { padding: 26px; }
._xqjkfy .card-title { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
._xqjkfy .card-text  { font-size: 15px; color: var(--text-secondary); margin-bottom: 18px; }
._xqjkfy .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(--d3hh);
    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(--d14gi); }
.tabs-nav .tab-btn.active {
    color: var(--d14gi);
    border-bottom-color: var(--d14gi);
}

._p8ia83n { background: var(--bg-dark); padding: var(--_5koohj); }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 50px; color: var(--d15hb); margin-bottom: 12px; display: block; }
._ixjomh {
    font-family: var(--d3hh); font-size: 54px;
    font-weight: var(--d18la); color: #fff;
    line-height: 1; display: block; margin-bottom: 8px;
}
._rnxpgbl { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.55); }

.skills-section { position: relative; }
.skill-item { margin-bottom: 28px; }
.skill-header {
    display: flex; justify-content: space-between;
    margin-bottom: 8px;
}
.skill-name  { font-weight: var(--fw-semibold); font-size: 16px; color: var(--text-primary); }
.skill-value { font-weight: var(--d18la); font-size: 16px; color: var(--d14gi); }
.skill-bar   { height: 8px; background: var(--border-color); border-radius: var(--d4bx); overflow: hidden; }
.skill-fill  {
    height: 100%;
    background: linear-gradient(to right, var(--d14gi), #2d8ef5);
    border-radius: var(--d4bx);
    transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

._nls91 {
    background: var(--bg-card); border-radius: var(--d8kf);
    padding: 38px; box-shadow: var(--d10vu);
    border: 1px solid var(--border-light);
    transition: var(--transition); height: 100%;
}
._nls91:hover { box-shadow: var(--d115x); }
.quote-icon   { color: var(--d14gi); font-size: 38px; margin-bottom: 18px; display: block; }
._zj0ojv   { font-style: italic; color: var(--text-secondary); line-height: 1.75; margin-bottom: 26px; font-size: 16px; }
._nls91 .author { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--border-light); }
._cm0qxo { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid var(--d14gi); flex-shrink: 0; }
._dt4te  { font-weight: var(--fw-semibold); color: var(--text-primary); font-size: 16px; }
._pfsfx3o  { 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(--d7o3);
    padding: 32px 26px; box-shadow: var(--d10vu);
    border: 1px solid var(--border-light);
    transition: var(--transition); height: 100%; position: relative;
}
.process-item:hover { box-shadow: var(--d12dj); transform: translateY(-8px); border-color: var(--d14gi); }
._uddjjnl {
    font-family: var(--d3hh); font-size: 64px;
    font-weight: var(--d18la); color: var(--d14gi);
    opacity: 0.15; position: absolute; top: 10px; right: 18px; line-height: 1;
}
.step-icon  { font-size: 42px; color: var(--d14gi); margin-bottom: 16px; display: block; }
._f25b3w { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
.step-text  { font-size: 15px; color: var(--text-secondary); }

._c00ovjf {
    background: var(--bg-card); border-radius: var(--d8kf);
    overflow: hidden; box-shadow: var(--d10vu);
    transition: var(--transition); text-align: center;
}
._c00ovjf:hover { box-shadow: var(--d115x); transform: translateY(-6px); }
._c00ovjf ._d4jxel2 { position: relative; overflow: hidden; height: 270px; }
._c00ovjf ._d4jxel2 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
._c00ovjf:hover ._d4jxel2 img { transform: scale(1.06); }
._c00ovjf .team-body { padding: 22px; }
._7292a { font-size: 19px; font-weight: var(--fw-semibold); margin-bottom: 4px; }
._804ik { font-size: 14px; color: var(--d14gi); 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(--d14gi); color: #fff; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--d7o3); }
.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; }

._hcpud3z {
    background: var(--bg-card); border-radius: var(--d8kf);
    overflow: hidden; box-shadow: var(--d10vu);
    transition: var(--transition); height: 100%;
}
._hcpud3z:hover { box-shadow: var(--d115x); transform: translateY(-6px); }
._hcpud3z ._3fc42 { height: 220px; overflow: hidden; }
._hcpud3z ._3fc42 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
._hcpud3z:hover ._3fc42 img { transform: scale(1.07); }
._hcpud3z .card-body { padding: 26px; }
._9ozoxx  { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
._hcpud3z .card-title { font-size: 19px; font-weight: var(--fw-semibold); margin-bottom: 10px; line-height: 1.4; }
._hcpud3z .card-text  { font-size: 15px; color: var(--text-secondary); }

._9chq0 {
    background: var(--bg-card); border: 2px solid var(--border-color);
    border-radius: var(--d8kf); padding: 38px 34px;
    transition: var(--transition); position: relative;
    overflow: hidden; height: 100%;
}
._9chq0.featured { border-color: var(--d14gi); box-shadow: var(--accent-glow); }
._9chq0:hover { border-color: var(--d14gi); box-shadow: var(--d115x); transform: translateY(-6px); }
._iogi7u   { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
._z3tyyad  { font-size: 52px; font-weight: var(--d18la); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 15px; color: var(--text-muted); margin-bottom: 26px; }
._6fve69 { list-style: none; padding: 0; margin: 0 0 30px; }
._6fve69 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);
}
._6fve69 li:last-child { border-bottom: none; }
._6fve69 li i { color: var(--d14gi); font-size: 13px; flex-shrink: 0; }
._6fve69 li.disabled { color: var(--text-muted); text-decoration: line-through; }
._6fve69 li.disabled i { color: var(--border-color); }
.pricing-badge {
    position: absolute; top: -1px; right: 26px;
    background: var(--d14gi); color: #fff;
    font-size: 11px; font-weight: var(--fw-semibold);
    padding: 6px 14px;
    border-radius: 0 0 var(--d66y) var(--d66y);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.faq-section .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: var(--d7o3) !important;
    margin-bottom: 12px; overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--d3hh); font-weight: var(--fw-semibold);
    color: var(--text-primary); background: var(--bg-card); font-size: 18px;
}
.faq-section .accordion-button:not(.collapsed) { color: var(--d14gi); 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; }

._sbrjh {
    background: var(--d1kf);
    padding: var(--_5koohj);
    position: relative; overflow: hidden; text-align: center;
}
._sbrjh::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; }
._hu1fjpk { font-size: var(--d206d); font-weight: var(--d18la); color: #fff; margin-bottom: 16px; }
._lg13q2u  { 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(--d4bx); font-family: var(--d5qm);
    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(--d14gi); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

._ivnhp8k .form-control {
    border: 2px solid var(--border-color); border-radius: var(--d7o3);
    padding: 14px 20px; font-family: var(--d5qm); font-size: var(--fs-small);
    color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease;
}
._ivnhp8k .form-control:focus { outline: none; box-shadow: none; border-color: var(--d14gi); }
._ivnhp8k label { font-weight: var(--fw-medium); color: var(--text-primary); margin-bottom: 6px; font-size: 16px; }
._ivnhp8k .form-control::placeholder { color: var(--text-muted); }

._7iavv { background: var(--footer-dark-bg); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
._rb4z6w { margin-bottom: 40px; }
._ao06dn {
    font-family: var(--d3hh); font-size: 18px;
    font-weight: var(--fw-semibold); color: #fff;
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 2px solid var(--d14gi); width: max-content;
}
._vfyhm9 { list-style: none; padding: 0; }
._vfyhm9 li { margin-bottom: 10px; }
._vfyhm9 a {
    color: rgba(255,255,255,0.65); font-size: 15px;
    transition: var(--transition); display: flex; align-items: center; gap: 8px;
}
._vfyhm9 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(--d15hb); margin-top: 2px; flex-shrink: 0; }
._p207td { display: flex; gap: 10px; margin-top: 20px; }
._p207td 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);
}
._p207td a:hover { background: var(--d14gi); border-color: var(--d14gi); color: #fff; }
._9rsnl {
    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);
}

._srr6rdu {
    position: fixed; bottom: 30px; right: 30px;
    width: 46px; height: 46px; background: var(--d14gi); color: #fff;
    border: none; border-radius: var(--d4bx);
    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;
}
._srr6rdu.visible { opacity: 1; visibility: visible; }
._srr6rdu:hover { background: var(--d15hb); 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(--d3hh); 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(--d14gi); font-size: 18px; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 60px; height: 3px; background: var(--d1kf); border-radius: 2px; margin: 16px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge {
    font-family: var(--d3hh); font-size: 80px;
    font-weight: var(--d18la); color: transparent;
    -webkit-text-stroke: 2px var(--d14gi); line-height: 1; opacity: 0.15;
}
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px var(--text-primary); }

@media (max-width: 1199px) {
    :root { --d19jj: 54px; --d206d: 40px; --d218s: 30px; }
}
@media (max-width: 991px) {
    :root { --d19jj: 44px; --d206d: 34px; --_5koohj: 80px 0; }
    ._qqv7k5q { display: none; }
    ._p17hu1d { display: flex; }
    .about-image .img-small { display: none; }
    .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --d19jj: 36px; --d206d: 28px; --_5koohj: 60px 0; }
    ._4qfo71y { font-size: 32px; }
    ._ohw9t0v { flex-direction: column; }
    ._ohw9t0v ._8kkmm7 { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] { width: 100%; }
    ._ixjomh { font-size: 44px; }
    .tabs-nav { flex-wrap: wrap; }
}

._kzy37p ._8vqxl7e { color: #fff; }
._kzy37p ._1sfg0e { color: var(--d14gi); }
._kzy37p ._5g5s9 { color: rgba(255,255,255,0.55); }
._kzy37p ._vfyhm9 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._kzy37p ._vfyhm9 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(--d14gi) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
