

: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);

    --i14ge: #FF5528;
    --i15pb: #FFA415;
    --i16x2: #26CC8C;
    --i1rh: linear-gradient(135deg, var(--i14ge), var(--i15pb));
    --accent-glow: 0 8px 28px rgba(255, 85, 40, 0.25);

    --i3xm: 'Libre Baskerville', Georgia, serif;
    --i5yf:    'DM Sans', system-ui, sans-serif;

    --i19ok: 58px;
    --i20lf: 42px;
    --i21kv: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --i17f8: 16px;
    --fs-small: 14px;

    --i18k5:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --i6w4:   6px;
    --i7om:   12px;
    --i8fs:   16px;
    --i9wj:   24px;
    --i4vx: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.55s ease;

    --i10iw: 0 3px 12px rgba(52, 52, 52, 0.06);
    --i11lh: 0 8px 28px rgba(52, 52, 52, 0.10);
    --i12p9: 0 16px 50px rgba(52, 52, 52, 0.14);
    --i13ta: 0 28px 72px rgba(52, 52, 52, 0.18);
    --shadow-neutral: 0 6px 24px rgba(52, 52, 52, 0.08);

    --css_g8noa: 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(--i5yf);
    font-size: var(--i17f8);
    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(--i14ge); transition: var(--transition); }
a:hover { color: var(--i15pb); 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(--i14ge); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--i3xm);
    font-weight: var(--i18k5);
    color: var(--text-primary);
    line-height: 1.25;
    margin-bottom: 18px;
}
h1 { font-size: var(--i19ok); }
h2 { font-size: var(--i20lf); }
h3 { font-size: var(--i21kv); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--i17f8); line-height: 1.9; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--i1rh); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--i14ge); }
.text-accent-2 { color: var(--i15pb); }
.text-accent-3 { color: var(--i16x2); }
.text-dark     { color: var(--text-primary); }

.css_g8noa    { padding: var(--css_g8noa); position: relative; }
.css_g8noa-sm { padding: 60px 0; }
.css_g8noa-lg { padding: 120px 0; }
.css_qu78z   { background-color: var(--bg-primary); }
.css_g7b5h { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.css_rtes7     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--i1rh); color: #fff; }

