

: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);

    --v14ml: #FD791B;
    --v15rl: #f5a623;
    --v1ws: linear-gradient(135deg, var(--v14ml), var(--v15rl));
    --accent-glow: 0 8px 28px rgba(253, 121, 27, 0.3);

    --v3mv: 'Plus Jakarta Sans', 'DM Sans', system-ui, sans-serif;
    --v5q5:    'DM Sans', 'Plus Jakarta Sans', system-ui, sans-serif;

    --v19ff: 72px;
    --v20k4: 52px;
    --v21tr: 38px;
    --fs-h4: 28px;
    --fs-h5: 22px;
    --v17fv: 16px;
    --fs-small: 14px;

    --v18m9:     800;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --v6mm:   4px;
    --v7kn:   8px;
    --v8y2:   14px;
    --v9y9:   20px;
    --v4q9: 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);

    --v10v2: 0 2px 8px rgba(2, 55, 80, 0.06);
    --v11gs: 0 6px 20px rgba(2, 55, 80, 0.10);
    --v12ze: 0 12px 40px rgba(2, 55, 80, 0.14);
    --v13wr: 0 24px 64px rgba(2, 55, 80, 0.18);

    --sc_hrhfyu:  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(--v5q5);
    font-size: var(--v17fv);
    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(--v14ml); transition: var(--transition); }
a:hover { color: var(--v15rl); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--v14ml); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--v3mv);
    font-weight: var(--v18m9);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 18px;
}

