

:root {
    --bg-primary:    #ffffff;
    --bg-secondary:  #f7f9fc;
    --bg-card:       #ffffff;
    --bg-card-hover: #f0faf1;
    --bg-dark:       #1a1a2e;
    --text-primary:  #222222;
    --text-secondary: #666666;
    --text-muted:    #999999;
    --footer-dark-bg: #1a1a2e;
    --border-color:  #e8ecf0;
    --border-light:  rgba(49, 177, 58, 0.12);

    --q14qm: #31b13a;
    --q15mz: #27943a;
    --q1ui: linear-gradient(135deg, var(--q14qm), var(--q15mz));
    --accent-glow: 0 8px 28px rgba(49, 177, 58, 0.25);

    --q3lw: 'Heebo', system-ui, sans-serif;
    --q5mj:    'Heebo', system-ui, sans-serif;

    --q19ny: 56px;
    --q20kk: 40px;
    --q21rn: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --q17lq: 15px;
    --fs-small: 13px;

    --q18vd:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --q6ko:   6px;
    --q7p5:   10px;
    --q8li:   14px;
    --q9go:   18px;
    --q4f7: 100px;

    --transition:      all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --q10bh: 0 2px 12px rgba(0, 0, 0, 0.05);
    --q11zc: 0 8px 28px rgba(0, 0, 0, 0.08);
    --q12rz: 0 16px 48px rgba(0, 0, 0, 0.10);
    --q13kl: 0 24px 64px rgba(0, 0, 0, 0.14);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.05);

    --sc_g7o6us: 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(--q5mj);
    font-size: var(--q17lq);
    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; cursor: pointer; color: var(--q14qm); transition: var(--transition); }
a:hover { color: var(--q15mz); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--q14qm); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--q3lw);
    font-weight: var(--q18vd);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 18px;
}
h1 { font-size: var(--q19ny); }
h2 { font-size: var(--q20kk); }
h3 { font-size: var(--q21rn); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--q17lq); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--q1ui); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--q14qm); }
.text-accent-2 { color: var(--q15mz); }
.text-dark     { color: var(--text-primary); }

.sc_g7o6us    { padding: var(--sc_g7o6us); position: relative; }
.sc_g7o6us-sm { padding: 60px 0; }
.sc_g7o6us-lg { padding: 130px 0; }
.sc_znl6wm   { background-color: var(--bg-primary); }
.sc_vg1tlj { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.sc_ncsd6j     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--q1ui); color: #fff; }

