

: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);

    --u14r5: #FD791B;
    --u15b6: #f5a623;
    --u1du: linear-gradient(135deg, var(--u14r5), var(--u15b6));
    --accent-glow: 0 8px 28px rgba(253, 121, 27, 0.3);

    --u3k9: 'Plus Jakarta Sans', 'DM Sans', system-ui, sans-serif;
    --u5yk:    'DM Sans', 'Plus Jakarta Sans', system-ui, sans-serif;

    --u19eg: 72px;
    --u20c4: 52px;
    --u21af: 38px;
    --fs-h4: 28px;
    --fs-h5: 22px;
    --u17uq: 16px;
    --fs-small: 14px;

    --u18zc:     800;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --u6f9:   4px;
    --u7ik:   8px;
    --u8dd:   14px;
    --u9m3:   20px;
    --u4qt: 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);

    --u10zj: 0 2px 8px rgba(2, 55, 80, 0.06);
    --u11ib: 0 6px 20px rgba(2, 55, 80, 0.10);
    --u12xq: 0 12px 40px rgba(2, 55, 80, 0.14);
    --u13ga: 0 24px 64px rgba(2, 55, 80, 0.18);

    --_zjlv0c:  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(--u5yk);
    font-size: var(--u17uq);
    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(--u14r5); transition: var(--transition); }
a:hover { color: var(--u15b6); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--u14r5); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--u3k9);
    font-weight: var(--u18zc);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 18px;
}

