

:root {
    --bg-primary:    #ffffff;
    --bg-secondary:  #f8f8f8;
    --bg-card:       #ffffff;
    --bg-card-hover: #fff8f3;
    --bg-dark:       #023750;
    --text-primary:  #023750;
    --text-secondary: #545454;
    --text-muted:    #8a96a3;
    --footer-dark-bg: #023750;
    --border-color:  #e0e0e0;
    --border-light:  rgba(2, 55, 80, 0.08);

    --t14od: #FD791B;
    --t15gf: #f5a623;
    --t1ml: linear-gradient(135deg, var(--t14od), var(--t15gf));
    --accent-glow: 0 8px 28px rgba(253, 121, 27, 0.3);

    --t3dj: 'Plus Jakarta Sans', 'DM Sans', system-ui, sans-serif;
    --t5wn:    'DM Sans', 'Plus Jakarta Sans', system-ui, sans-serif;

    --t19fj: 72px;
    --t20ev: 52px;
    --t21xc: 38px;
    --fs-h4: 28px;
    --fs-h5: 22px;
    --t17wm: 16px;
    --fs-small: 14px;

    --t18na:     800;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --t6eh:   4px;
    --t7v6:   8px;
    --t8uq:   14px;
    --t9bo:   20px;
    --t4ds: 60px;

    --transition:       all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-slow:  all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    --t10jw: 0 2px 8px rgba(2, 55, 80, 0.06);
    --t11zz: 0 6px 20px rgba(2, 55, 80, 0.10);
    --t12kk: 0 12px 40px rgba(2, 55, 80, 0.14);
    --t13v0: 0 24px 64px rgba(2, 55, 80, 0.18);

    --gyl6i1:  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(--t5wn);
    font-size: var(--t17wm);
    font-weight: var(--fw-regular);
    line-height: 1.75;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: var(--t14od); transition: var(--transition); }
a:hover { color: var(--t15gf); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--t14od); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--t3dj);
    font-weight: var(--t18na);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 18px;
}