.sc_ncsd6j h1,.sc_ncsd6j h2,.sc_ncsd6j h3,
.sc_ncsd6j h4,.sc_ncsd6j h5,.sc_ncsd6j h6 { color: #fff; }
.sc_ncsd6j p,.sc_ncsd6j li,.sc_ncsd6j span:not(.badge) { color: rgba(255,255,255,0.7); }
.sc_ncsd6j .sc_i9q3qn { color: #fff; }
.sc_ncsd6j .sc_kizx1h  { color: rgba(255,255,255,0.55); }

.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}
.gap-20{gap:20px} .gap-30{gap:30px} .gap-40{gap:40px}

.sc_w5wwwz { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; display: flex; align-items: center; justify-content: center; z-index: 99999; transition: opacity 0.4s ease, visibility 0.4s ease; }
.sc_w5wwwz.loaded { opacity: 0; visibility: hidden; }
.sc_lhmrw9 { width: 44px; height: 44px; border: 3px solid var(--border-color); border-top-color: var(--q14qm); border-radius: 50%; animation: nftSpin 0.65s linear infinite; }
@keyframes nftSpin { to { transform: rotate(360deg); } }

.sc_p6j7sz {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 13px 32px;
    font-family: var(--q3lw); font-size: var(--fs-small);
    font-weight: var(--fw-medium); text-transform: none; letter-spacing: 0;
    border-radius: var(--q8li);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.sc_o07rq4 { background: var(--q14qm); color: #fff; border-color: var(--q14qm); }
.sc_o07rq4:hover { background: var(--q15mz); border-color: var(--q15mz); transform: translateY(-3px); box-shadow: var(--accent-glow); }
.sc_pr2saz { background: transparent; color: var(--text-primary); border-color: var(--border-color); }
.sc_pr2saz:hover { border-color: var(--q14qm); color: var(--q14qm); transform: translateY(-3px); }
.btn-link-custom { background: none; border: none; color: var(--q14qm); padding: 0; font-weight: var(--fw-medium); display: inline-flex; align-items: center; gap: 6px; font-family: var(--q3lw); font-size: 14px; }
.btn-link-custom:hover { color: var(--q15mz); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.sc_s0jenw { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-color); }
.sc_s0jenw.scrolled { box-shadow: 0 2px 16px rgba(0,0,0,0.06); }
.sc_zrfccq { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.sc_n5euw1 { font-family: var(--q3lw); font-size: 26px; font-weight: var(--q18vd); color: var(--text-primary); }
.sc_n5euw1:hover { color: var(--text-primary); }
.sc_n5euw1 img { height: 42px; width: auto; }
.sc_p7j9zo { display: flex; align-items: center; gap: 28px; }
.sc_p7j9zo .nav-link { color: var(--text-secondary); font-family: var(--q5mj); font-size: var(--q17lq); font-weight: var(--fw-medium); padding: 6px 0; position: relative; transition: var(--transition); }
.sc_p7j9zo .nav-link:hover, .sc_p7j9zo .nav-link.active { color: var(--q14qm); }
.sc_zd0fn8 { margin-left: 10px; }
.sc_ziij5s { display: none; flex-direction: column; justify-content: center; align-items: center; width: 42px; height: 42px; background: none; border: 2px solid var(--border-color); border-radius: var(--q7p5); cursor: pointer; padding: 0; gap: 5px; }
.sc_ziij5s .sc_zjzryy { display: block; width: 20px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: var(--transition); }

.sc_izxq8d {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 90px;
    background: var(--bg-secondary);
}
.sc_j4lcbu { position: relative; z-index: 2; }
.sc_t2wopv   { position: relative; z-index: 2; }
.sc_t2wopv img { border-radius: var(--q9go); box-shadow: var(--q12rz); }
.sc_dbm3e1 {
    display: inline-block; color: var(--q14qm);
    font-size: 14px; font-weight: var(--fw-medium); font-family: var(--q3lw);
    text-transform: none; letter-spacing: 0; margin-bottom: 14px;
}
.sc_qda42p {
    font-family: var(--q3lw); font-size: var(--q19ny);
    font-weight: var(--q18vd); color: var(--text-primary);
    line-height: 1.2; margin-bottom: 20px;
}
.sc_lx039d { font-size: 16px; color: var(--text-secondary); max-width: 500px; margin-bottom: 34px; line-height: 1.8; }
.sc_hja4g0 { display: flex; flex-wrap: wrap; gap: 14px; }

.sc_h8be6g { margin-bottom: 50px; }
.sc_h8be6g.text-center { text-align: center; }
.sc_h8be6g.text-center .sc_b57i2y { max-width: 560px; margin: 0 auto; }
.sc_zruwza { display: inline-block; font-size: 13px; font-weight: var(--fw-medium); color: var(--q14qm); text-transform: none; letter-spacing: 0; margin-bottom: 10px; font-family: var(--q3lw); }
.sc_qarmi6 { font-family: var(--q3lw); font-size: var(--q20kk); font-weight: var(--q18vd); color: var(--text-primary); line-height: 1.2; margin-bottom: 14px; }
.sc_b57i2y { font-size: var(--q17lq); color: var(--text-secondary); line-height: 1.8; }

.sc_vw1ot9 { background: var(--bg-card); border-radius: var(--q8li); padding: 30px 24px; box-shadow: var(--q10bh); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.sc_vw1ot9:hover { box-shadow: var(--q11zc); transform: translateY(-6px); border-color: var(--q14qm); }
.sc_m2iy8t { width: 60px; height: 60px; background: rgba(49,177,58,0.08); border-radius: var(--q8li); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: var(--transition); }
.sc_m2iy8t i, .sc_m2iy8t svg { color: var(--q14qm); font-size: 26px; }
.sc_vw1ot9:hover .sc_m2iy8t { background: var(--q14qm); }
.sc_vw1ot9:hover .sc_m2iy8t i, .sc_vw1ot9:hover .sc_m2iy8t svg { color: #fff; }
.sc_ai0s7h { font-family: var(--q3lw); font-size: 18px; margin-bottom: 8px; }
.sc_tmevk3  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.sc_vw1ot9-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--q8li); border-left: 3px solid var(--q14qm); box-shadow: var(--q10bh); transition: var(--transition); }
.sc_vw1ot9-horizontal:hover { box-shadow: var(--q11zc); transform: translateX(4px); }
.sc_vw1ot9-horizontal .sc_m2iy8t { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--q9go); box-shadow: var(--q12rz); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--q8li); box-shadow: var(--q11zc); border: 4px solid #fff; }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--q14qm); color: #fff; padding: 18px 22px; border-radius: var(--q8li); text-align: center; box-shadow: var(--accent-glow); z-index: 2; }
.experience-badge .badge-number { font-family: var(--q3lw); font-size: 40px; font-weight: var(--q18vd); line-height: 1; display: block; }
.experience-badge .badge-text { font-size: 12px; opacity: 0.9; }
.about-list { list-style: none; padding: 0; }
.about-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border-color); font-size: var(--q17lq); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--q14qm); margin-top: 2px; flex-shrink: 0; }