.css_rtes7 h1,.css_rtes7 h2,.css_rtes7 h3,
.css_rtes7 h4,.css_rtes7 h5,.css_rtes7 h6 { color: #fff; }
.css_rtes7 p,.css_rtes7 li,.css_rtes7 span:not(.badge) { color: rgba(255,255,255,0.75); }
.css_rtes7 a:not(.css_p2wgl) { color: rgba(255,255,255,0.8); }
.css_rtes7 .css_aat6a { color: #fff; }
.css_rtes7 .css_trzyn  { 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}

.css_cw0c5 {
    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;
}
.css_cw0c5.loaded { opacity: 0; visibility: hidden; }
.css_ejv4x  { display: flex; gap: 8px; }
.css_pthzm {
    width: 12px; height: 12px; border-radius: 50%;
    animation: preloadCharityPulse 0.8s ease-in-out infinite alternate;
}
.css_pthzm:nth-child(1) { background: var(--i14ge); animation-delay: 0s; }
.css_pthzm:nth-child(2) { background: var(--i15pb); animation-delay: 0.15s; }
.css_pthzm:nth-child(3) { background: var(--i16x2); animation-delay: 0.30s; }
@keyframes preloadCharityPulse { 0% { transform: scale(1); } 100% { transform: scale(1.4); opacity: 0.6; } }

.css_p2wgl {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 34px;
    font-family: var(--i5yf);
    font-size: var(--i17f8);
    font-weight: var(--fw-semibold);
    border-radius: var(--i4vx);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.css_p86wz {
    background: var(--i14ge); color: #fff; border-color: var(--i14ge);
    box-shadow: var(--accent-glow);
}
.css_p86wz:hover { background: #e04a1f; border-color: #e04a1f; color: #fff; transform: translateY(-4px); }
.css_t2uvn { background: transparent; color: var(--i14ge); border-color: var(--i14ge); }
.css_t2uvn:hover { background: var(--i14ge); color: #fff; transform: translateY(-4px); }
.btn-green { background: var(--i16x2); color: #fff; border-color: var(--i16x2); }
.btn-green:hover { background: #1faa75; border-color: #1faa75; color: #fff; transform: translateY(-4px); }
.btn-link-custom {
    background: none; border: none; color: var(--i14ge); padding: 0;
    font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px;
}
.btn-link-custom:hover { color: var(--i15pb); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(4px); }

.css_t30cv {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
    transition: var(--transition); background: transparent;
}
.css_t30cv.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(--i14ge); 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(--i15pb); }
.css_o3whl { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.css_t8put { font-family: var(--i3xm); font-size: 26px; font-weight: var(--i18k5); color: var(--i14ge); }
.css_t8put:hover { color: var(--i14ge); }
.css_t8put img { height: 50px; width: auto; }
.css_b26rg { display: flex; align-items: center; gap: 30px; }
.css_b26rg .nav-link {
    color: var(--text-secondary); font-family: var(--i5yf);
    font-size: var(--fs-small); font-weight: var(--fw-semibold); padding: 6px 0;
    position: relative; transition: var(--transition);
}
.css_b26rg .nav-link::after {
    content: ''; position: absolute; bottom: -2px; left: 0;
    width: 0; height: 2px; background: var(--i14ge);
    border-radius: 2px; transition: width 0.3s ease;
}
.css_b26rg .nav-link:hover, .css_b26rg .nav-link.active { color: var(--i14ge); }
.css_b26rg .nav-link:hover::after, .css_b26rg .nav-link.active::after { width: 100%; }
.css_gkkcf { margin-left: 12px; }
.css_oqw0y {
    display: none; flex-direction: column; justify-content: center; align-items: center;
    width: 42px; height: 42px; background: none; border: 2px solid var(--i14ge);
    border-radius: var(--i7om); cursor: pointer; padding: 0; gap: 5px;
}
.css_oqw0y .css_h8z4y { display: block; width: 20px; height: 2.5px; background: var(--i14ge); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }
.css_oqw0y.active .css_h8z4y:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.css_oqw0y.active .css_h8z4y:nth-child(2) { opacity: 0; }
.css_oqw0y.active .css_h8z4y:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.css_h6j54 {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-secondary);
}
.css_h6j54::before {
    content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%;
    background: var(--i1rh); opacity: 0.07; z-index: 0;
}
.css_qqxhu { position: relative; z-index: 2; }
.css_fyguf   { position: relative; z-index: 2; }
.css_fyguf img { border-radius: var(--i9wj); box-shadow: var(--i13ta); }
.css_jvbsz {
    display: inline-block; background: rgba(255,85,40,0.1); color: var(--i14ge);
    font-size: 13px; font-weight: var(--fw-semibold); padding: 8px 20px;
    border-radius: var(--i4vx); letter-spacing: 0.5px; margin-bottom: 18px;
}
.css_mj7xl {
    font-family: var(--i3xm); font-size: var(--i19ok);
    font-weight: var(--i18k5); color: var(--text-primary);
    line-height: 1.2; margin-bottom: 20px;
}
.css_b9435 { font-size: 17px; color: var(--text-secondary); max-width: 540px; margin-bottom: 36px; line-height: 1.8; }
.css_yt37z { display: flex; flex-wrap: wrap; gap: 14px; }

.css_kawd6 { margin-bottom: 50px; }
.css_kawd6.text-center { text-align: center; }
.css_kawd6.text-center .css_u85cn { max-width: 600px; margin: 0 auto; }
.css_cdeef { display: inline-block; font-size: 13px; font-weight: var(--fw-semibold); color: var(--i14ge); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.css_ixc0k { font-family: var(--i3xm); font-size: var(--i20lf); font-weight: var(--i18k5); color: var(--text-primary); line-height: 1.2; margin-bottom: 14px; }
.css_u85cn { font-size: var(--i17f8); color: var(--text-secondary); line-height: 1.8; }

.css_o3eu8 {
    background: var(--bg-card); border-radius: var(--i8fs);
    padding: 32px 26px; box-shadow: var(--shadow-neutral);
    border: 1px solid var(--border-light); transition: var(--transition); height: 100%;
}
.css_o3eu8:hover { box-shadow: var(--i11lh); transform: translateY(-8px); border-color: var(--i14ge); }
.css_mfkpz {
    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);
}
.css_mfkpz i, .css_mfkpz svg { color: var(--i14ge); font-size: 28px; }
.css_o3eu8:hover .css_mfkpz { background: var(--i14ge); }
.css_o3eu8:hover .css_mfkpz i, .css_o3eu8:hover .css_mfkpz svg { color: #fff; }
.css_zczgs { font-family: var(--i3xm); font-size: 19px; margin-bottom: 10px; }
.css_f4iik  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.css_o3eu8-horizontal {
    display: flex; align-items: flex-start; gap: 18px; padding: 22px;
    background: var(--bg-card); border-radius: var(--i8fs);
    border-left: 4px solid var(--i14ge); box-shadow: var(--shadow-neutral);
    transition: var(--transition);
}
.css_o3eu8-horizontal:hover { box-shadow: var(--i11lh); transform: translateX(6px); }
.css_o3eu8-horizontal .css_mfkpz { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main { border-radius: var(--i9wj); box-shadow: var(--i12p9); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--i8fs); box-shadow: var(--i11lh); border: 5px solid #fff; }
.experience-badge {
    position: absolute; bottom: 16px; right: -16px;
    background: var(--i14ge); color: #fff; padding: 18px 22px;
    border-radius: var(--i8fs); text-align: center; box-shadow: var(--i11lh); z-index: 2;
}
.experience-badge .badge-number { font-family: var(--i3xm); font-size: 40px; font-weight: var(--i18k5); 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(--i17f8); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--i14ge); margin-top: 2px; flex-shrink: 0; }

.css_le93d {
    background: var(--bg-card); border-radius: var(--i8fs);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); height: 100%; border: 1px solid transparent;
}
.css_le93d:hover { box-shadow: var(--i11lh); transform: translateY(-8px); border-color: var(--i14ge); }
.css_le93d .css_ef84u { position: relative; overflow: hidden; height: 220px; }
.css_le93d .css_ef84u img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.css_le93d:hover .css_ef84u img { transform: scale(1.08); }
.css_le93d .card-tag { position: absolute; top: 14px; left: 14px; background: var(--i14ge); color: #fff; font-size: 11px; font-weight: var(--i18k5); padding: 4px 14px; border-radius: var(--i4vx); text-transform: uppercase; }
.css_le93d .card-body { padding: 24px; }
.css_le93d .card-title { font-family: var(--i3xm); font-size: 19px; margin-bottom: 8px; }
.css_le93d .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.css_le93d .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(--i14ge); }
.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(--i1rh); border-radius: 4px; transition: width 1.2s ease; }

.css_ofua1 { background: var(--i1rh); padding: var(--css_g8noa); }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 48px; color: rgba(255,255,255,0.8); margin-bottom: 12px; display: block; }
.css_aat6a { font-family: var(--i3xm); font-size: 56px; font-weight: var(--i18k5); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.css_trzyn { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.7); }

.css_h4d04 { background: var(--bg-card); border-radius: var(--i9wj); overflow: hidden; box-shadow: var(--shadow-neutral); transition: var(--transition); text-align: center; border: 1px solid transparent; }
.css_h4d04:hover { box-shadow: var(--i11lh); transform: translateY(-8px); border-color: var(--i14ge); }
.css_h4d04 .css_grtzc { position: relative; overflow: hidden; height: 260px; }
.css_h4d04 .css_grtzc img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_h4d04:hover .css_grtzc img { transform: scale(1.05); }
.css_h4d04 .team-body { padding: 22px; }
.css_osvo5 { font-family: var(--i3xm); font-size: 19px; margin-bottom: 4px; }
.css_oospy { font-size: 14px; color: var(--i14ge); 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(--i14ge); color: #fff; transform: scale(1.15); }

.css_uggyz { background: var(--bg-card); border-radius: var(--i9wj); padding: 36px; box-shadow: var(--shadow-neutral); border: 1px solid var(--border-light); transition: var(--transition); height: 100%; }
.css_uggyz:hover { box-shadow: var(--i11lh); border-color: var(--i14ge); }
.quote-icon   { color: var(--i14ge); font-size: 36px; margin-bottom: 16px; display: block; }
.css_uouul   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.css_uggyz .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-light); }
.css_v7d9b { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--i14ge); flex-shrink: 0; }
.css_f34kb  { font-family: var(--i3xm); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; color: var(--text-primary); }
.css_cu6ph  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: #ffc107; font-size: 14px; margin-bottom: 14px; }

.css_iputf { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--i9wj); padding: 36px 30px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.css_iputf.featured { border-color: var(--i14ge); box-shadow: var(--i11lh); }
.css_iputf:hover { border-color: var(--i14ge); transform: translateY(-8px); box-shadow: var(--i11lh); }
.css_bchxt { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.css_uwuz8 { font-family: var(--i3xm); font-size: 48px; font-weight: var(--i18k5); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.css_kakeg { list-style: none; padding: 0; margin: 0 0 28px; }
.css_kakeg 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); }
.css_kakeg li:last-child { border-bottom: none; }
.css_kakeg li i { color: var(--i14ge); font-size: 13px; flex-shrink: 0; }
.css_kakeg li.disabled { color: var(--text-muted); text-decoration: line-through; }
.css_kakeg li.disabled i { color: var(--border-color); }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--i14ge); color: #fff; font-size: 11px; font-weight: var(--i18k5); padding: 6px 14px; border-radius: 0 0 var(--i6w4) var(--i6w4); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--i8fs); }
.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(--i8fs); }
.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(--i3xm); 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; }