h1 { font-size: var(--u19eg); }
h2 { font-size: var(--u20c4); }
h3 { font-size: var(--u21af); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { margin-bottom: 16px; color: var(--text-secondary); }

.text-gradient {
    background: var(--u1du);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-accent  { color: var(--u14r5); }
.text-accent-2 { color: var(--u15b6); }
.text-dark     { color: var(--text-primary); }
._zf4kkl { color: var(--text-muted); }

._zjlv0c    { padding: var(--_zjlv0c); position: relative; }
._zjlv0c-sm { padding: 60px 0; }
._zjlv0c-lg { padding: 130px 0; }
._zjlv0c > .container { position: relative; z-index: 1; }

._jkwfsa  { background-color: var(--bg-primary); }
._u5jcw { background-color: var(--bg-secondary); }
.bg-card            { background-color: var(--bg-card); }
._lxec9ey    { background-color: var(--bg-dark); }
.bg-gradient-custom { background: var(--u1du); color: #fff; }

._lxec9ey h1, ._lxec9ey h2, ._lxec9ey h3,
._lxec9ey h4, ._lxec9ey h5, ._lxec9ey h6 { color: #fff; }
._lxec9ey p, ._lxec9ey li, ._lxec9ey span:not(.badge) { color: rgba(255,255,255,0.8); }
._lxec9ey a:not(._owht4oz) { color: rgba(255,255,255,0.85); }
._lxec9ey a:not(._owht4oz):hover { color: #fff; }
._lxec9ey ._ev736q { background: rgba(253,121,27,0.15); color: var(--u14r5); }
._lxec9ey ._yixpo { color: #fff; }
._lxec9ey ._osr2jmm  { 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 ._yixpo { color: #fff; }
.bg-gradient-custom ._osr2jmm  { 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}

._fmib5 {
    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;
}
._fmib5.loaded { opacity: 0; visibility: hidden; }
._go02pdt  { display: flex; gap: 8px; }
._s9nwg {
    width: 13px; height: 13px;
    background: var(--u14r5);
    border-radius: 50%;
    animation: preloadPulse 1.2s ease-in-out infinite both;
}
._s9nwg:nth-child(1) { animation-delay: -0.24s; }
._s9nwg:nth-child(2) { animation-delay: -0.12s; background: var(--bg-dark); }
._s9nwg:nth-child(3) { animation-delay: 0; }

@keyframes preloadPulse {
    0%, 80%, 100% { transform: scale(0.5); opacity: 0.5; }
    40%           { transform: scale(1);   opacity: 1; }
}

._owht4oz {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-family: var(--u5yk);
    font-size: var(--u17uq);
    font-weight: var(--fw-semibold);
    border-radius: var(--u6f9);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

._i6vfa {
    background: var(--u14r5);
    color: #fff;
    border-color: var(--u14r5);
    box-shadow: var(--accent-glow);
}
._i6vfa:hover {
    background: var(--u15b6);
    border-color: var(--u15b6);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(253,121,27,0.35);
}

._u1qoj51 {
    background: transparent;
    color: var(--text-primary);
    border-color: var(--border-color);
}
._u1qoj51:hover {
    background: var(--u14r5);
    color: #fff;
    border-color: var(--u14r5);
    transform: translateY(-3px);
}

.btn-dark-custom {
    background: var(--bg-dark);
    color: #fff;
    border-color: var(--bg-dark);
}
.btn-dark-custom:hover {
    background: var(--u14r5);
    border-color: var(--u14r5);
    transform: translateY(-3px);
}

.btn-link-custom {
    background: none; border: none;
    color: var(--u14r5); padding: 0;
    font-weight: var(--fw-semibold);
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-link-custom:hover { color: var(--u15b6); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

._unctsg {
    position: fixed; top: 0; left: 0;
    width: 100%; z-index: 1000;
    transition: var(--transition);
    background: transparent;
}

._unctsg.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(--u14r5); }

._ssows3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

._sg5bk {
    font-family: var(--u3k9);
    font-size: 26px;
    font-weight: var(--u18zc);
    color: var(--text-primary);
}
._sg5bk:hover { color: var(--text-primary); }
._sg5bk img { height: 48px; width: auto; }

._udet4q { display: flex; align-items: center; gap: 36px; }

._udet4q .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;
}

._udet4q .nav-link::after {
    content: '';
    position: absolute; bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--u14r5);
    transition: width 0.3s ease;
}
._udet4q .nav-link:hover,
._udet4q .nav-link.active { color: var(--u14r5); }
._udet4q .nav-link:hover::after,
._udet4q .nav-link.active::after { width: 100%; }

._tbfyp { margin-left: 12px; }

._qwee9bt, ._sus55lh { display: flex; align-items: center; gap: 28px; }
._qwee9bt .nav-link, ._sus55lh .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;
}
._qwee9bt .nav-link:hover, ._sus55lh .nav-link:hover { color: var(--u14r5); }

._vciytp {
    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(--u6f9); cursor: pointer; padding: 0; gap: 5px;
}
._vciytp ._qg1psk {
    display: block; width: 20px; height: 2px;
    background: var(--text-primary); border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
._vciytp.active ._qg1psk:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._vciytp.active ._qg1psk:nth-child(2) { opacity: 0; }
._vciytp.active ._qg1psk:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

._uqo8e {
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 110px;
    background: var(--bg-secondary);
}

._uqo8e .hero-bg {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover; opacity: 0.15;
}

._uqo8e ._dxlrcn {
    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%);
}

._slhue { position: relative; z-index: 2; }
._d4uizu0   { position: relative; z-index: 2; }
._d4uizu0 img {
    border-radius: var(--u8dd);
    box-shadow: var(--u13ga);
}

._nd942 {
    display: inline-block;
    background: rgba(253,121,27,0.12);
    color: var(--u14r5);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    padding: 6px 16px;
    border-radius: var(--u4qt);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

._kyba0v9 {
    font-size: var(--u19eg);
    font-weight: var(--u18zc);
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 22px;
}

._y7klox {
    font-size: 18px;
    color: rgba(255,255,255,0.75);
    max-width: 540px;
    margin-bottom: 36px;
    line-height: 1.7;
}

._yrc734d { display: flex; flex-wrap: wrap; gap: 14px; }

._rkk9ms { margin-bottom: 52px; }
._rkk9ms.text-center { text-align: center; }
._rkk9ms.text-center ._wg30pi { max-width: 600px; margin: 0 auto; }

._ev736q {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--u14r5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 22px;
}
._ev736q::before {
    content: '';
    position: absolute; left: 0; top: 50%;
    transform: translateY(-50%);
    width: 12px; height: 2px;
    background: var(--u14r5);
}

._t88hwx {
    font-size: var(--u20c4);
    font-weight: var(--u18zc);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 16px;
}

._wg30pi {
    font-size: 17px;
    color: var(--text-secondary);
    line-height: 1.7;
}

._p40ue {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-bottom: 3px solid transparent;
    border-radius: var(--u7ik);
    padding: 32px 28px;
    transition: var(--transition);
}
._p40ue:hover {
    border-bottom-color: var(--u14r5);
    box-shadow: var(--u11ib);
    transform: translateY(-6px);
}

._jvu80un {
    width: 64px; height: 64px;
    background: rgba(253,121,27,0.1);
    border-radius: var(--u7ik);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    transition: var(--transition);
}
._jvu80un i, ._jvu80un svg { color: var(--u14r5); font-size: 28px; }
._p40ue:hover ._jvu80un { background: var(--u14r5); }
._p40ue:hover ._jvu80un i,
._p40ue:hover ._jvu80un svg { color: #fff; }

._u9o3qgp { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
._tfa1x36  { font-size: var(--fs-small); color: var(--text-secondary); }

._p40ue-horizontal {
    display: flex; align-items: flex-start; gap: 20px;
    padding: 24px;
    background: var(--bg-card);
    border-radius: var(--u7ik);
    border-left: 4px solid var(--u14r5);
    box-shadow: var(--u10zj);
    transition: var(--transition);
}
._p40ue-horizontal:hover { box-shadow: var(--u11ib); transform: translateX(6px); }
._p40ue-horizontal ._jvu80un { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main  { border-radius: var(--u8dd); box-shadow: var(--u12xq); }
.about-image .img-small {
    position: absolute; bottom: 20px; left: -30px;
    width: 45%; border-radius: var(--u7ik);
    box-shadow: var(--u11ib);
    border: 4px solid #fff;
}

.experience-badge {
    position: absolute;
    bottom: 20px; right: -20px;
    background: var(--u14r5);
    color: #fff;
    padding: 20px 24px;
    border-radius: var(--u7ik);
    text-align: center;
    box-shadow: var(--u11ib);
    z-index: 2;
}
.experience-badge .badge-number {
    font-family: var(--u3k9);
    font-size: 42px;
    font-weight: var(--u18zc);
    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(--u17uq);
    color: var(--text-secondary);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--u14r5); margin-top: 3px; flex-shrink: 0; }

._drtd0 {
    background: var(--bg-card);
    border-radius: var(--u7ik);
    overflow: hidden;
    box-shadow: var(--u10zj);
    transition: var(--transition);
    height: 100%;
}
._drtd0:hover {
    box-shadow: var(--u12xq);
    transform: translateY(-8px);
}

._drtd0 ._jik1x {
    position: relative; overflow: hidden;
    height: 220px;
}
._drtd0 ._jik1x img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease;
}
._drtd0:hover ._jik1x img { transform: scale(1.08); }

._drtd0 .card-tag {
    position: absolute; top: 14px; left: 14px;
    background: var(--u14r5);
    color: #fff;
    font-size: 12px; font-weight: var(--fw-semibold);
    padding: 4px 12px;
    border-radius: var(--u4qt);
    text-transform: uppercase; letter-spacing: 0.5px;
}

._drtd0 .card-body { padding: 24px; }
._drtd0 .card-title { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
._drtd0 .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 18px; }

._drtd0 .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;
}

._dfwaz {
    background: var(--bg-dark);
    padding: var(--_zjlv0c);
    position: relative;
    overflow: hidden;
}
._dfwaz::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(--u14r5);
    margin-bottom: 14px;
    display: block;
}
._yixpo {
    font-family: var(--u3k9);
    font-size: 52px;
    font-weight: var(--u18zc);
    color: #ffffff;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}
._osr2jmm {
    font-size: var(--fs-small);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.6);
}

._qg8i2ko {
    background: var(--bg-card);
    border-radius: var(--u8dd);
    padding: 36px;
    box-shadow: var(--u10zj);
    border: 1px solid var(--border-light);
    transition: var(--transition);
    height: 100%;
}
._qg8i2ko:hover { box-shadow: var(--u11ib); }

.quote-icon {
    color: var(--u14r5);
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}
._tzpk1ol {
    font-style: italic;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 24px;
    font-size: 15px;
}
._qg8i2ko .author {
    display: flex; align-items: center; gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--border-light);
}
._ttp8g {
    width: 52px; height: 52px;
    border-radius: 50%; object-fit: cover;
    border: 2px solid var(--u14r5);
    flex-shrink: 0;
}
._szdm5s { font-weight: var(--fw-semibold); color: var(--text-primary); font-size: 15px; }
._aheyun { 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(--u7ik);
    padding: 32px 28px;
    box-shadow: var(--u10zj);
    border: 1px solid var(--border-light);
    transition: var(--transition);
    height: 100%;
    position: relative;
}
.process-item:hover {
    box-shadow: var(--u12xq);
    transform: translateY(-8px);
    border-color: var(--u14r5);
}

._r3peq {
    font-family: var(--u3k9);
    font-size: 56px;
    font-weight: var(--u18zc);
    color: var(--u14r5);
    opacity: 0.2;
    position: absolute;
    top: 12px; right: 20px;
    line-height: 1;
}
.step-icon {
    font-size: 40px;
    color: var(--u14r5);
    margin-bottom: 16px;
    display: block;
}
._jy85n { 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(--u7ik); }
.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(--u14r5); 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; }

._bivr0 {
    background: var(--bg-card);
    border-radius: var(--u8dd);
    overflow: hidden;
    box-shadow: var(--u10zj);
    transition: var(--transition);
    text-align: center;
}
._bivr0:hover { box-shadow: var(--u11ib); transform: translateY(-6px); }
._bivr0 ._ayl6r5 { position: relative; overflow: hidden; height: 260px; }
._bivr0 ._ayl6r5 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
._bivr0:hover ._ayl6r5 img { transform: scale(1.06); }
._bivr0 .team-body { padding: 22px; }
._vvf18wv { font-size: 18px; font-weight: var(--fw-semibold); margin-bottom: 4px; }
._w3cc49o { font-size: 13px; color: var(--u14r5); 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(--u14r5); color: #fff; }

._fj1hecd {
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--u8dd);
    padding: 36px 32px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    height: 100%;
}
._fj1hecd.featured {
    border-color: var(--u14r5);
    box-shadow: var(--accent-glow);
}
._fj1hecd:hover {
    border-color: var(--u14r5);
    box-shadow: var(--u11ib);
    transform: translateY(-6px);
}

._pqskmi   { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
._hf8atz  { font-size: 48px; font-weight: var(--u18zc); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
._wcnfh3 { list-style: none; padding: 0; margin: 0 0 28px; }
._wcnfh3 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);
}
._wcnfh3 li:last-child { border-bottom: none; }
._wcnfh3 li i { color: var(--u14r5); font-size: 13px; flex-shrink: 0; }
._wcnfh3 li.disabled { color: var(--text-muted); text-decoration: line-through; }
._wcnfh3 li.disabled i { color: var(--border-color); }

.pricing-badge {
    position: absolute; top: -1px; right: 24px;
    background: var(--u14r5); color: #fff;
    font-size: 11px; font-weight: var(--fw-semibold);
    padding: 6px 14px;
    border-radius: 0 0 var(--u6f9) var(--u6f9);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.faq-section .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: var(--u7ik) !important;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--u3k9);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    background: var(--bg-card);
    font-size: 17px;
}
.faq-section .accordion-button:not(.collapsed) { color: var(--u14r5); 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; }

._otw4ip {
    background: var(--bg-card);
    border-radius: var(--u8dd);
    overflow: hidden;
    box-shadow: var(--u10zj);
    transition: var(--transition);
    height: 100%;
}
._otw4ip:hover { box-shadow: var(--u11ib); transform: translateY(-6px); }
._otw4ip ._jik1x { height: 210px; overflow: hidden; }
._otw4ip ._jik1x img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
._otw4ip:hover ._jik1x img { transform: scale(1.07); }
._otw4ip .card-body { padding: 24px; }
._w7vyg5 { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
._otw4ip .card-title { font-size: 18px; font-weight: var(--fw-semibold); margin-bottom: 10px; line-height: 1.4; }
._otw4ip .card-text  { font-size: var(--fs-small); color: var(--text-secondary); }

._m9fuvcf {
    background: linear-gradient(135deg, var(--bg-dark), #05547a);
    padding: var(--_zjlv0c);
    position: relative; overflow: hidden;
    text-align: center;
}
._m9fuvcf::before {
    content: '';
    position: absolute; top: -50px; right: -50px;
    width: 300px; height: 300px;
    background: var(--u14r5);
    border-radius: 50%;
    opacity: 0.07;
}
._m9fuvcf::after {
    content: '';
    position: absolute; bottom: -60px; left: -40px;
    width: 250px; height: 250px;
    background: var(--u15b6);
    border-radius: 50%;
    opacity: 0.05;
}
.cta-content { position: relative; z-index: 1; }
._ezq1e { font-size: var(--u20c4); font-weight: var(--u18zc); color: #fff; margin-bottom: 16px; }
._xw2txp9  { 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(--u6f9);
    font-family: var(--u5yk);
    font-size: var(--u17uq);
    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(--u14r5); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

._q2nok62 .form-control {
    border: 2px solid var(--border-color);
    border-radius: var(--u6f9);
    padding: 13px 18px;
    font-family: var(--u5yk);
    font-size: var(--u17uq);
    color: var(--text-primary);
    background: var(--bg-primary);
    transition: border-color 0.3s ease;
}
._q2nok62 .form-control:focus { outline: none; box-shadow: none; border-color: var(--u14r5); }
._q2nok62 label { font-weight: var(--fw-medium); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }
._q2nok62 .form-control::placeholder { color: var(--text-muted); }

._den8z {
    background: var(--footer-dark-bg);
    color: rgba(255,255,255,0.7);
    padding: 80px 0 0;
}

._qnlee5 { margin-bottom: 40px; }
._qyxmcf {
    font-family: var(--u3k9);
    font-size: 17px;
    font-weight: var(--fw-semibold);
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--u14r5);
    width: max-content;
}

._yvrjp { list-style: none; padding: 0; }
._yvrjp li { margin-bottom: 10px; }
._yvrjp a {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    transition: var(--transition);
    display: flex; align-items: center; gap: 8px;
}
._yvrjp a::before { content: '→'; color: var(--u14r5); font-size: 12px; }
._yvrjp 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(--u14r5); margin-top: 2px; flex-shrink: 0; }

._lvudixo { display: flex; gap: 10px; margin-top: 20px; }
._lvudixo 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);
}
._lvudixo a:hover { background: var(--u14r5); border-color: var(--u14r5); color: #fff; }

._ncq6c {
    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);
}

._q9ubb5 {
    position: fixed; bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--u14r5);
    color: #fff;
    border: none;
    border-radius: var(--u6f9);
    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;
}
._q9ubb5.visible { opacity: 1; visibility: visible; }
._q9ubb5:hover { background: var(--u15b6); 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(--u3k9); font-size: 18px;
    font-weight: var(--u18zc); color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 1px;
    white-space: nowrap;
}
.marquee-item i, .marquee-item svg { color: var(--u14r5); font-size: 18px; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 60px; height: 3px; background: var(--u1du); border-radius: 2px; margin: 16px auto; }
.line-divider.left { margin-left: 0; }

.serial-badge {
    font-family: var(--u3k9);
    font-size: 80px;
    font-weight: var(--u18zc);
    color: transparent;
    -webkit-text-stroke: 2px var(--u14r5);
    line-height: 1;
    opacity: 0.2;
}

.text-stroke {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--text-primary);
}

@media (max-width: 1199px) {
    :root { --u19eg: 56px; --u20c4: 42px; --u21af: 32px; }
}

@media (max-width: 991px) {
    :root { --u19eg: 44px; --u20c4: 34px; --u21af: 26px; --_zjlv0c: 80px 0; }
    ._udet4q { display: none; }
    ._vciytp { display: flex; }
    .about-image .img-small { display: none; }
    .experience-badge { right: 0; }
}

@media (max-width: 767px) {
    :root { --u19eg: 36px; --u20c4: 28px; --_zjlv0c: 60px 0; }
    ._kyba0v9 { font-size: 34px; }
    ._yrc734d { flex-direction: column; }
    ._yrc734d ._owht4oz { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] { width: 100%; }
    ._yixpo { font-size: 40px; }
}

._lxec9ey ._nd942 { color: #fff; }
._lxec9ey ._ev736q { color: var(--u14r5); }
._lxec9ey ._zf4kkl { color: rgba(255,255,255,0.55); }
._lxec9ey ._yvrjp a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
._lxec9ey ._yvrjp 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(--u14r5) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