.sc_boluw6 { background: var(--bg-card); border-radius: var(--q8li); overflow: hidden; box-shadow: var(--q10bh); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.sc_boluw6:hover { box-shadow: var(--q12rz); transform: translateY(-6px); }
.sc_boluw6 .sc_vropj0 { position: relative; overflow: hidden; height: 220px; }
.sc_boluw6 .sc_vropj0 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.sc_boluw6:hover .sc_vropj0 img { transform: scale(1.06); }
.sc_boluw6 .card-tag { position: absolute; top: 12px; left: 12px; background: var(--q14qm); color: #fff; font-size: 11px; font-weight: var(--q18vd); padding: 4px 12px; border-radius: var(--q7p5); }
.sc_boluw6 .card-body { padding: 22px; }
.sc_boluw6 .card-title { font-family: var(--q3lw); font-size: 18px; margin-bottom: 8px; }
.sc_boluw6 .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 14px; }
.sc_boluw6 .card-footer-custom { padding: 0 22px 22px; display: flex; align-items: center; justify-content: space-between; }

.nft-card { background: var(--bg-card); border-radius: var(--q9go); overflow: hidden; box-shadow: var(--q10bh); border: 1px solid var(--border-color); transition: var(--transition); }
.nft-card:hover { box-shadow: var(--q12rz); transform: translateY(-6px); }
.nft-card .nft-image { position: relative; overflow: hidden; height: 260px; }
.nft-card .nft-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.nft-card:hover .nft-image img { transform: scale(1.06); }
.nft-card .nft-body { padding: 20px; }
.nft-title { font-size: 17px; font-weight: var(--fw-semibold); margin-bottom: 6px; }
.nft-meta { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-muted); margin-bottom: 12px; }
.nft-price-row { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px solid var(--border-color); }
.nft-price { font-weight: var(--q18vd); color: var(--text-primary); font-size: 16px; }
.nft-countdown { font-size: 12px; color: var(--q14qm); font-weight: var(--fw-medium); }
.nft-action-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.55); display: flex; align-items: center; justify-content: center; gap: 12px; opacity: 0; transition: opacity 0.3s ease; }
.nft-card:hover .nft-action-overlay { opacity: 1; }
.nft-action-btn { width: 42px; height: 42px; border-radius: 50%; background: #fff; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--transition); color: var(--text-primary); font-size: 16px; }
.nft-action-btn:hover { background: var(--q14qm); color: #fff; }

.sc_vhl92s { background: var(--bg-secondary); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); padding: 70px 0; }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 46px; color: var(--q14qm); margin-bottom: 10px; display: block; }
.sc_i9q3qn { font-family: var(--q3lw); font-size: 52px; font-weight: var(--q18vd); color: var(--text-primary); line-height: 1; display: block; margin-bottom: 8px; }
.sc_kizx1h { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); }