.css_ol43t { background: var(--bg-card); border-radius: var(--i9wj); overflow: hidden; box-shadow: var(--shadow-neutral); transition: var(--transition); height: 100%; border: 1px solid transparent; }
.css_ol43t:hover { box-shadow: var(--i11lh); transform: translateY(-6px); border-color: var(--i14ge); }
.css_ol43t .css_ef84u { height: 210px; overflow: hidden; }
.css_ol43t .css_ef84u img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_ol43t:hover .css_ef84u img { transform: scale(1.07); }
.css_ol43t .card-body { padding: 24px; }
.css_khxix { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.css_ol43t .card-title { font-family: var(--i3xm); font-size: 18px; margin-bottom: 8px; line-height: 1.4; }
.css_ol43t .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--i8fs); 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(--i11lh); transform: translateY(-8px); border-color: var(--i14ge); }
.css_kchyv { font-family: var(--i3xm); font-size: 64px; font-weight: var(--i18k5); color: var(--i14ge); opacity: 0.12; position: absolute; top: 8px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; color: var(--i14ge); margin-bottom: 14px; display: block; }
.css_u2vjd  { font-family: var(--i3xm); 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(--i8fs) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--i3xm); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--i14ge); 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; }

.css_bpduk { background: var(--i1rh); padding: var(--css_g8noa); position: relative; overflow: hidden; text-align: center; }
.css_bpduk::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; }
.css_ikthd { font-family: var(--i3xm); font-size: var(--i20lf); color: #fff; margin-bottom: 14px; }
.css_lwc5d  { 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(--i4vx); font-family: var(--i5yf); font-size: var(--i17f8); 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(--i14ge); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.css_ikii6 .form-control { border: 2px solid var(--border-color); border-radius: var(--i8fs); padding: 13px 20px; font-family: var(--i5yf); font-size: var(--i17f8); color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease; }
.css_ikii6 .form-control:focus { outline: none; box-shadow: none; border-color: var(--i14ge); }
.css_ikii6 label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.css_tgl46 { background: var(--footer-dark-bg); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
.css_uod22 { margin-bottom: 40px; }
.css_zhvhk { font-family: var(--i3xm); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid var(--i14ge); width: max-content; }
.css_utaks { list-style: none; padding: 0; }
.css_utaks li { margin-bottom: 10px; }
.css_utaks a { color: rgba(255,255,255,0.65); font-size: 14px; transition: var(--transition); display: flex; align-items: center; gap: 8px; }
.css_utaks a:hover { color: var(--i15pb); 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(--i15pb); margin-top: 2px; flex-shrink: 0; }
.css_bqeqd { display: flex; gap: 10px; margin-top: 20px; }
.css_bqeqd 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); }
.css_bqeqd a:hover { background: var(--i14ge); border-color: var(--i14ge); color: #fff; transform: scale(1.15); }
.css_wpsl9 { 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); }

.css_snxwx { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--i14ge); 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; }
.css_snxwx.visible { opacity: 1; visibility: visible; }
.css_snxwx:hover { background: var(--i15pb); 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(--i3xm); font-size: 18px; font-weight: var(--fw-semibold); color: var(--text-muted); white-space: nowrap; }
.marquee-item i { color: var(--i14ge); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 56px; height: 4px; background: var(--i1rh); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge { font-family: var(--i3xm); font-size: 80px; font-weight: var(--i18k5); color: transparent; -webkit-text-stroke: 2px var(--i14ge); 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(--i8fs); }
.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(--i8fs); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --i19ok: 48px; --i20lf: 36px; --i21kv: 26px; } }
@media (max-width: 991px) {
    :root { --i19ok: 40px; --i20lf: 30px; --css_g8noa: 80px 0; }
    .css_b26rg { display: none; } .css_oqw0y { display: flex; }
    .about-image .img-small { display: none; } .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --i19ok: 32px; --i20lf: 26px; --css_g8noa: 60px 0; }
    .css_yt37z { flex-direction: column; } .css_yt37z .css_p2wgl { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; } .newsletter-form input[type="email"] { width: 100%; }
    .css_aat6a { font-size: 44px; }
}

.css_rtes7 .css_jvbsz { color: #fff; }
.css_rtes7 .css_cdeef { color: var(--i14ge); }
.css_rtes7 .css_lveu6 { color: rgba(255,255,255,0.55); }
.css_rtes7 .css_utaks a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.css_rtes7 .css_utaks 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(--i14ge) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
