

:root {
    --bg-primary:    #ffffff;
    --bg-secondary:  #f9f5f0;
    --bg-card:       #ffffff;
    --bg-card-hover: #fff5ee;
    --bg-dark:       #343434;
    --text-primary:  #343434;
    --text-secondary: #727272;
    --text-muted:    #a5a5a5;
    --footer-dark-bg: #1e1e1e;
    --border-color:  #e3e3e3;
    --border-light:  rgba(255, 85, 40, 0.08);

    --f14du: #FF5528;
    --f15gq: #FFA415;
    --f16hz: #26CC8C;
    --f1np: linear-gradient(135deg, var(--f14du), var(--f15gq));
    --accent-glow: 0 8px 28px rgba(255, 85, 40, 0.25);

    --f3gc: 'Libre Baskerville', Georgia, serif;
    --f5hr:    'DM Sans', system-ui, sans-serif;

    --f19t1: 58px;
    --f20v5: 42px;
    --f21pa: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --f17n3: 16px;
    --fs-small: 14px;

    --f18s7:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --f6z4:   6px;
    --f7bw:   12px;
    --f8v7:   16px;
    --f9to:   24px;
    --f4dh: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.55s ease;

    --f10w8: 0 3px 12px rgba(52, 52, 52, 0.06);
    --f11xp: 0 8px 28px rgba(52, 52, 52, 0.10);
    --f12bd: 0 16px 50px rgba(52, 52, 52, 0.14);
    --f13cs: 0 28px 72px rgba(52, 52, 52, 0.18);
    --shadow-neutral: 0 6px 24px rgba(52, 52, 52, 0.08);

    --sc_p9s559: 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(--f5hr);
    font-size: var(--f17n3);
    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(--f14du); transition: var(--transition); }
a:hover { color: var(--f15gq); text-decoration: none; outline: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--f14du); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--f3gc);
    font-weight: var(--f18s7);
    color: var(--text-primary);
    line-height: 1.25;
    margin-bottom: 18px;
}
h1 { font-size: var(--f19t1); }
h2 { font-size: var(--f20v5); }
h3 { font-size: var(--f21pa); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--f17n3); line-height: 1.9; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--f1np); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--f14du); }
.text-accent-2 { color: var(--f15gq); }
.text-accent-3 { color: var(--f16hz); }
.text-dark     { color: var(--text-primary); }

.sc_p9s559    { padding: var(--sc_p9s559); position: relative; }
.sc_p9s559-sm { padding: 60px 0; }
.sc_p9s559-lg { padding: 120px 0; }
.sc_ud4nhc   { background-color: var(--bg-primary); }
.sc_dfqgdg { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.sc_lk340q     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--f1np); color: #fff; }