.sc_nvsnhz { background: var(--bg-card); border-radius: var(--q8li); overflow: hidden; box-shadow: var(--q10bh); border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.sc_nvsnhz:hover { box-shadow: var(--q12rz); transform: translateY(-6px); }
.sc_nvsnhz .sc_acpkj9 { position: relative; overflow: hidden; height: 260px; }
.sc_nvsnhz .sc_acpkj9 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_nvsnhz:hover .sc_acpkj9 img { transform: scale(1.05); }
.sc_nvsnhz .team-body { padding: 20px; }
.sc_apcr7r { font-family: var(--q3lw); font-size: 18px; margin-bottom: 4px; }
.sc_ct2vlo { font-size: 14px; color: var(--q14qm); margin-bottom: 12px; }
.team-social { display: flex; justify-content: center; gap: 10px; }
.team-social a { width: 36px; height: 36px; background: var(--bg-secondary); color: var(--text-secondary); border-radius: var(--q7p5); display: flex; align-items: center; justify-content: center; font-size: 14px; transition: var(--transition); }
.team-social a:hover { background: var(--q14qm); color: #fff; }

.sc_fen8kg { background: var(--bg-card); border-radius: var(--q9go); padding: 32px; border: 1px solid var(--border-color); box-shadow: var(--q10bh); transition: var(--transition); height: 100%; }
.sc_fen8kg:hover { box-shadow: var(--q11zc); }
.quote-icon   { color: var(--q14qm); font-size: 36px; margin-bottom: 14px; display: block; }
.sc_fsfelk   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 20px; font-size: 15px; }
.sc_fen8kg .author { display: flex; align-items: center; gap: 14px; padding-top: 16px; border-top: 1px solid var(--border-color); }
.sc_lxd5vy { width: 50px; height: 50px; border-radius: var(--q8li); object-fit: cover; flex-shrink: 0; }
.sc_auki1n  { font-family: var(--q3lw); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; }
.sc_oqn4e2  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: #ffc107; font-size: 14px; margin-bottom: 12px; }

.sc_dn2df8 { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--q9go); padding: 34px 28px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.sc_dn2df8.featured { border-color: var(--q14qm); }
.sc_dn2df8:hover { border-color: var(--q14qm); transform: translateY(-6px); box-shadow: var(--q12rz); }
.sc_fc7hu6 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.sc_fijdfh { font-family: var(--q3lw); font-size: 46px; font-weight: var(--q18vd); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 22px; }
.sc_nmm9jl { list-style: none; padding: 0; margin: 0 0 26px; }
.sc_nmm9jl li { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 14px; color: var(--text-secondary); border-bottom: 1px solid var(--border-color); }
.sc_nmm9jl li:last-child { border-bottom: none; }
.sc_nmm9jl li i { color: var(--q14qm); font-size: 13px; flex-shrink: 0; }
.sc_nmm9jl li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 22px; background: var(--q14qm); color: #fff; font-size: 11px; font-weight: var(--q18vd); padding: 6px 14px; border-radius: 0 0 var(--q6ko) var(--q6ko); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--q8li); }
.portfolio-item img { width: 100%; height: 300px; object-fit: cover; transition: transform 0.5s ease; }
.portfolio-item:hover img { transform: scale(1.07); }
.portfolio-overlay { color: #fff; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,46,0.85), transparent 60%); opacity: 0; transition: opacity 0.3s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border-radius: var(--q8li); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: var(--q14qm); text-transform: uppercase; letter-spacing: 1px; }
.portfolio-title { font-family: var(--q3lw); font-size: 19px; color: #fff; }
.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_m0o0ny { background: var(--bg-card); border-radius: var(--q8li); overflow: hidden; box-shadow: var(--q10bh); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.sc_m0o0ny:hover { box-shadow: var(--q12rz); transform: translateY(-5px); }
.sc_m0o0ny .sc_vropj0 { height: 200px; overflow: hidden; }
.sc_m0o0ny .sc_vropj0 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_m0o0ny:hover .sc_vropj0 img { transform: scale(1.07); }
.sc_m0o0ny .card-body { padding: 22px; }
.sc_phk4ay { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.sc_m0o0ny .card-title { font-family: var(--q3lw); font-size: 17px; margin-bottom: 6px; }
.sc_m0o0ny .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--q8li); padding: 28px 22px; box-shadow: var(--q10bh); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { box-shadow: var(--q12rz); transform: translateY(-6px); }
.sc_fzdtv6 { font-family: var(--q3lw); font-size: 68px; font-weight: var(--q18vd); color: rgba(49,177,58,0.06); position: absolute; top: 6px; right: 14px; line-height: 1; }
.step-icon   { font-size: 40px; color: var(--q14qm); margin-bottom: 14px; display: block; }
.sc_llnjvq  { font-family: var(--q3lw); font-size: 18px; margin-bottom: 6px; }
.step-text   { font-size: var(--fs-small); color: var(--text-secondary); }

.faq-section .accordion-item { border: 1px solid var(--border-color); border-radius: var(--q8li) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--q3lw); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 16px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--q14qm); background: var(--bg-secondary); box-shadow: none; }
.faq-section .accordion-body { background: var(--bg-secondary); color: var(--text-secondary); font-size: 15px; line-height: 1.8; }

.sc_jl00vz { background: var(--q1ui); padding: var(--sc_g7o6us); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.sc_cs41jq { font-family: var(--q3lw); font-size: var(--q20kk); color: #fff; margin-bottom: 14px; }
.sc_g7pqmo  { font-size: 16px; color: rgba(255,255,255,0.85); margin-bottom: 32px; }

.newsletter-form { display: flex; gap: 12px; flex-wrap: wrap; }
.newsletter-form input[type="email"] { flex: 1; min-width: 200px; padding: 13px 22px; border: 2px solid var(--border-color); border-radius: var(--q8li); font-family: var(--q5mj); font-size: var(--q17lq); transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--q14qm); }

.sc_s8ftqu .form-control { border: 2px solid var(--border-color); border-radius: var(--q8li); padding: 13px 20px; font-family: var(--q5mj); font-size: var(--q17lq); transition: border-color 0.3s ease; }
.sc_s8ftqu .form-control:focus { outline: none; box-shadow: none; border-color: var(--q14qm); }
.sc_s8ftqu label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.sc_h5ivvh { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.sc_xri9x9 { margin-bottom: 36px; }
.sc_ch2dnr { font-family: var(--q3lw); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 18px; }
.sc_ez6l23 { list-style: none; padding: 0; }
.sc_ez6l23 li { margin-bottom: 10px; }
.sc_ez6l23 a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.sc_ez6l23 a:hover { color: var(--q14qm); padding-left: 4px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 12px; }
.footer-contact li i { color: var(--q14qm); margin-top: 2px; flex-shrink: 0; }
.sc_fcdhfn { display: flex; gap: 10px; margin-top: 18px; }
.sc_fcdhfn a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.1); border-radius: var(--q7p5); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); font-size: 15px; transition: var(--transition); }
.sc_fcdhfn a:hover { background: var(--q14qm); border-color: var(--q14qm); color: #fff; }
.sc_eclyva { margin-top: 36px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.06); text-align: center; font-size: 13px; color: rgba(255,255,255,0.35); }

.sc_z12l6i { position: fixed; bottom: 30px; right: 30px; width: 46px; height: 46px; background: var(--q14qm); color: #fff; border: none; border-radius: var(--q8li); 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_z12l6i.visible { opacity: 1; visibility: visible; }
.sc_z12l6i:hover { background: var(--q15mz); transform: translateY(-4px); }

.line-divider { width: 50px; height: 3px; background: var(--q14qm); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--q8li); }
.gallery-item img { width: 100%; height: 260px; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(49,177,58,0.5); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; border-radius: var(--q8li); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 34px; color: #fff; }

@media (max-width: 1199px) { :root { --q19ny: 46px; --q20kk: 34px; --q21rn: 24px; } }
@media (max-width: 991px) { :root { --q19ny: 38px; --q20kk: 28px; --sc_g7o6us: 70px 0; } .sc_p7j9zo { display: none; } .sc_ziij5s { display: flex; } .about-image .img-small { display: none; } }
@media (max-width: 767px) { :root { --q19ny: 32px; --q20kk: 24px; --sc_g7o6us: 50px 0; } .sc_hja4g0 { flex-direction: column; } .sc_i9q3qn { font-size: 40px; } .newsletter-form { flex-direction: column; } }

.sc_ncsd6j .sc_dbm3e1 { color: #fff; }
.sc_ncsd6j .sc_zruwza { color: var(--q14qm); }
.sc_ncsd6j .sc_tjz5zt { color: rgba(255,255,255,0.55); }
.sc_ncsd6j .sc_ez6l23 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_ncsd6j .sc_ez6l23 a:hover { color: #fff; }
.sc_ncsd6j a:not(.sc_p6j7sz):not(.sc_n5euw1) { color: rgba(255,255,255,0.8); }
.sc_ncsd6j a:not(.sc_p6j7sz):not(.sc_n5euw1):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(--q14qm) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }

.sc_s0jenw:not(.scrolled) .sc_n5euw1,
.sc_s0jenw:not(.scrolled) .nav-link {
    color: #fff !important;
}
.sc_s0jenw:not(.scrolled) .nav-link:hover {
    color: #fff !important;
    opacity: 0.85;
}
.sc_s0jenw:not(.scrolled) .sc_pr2saz {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
}
.sc_s0jenw:not(.scrolled) .sc_pr2saz:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border-color: #fff !important;
}

.sc_s0jenw.scrolled .sc_n5euw1,
.sc_s0jenw.scrolled .nav-link {
    color: var(--text-primary) !important;
}
.sc_s0jenw.scrolled .nav-link:hover {
    color: var(--q14qm) !important;
    opacity: 1;
}
.sc_s0jenw.scrolled .sc_pr2saz {
    color: var(--text-primary) !important;
    border-color: var(--text-primary) !important;
    background: transparent !important;
}
.sc_s0jenw.scrolled .sc_pr2saz:hover {
    background: var(--text-primary) !important;
    color: var(--bg-primary, #fff) !important;
    border-color: var(--text-primary) !important;
}