h1 { font-size: var(--v19ff); }
h2 { font-size: var(--v20k4); }
h3 { font-size: var(--v21tr); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { margin-bottom: 16px; color: var(--text-secondary); }

.text-gradient {
    background: var(--v1ws);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-accent  { color: var(--v14ml); }
.text-accent-2 { color: var(--v15rl); }
.text-dark     { color: var(--text-primary); }
.sc_z5p0tk { color: var(--text-muted); }

.sc_hrhfyu    { padding: var(--sc_hrhfyu); position: relative; }
.sc_hrhfyu-sm { padding: 60px 0; }
.sc_hrhfyu-lg { padding: 130px 0; }
.sc_hrhfyu > .container { position: relative; z-index: 1; }

.sc_znk6p4  { background-color: var(--bg-primary); }
.sc_gy89vy { background-color: var(--bg-secondary); }
.bg-card            { background-color: var(--bg-card); }
.sc_qnwv2p    { background-color: var(--bg-dark); }
.bg-gradient-custom { background: var(--v1ws); color: #fff; }

.sc_qnwv2p h1, .sc_qnwv2p h2, .sc_qnwv2p h3,
.sc_qnwv2p h4, .sc_qnwv2p h5, .sc_qnwv2p h6 { color: #fff; }
.sc_qnwv2p p, .sc_qnwv2p li, .sc_qnwv2p span:not(.badge) { color: rgba(255,255,255,0.8); }
.sc_qnwv2p a:not(.sc_psga9p) { color: rgba(255,255,255,0.85); }
.sc_qnwv2p a:not(.sc_psga9p):hover { color: #fff; }
.sc_qnwv2p .sc_gcrr4r { background: rgba(253,121,27,0.15); color: var(--v14ml); }
.sc_qnwv2p .sc_zw1q7i { color: #fff; }
.sc_qnwv2p .sc_px7tqt  { 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 .sc_zw1q7i { color: #fff; }
.bg-gradient-custom .sc_px7tqt  { 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}

.sc_t4xszo {
    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;
}
.sc_t4xszo.loaded { opacity: 0; visibility: hidden; }
.sc_z9s0v0  { display: flex; gap: 8px; }
.sc_i0nlpo {
    width: 13px; height: 13px;
    background: var(--v14ml);
    border-radius: 50%;
    animation: preloadPulse 1.2s ease-in-out infinite both;
}
.sc_i0nlpo:nth-child(1) { animation-delay: -0.24s; }
.sc_i0nlpo:nth-child(2) { animation-delay: -0.12s; background: var(--bg-dark); }
.sc_i0nlpo:nth-child(3) { animation-delay: 0; }

@keyframes preloadPulse {
    0%, 80%, 100% { transform: scale(0.5); opacity: 0.5; }
    40%           { transform: scale(1);   opacity: 1; }
}

.sc_psga9p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-family: var(--v5q5);
    font-size: var(--v17fv);
    font-weight: var(--fw-semibold);
    border-radius: var(--v6mm);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.sc_nyms3a {
    background: var(--v14ml);
    color: #fff;
    border-color: var(--v14ml);
    box-shadow: var(--accent-glow);
}
.sc_nyms3a:hover {
    background: var(--v15rl);
    border-color: var(--v15rl);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(253,121,27,0.35);
}

.sc_oqejbr {
    background: transparent;
    color: var(--text-primary);
    border-color: var(--border-color);
}
.sc_oqejbr:hover {
    background: var(--v14ml);
    color: #fff;
    border-color: var(--v14ml);
    transform: translateY(-3px);
}

.btn-dark-custom {
    background: var(--bg-dark);
    color: #fff;
    border-color: var(--bg-dark);
}
.btn-dark-custom:hover {
    background: var(--v14ml);
    border-color: var(--v14ml);
    transform: translateY(-3px);
}

.btn-link-custom {
    background: none; border: none;
    color: var(--v14ml); padding: 0;
    font-weight: var(--fw-semibold);
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-link-custom:hover { color: var(--v15rl); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.sc_utz0a1 {
    position: fixed; top: 0; left: 0;
    width: 100%; z-index: 1000;
    transition: var(--transition);
    background: transparent;
}

.sc_utz0a1.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(--v14ml); }

.sc_jjw13m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.sc_brl80j {
    font-family: var(--v3mv);
    font-size: 26px;
    font-weight: var(--v18m9);
    color: var(--text-primary);
}
.sc_brl80j:hover { color: var(--text-primary); }
.sc_brl80j img { height: 48px; width: auto; }

.sc_jyq48y { display: flex; align-items: center; gap: 36px; }

.sc_jyq48y .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;
}

.sc_jyq48y .nav-link::after {
    content: '';
    position: absolute; bottom: 0; left: 0;
    width: 0; height: 2px;
    background: var(--v14ml);
    transition: width 0.3s ease;
}
.sc_jyq48y .nav-link:hover,
.sc_jyq48y .nav-link.active { color: var(--v14ml); }
.sc_jyq48y .nav-link:hover::after,
.sc_jyq48y .nav-link.active::after { width: 100%; }

.sc_mwqhuh { margin-left: 12px; }

.sc_l79tz0, .sc_v8mfi8 { display: flex; align-items: center; gap: 28px; }
.sc_l79tz0 .nav-link, .sc_v8mfi8 .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;
}
.sc_l79tz0 .nav-link:hover, .sc_v8mfi8 .nav-link:hover { color: var(--v14ml); }

.sc_wz0awf {
    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(--v6mm); cursor: pointer; padding: 0; gap: 5px;
}
.sc_wz0awf .sc_q27k28 {
    display: block; width: 20px; height: 2px;
    background: var(--text-primary); border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.sc_wz0awf.active .sc_q27k28:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sc_wz0awf.active .sc_q27k28:nth-child(2) { opacity: 0; }
.sc_wz0awf.active .sc_q27k28:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sc_orxuz2 {
    min-height: 100vh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 110px;
    background: var(--bg-secondary);
}

.sc_orxuz2 .hero-bg {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover; opacity: 0.15;
}

.sc_orxuz2 .sc_hv5gdd {
    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%);
}

.sc_qai066 { position: relative; z-index: 2; }
.sc_vsxdy5   { position: relative; z-index: 2; }
.sc_vsxdy5 img {
    border-radius: var(--v8y2);
    box-shadow: var(--v13wr);
}

.sc_vwhmjf {
    display: inline-block;
    background: rgba(253,121,27,0.12);
    color: var(--v14ml);
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    padding: 6px 16px;
    border-radius: var(--v4q9);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

.sc_hk6p6y {
    font-size: var(--v19ff);
    font-weight: var(--v18m9);
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 22px;
}

.sc_b140h8 {
    font-size: 18px;
    color: rgba(255,255,255,0.75);
    max-width: 540px;
    margin-bottom: 36px;
    line-height: 1.7;
}

.sc_k64pa6 { display: flex; flex-wrap: wrap; gap: 14px; }

.sc_oi7w3m { margin-bottom: 52px; }
.sc_oi7w3m.text-center { text-align: center; }
.sc_oi7w3m.text-center .sc_rx2lc7 { max-width: 600px; margin: 0 auto; }

.sc_gcrr4r {
    display: inline-block;
    font-size: var(--fs-small);
    font-weight: var(--fw-semibold);
    color: var(--v14ml);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 22px;
}
.sc_gcrr4r::before {
    content: '';
    position: absolute; left: 0; top: 50%;
    transform: translateY(-50%);
    width: 12px; height: 2px;
    background: var(--v14ml);
}

.sc_lndysz {
    font-size: var(--v20k4);
    font-weight: var(--v18m9);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 16px;
}

.sc_rx2lc7 {
    font-size: 17px;
    color: var(--text-secondary);
    line-height: 1.7;
}

.sc_krx4y9 {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-bottom: 3px solid transparent;
    border-radius: var(--v7kn);
    padding: 32px 28px;
    transition: var(--transition);
}
.sc_krx4y9:hover {
    border-bottom-color: var(--v14ml);
    box-shadow: var(--v11gs);
    transform: translateY(-6px);
}

.sc_me0vkz {
    width: 64px; height: 64px;
    background: rgba(253,121,27,0.1);
    border-radius: var(--v7kn);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
    transition: var(--transition);
}
.sc_me0vkz i, .sc_me0vkz svg { color: var(--v14ml); font-size: 28px; }
.sc_krx4y9:hover .sc_me0vkz { background: var(--v14ml); }
.sc_krx4y9:hover .sc_me0vkz i,
.sc_krx4y9:hover .sc_me0vkz svg { color: #fff; }

.sc_zjhtvk { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
.sc_qfjbim  { font-size: var(--fs-small); color: var(--text-secondary); }

.sc_krx4y9-horizontal {
    display: flex; align-items: flex-start; gap: 20px;
    padding: 24px;
    background: var(--bg-card);
    border-radius: var(--v7kn);
    border-left: 4px solid var(--v14ml);
    box-shadow: var(--v10v2);
    transition: var(--transition);
}
.sc_krx4y9-horizontal:hover { box-shadow: var(--v11gs); transform: translateX(6px); }
.sc_krx4y9-horizontal .sc_me0vkz { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main  { border-radius: var(--v8y2); box-shadow: var(--v12ze); }
.about-image .img-small {
    position: absolute; bottom: 20px; left: -30px;
    width: 45%; border-radius: var(--v7kn);
    box-shadow: var(--v11gs);
    border: 4px solid #fff;
}

.experience-badge {
    position: absolute;
    bottom: 20px; right: -20px;
    background: var(--v14ml);
    color: #fff;
    padding: 20px 24px;
    border-radius: var(--v7kn);
    text-align: center;
    box-shadow: var(--v11gs);
    z-index: 2;
}
.experience-badge .badge-number {
    font-family: var(--v3mv);
    font-size: 42px;
    font-weight: var(--v18m9);
    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(--v17fv);
    color: var(--text-secondary);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--v14ml); margin-top: 3px; flex-shrink: 0; }

.sc_gbi7jl {
    background: var(--bg-card);
    border-radius: var(--v7kn);
    overflow: hidden;
    box-shadow: var(--v10v2);
    transition: var(--transition);
    height: 100%;
}
.sc_gbi7jl:hover {
    box-shadow: var(--v12ze);
    transform: translateY(-8px);
}

.sc_gbi7jl .sc_se671d {
    position: relative; overflow: hidden;
    height: 220px;
}
.sc_gbi7jl .sc_se671d img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease;
}
.sc_gbi7jl:hover .sc_se671d img { transform: scale(1.08); }

.sc_gbi7jl .card-tag {
    position: absolute; top: 14px; left: 14px;
    background: var(--v14ml);
    color: #fff;
    font-size: 12px; font-weight: var(--fw-semibold);
    padding: 4px 12px;
    border-radius: var(--v4q9);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.sc_gbi7jl .card-body { padding: 24px; }
.sc_gbi7jl .card-title { font-size: 20px; font-weight: var(--fw-semibold); margin-bottom: 10px; }
.sc_gbi7jl .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 18px; }

.sc_gbi7jl .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;
}

.sc_kqt37m {
    background: var(--bg-dark);
    padding: var(--sc_hrhfyu);
    position: relative;
    overflow: hidden;
}
.sc_kqt37m::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(--v14ml);
    margin-bottom: 14px;
    display: block;
}
.sc_zw1q7i {
    font-family: var(--v3mv);
    font-size: 52px;
    font-weight: var(--v18m9);
    color: #ffffff;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}
.sc_px7tqt {
    font-size: var(--fs-small);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.6);
}

.sc_beg3ks {
    background: var(--bg-card);
    border-radius: var(--v8y2);
    padding: 36px;
    box-shadow: var(--v10v2);
    border: 1px solid var(--border-light);
    transition: var(--transition);
    height: 100%;
}
.sc_beg3ks:hover { box-shadow: var(--v11gs); }

.quote-icon {
    color: var(--v14ml);
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
}
.sc_ik8m2e {
    font-style: italic;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 24px;
    font-size: 15px;
}
.sc_beg3ks .author {
    display: flex; align-items: center; gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--border-light);
}
.sc_qcl7ra {
    width: 52px; height: 52px;
    border-radius: 50%; object-fit: cover;
    border: 2px solid var(--v14ml);
    flex-shrink: 0;
}
.sc_adpk7z { font-weight: var(--fw-semibold); color: var(--text-primary); font-size: 15px; }
.sc_ifu13j { 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(--v7kn);
    padding: 32px 28px;
    box-shadow: var(--v10v2);
    border: 1px solid var(--border-light);
    transition: var(--transition);
    height: 100%;
    position: relative;
}
.process-item:hover {
    box-shadow: var(--v12ze);
    transform: translateY(-8px);
    border-color: var(--v14ml);
}

.sc_cxnite {
    font-family: var(--v3mv);
    font-size: 56px;
    font-weight: var(--v18m9);
    color: var(--v14ml);
    opacity: 0.2;
    position: absolute;
    top: 12px; right: 20px;
    line-height: 1;
}
.step-icon {
    font-size: 40px;
    color: var(--v14ml);
    margin-bottom: 16px;
    display: block;
}
.sc_qd6jqe { 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(--v7kn); }
.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(--v14ml); 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; }

.sc_lk2oif {
    background: var(--bg-card);
    border-radius: var(--v8y2);
    overflow: hidden;
    box-shadow: var(--v10v2);
    transition: var(--transition);
    text-align: center;
}
.sc_lk2oif:hover { box-shadow: var(--v11gs); transform: translateY(-6px); }
.sc_lk2oif .sc_w05hka { position: relative; overflow: hidden; height: 260px; }
.sc_lk2oif .sc_w05hka img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_lk2oif:hover .sc_w05hka img { transform: scale(1.06); }
.sc_lk2oif .team-body { padding: 22px; }
.sc_e35203 { font-size: 18px; font-weight: var(--fw-semibold); margin-bottom: 4px; }
.sc_fp9yzz { font-size: 13px; color: var(--v14ml); 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(--v14ml); color: #fff; }

.sc_dzxj38 {
    background: var(--bg-card);
    border: 2px solid var(--border-color);
    border-radius: var(--v8y2);
    padding: 36px 32px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    height: 100%;
}
.sc_dzxj38.featured {
    border-color: var(--v14ml);
    box-shadow: var(--accent-glow);
}
.sc_dzxj38:hover {
    border-color: var(--v14ml);
    box-shadow: var(--v11gs);
    transform: translateY(-6px);
}

.sc_oa6y9w   { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.sc_k2ijz3  { font-size: 48px; font-weight: var(--v18m9); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.sc_fownnc { list-style: none; padding: 0; margin: 0 0 28px; }
.sc_fownnc 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);
}
.sc_fownnc li:last-child { border-bottom: none; }
.sc_fownnc li i { color: var(--v14ml); font-size: 13px; flex-shrink: 0; }
.sc_fownnc li.disabled { color: var(--text-muted); text-decoration: line-through; }
.sc_fownnc li.disabled i { color: var(--border-color); }

.pricing-badge {
    position: absolute; top: -1px; right: 24px;
    background: var(--v14ml); color: #fff;
    font-size: 11px; font-weight: var(--fw-semibold);
    padding: 6px 14px;
    border-radius: 0 0 var(--v6mm) var(--v6mm);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.faq-section .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: var(--v7kn) !important;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--v3mv);
    font-weight: var(--fw-semibold);
    color: var(--text-primary);
    background: var(--bg-card);
    font-size: 17px;
}
.faq-section .accordion-button:not(.collapsed) { color: var(--v14ml); 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; }

.sc_ziisix {
    background: var(--bg-card);
    border-radius: var(--v8y2);
    overflow: hidden;
    box-shadow: var(--v10v2);
    transition: var(--transition);
    height: 100%;
}
.sc_ziisix:hover { box-shadow: var(--v11gs); transform: translateY(-6px); }
.sc_ziisix .sc_se671d { height: 210px; overflow: hidden; }
.sc_ziisix .sc_se671d img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_ziisix:hover .sc_se671d img { transform: scale(1.07); }
.sc_ziisix .card-body { padding: 24px; }
.sc_wzdb9b { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.sc_ziisix .card-title { font-size: 18px; font-weight: var(--fw-semibold); margin-bottom: 10px; line-height: 1.4; }
.sc_ziisix .card-text  { font-size: var(--fs-small); color: var(--text-secondary); }

.sc_n1d3yj {
    background: linear-gradient(135deg, var(--bg-dark), #05547a);
    padding: var(--sc_hrhfyu);
    position: relative; overflow: hidden;
    text-align: center;
}
.sc_n1d3yj::before {
    content: '';
    position: absolute; top: -50px; right: -50px;
    width: 300px; height: 300px;
    background: var(--v14ml);
    border-radius: 50%;
    opacity: 0.07;
}
.sc_n1d3yj::after {
    content: '';
    position: absolute; bottom: -60px; left: -40px;
    width: 250px; height: 250px;
    background: var(--v15rl);
    border-radius: 50%;
    opacity: 0.05;
}
.cta-content { position: relative; z-index: 1; }
.sc_kbbr4u { font-size: var(--v20k4); font-weight: var(--v18m9); color: #fff; margin-bottom: 16px; }
.sc_ryx5r9  { 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(--v6mm);
    font-family: var(--v5q5);
    font-size: var(--v17fv);
    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(--v14ml); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.sc_vqh2c0 .form-control {
    border: 2px solid var(--border-color);
    border-radius: var(--v6mm);
    padding: 13px 18px;
    font-family: var(--v5q5);
    font-size: var(--v17fv);
    color: var(--text-primary);
    background: var(--bg-primary);
    transition: border-color 0.3s ease;
}
.sc_vqh2c0 .form-control:focus { outline: none; box-shadow: none; border-color: var(--v14ml); }
.sc_vqh2c0 label { font-weight: var(--fw-medium); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }
.sc_vqh2c0 .form-control::placeholder { color: var(--text-muted); }

.sc_o626nc {
    background: var(--footer-dark-bg);
    color: rgba(255,255,255,0.7);
    padding: 80px 0 0;
}

.sc_it75kb { margin-bottom: 40px; }
.sc_lr8lxx {
    font-family: var(--v3mv);
    font-size: 17px;
    font-weight: var(--fw-semibold);
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--v14ml);
    width: max-content;
}

.sc_v71w03 { list-style: none; padding: 0; }
.sc_v71w03 li { margin-bottom: 10px; }
.sc_v71w03 a {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    transition: var(--transition);
    display: flex; align-items: center; gap: 8px;
}
.sc_v71w03 a::before { content: '→'; color: var(--v14ml); font-size: 12px; }
.sc_v71w03 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(--v14ml); margin-top: 2px; flex-shrink: 0; }

.sc_tqjfw7 { display: flex; gap: 10px; margin-top: 20px; }
.sc_tqjfw7 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);
}
.sc_tqjfw7 a:hover { background: var(--v14ml); border-color: var(--v14ml); color: #fff; }

.sc_ao11w5 {
    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);
}

.sc_mnwinx {
    position: fixed; bottom: 30px; right: 30px;
    width: 46px; height: 46px;
    background: var(--v14ml);
    color: #fff;
    border: none;
    border-radius: var(--v6mm);
    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;
}
.sc_mnwinx.visible { opacity: 1; visibility: visible; }
.sc_mnwinx:hover { background: var(--v15rl); 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(--v3mv); font-size: 18px;
    font-weight: var(--v18m9); color: var(--text-muted);
    text-transform: uppercase; letter-spacing: 1px;
    white-space: nowrap;
}
.marquee-item i, .marquee-item svg { color: var(--v14ml); font-size: 18px; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 60px; height: 3px; background: var(--v1ws); border-radius: 2px; margin: 16px auto; }
.line-divider.left { margin-left: 0; }

.serial-badge {
    font-family: var(--v3mv);
    font-size: 80px;
    font-weight: var(--v18m9);
    color: transparent;
    -webkit-text-stroke: 2px var(--v14ml);
    line-height: 1;
    opacity: 0.2;
}

.text-stroke {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--text-primary);
}

@media (max-width: 1199px) {
    :root { --v19ff: 56px; --v20k4: 42px; --v21tr: 32px; }
}

@media (max-width: 991px) {
    :root { --v19ff: 44px; --v20k4: 34px; --v21tr: 26px; --sc_hrhfyu: 80px 0; }
    .sc_jyq48y { display: none; }
    .sc_wz0awf { display: flex; }
    .about-image .img-small { display: none; }
    .experience-badge { right: 0; }
}

@media (max-width: 767px) {
    :root { --v19ff: 36px; --v20k4: 28px; --sc_hrhfyu: 60px 0; }
    .sc_hk6p6y { font-size: 34px; }
    .sc_k64pa6 { flex-direction: column; }
    .sc_k64pa6 .sc_psga9p { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] { width: 100%; }
    .sc_zw1q7i { font-size: 40px; }
}

.sc_qnwv2p .sc_vwhmjf { color: #fff; }
.sc_qnwv2p .sc_gcrr4r { color: var(--v14ml); }
.sc_qnwv2p .sc_z5p0tk { color: rgba(255,255,255,0.55); }
.sc_qnwv2p .sc_v71w03 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_qnwv2p .sc_v71w03 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(--v14ml) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