h1 { font-size: var(--t19fj); }
h2 { font-size: var(--t20ev); }
h3 { font-size: var(--t21xc); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { margin-bottom: 16px; color: var(--text-secondary); }

.text-gradient {
    background: var(--t1ml);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-accent  { color: var(--t14od); }
.text-accent-2 { color: var(--t15gf); }
.text-dark     { color: var(--text-primary); }
.twc3 { color: var(--text-muted); }

.gyl6i1    { padding: var(--gyl6i1); position: relative; }
.gyl6i1-sm { padding: 60px 0; }
.gyl6i1-lg { padding: 130px 0; }
.gyl6i1 > .container { position: relative; z-index: 1; }

.pnxs4  { background-color: var(--bg-primary); }
.ej2mnh { background-color: var(--bg-secondary); }
.bg-card            { background-color: var(--bg-card); }
.aob88    { background-color: var(--bg-dark); }
.bg-gradient-custom { background: var(--t1ml); color: #fff; }

.aob88 h1, .aob88 h2, .aob88 h3,
.aob88 h4, .aob88 h5, .aob88 h6 { color: #fff; }
.aob88 p, .aob88 li, .aob88 span:not(.badge) { color: rgba(255,255,255,0.8); }
.aob88 a:not(.vb3ev5) { color: rgba(255,255,255,0.85); }
.aob88 a:not(.vb3ev5):hover { color: #fff; }
.aob88 .rssf1m { background: rgba(253,121,27,0.15); color: var(--t14od); }
.aob88 .gdwj2 { color: #fff; }
.aob88 .ai8s  { 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 .gdwj2 { color: #fff; }
.bg-gradient-custom .ai8s  { 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}

.urhb {
    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;
}
.urhb.loaded { opacity: 0; visibility: hidden; }
.ji8ofl  { display: flex; gap: 8px; }
.lv1r6g {
    width: 13px; height: 13px;
    background: var(--t14od);
    border-radius: 50%;
    animation: preloadPulse 1.2s ease-in-out infinite both;
}
.lv1r6g:nth-child(1) { animation-delay: -0.24s; }
.lv1r6g:nth-child(2) { animation-delay: -0.12s; background: var(--bg-dark); }
.lv1r6g:nth-child(3) { animation-delay: 0; }

@keyframes preloadPulse {
    0%, 80%, 100% { transform: scale(0.5); opacity: 0.5; }
    40%           { transform: scale(1);   opacity: 1; }
}

.vb3ev5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-family: var(--t5wn);
    font-size: var(--t17wm);
    font-weight: var(--fw-semibold);
    border-radius: var(--t6eh);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.fw4na {
    background: var(--t14od);
    color: #fff;
    border-color: var(--t14od);
    box-shadow: var(--accent-glow);
}
.fw4na:hover {
    background: var(--t15gf);
    border-color: var(--t15gf);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(253,121,27,0.35);
}

.qpqd43 {
    background: transparent;
    color: var(--text-primary);
    border-color: var(--border-color);
}
.qpqd43:hover {
    background: var(--t14od);
    color: #fff;
    border-color: var(--t14od);
    transform: translateY(-3px);
}

.btn-dark-custom {
    background: var(--bg-dark);
    color: #fff;
    border-color: var(--bg-dark);
}
.btn-dark-custom:hover {
    background: var(--t14od);
    border-color: var(--t14od);
    transform: translateY(-3px);
}

.btn-link-custom {
    background: none; border: none;
    color: var(--t14od); padding: 0;
    font-weight: var(--fw-semibold);
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-link-custom:hover { color: var(--t15gf); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.qmmk {
    position: fixed; top: 0; left: 0;
    width: 100%; z-index: 1000;
    transition: var(--transition);
    background: transparent;
}

.qmmk.scrolled {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(14px);
    box-shadow: 0 2px 20px rgba(2,55,80,0.10);
    padding: 0;
}

.header-topbar {
    background: var(--bg-dark);
    padding: 8px 0;
    font-size: var(--fs-small);
    color: rgba(255,255,255,0.8);
}
.header-topbar a { color: rgba(255,255,255,0.8); }
.header-topbar a:hover { color: var(--t14od); }

.ip6nu0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.gewly {
    font-family: var(--t3dj);
    font-size: 26px;
    font-weight: var(--t18na);
    color: var(--text-primary);
}
.gewly:hover { color: var(--text-primary); }
.gewly img { height: 48px; width: auto; }

.rmn8f { display: flex; align-items: center; gap: 36px; }

.rmn8f .nav-link {
    color: var(--text-secondary);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    padding: 6px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rmn8f .nav-link::after {
    content: '';
    position: absolute; bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--t14od);
    transition: width 0.3s ease;
}
.rmn8f .nav-link:hover,
.rmn8f .nav-link.active { color: var(--t14od); }
.rmn8f .nav-link:hover::after,
.rmn8f .nav-link.active::after { width: 100%; }

.yrwa { margin-left: 12px; }

.nc8fkd, .mnxza9 { display: flex; align-items: center; gap: 28px; }
.nc8fkd .nav-link, .mnxza9 .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); padding: 6px 0;
    text-transform: uppercase; letter-spacing: 0.5px;
}
.nc8fkd .nav-link:hover, .mnxza9 .nav-link:hover { color: var(--t14od); }

.nd4k {
    display: none; flex-direction: column;
    justify-content: center; align-items: center;
    width: 40px; height: 40px;
    background: none; border: 2px solid var(--text-primary);
    border-radius: var(--t6eh); cursor: pointer; padding: 0; gap: 5px;
}
.nd4k .lv04v {
    display: block; width: 20px; height: 2px;
    background: var(--text-primary); border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.nd4k.active .lv04v:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nd4k.active .lv04v:nth-child(2) { opacity: 0; }
.nd4k.active .lv04v:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.ozbd {
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 110px;
    background: var(--bg-secondary);
}

.ozbd .hero-bg {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover; opacity: 0.15;
}

.ozbd .siik {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, var(--bg-dark) 0%, rgba(2,55,80,0.6) 60%, transparent 100%);
}

.rnbj { position: relative; z-index: 2; }
.utywb   { position: relative; z-index: 2; }
.utywb img {
    border-radius: var(--t8uq);
    box-shadow: var(--t13v0);
}

.labft {
    display: inline-block;
    background: rgba(253,121,27,0.12);
    color: var(--t14od);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    padding: 6px 16px;
    border-radius: var(--t4ds);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

.yzca {
    font-size: var(--t19fj);
    font-weight: var(--t18na);
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 22px;
}

.pwutdk {
    font-size: 18px;
    color: rgba(255,255,255,0.75);
    max-width: 540px;
    margin-bottom: 36px;
    line-height: 1.7;
}

.qk35 { display: flex; flex-wrap: wrap; gap: 14px; }

.kqe2 { margin-bottom: 52px; }
.kqe2.text-center { text-align: center; }
.kqe2.text-center .xyblpt { max-width: 600px; margin: 0 auto; }

.rssf1m {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--t14od);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 22px;
}
.rssf1m::before {
    content: '';
    position: absolute; left: 0; top: 50%;
    transform: translateY(-50%);
    width: 12px; height: 2px;
    background: var(--t14od);
}

.ubtl {
    font-size: var(--t20ev);
    font-weight: var(--t18na);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 16px;
}

.xyblpt {
    font-size: 17px;
    color: var(--text-secondary);
    line-height: 1.7;
}

.jgiw0 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-bottom: 3px solid transparent;
    border-radius: var(--t7v6);
    padding: 32px 28px;
    transition: var(--transition);
}
.jgiw0:hover {
    border-bottom-color: var(--t14od);
    box-shadow: var(--t11zz);
    transform: translateY(-6px);
}

.qzt5 {
    width: 64px; height: 64px;
    background: rgba(253,121,27,0.1);
    border-radius: var(--t7v6);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    transition: var(--transition);
}
.qzt5 i, .qzt5 svg { color: var(--t14od); font-size: 28px; }
.jgiw0:hover .qzt5 { background: var(--t14od); }
.jgiw0:hover .qzt5 i,
.jgiw0:hover .qzt5 svg { color: #fff; }

.zilas3 { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
.vwlm  { font-size: var(--fs-small); color: var(--text-secondary); }

.jgiw0-horizontal {
    display: flex; align-items: flex-start; gap: 20px;
    padding: 24px;
    background: var(--bg-card);
    border-radius: var(--t7v6);
    border-left: 4px solid var(--t14od);
    box-shadow: var(--t10jw);
    transition: var(--transition);
}
.jgiw0-horizontal:hover { box-shadow: var(--t11zz); transform: translateX(6px); }
.jgiw0-horizontal .qzt5 { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main  { border-radius: var(--t8uq); box-shadow: var(--t12kk); }
.about-image .img-small {
    position: absolute; bottom: 20px; left: -30px;
    width: 45%; border-radius: var(--t7v6);
    box-shadow: var(--t11zz);
    border: 4px solid #fff;
}

.experience-badge {
    position: absolute;
    bottom: 20px; right: -20px;
    background: var(--t14od);
    color: #fff;
    padding: 20px 24px;
    border-radius: var(--t7v6);
    text-align: center;
    box-shadow: var(--t11zz);
    z-index: 2;
}
.experience-badge .badge-number {
    font-family: var(--t3dj);
    font-size: 42px;
    font-weight: var(--t18na);
    line-height: 1;
    display: block;
}
.experience-badge .badge-text { font-size: var(--fs-small); opacity: 0.9; }

.about-list { list-style: none; padding: 0; margin: 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(--t17wm);
    color: var(--text-secondary);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--t14od); margin-top: 3px; flex-shrink: 0; }

.lit7 {
    background: var(--bg-card);
    border-radius: var(--t7v6);
    overflow: hidden;
    box-shadow: var(--t10jw);
    transition: var(--transition);
    height: 100%;
}
.lit7:hover {
    box-shadow: var(--t12kk);
    transform: translateY(-8px);
}

.lit7 .ssrusk {
    position: relative; overflow: hidden;
    height: 220px;
}
.lit7 .ssrusk img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease;
}
.lit7:hover .ssrusk img { transform: scale(1.08); }

.lit7 .card-tag {
    position: absolute; top: 14px; left: 14px;
    background: var(--t14od);
    color: #fff;
    font-size: 12px; font-weight: var(--fw-semibold);
    padding: 4px 12px;
    border-radius: var(--t4ds);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.lit7 .card-body { padding: 24px; }
.lit7 .card-title { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
.lit7 .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 18px; }

.lit7 .card-footer-custom {
    padding: 0 24px 24px;
    display: flex; align-items: center; justify-content: space-between;
    border-top: 1px solid var(--border-light);
    padding-top: 16px;
}

.tj98 {
    background: var(--bg-dark);
    padding: var(--gyl6i1);
    position: relative;
    overflow: hidden;
}
.tj98::before {
    content: '';
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fd791b' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.counter-item {
    text-align: center;
    position: relative; z-index: 1;
}
.counter-item .counter-icon {
    font-size: 52px;
    color: var(--t14od);
    margin-bottom: 14px;
    display: block;
}
.gdwj2 {
    font-family: var(--t3dj);
    font-size: 52px;
    font-weight: var(--t18na);
    color: #ffffff;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}
.ai8s {
    font-size: var(--fs-small);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.6);
}

.qiwcpt {
    background: var(--bg-card);
    border-radius: var(--t8uq);
    padding: 36px;
    box-shadow: var(--t10jw);
    border: 1px solid var(--border-light);
    transition: var(--transition);
    height: 100%;
}
.qiwcpt:hover { box-shadow: var(--t11zz); }

.quote-icon {
    color: var(--t14od);
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}
.lpfq {
    font-style: italic;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 24px;
    font-size: 15px;
}
.qiwcpt .author {
    display: flex; align-items: center; gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--border-light);
}
.cxa25g {
    width: 52px; height: 52px;
    border-radius: 50%; object-fit: cover;
    border: 2px solid var(--t14od);
    flex-shrink: 0;
}
.ge2xj { font-weight: var(--fw-semibold); color: var(--text-primary); font-size: 15px; }
.af6d { font-size: 12px; color: var(--text-muted); }

.star-rating { color: #ffc107; font-size: 14px; margin-bottom: 14px; }

.process-item {
    background: var(--bg-card);
    border-radius: var(--t7v6);
    padding: 32px 28px;
    box-shadow: var(--t10jw);
    border: 1px solid var(--border-light);
    transition: var(--transition);
    height: 100%;
    position: relative;
}
.process-item:hover {
    box-shadow: var(--t12kk);
    transform: translateY(-8px);
    border-color: var(--t14od);
}

.msu4 {
    font-family: var(--t3dj);
    font-size: 56px;
    font-weight: var(--t18na);
    color: var(--t14od);
    opacity: 0.2;
    position: absolute;
    top: 12px; right: 20px;
    line-height: 1;
}
.step-icon {
    font-size: 40px;
    color: var(--t14od);
    margin-bottom: 16px;
    display: block;
}
.xhbjx { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
.step-text  { font-size: var(--fs-small); color: var(--text-secondary); }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--t7v6); }
.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(2,55,80,0.9), 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: var(--t14od); 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; }

.gwpmo5 {
    background: var(--bg-card);
    border-radius: var(--t8uq);
    overflow: hidden;
    box-shadow: var(--t10jw);
    transition: var(--transition);
    text-align: center;
}
.gwpmo5:hover { box-shadow: var(--t11zz); transform: translateY(-6px); }
.gwpmo5 .vyqbw { position: relative; overflow: hidden; height: 260px; }
.gwpmo5 .vyqbw img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gwpmo5:hover .vyqbw img { transform: scale(1.06); }
.gwpmo5 .team-body { padding: 22px; }
.hoq3p { font-size: 18px; font-weight: var(--fw-semibold); margin-bottom: 4px; }
.gqdf7v { font-size: 13px; color: var(--t14od); margin-bottom: 14px; }
.team-social { display: flex; justify-content: center; gap: 10px; }
.team-social a {
    width: 34px; height: 34px;
    background: var(--bg-secondary);
    color: var(--text-secondary);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    transition: var(--transition);
}
.team-social a:hover { background: var(--t14od); color: #fff; }

.sacp3 {
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--t8uq);
    padding: 36px 32px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    height: 100%;
}
.sacp3.featured {
    border-color: var(--t14od);
    box-shadow: var(--accent-glow);
}
.sacp3:hover {
    border-color: var(--t14od);
    box-shadow: var(--t11zz);
    transform: translateY(-6px);
}

.xwi7t   { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.zhe7  { font-size: 48px; font-weight: var(--t18na); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.kjnj { list-style: none; padding: 0; margin: 0 0 28px; }
.kjnj li {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 0;
    font-size: 14px; color: var(--text-secondary);
    border-bottom: 1px solid var(--border-light);
}
.kjnj li:last-child { border-bottom: none; }
.kjnj li i { color: var(--t14od); font-size: 13px; flex-shrink: 0; }
.kjnj li.disabled { color: var(--text-muted); text-decoration: line-through; }
.kjnj li.disabled i { color: var(--border-color); }

.pricing-badge {
    position: absolute; top: -1px; right: 24px;
    background: var(--t14od); color: #fff;
    font-size: 11px; font-weight: var(--fw-semibold);
    padding: 6px 14px;
    border-radius: 0 0 var(--t6eh) var(--t6eh);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.faq-section .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: var(--t7v6) !important;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--t3dj);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    background: var(--bg-card);
    font-size: 17px;
}
.faq-section .accordion-button:not(.collapsed) { color: var(--t14od); background: var(--bg-secondary); box-shadow: none; }
.faq-section .accordion-button::after { filter: none; }
.faq-section .accordion-body { background: var(--bg-secondary); color: var(--text-secondary); font-size: 15px; line-height: 1.7; }

.hxj9t {
    background: var(--bg-card);
    border-radius: var(--t8uq);
    overflow: hidden;
    box-shadow: var(--t10jw);
    transition: var(--transition);
    height: 100%;
}
.hxj9t:hover { box-shadow: var(--t11zz); transform: translateY(-6px); }
.hxj9t .ssrusk { height: 210px; overflow: hidden; }
.hxj9t .ssrusk img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.hxj9t:hover .ssrusk img { transform: scale(1.07); }
.hxj9t .card-body { padding: 24px; }
.gmcd { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.hxj9t .card-title { font-size: 18px; font-weight: var(--fw-semibold); margin-bottom: 10px; line-height: 1.4; }
.hxj9t .card-text  { font-size: var(--fs-small); color: var(--text-secondary); }

.rqozty {
    background: linear-gradient(135deg, var(--bg-dark), #05547a);
    padding: var(--gyl6i1);
    position: relative; overflow: hidden;
    text-align: center;
}
.rqozty::before {
    content: '';
    position: absolute; top: -50px; right: -50px;
    width: 300px; height: 300px;
    background: var(--t14od);
    border-radius: 50%;
    opacity: 0.07;
}
.rqozty::after {
    content: '';
    position: absolute; bottom: -60px; left: -40px;
    width: 250px; height: 250px;
    background: var(--t15gf);
    border-radius: 50%;
    opacity: 0.05;
}
.cta-content { position: relative; z-index: 1; }
.zf7t { font-size: var(--t20ev); font-weight: var(--t18na); color: #fff; margin-bottom: 16px; }
.eghhxf  { font-size: 17px; color: rgba(255,255,255,0.75); margin-bottom: 36px; }

.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; }
.newsletter-form input[type="email"] {
    flex: 1; min-width: 200px;
    padding: 13px 20px;
    border: 2px solid var(--border-color);
    border-radius: var(--t6eh);
    font-family: var(--t5wn);
    font-size: var(--t17wm);
    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(--t14od); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.fewb .form-control {
    border: 2px solid var(--border-color);
    border-radius: var(--t6eh);
    padding: 13px 18px;
    font-family: var(--t5wn);
    font-size: var(--t17wm);
    color: var(--text-primary);
    background: var(--bg-primary);
    transition: border-color 0.3s ease;
}
.fewb .form-control:focus { outline: none; box-shadow: none; border-color: var(--t14od); }
.fewb label { font-weight: var(--fw-medium); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }
.fewb .form-control::placeholder { color: var(--text-muted); }

.mnxr59 {
    background: var(--footer-dark-bg);
    color: rgba(255,255,255,0.7);
    padding: 80px 0 0;
}

.zczi { margin-bottom: 40px; }
.mzxpp {
    font-family: var(--t3dj);
    font-size: 17px;
    font-weight: var(--fw-semibold);
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--t14od);
    width: max-content;
}

.irq3 { list-style: none; padding: 0; }
.irq3 li { margin-bottom: 10px; }
.irq3 a {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    transition: var(--transition);
    display: flex; align-items: center; gap: 8px;
}
.irq3 a::before { content: '→'; color: var(--t14od); font-size: 12px; }
.irq3 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: 14px;
    margin-bottom: 12px;
}
.footer-contact li i { color: var(--t14od); margin-top: 2px; flex-shrink: 0; }

.foc0h { display: flex; gap: 10px; margin-top: 20px; }
.foc0h a {
    width: 38px; height: 38px;
    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: 15px;
    transition: var(--transition);
}
.foc0h a:hover { background: var(--t14od); border-color: var(--t14od); color: #fff; }

.jep1bw {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,0.45);
}

.mlmb7u {
    position: fixed; bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--t14od);
    color: #fff;
    border: none;
    border-radius: var(--t6eh);
    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;
}
.mlmb7u.visible { opacity: 1; visibility: visible; }
.mlmb7u:hover { background: var(--t15gf); transform: translateY(-3px); }

.marquee-section { overflow: hidden; padding: 22px 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(--t3dj); font-size: 18px;
    font-weight: var(--t18na); color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 1px;
    white-space: nowrap;
}
.marquee-item i, .marquee-item svg { color: var(--t14od); font-size: 18px; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 60px; height: 3px; background: var(--t1ml); border-radius: 2px; margin: 16px auto; }
.line-divider.left { margin-left: 0; }

.serial-badge {
    font-family: var(--t3dj);
    font-size: 80px;
    font-weight: var(--t18na);
    color: transparent;
    -webkit-text-stroke: 2px var(--t14od);
    line-height: 1;
    opacity: 0.2;
}

.text-stroke {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--text-primary);
}

@media (max-width: 1199px) {
    :root { --t19fj: 56px; --t20ev: 42px; --t21xc: 32px; }
}

@media (max-width: 991px) {
    :root { --t19fj: 44px; --t20ev: 34px; --t21xc: 26px; --gyl6i1: 80px 0; }
    .rmn8f { display: none; }
    .nd4k { display: flex; }
    .about-image .img-small { display: none; }
    .experience-badge { right: 0; }
}

@media (max-width: 767px) {
    :root { --t19fj: 36px; --t20ev: 28px; --gyl6i1: 60px 0; }
    .yzca { font-size: 34px; }
    .qk35 { flex-direction: column; }
    .qk35 .vb3ev5 { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] { width: 100%; }
    .gdwj2 { font-size: 40px; }
}

.aob88 .labft { color: #fff; }
.aob88 .rssf1m { color: var(--t14od); }
.aob88 .twc3 { color: rgba(255,255,255,0.55); }
.aob88 .irq3 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.aob88 .irq3 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(--t14od) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