.sc_lk340q h1,.sc_lk340q h2,.sc_lk340q h3,
.sc_lk340q h4,.sc_lk340q h5,.sc_lk340q h6 { color: #fff; }
.sc_lk340q p,.sc_lk340q li,.sc_lk340q span:not(.badge) { color: rgba(255,255,255,0.75); }
.sc_lk340q a:not(.sc_mqmnhv) { color: rgba(255,255,255,0.8); }
.sc_lk340q .sc_a8u8wl { color: #fff; }
.sc_lk340q .sc_qd36uz  { 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); }

.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_qj86uv {
    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_qj86uv.loaded { opacity: 0; visibility: hidden; }
.sc_neptdg  { display: flex; gap: 8px; }
.sc_xu34o7 {
    width: 12px; height: 12px; border-radius: 50%;
    animation: preloadCharityPulse 0.8s ease-in-out infinite alternate;
}
.sc_xu34o7:nth-child(1) { background: var(--f14du); animation-delay: 0s; }
.sc_xu34o7:nth-child(2) { background: var(--f15gq); animation-delay: 0.15s; }
.sc_xu34o7:nth-child(3) { background: var(--f16hz); animation-delay: 0.30s; }
@keyframes preloadCharityPulse { 0% { transform: scale(1); } 100% { transform: scale(1.4); opacity: 0.6; } }

.sc_mqmnhv {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 34px;
    font-family: var(--f5hr);
    font-size: var(--f17n3);
    font-weight: var(--fw-semibold);
    border-radius: var(--f4dh);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.sc_fc3ej8 {
    background: var(--f14du); color: #fff; border-color: var(--f14du);
    box-shadow: var(--accent-glow);
}
.sc_fc3ej8:hover { background: #e04a1f; border-color: #e04a1f; color: #fff; transform: translateY(-4px); }
.sc_t69p3y { background: transparent; color: var(--f14du); border-color: var(--f14du); }
.sc_t69p3y:hover { background: var(--f14du); color: #fff; transform: translateY(-4px); }
.btn-green { background: var(--f16hz); color: #fff; border-color: var(--f16hz); }
.btn-green:hover { background: #1faa75; border-color: #1faa75; color: #fff; transform: translateY(-4px); }
.btn-link-custom {
    background: none; border: none; color: var(--f14du); padding: 0;
    font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px;
}
.btn-link-custom:hover { color: var(--f15gq); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(4px); }

.sc_bisorp {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
    transition: var(--transition); background: transparent;
}
.sc_bisorp.scrolled {
    background: rgba(255,255,255,0.97); backdrop-filter: blur(14px);
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.header-topbar {
    background: var(--f14du); padding: 6px 0; font-size: 13px; color: rgba(255,255,255,0.9);
}
.header-topbar a { color: rgba(255,255,255,0.9); }
.header-topbar a:hover { color: var(--f15gq); }
.sc_udnih5 { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.sc_au633y { font-family: var(--f3gc); font-size: 26px; font-weight: var(--f18s7); color: var(--f14du); }
.sc_au633y:hover { color: var(--f14du); }
.sc_au633y img { height: 50px; width: auto; }
.sc_jqutwe { display: flex; align-items: center; gap: 30px; }
.sc_jqutwe .nav-link {
    color: var(--text-secondary); font-family: var(--f5hr);
    font-size: var(--fs-small); font-weight: var(--fw-semibold); padding: 6px 0;
    position: relative; transition: var(--transition);
}
.sc_jqutwe .nav-link::after {
    content: ''; position: absolute; bottom: -2px; left: 0;
    width: 0; height: 2px; background: var(--f14du);
    border-radius: 2px; transition: width 0.3s ease;
}
.sc_jqutwe .nav-link:hover, .sc_jqutwe .nav-link.active { color: var(--f14du); }
.sc_jqutwe .nav-link:hover::after, .sc_jqutwe .nav-link.active::after { width: 100%; }
.sc_emh298 { margin-left: 12px; }
.sc_urp4jk {
    display: none; flex-direction: column; justify-content: center; align-items: center;
    width: 42px; height: 42px; background: none; border: 2px solid var(--f14du);
    border-radius: var(--f7bw); cursor: pointer; padding: 0; gap: 5px;
}
.sc_urp4jk .sc_u7uni1 { display: block; width: 20px; height: 2.5px; background: var(--f14du); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }
.sc_urp4jk.active .sc_u7uni1:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sc_urp4jk.active .sc_u7uni1:nth-child(2) { opacity: 0; }
.sc_urp4jk.active .sc_u7uni1:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.sc_woerkw {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-secondary);
}
.sc_woerkw::before {
    content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%;
    background: var(--f1np); opacity: 0.07; z-index: 0;
}
.sc_yem7ra { position: relative; z-index: 2; }
.sc_fawlme   { position: relative; z-index: 2; }
.sc_fawlme img { border-radius: var(--f9to); box-shadow: var(--f13cs); }
.sc_i0l3wu {
    display: inline-block; background: rgba(255,85,40,0.1); color: var(--f14du);
    font-size: 13px; font-weight: var(--fw-semibold); padding: 8px 20px;
    border-radius: var(--f4dh); letter-spacing: 0.5px; margin-bottom: 18px;
}
.sc_vm17x1 {
    font-family: var(--f3gc); font-size: var(--f19t1);
    font-weight: var(--f18s7); color: var(--text-primary);
    line-height: 1.2; margin-bottom: 20px;
}
.sc_zh3sox { font-size: 17px; color: var(--text-secondary); max-width: 540px; margin-bottom: 36px; line-height: 1.8; }
.sc_n2eu3x { display: flex; flex-wrap: wrap; gap: 14px; }

.sc_tiruog { margin-bottom: 50px; }
.sc_tiruog.text-center { text-align: center; }
.sc_tiruog.text-center .sc_b88cz3 { max-width: 600px; margin: 0 auto; }
.sc_edy81g { display: inline-block; font-size: 13px; font-weight: var(--fw-semibold); color: var(--f14du); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.sc_fkx8si { font-family: var(--f3gc); font-size: var(--f20v5); font-weight: var(--f18s7); color: var(--text-primary); line-height: 1.2; margin-bottom: 14px; }
.sc_b88cz3 { font-size: var(--f17n3); color: var(--text-secondary); line-height: 1.8; }

.sc_rfkdpt {
    background: var(--bg-card); border-radius: var(--f8v7);
    padding: 32px 26px; box-shadow: var(--shadow-neutral);
    border: 1px solid var(--border-light); transition: var(--transition); height: 100%;
}
.sc_rfkdpt:hover { box-shadow: var(--f11xp); transform: translateY(-8px); border-color: var(--f14du); }
.sc_b0iowt {
    width: 68px; height: 68px; background: rgba(255,85,40,0.1);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px; transition: var(--transition);
}
.sc_b0iowt i, .sc_b0iowt svg { color: var(--f14du); font-size: 28px; }
.sc_rfkdpt:hover .sc_b0iowt { background: var(--f14du); }
.sc_rfkdpt:hover .sc_b0iowt i, .sc_rfkdpt:hover .sc_b0iowt svg { color: #fff; }
.sc_qya0t1 { font-family: var(--f3gc); font-size: 19px; margin-bottom: 10px; }
.sc_xzwhtt  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.sc_rfkdpt-horizontal {
    display: flex; align-items: flex-start; gap: 18px; padding: 22px;
    background: var(--bg-card); border-radius: var(--f8v7);
    border-left: 4px solid var(--f14du); box-shadow: var(--shadow-neutral);
    transition: var(--transition);
}
.sc_rfkdpt-horizontal:hover { box-shadow: var(--f11xp); transform: translateX(6px); }
.sc_rfkdpt-horizontal .sc_b0iowt { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main { border-radius: var(--f9to); box-shadow: var(--f12bd); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--f8v7); box-shadow: var(--f11xp); border: 5px solid #fff; }
.experience-badge {
    position: absolute; bottom: 16px; right: -16px;
    background: var(--f14du); color: #fff; padding: 18px 22px;
    border-radius: var(--f8v7); text-align: center; box-shadow: var(--f11xp); z-index: 2;
}
.experience-badge .badge-number { font-family: var(--f3gc); font-size: 40px; font-weight: var(--f18s7); 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-light); font-size: var(--f17n3); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--f14du); margin-top: 2px; flex-shrink: 0; }

.sc_qbrq10 {
    background: var(--bg-card); border-radius: var(--f8v7);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); height: 100%; border: 1px solid transparent;
}
.sc_qbrq10:hover { box-shadow: var(--f11xp); transform: translateY(-8px); border-color: var(--f14du); }
.sc_qbrq10 .sc_xybwet { position: relative; overflow: hidden; height: 220px; }
.sc_qbrq10 .sc_xybwet img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.sc_qbrq10:hover .sc_xybwet img { transform: scale(1.08); }
.sc_qbrq10 .card-tag { position: absolute; top: 14px; left: 14px; background: var(--f14du); color: #fff; font-size: 11px; font-weight: var(--f18s7); padding: 4px 14px; border-radius: var(--f4dh); text-transform: uppercase; }
.sc_qbrq10 .card-body { padding: 24px; }
.sc_qbrq10 .card-title { font-family: var(--f3gc); font-size: 19px; margin-bottom: 8px; }
.sc_qbrq10 .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.sc_qbrq10 .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

.fundraiser-progress { margin-top: 14px; }
.progress-info { display: flex; justify-content: space-between; font-size: 13px; font-weight: var(--fw-semibold); margin-bottom: 8px; }
.progress-info .raised { color: var(--f14du); }
.progress-info .goal   { color: var(--text-muted); }
.progress-bar-outer { height: 8px; background: var(--border-color); border-radius: 4px; overflow: hidden; }
.progress-bar-inner { height: 100%; background: var(--f1np); border-radius: 4px; transition: width 1.2s ease; }

.sc_i2t7yj { background: var(--f1np); padding: var(--sc_p9s559); }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 48px; color: rgba(255,255,255,0.8); margin-bottom: 12px; display: block; }
.sc_a8u8wl { font-family: var(--f3gc); font-size: 56px; font-weight: var(--f18s7); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.sc_qd36uz { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.7); }

.sc_fafapr { background: var(--bg-card); border-radius: var(--f9to); overflow: hidden; box-shadow: var(--shadow-neutral); transition: var(--transition); text-align: center; border: 1px solid transparent; }
.sc_fafapr:hover { box-shadow: var(--f11xp); transform: translateY(-8px); border-color: var(--f14du); }
.sc_fafapr .sc_og4fts { position: relative; overflow: hidden; height: 260px; }
.sc_fafapr .sc_og4fts img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_fafapr:hover .sc_og4fts img { transform: scale(1.05); }
.sc_fafapr .team-body { padding: 22px; }
.sc_z10owx { font-family: var(--f3gc); font-size: 19px; margin-bottom: 4px; }
.sc_tafzt6 { font-size: 14px; color: var(--f14du); margin-bottom: 14px; }
.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: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: var(--transition); }
.team-social a:hover { background: var(--f14du); color: #fff; transform: scale(1.15); }

.sc_xq1zxq { background: var(--bg-card); border-radius: var(--f9to); padding: 36px; box-shadow: var(--shadow-neutral); border: 1px solid var(--border-light); transition: var(--transition); height: 100%; }
.sc_xq1zxq:hover { box-shadow: var(--f11xp); border-color: var(--f14du); }
.quote-icon   { color: var(--f14du); font-size: 36px; margin-bottom: 16px; display: block; }
.sc_mexb71   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.sc_xq1zxq .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-light); }
.sc_t7h1wb { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--f14du); flex-shrink: 0; }
.sc_zgy4o3  { font-family: var(--f3gc); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; color: var(--text-primary); }
.sc_skfpr7  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: #ffc107; font-size: 14px; margin-bottom: 14px; }

.sc_hcz1v0 { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--f9to); padding: 36px 30px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.sc_hcz1v0.featured { border-color: var(--f14du); box-shadow: var(--f11xp); }
.sc_hcz1v0:hover { border-color: var(--f14du); transform: translateY(-8px); box-shadow: var(--f11xp); }
.sc_heuluu { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.sc_lh50a8 { font-family: var(--f3gc); font-size: 48px; font-weight: var(--f18s7); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.sc_fnw5t0 { list-style: none; padding: 0; margin: 0 0 28px; }
.sc_fnw5t0 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_fnw5t0 li:last-child { border-bottom: none; }
.sc_fnw5t0 li i { color: var(--f14du); font-size: 13px; flex-shrink: 0; }
.sc_fnw5t0 li.disabled { color: var(--text-muted); text-decoration: line-through; }
.sc_fnw5t0 li.disabled i { color: var(--border-color); }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--f14du); color: #fff; font-size: 11px; font-weight: var(--f18s7); padding: 6px 14px; border-radius: 0 0 var(--f6z4) var(--f6z4); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--f8v7); }
.portfolio-item img { width: 100%; height: 270px; 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(255,85,40,0.85), transparent); opacity: 0; transition: opacity 0.35s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border-radius: var(--f8v7); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: rgba(255,220,200,0.9); text-transform: uppercase; letter-spacing: 1px; }
.portfolio-title { font-family: var(--f3gc); font-size: 18px; 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_i10ysi { background: var(--bg-card); border-radius: var(--f9to); overflow: hidden; box-shadow: var(--shadow-neutral); transition: var(--transition); height: 100%; border: 1px solid transparent; }
.sc_i10ysi:hover { box-shadow: var(--f11xp); transform: translateY(-6px); border-color: var(--f14du); }
.sc_i10ysi .sc_xybwet { height: 210px; overflow: hidden; }
.sc_i10ysi .sc_xybwet img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.sc_i10ysi:hover .sc_xybwet img { transform: scale(1.07); }
.sc_i10ysi .card-body { padding: 24px; }
.sc_r0guii { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.sc_i10ysi .card-title { font-family: var(--f3gc); font-size: 18px; margin-bottom: 8px; line-height: 1.4; }
.sc_i10ysi .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--f8v7); padding: 30px 24px; box-shadow: var(--shadow-neutral); border: 1px solid var(--border-light); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { box-shadow: var(--f11xp); transform: translateY(-8px); border-color: var(--f14du); }
.sc_e2rrya { font-family: var(--f3gc); font-size: 64px; font-weight: var(--f18s7); color: var(--f14du); opacity: 0.12; position: absolute; top: 8px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; color: var(--f14du); margin-bottom: 14px; display: block; }
.sc_c3adl5  { font-family: var(--f3gc); font-size: 19px; margin-bottom: 8px; }
.step-text   { font-size: var(--fs-small); color: var(--text-secondary); }

.faq-section .accordion-item { border: 1px solid var(--border-color); border-radius: var(--f8v7) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--f3gc); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--f14du); 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_yfgarz { background: var(--f1np); padding: var(--sc_p9s559); position: relative; overflow: hidden; text-align: center; }
.sc_yfgarz::before { content: ''; position: absolute; top: -60px; right: -60px; width: 280px; height: 280px; background: rgba(255,255,255,0.08); border-radius: 50%; }
.cta-content { position: relative; z-index: 1; }
.sc_q7tmyb { font-family: var(--f3gc); font-size: var(--f20v5); color: #fff; margin-bottom: 14px; }
.sc_tffadj  { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 34px; }

.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(--f4dh); font-family: var(--f5hr); font-size: var(--f17n3); 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(--f14du); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.sc_rxutwv .form-control { border: 2px solid var(--border-color); border-radius: var(--f8v7); padding: 13px 20px; font-family: var(--f5hr); font-size: var(--f17n3); color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease; }
.sc_rxutwv .form-control:focus { outline: none; box-shadow: none; border-color: var(--f14du); }
.sc_rxutwv label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.sc_zyj4ro { background: var(--footer-dark-bg); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
.sc_zvyxui { margin-bottom: 40px; }
.sc_tr46rt { font-family: var(--f3gc); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid var(--f14du); width: max-content; }
.sc_r42r9q { list-style: none; padding: 0; }
.sc_r42r9q li { margin-bottom: 10px; }
.sc_r42r9q a { color: rgba(255,255,255,0.65); font-size: 14px; transition: var(--transition); display: flex; align-items: center; gap: 8px; }
.sc_r42r9q a:hover { color: var(--f15gq); 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(--f15gq); margin-top: 2px; flex-shrink: 0; }
.sc_eh0icr { display: flex; gap: 10px; margin-top: 20px; }
.sc_eh0icr a { width: 38px; height: 38px; border: 2px solid rgba(255,255,255,0.12); 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_eh0icr a:hover { background: var(--f14du); border-color: var(--f14du); color: #fff; transform: scale(1.15); }
.sc_fece2y { 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_b1ekzi { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--f14du); color: #fff; border: none; border-radius: 50%; 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_b1ekzi.visible { opacity: 1; visibility: visible; }
.sc_b1ekzi:hover { background: var(--f15gq); transform: translateY(-4px) scale(1.1); }

.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(--f3gc); font-size: 18px; font-weight: var(--fw-semibold); color: var(--text-muted); white-space: nowrap; }
.marquee-item i { color: var(--f14du); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 56px; height: 4px; background: var(--f1np); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge { font-family: var(--f3gc); font-size: 80px; font-weight: var(--f18s7); color: transparent; -webkit-text-stroke: 2px var(--f14du); line-height: 1; opacity: 0.15; }
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px var(--text-primary); }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--f8v7); }
.gallery-item img { width: 100%; height: 260px; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(255,85,40,0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.35s ease; border-radius: var(--f8v7); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --f19t1: 48px; --f20v5: 36px; --f21pa: 26px; } }
@media (max-width: 991px) {
    :root { --f19t1: 40px; --f20v5: 30px; --sc_p9s559: 80px 0; }
    .sc_jqutwe { display: none; } .sc_urp4jk { display: flex; }
    .about-image .img-small { display: none; } .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --f19t1: 32px; --f20v5: 26px; --sc_p9s559: 60px 0; }
    .sc_n2eu3x { flex-direction: column; } .sc_n2eu3x .sc_mqmnhv { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; } .newsletter-form input[type="email"] { width: 100%; }
    .sc_a8u8wl { font-size: 44px; }
}

.sc_lk340q .sc_i0l3wu { color: #fff; }
.sc_lk340q .sc_edy81g { color: var(--f14du); }
.sc_lk340q .sc_jeuyth { color: rgba(255,255,255,0.55); }
.sc_lk340q .sc_r42r9q a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.sc_lk340q .sc_r42r9q 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(--f14du) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }

.sc_bisorp:not(.scrolled) .sc_au633y,
.sc_bisorp:not(.scrolled) .nav-link {
    color: #fff !important;
}
.sc_bisorp:not(.scrolled) .nav-link:hover {
    color: #fff !important;
    opacity: 0.85;
}
.sc_bisorp:not(.scrolled) .sc_t69p3y {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
}
.sc_bisorp:not(.scrolled) .sc_t69p3y:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border-color: #fff !important;
}

.sc_bisorp.scrolled .sc_au633y,
.sc_bisorp.scrolled .nav-link {
    color: var(--text-primary) !important;
}
.sc_bisorp.scrolled .nav-link:hover {
    color: var(--f14du) !important;
    opacity: 1;
}
.sc_bisorp.scrolled .sc_t69p3y {
    color: var(--text-primary) !important;
    border-color: var(--text-primary) !important;
    background: transparent !important;
}
.sc_bisorp.scrolled .sc_t69p3y:hover {
    background: var(--text-primary) !important;
    color: var(--bg-primary, #fff) !important;
    border-color: var(--text-primary) !important;
}

