

:root {
    --bg-primary:    #ffffff;
    --bg-secondary:  #f6fafa;
    --bg-card:       #ffffff;
    --bg-card-hover: #f0faf5;
    --bg-dark:       #0d0c17;
    --bg-gradient-dark: linear-gradient(150deg, #0f1a2e 0%, #0d1f14 100%);
    --text-primary:  #0d0c17;
    --text-secondary: #6b6b6b;
    --text-muted:    #a0a0a0;
    --footer-dark-bg: #0d0c17;
    --border-color:  #e8e8e8;
    --border-light:  rgba(13, 12, 23, 0.07);

    --f14ry: #06b453;
    --f15cg: #00d06b;
    --f1ak: linear-gradient(135deg, var(--f14ry), var(--f15cg));
    --accent-glow: 0 8px 28px rgba(6, 180, 83, 0.25);

    --f3eo: 'Inter', system-ui, sans-serif;
    --f5hl:    'Inter', system-ui, sans-serif;

    --f19hu: 64px;
    --f20ch: 44px;
    --f21g0: 30px;
    --fs-h4: 24px;
    --fs-h5: 18px;
    --f17tx: 16px;
    --fs-small: 14px;

    --f18rc:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --f6v3:   6px;
    --f7wp:   10px;
    --f8bt:   16px;
    --f9av:   22px;
    --f4mt: 100px;

    --transition:      all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --f10n1: 0 2px 10px rgba(0, 0, 0, 0.06);
    --f11qq: 0 6px 24px rgba(0, 0, 0, 0.10);
    --f12y4: 0 14px 48px rgba(0, 0, 0, 0.14);
    --f13l9: 0 24px 72px rgba(0, 0, 0, 0.18);

    --sc_inn3y2: 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(--f5hl);
    font-size: var(--f17tx);
    font-weight: var(--fw-regular);
    line-height: 1.7;
    color: var(--text-secondary);
    background-color: var(--bg-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { text-decoration: none; color: var(--f14ry); transition: var(--transition); }
a:hover { color: var(--f15cg); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; border: 0; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--f14ry); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--f3eo);
    font-weight: var(--f18rc);
    color: var(--text-primary);
    line-height: 1.25;
    margin-bottom: 20px;
}
h1 { font-size: var(--f19hu); }
h2 { font-size: var(--f20ch); }
h3 { font-size: var(--f21g0); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }
p  { margin-bottom: 15px; }

.text-gradient {
    background: var(--f1ak);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-accent   { color: var(--f14ry); }
.text-accent-2 { color: var(--f15cg); }
.text-dark     { color: var(--text-primary); }
.sc_pqi5eu { color: var(--text-muted); }

.sc_inn3y2    { padding: var(--sc_inn3y2); position: relative; }
.sc_inn3y2-sm { padding: 60px 0; }
.sc_inn3y2-lg { padding: 130px 0; }
.sc_inn3y2 > .container { position: relative; z-index: 1; }
.sc_kztdif  { background-color: var(--bg-primary); }
.sc_e8v3vf { background-color: var(--bg-secondary); }
.bg-card            { background-color: var(--bg-card); }
.sc_qkbbi9    { background-color: var(--bg-dark); }
.bg-gradient-custom { background: var(--f1ak); color: #fff; }
.bg-gradient-section { background: var(--bg-gradient-dark); }

.sc_qkbbi9 h1, .sc_qkbbi9 h2, .sc_qkbbi9 h3,
.sc_qkbbi9 h4, .sc_qkbbi9 h5, .sc_qkbbi9 h6,
.bg-gradient-section h1, .bg-gradient-section h2,
.bg-gradient-section h3, .bg-gradient-section h4 { color: #fff; }
.sc_qkbbi9 p, .sc_qkbbi9 li, .sc_qkbbi9 span:not(.badge),
.bg-gradient-section p, .bg-gradient-section li { color: rgba(255,255,255,0.75); }
.sc_qkbbi9 a:not(.sc_u19rpj),
.bg-gradient-section a:not(.sc_u19rpj) { color: rgba(255,255,255,0.85); }
.sc_qkbbi9 .sc_euts07,
.bg-gradient-section .sc_euts07 { color: #fff; }
.sc_qkbbi9 .sc_fek2qu,
.bg-gradient-section .sc_fek2qu { color: rgba(255,255,255,0.55); }

.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_euts07 { color: #fff; }
.bg-gradient-custom .sc_fek2qu  { 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_h45arr {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    background: var(--bg-dark);
    display: flex; align-items: center; justify-content: center;
    z-index: 99999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.sc_h45arr.loaded { opacity: 0; visibility: hidden; }
.sc_r4psbl  { display: flex; gap: 8px; flex-direction: column; align-items: center; }
.sc_yx6wn8s   { display: flex; gap: 8px; }
.sc_yx6wn8 {
    width: 12px; height: 12px; border-radius: 50%;
    background: var(--f14ry);
    animation: preloadBounce 1.4s ease-in-out infinite both;
}
.sc_yx6wn8:nth-child(1) { animation-delay: -0.32s; }
.sc_yx6wn8:nth-child(2) { animation-delay: -0.16s; }
.sc_yx6wn8:nth-child(3) { animation-delay: 0; }
.sc_yx6wn8:nth-child(4) { animation-delay: 0.16s; }
.sc_h45arr-text { color: rgba(255,255,255,0.5); font-size: 12px; letter-spacing: 2px; margin-top: 14px; }

@keyframes preloadBounce {
    0%, 80%, 100% { transform: scale(0); }
    40%           { transform: scale(1); }
}

.sc_u19rpj {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 30px;
    font-family: var(--f5hl);
    font-size: var(--f17tx);
    font-weight: var(--fw-semibold);
    border-radius: var(--f4mt);
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    white-space: nowrap;
}

.sc_cf2ib5 {
    background: var(--f14ry);
    color: #fff; border-color: var(--f14ry);
    box-shadow: var(--accent-glow);
}
.sc_cf2ib5:hover {
    background: #049944; border-color: #049944; color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(6,180,83,0.35);
}

.sc_xhgkyj {
    background: transparent;
    color: var(--text-primary); border-color: var(--border-color);
}
.sc_xhgkyj:hover {
    background: var(--f14ry); color: #fff; border-color: var(--f14ry);
    transform: translateY(-2px);
}

.btn-white-custom {
    background: #fff; color: var(--text-primary); border-color: #fff;
}
.btn-white-custom:hover {
    background: transparent; color: #fff; border-color: rgba(255,255,255,0.6);
    transform: translateY(-2px);
}

.btn-link-custom {
    background: none; border: none;
    color: var(--f14ry); padding: 0;
    font-weight: var(--fw-semibold);
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-link-custom:hover { color: var(--f15cg); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.sc_npn4go {
    position: fixed; top: 0; left: 0;
    width: 100%; z-index: 1000;
    padding: 20px 0;
    transition: var(--transition);
    background: transparent;
}
.sc_npn4go.scrolled {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(12px);
    padding: 12px 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

.sc_rn4jqa {
    display: flex; align-items: center; justify-content: space-between;
}

.sc_jgka73 {
    font-family: var(--f3eo);
    font-size: 22px; font-weight: var(--f18rc); color: var(--text-primary);
}
.sc_jgka73:hover { color: var(--text-primary); }
.sc_jgka73 img { height: 40px; width: auto; }

.sc_npn4go.hero-mode .sc_jgka73 { color: #fff; }
.sc_npn4go.hero-mode .sc_s59a95 .nav-link { color: rgba(255,255,255,0.85); }
.sc_npn4go.hero-mode .sc_s59a95 .nav-link:hover { color: var(--f14ry); }
.sc_npn4go.hero-mode .sc_dxh1fz .sc_bgl415 { background: #fff; }

.sc_s59a95 { display: flex; align-items: center; gap: 32px; }
.sc_s59a95 .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small);
    font-weight: var(--fw-medium); padding: 6px 0; position: relative;
}
.sc_s59a95 .nav-link::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 0; height: 2px; background: var(--f14ry);
    transition: width 0.3s ease;
}
.sc_s59a95 .nav-link:hover, .sc_s59a95 .nav-link.active { color: var(--f14ry); }
.sc_s59a95 .nav-link:hover::after, .sc_s59a95 .nav-link.active::after { width: 100%; }
.sc_aq57g6 { display: flex; align-items: center; gap: 10px; }

.sc_brp5v7, .sc_rz7ko3 { display: flex; align-items: center; gap: 28px; }
.sc_brp5v7 .nav-link, .sc_rz7ko3 .nav-link {
    color: var(--text-secondary); font-size: var(--fs-small); font-weight: var(--fw-medium); padding: 6px 0;
}
.sc_brp5v7 .nav-link:hover, .sc_rz7ko3 .nav-link:hover { color: var(--f14ry); }

.sc_dxh1fz {
    display: none; flex-direction: column;
    justify-content: center; align-items: center;
    width: 40px; height: 40px;
    background: none; border: 1.5px solid var(--border-color);
    border-radius: var(--f7wp); cursor: pointer; padding: 0; gap: 5px;
}
.sc_dxh1fz .sc_bgl415 {
    display: block; width: 20px; height: 2px;
    background: var(--text-primary); border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.sc_dxh1fz.active .sc_bgl415:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sc_dxh1fz.active .sc_bgl415:nth-child(2) { opacity: 0; }
.sc_dxh1fz.active .sc_bgl415:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sc_vddmf7 {
    min-height: 100vh; min-height: 100svh;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 110px; padding-bottom: 80px;
    background: var(--bg-dark);
    text-align: center;
}

.sc_vddmf7 .hero-shape1 {
    position: absolute; top: -100px; left: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(6,180,83,0.15), transparent 70%);
    border-radius: 50%; z-index: 0;
}
.sc_vddmf7 .hero-shape2 {
    position: absolute; bottom: -80px; right: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(6,180,83,0.08), transparent 70%);
    border-radius: 50%; z-index: 0;
}

.sc_y1h5ma { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.sc_l37fi6   { position: relative; z-index: 2; margin-top: 60px; }
.sc_l37fi6 img {
    border-radius: var(--f8bt); box-shadow: var(--f13l9);
    max-width: 100%; margin: 0 auto;
}

.sc_g2t8kv {
    display: inline-block;
    background: rgba(6,180,83,0.12);
    color: var(--f15cg);
    font-size: 13px; font-weight: var(--fw-semibold);
    padding: 7px 18px;
    border-radius: var(--f4mt);
    text-transform: uppercase; letter-spacing: 1px;
    margin-bottom: 22px;
    border: 1px solid rgba(6,180,83,0.2);
}

.sc_brfglx {
    font-size: var(--f19hu); font-weight: var(--f18rc);
    color: #fff; line-height: 1.15; margin-bottom: 20px;
}

.sc_ocggit {
    font-size: 18px; color: rgba(255,255,255,0.65);
    margin-bottom: 38px; line-height: 1.7;
    max-width: 600px; margin-left: auto; margin-right: auto;
}

.sc_c3f66q { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

.sc_a9sf16 { margin-bottom: 56px; }
.sc_a9sf16.text-center { text-align: center; }
.sc_a9sf16.text-center .sc_l4gbs4 { max-width: 580px; margin: 0 auto; }

.sc_dw8sno {
    display: inline-block; font-size: 13px;
    font-weight: var(--fw-semibold); color: var(--f14ry);
    text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px;
}
.sc_f16y8l {
    font-size: var(--f20ch); font-weight: var(--f18rc);
    color: var(--text-primary); line-height: 1.2; margin-bottom: 14px;
}
.sc_l4gbs4 { font-size: var(--f17tx); color: var(--text-secondary); line-height: 1.7; }

.sc_tand5a {
    background: var(--bg-card);
    border: 1px solid var(--border-light);
    border-radius: var(--f8bt);
    padding: 30px 26px;
    box-shadow: var(--f10n1);
    transition: var(--transition);
    height: 100%;
}
.sc_tand5a:hover {
    box-shadow: var(--f11qq);
    transform: translateY(-6px);
    border-color: rgba(6,180,83,0.3);
}

.sc_pzgo3x {
    width: 60px; height: 60px;
    background: rgba(6,180,83,0.08);
    border-radius: var(--f7wp);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px; transition: var(--transition);
}
.sc_pzgo3x i, .sc_pzgo3x svg { color: var(--f14ry); font-size: 26px; }
.sc_tand5a:hover .sc_pzgo3x { background: var(--f14ry); }
.sc_tand5a:hover .sc_pzgo3x i, .sc_tand5a:hover .sc_pzgo3x svg { color: #fff; }

.icon-number-box {
    background: var(--f14ry); color: #fff;
    font-size: 14px; font-weight: var(--f18rc);
    width: 36px; height: 36px;
    border-radius: var(--f6v3);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
}

.sc_tn1d5o { font-size: 18px; font-weight: var(--fw-semibold); margin-bottom: 8px; }
.sc_clpip6  { font-size: 14px; color: var(--text-secondary); }

.sc_tand5a-horizontal {
    display: flex; align-items: flex-start; gap: 18px;
    padding: 22px; background: var(--bg-card);
    border-radius: var(--f7wp); border-left: 3px solid var(--f14ry);
    box-shadow: var(--f10n1); transition: var(--transition);
}
.sc_tand5a-horizontal:hover { box-shadow: var(--f11qq); transform: translateX(4px); }
.sc_tand5a-horizontal .sc_pzgo3x { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main  { border-radius: var(--f8bt); box-shadow: var(--f12y4); }
.about-image .img-small {
    position: absolute; bottom: 24px; left: -24px;
    width: 44%; border-radius: var(--f7wp);
    box-shadow: var(--f11qq); border: 4px solid #fff;
}
.experience-badge {
    position: absolute; bottom: 20px; right: -16px;
    background: var(--f14ry); color: #fff;
    padding: 20px 24px; border-radius: var(--f7wp);
    text-align: center; box-shadow: var(--f11qq); z-index: 2;
}
.experience-badge .badge-number {
    font-size: 40px; font-weight: var(--f18rc); line-height: 1; display: block;
}
.experience-badge .badge-text { font-size: 13px; opacity: 0.9; }

.about-list { list-style: none; padding: 0; }
.about-list li {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 9px 0; border-bottom: 1px solid var(--border-light);
    font-size: var(--f17tx); color: var(--text-secondary);
}
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--f14ry); margin-top: 2px; flex-shrink: 0; }

.sc_r28ovj {
    background: var(--bg-card); border-radius: var(--f8bt);
    overflow: hidden; box-shadow: var(--f10n1);
    transition: var(--transition); height: 100%;
    border: 1px solid var(--border-light);
}
.sc_r28ovj:hover { box-shadow: var(--f11qq); transform: translateY(-6px); border-color: rgba(6,180,83,0.25); }
.sc_r28ovj .sc_d30swr { height: 220px; overflow: hidden; position: relative; }
.sc_r28ovj .sc_d30swr img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.sc_r28ovj:hover .sc_d30swr img { transform: scale(1.06); }
.sc_r28ovj .card-tag {
    position: absolute; top: 14px; left: 14px;
    background: var(--f14ry); color: #fff;
    font-size: 11px; font-weight: var(--fw-semibold);
    padding: 4px 12px; border-radius: var(--f4mt);
    text-transform: uppercase; letter-spacing: 0.5px;
}
.sc_r28ovj .card-body  { padding: 24px; }
.sc_r28ovj .card-title { font-size: 18px; font-weight: var(--fw-semibold); margin-bottom: 8px; }
.sc_r28ovj .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.sc_r28ovj .card-footer-custom { padding: 0 24px 24px; }

.sc_dtfvlk { background: var(--bg-dark); padding: var(--sc_inn3y2); }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 46px; color: var(--f14ry); margin-bottom: 12px; display: block; }
.sc_euts07 {
    font-size: 52px; font-weight: var(--f18rc); color: #fff;
    line-height: 1; display: block; margin-bottom: 8px;
}
.sc_fek2qu { font-size: var(--fs-small); text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.5); }

.pricing-section { position: relative; overflow: hidden; }
.pricing-section-bg {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background: var(--bg-gradient-dark);
    z-index: 0;
}
.pricing-section-bg + .container { position: relative; z-index: 1; }

.sc_gwcb93 {
    background: #16213a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--f8bt);
    padding: 36px 30px;
    transition: var(--transition); position: relative;
    overflow: hidden; height: 100%;
    color: rgba(255,255,255,0.8);
}
.sc_gwcb93 .sc_qjppl1    { color: rgba(255,255,255,0.5); font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.sc_gwcb93 .sc_ye29dg   { font-size: 48px; font-weight: var(--f18rc); color: #fff; line-height: 1; }
.sc_gwcb93 .plan-period  { font-size: 14px; color: rgba(255,255,255,0.45); margin-bottom: 26px; }
.sc_gwcb93.featured {
    background: var(--bg-card);
    border-color: var(--f14ry);
    box-shadow: 0 0 40px rgba(6,180,83,0.15);
    color: var(--text-secondary);
}
.sc_gwcb93.featured .sc_qjppl1   { color: var(--text-muted); }
.sc_gwcb93.featured .sc_ye29dg  { color: var(--text-primary); }
.sc_gwcb93.featured .plan-period { color: var(--text-muted); }
.sc_gwcb93:hover { transform: translateY(-6px); }

.sc_lqbsou { list-style: none; padding: 0; margin: 0 0 28px; }
.sc_lqbsou li {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 0; font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.sc_gwcb93.featured .sc_lqbsou li { border-bottom-color: var(--border-light); color: var(--text-secondary); }
.sc_lqbsou li:last-child { border-bottom: none; }
.sc_lqbsou li i { color: var(--f14ry); font-size: 13px; flex-shrink: 0; }
.sc_lqbsou li.disabled { opacity: 0.4; }
.sc_lqbsou li.disabled i { color: currentColor; }
.pricing-badge {
    position: absolute; top: -1px; right: 24px;
    background: var(--f14ry); color: #fff;
    font-size: 11px; font-weight: var(--fw-semibold);
    padding: 6px 14px;
    border-radius: 0 0 var(--f6v3) var(--f6v3);
    text-transform: uppercase; letter-spacing: 0.5px;
}

.sc_a19wfz {
    background: var(--bg-card);
    border-radius: var(--f8bt);
    padding: 34px; box-shadow: var(--f10n1);
    border: 1px solid var(--border-light);
    transition: var(--transition); min-width: 320px;
}
.sc_a19wfz:hover { box-shadow: var(--f11qq); }
.quote-icon   { color: var(--f14ry); font-size: 32px; margin-bottom: 16px; display: block; }
.sc_swh24t   { font-style: italic; color: var(--text-secondary); line-height: 1.7; margin-bottom: 22px; font-size: 15px; }
.sc_a19wfz .author { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--border-light); }
.sc_ib1feu { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.sc_f5sc6e  { font-weight: var(--fw-semibold); color: var(--text-primary); font-size: 15px; }
.sc_z4marm  { font-size: 12px; color: var(--text-muted); }
.star-rating  {
    display: flex; gap: 4px; margin-bottom: 0; margin-top: 4px;
}
.star-rating i { color: #ffc107; font-size: 13px; }

.cs_rating { display: flex; gap: 3px; margin-top: 6px; }
.cs_rating i { color: #ffc107; font-size: 13px; }

.process-item {
    background: var(--bg-card); border-radius: var(--f7wp);
    padding: 28px 24px; box-shadow: var(--f10n1);
    border: 1px solid var(--border-light);
    transition: var(--transition); height: 100%; position: relative;
}
.process-item:hover { box-shadow: var(--f11qq); transform: translateY(-6px); }
.sc_uirvfi {
    font-size: 60px; font-weight: var(--f18rc); color: var(--f14ry);
    opacity: 0.12; position: absolute; top: 10px; right: 16px; line-height: 1;
}
.step-icon  { font-size: 38px; color: var(--f14ry); margin-bottom: 14px; display: block; }
.sc_yujl7x { font-size: 18px; font-weight: var(--fw-semibold); margin-bottom: 8px; }
.step-text  { font-size: var(--fs-small); color: var(--text-secondary); }

.sc_vey7pv {
    background: var(--bg-card); border-radius: var(--f8bt);
    overflow: hidden; box-shadow: var(--f10n1);
    transition: var(--transition); text-align: center;
}
.sc_vey7pv:hover { box-shadow: var(--f11qq); transform: translateY(-6px); }
.sc_vey7pv .sc_qdocwt { position: relative; overflow: hidden; height: 260px; }
.sc_vey7pv .sc_qdocwt img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_vey7pv:hover .sc_qdocwt img { transform: scale(1.05); }
.sc_vey7pv .team-body { padding: 20px; }
.sc_ldkvpz { font-size: 17px; font-weight: var(--fw-semibold); margin-bottom: 4px; }
.sc_quvkg4 { font-size: 13px; color: var(--f14ry); margin-bottom: 12px; }
.team-social { display: flex; justify-content: center; gap: 8px; }
.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: 13px; transition: var(--transition);
}
.team-social a:hover { background: var(--f14ry); color: #fff; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--f7wp); }
.portfolio-item img { width: 100%; height: 260px; object-fit: cover; transition: transform 0.5s ease; }
.portfolio-item:hover img { transform: scale(1.06); }
.portfolio-overlay { color: #fff;
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(6,180,83,0.85), transparent);
    opacity: 0; transition: opacity 0.35s ease;
    display: flex; flex-direction: column; justify-content: flex-end; padding: 22px;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: rgba(200,255,200,0.8); text-transform: uppercase; letter-spacing: 1px; }
.portfolio-title { font-size: 17px; 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_oswprt {
    background: var(--bg-card); border-radius: var(--f8bt);
    overflow: hidden; box-shadow: var(--f10n1);
    transition: var(--transition); height: 100%;
    border: 1px solid var(--border-light);
}
.sc_oswprt:hover { box-shadow: var(--f11qq); transform: translateY(-6px); }
.sc_oswprt .sc_d30swr { height: 210px; overflow: hidden; }
.sc_oswprt .sc_d30swr img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_oswprt:hover .sc_d30swr img { transform: scale(1.06); }
.sc_oswprt .card-body  { padding: 24px; }
.sc_fwj6q5  { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 8px; }
.sc_oswprt .card-title { font-size: 17px; font-weight: var(--fw-semibold); margin-bottom: 8px; line-height: 1.4; }
.sc_oswprt .card-text  { font-size: var(--fs-small); color: var(--text-secondary); }

.faq-section .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: var(--f7wp) !important;
    margin-bottom: 10px; overflow: hidden;
}
.faq-section .accordion-button {
    font-family: var(--f3eo); font-weight: var(--fw-semibold);
    color: var(--text-primary); background: var(--bg-card); font-size: 16px;
}
.faq-section .accordion-button:not(.collapsed) {
    color: var(--f14ry); background: #f0faf5; box-shadow: none;
}
.faq-section .accordion-body { background: #f0faf5; color: var(--text-secondary); font-size: 15px; line-height: 1.7; }

.sc_nx42wo {
    background: var(--f1ak);
    padding: var(--sc_inn3y2);
    position: relative; overflow: hidden; text-align: center;
}
.sc_nx42wo::before {
    content: ''; position: absolute; top: -80px; left: -80px;
    width: 360px; height: 360px;
    background: rgba(255,255,255,0.06); border-radius: 50%;
}
.sc_nx42wo::after {
    content: ''; position: absolute; bottom: -60px; right: -60px;
    width: 280px; height: 280px;
    background: rgba(0,0,0,0.08); border-radius: 50%;
}
.cta-content { position: relative; z-index: 1; }
.sc_iatxmz { font-size: var(--f20ch); font-weight: var(--f18rc); color: #fff; margin-bottom: 14px; }
.sc_cuy4sx  { font-size: 17px; color: rgba(255,255,255,0.8); margin-bottom: 34px; }

.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter-form input[type="email"] {
    flex: 1; min-width: 200px;
    padding: 12px 20px; border: 1.5px solid var(--border-color);
    border-radius: var(--f4mt); font-family: var(--f5hl);
    font-size: var(--f17tx); 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(--f14ry); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.sc_a0njjt .form-control {
    border: 1.5px solid var(--border-color); border-radius: var(--f7wp);
    padding: 12px 18px; font-family: var(--f5hl); font-size: var(--f17tx);
    color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease;
}
.sc_a0njjt .form-control:focus { outline: none; box-shadow: none; border-color: var(--f14ry); }
.sc_a0njjt label { font-weight: var(--fw-medium); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }
.sc_a0njjt .form-control::placeholder { color: var(--text-muted); }

.sc_dwjrqw { background: var(--footer-dark-bg); color: rgba(255,255,255,0.65); padding: 80px 0 0; }
.sc_d3d532 { margin-bottom: 40px; }
.sc_ckdts7 {
    font-size: 16px; font-weight: var(--fw-semibold); color: #fff;
    margin-bottom: 20px; padding-bottom: 12px;
    border-bottom: 2px solid var(--f14ry); width: max-content;
}
.sc_rul6dy { list-style: none; padding: 0; }
.sc_rul6dy li { margin-bottom: 10px; }
.sc_rul6dy a {
    color: rgba(255,255,255,0.6); font-size: var(--fs-small);
    transition: var(--transition); display: flex; align-items: center; gap: 8px;
}
.sc_rul6dy a:hover { color: var(--f14ry); padding-left: 4px; }
.footer-contact li {
    display: flex; align-items: flex-start; gap: 12px;
    color: rgba(255,255,255,0.6); font-size: var(--fs-small); margin-bottom: 12px;
}
.footer-contact li i { color: var(--f14ry); margin-top: 2px; flex-shrink: 0; }
.sc_h7qgcf { display: flex; gap: 10px; margin-top: 20px; }
.sc_h7qgcf a {
    width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.12); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.55); font-size: 15px; transition: var(--transition);
}
.sc_h7qgcf a:hover { background: var(--f14ry); border-color: var(--f14ry); color: #fff; }
.sc_m0v3j2 {
    margin-top: 40px; padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.07);
    text-align: center; font-size: 13px; color: rgba(255,255,255,0.4);
}

.sc_n5bmxo {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--f14ry); color: #fff;
    border: none; border-radius: var(--f4mt);
    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_n5bmxo.visible { opacity: 1; visibility: visible; }
.sc_n5bmxo:hover { background: var(--f15cg); transform: translateY(-3px); }

.marquee-section { overflow: hidden; padding: 20px 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: 10px;
    font-size: var(--f17tx); font-weight: var(--fw-semibold);
    color: var(--text-muted); white-space: nowrap;
}
.marquee-item i { color: var(--f14ry); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 50px; height: 3px; background: var(--f1ak); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge {
    font-size: 80px; font-weight: var(--f18rc); color: transparent;
    -webkit-text-stroke: 2px var(--f14ry); line-height: 1; opacity: 0.1;
}
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px var(--text-primary); }

@media (max-width: 1199px) {
    :root { --f19hu: 52px; --f20ch: 38px; --f21g0: 26px; }
}
@media (max-width: 991px) {
    :root { --f19hu: 42px; --f20ch: 32px; --sc_inn3y2: 80px 0; }
    .sc_s59a95 { display: none; }
    .sc_dxh1fz { display: flex; }
    .about-image .img-small { display: none; }
    .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --f19hu: 34px; --f20ch: 26px; --sc_inn3y2: 60px 0; }
    .sc_brfglx { font-size: 32px; }
    .sc_c3f66q { flex-direction: column; align-items: center; }
    .sc_c3f66q .sc_u19rpj { width: 100%; max-width: 300px; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form input[type="email"] { width: 100%; }
    .sc_euts07 { font-size: 44px; }
    .sc_gwcb93 { min-width: unset; }
}

.sc_qkbbi9 .sc_g2t8kv { color: #fff; }
.sc_qkbbi9 .sc_dw8sno { color: var(--f14ry); }
.sc_qkbbi9 .sc_pqi5eu { color: rgba(255,255,255,0.55); }
.sc_qkbbi9 .sc_rul6dy a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_qkbbi9 .sc_rul6dy 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(--f14ry) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
