

: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);

    --i14tu: #FF5528;
    --i157h: #FFA415;
    --i16h4: #26CC8C;
    --i1cm: linear-gradient(135deg, var(--i14tu), var(--i157h));
    --accent-glow: 0 8px 28px rgba(255, 85, 40, 0.25);

    --i3bh: 'Libre Baskerville', Georgia, serif;
    --i569:    'DM Sans', system-ui, sans-serif;

    --i190o: 58px;
    --i20pt: 42px;
    --i21zc: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --i17jw: 16px;
    --fs-small: 14px;

    --i186h:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --i626:   6px;
    --i74c:   12px;
    --i8pd:   16px;
    --i9tv:   24px;
    --i4d6: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.55s ease;

    --i10bz: 0 3px 12px rgba(52, 52, 52, 0.06);
    --i11ze: 0 8px 28px rgba(52, 52, 52, 0.10);
    --i1243: 0 16px 50px rgba(52, 52, 52, 0.14);
    --i13pe: 0 28px 72px rgba(52, 52, 52, 0.18);
    --shadow-neutral: 0 6px 24px rgba(52, 52, 52, 0.08);

    --css_qhngc: 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(--i569);
    font-size: var(--i17jw);
    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(--i14tu); transition: var(--transition); }
a:hover { color: var(--i157h); 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(--i14tu); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--i3bh);
    font-weight: var(--i186h);
    color: var(--text-primary);
    line-height: 1.25;
    margin-bottom: 18px;
}
h1 { font-size: var(--i190o); }
h2 { font-size: var(--i20pt); }
h3 { font-size: var(--i21zc); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--i17jw); line-height: 1.9; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--i1cm); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--i14tu); }
.text-accent-2 { color: var(--i157h); }
.text-accent-3 { color: var(--i16h4); }
.text-dark     { color: var(--text-primary); }

.css_qhngc    { padding: var(--css_qhngc); position: relative; }
.css_qhngc-sm { padding: 60px 0; }
.css_qhngc-lg { padding: 120px 0; }
.css_fsp3g   { background-color: var(--bg-primary); }
.css_mel5b { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.css_cf53w     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--i1cm); color: #fff; }

.css_cf53w h1,.css_cf53w h2,.css_cf53w h3,
.css_cf53w h4,.css_cf53w h5,.css_cf53w h6 { color: #fff; }
.css_cf53w p,.css_cf53w li,.css_cf53w span:not(.badge) { color: rgba(255,255,255,0.75); }
.css_cf53w a:not(.css_clbem) { color: rgba(255,255,255,0.8); }
.css_cf53w .css_5rcod { color: #fff; }
.css_cf53w .css_j0bqk  { 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_ivry2 {
    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_ivry2.loaded { opacity: 0; visibility: hidden; }
.css_x22o4  { display: flex; gap: 8px; }
.css_gnmek {
    width: 12px; height: 12px; border-radius: 50%;
    animation: preloadCharityPulse 0.8s ease-in-out infinite alternate;
}
.css_gnmek:nth-child(1) { background: var(--i14tu); animation-delay: 0s; }
.css_gnmek:nth-child(2) { background: var(--i157h); animation-delay: 0.15s; }
.css_gnmek:nth-child(3) { background: var(--i16h4); animation-delay: 0.30s; }
@keyframes preloadCharityPulse { 0% { transform: scale(1); } 100% { transform: scale(1.4); opacity: 0.6; } }

.css_clbem {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 34px;
    font-family: var(--i569);
    font-size: var(--i17jw);
    font-weight: var(--fw-semibold);
    border-radius: var(--i4d6);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.css_zmp26 {
    background: var(--i14tu); color: #fff; border-color: var(--i14tu);
    box-shadow: var(--accent-glow);
}
.css_zmp26:hover { background: #e04a1f; border-color: #e04a1f; color: #fff; transform: translateY(-4px); }
.css_l5vz2 { background: transparent; color: var(--i14tu); border-color: var(--i14tu); }
.css_l5vz2:hover { background: var(--i14tu); color: #fff; transform: translateY(-4px); }
.btn-green { background: var(--i16h4); color: #fff; border-color: var(--i16h4); }
.btn-green:hover { background: #1faa75; border-color: #1faa75; color: #fff; transform: translateY(-4px); }
.btn-link-custom {
    background: none; border: none; color: var(--i14tu); padding: 0;
    font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px;
}
.btn-link-custom:hover { color: var(--i157h); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(4px); }

.css_xy79e {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
    transition: var(--transition); background: transparent;
}
.css_xy79e.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(--i14tu); 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(--i157h); }
.css_cbepv { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.css_zf3mh { font-family: var(--i3bh); font-size: 26px; font-weight: var(--i186h); color: var(--i14tu); }
.css_zf3mh:hover { color: var(--i14tu); }
.css_zf3mh img { height: 50px; width: auto; }
.css_hm92w { display: flex; align-items: center; gap: 30px; }
.css_hm92w .nav-link {
    color: var(--text-secondary); font-family: var(--i569);
    font-size: var(--fs-small); font-weight: var(--fw-semibold); padding: 6px 0;
    position: relative; transition: var(--transition);
}
.css_hm92w .nav-link::after {
    content: ''; position: absolute; bottom: -2px; left: 0;
    width: 0; height: 2px; background: var(--i14tu);
    border-radius: 2px; transition: width 0.3s ease;
}
.css_hm92w .nav-link:hover, .css_hm92w .nav-link.active { color: var(--i14tu); }
.css_hm92w .nav-link:hover::after, .css_hm92w .nav-link.active::after { width: 100%; }
.css_mgxwu { margin-left: 12px; }
.css_0tz7m {
    display: none; flex-direction: column; justify-content: center; align-items: center;
    width: 42px; height: 42px; background: none; border: 2px solid var(--i14tu);
    border-radius: var(--i74c); cursor: pointer; padding: 0; gap: 5px;
}
.css_0tz7m .css_usd2e { display: block; width: 20px; height: 2.5px; background: var(--i14tu); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }
.css_0tz7m.active .css_usd2e:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.css_0tz7m.active .css_usd2e:nth-child(2) { opacity: 0; }
.css_0tz7m.active .css_usd2e:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.css_8v7qe {
    min-height: 100vh; display: flex; flex-direction: column; align-items: stretch;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-secondary);
}
.css_8v7qe::before {
    content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%;
    background: var(--i1cm); opacity: 0.07; z-index: 0;
}
.css_dhdp4 { position: relative; z-index: 2; }
.css_p1ud1   { position: relative; z-index: 2; }
.css_p1ud1 img { border-radius: var(--i9tv); box-shadow: var(--i13pe); }
.css_saw82 {
    display: inline-block; background: rgba(255,85,40,0.1); color: var(--i14tu);
    font-size: 13px; font-weight: var(--fw-semibold); padding: 8px 20px;
    border-radius: var(--i4d6); letter-spacing: 0.5px; margin-bottom: 18px;
}
.css_4b5dg {
    font-family: var(--i3bh); font-size: var(--i190o);
    font-weight: var(--i186h); color: var(--text-primary);
    line-height: 1.2; margin-bottom: 20px;
}
.css_6a57j { font-size: 17px; color: var(--text-secondary); max-width: 540px; margin-bottom: 36px; line-height: 1.8; }
.css_0p48o { display: flex; flex-wrap: wrap; gap: 14px; }

.css_xelx0 { margin-bottom: 50px; }
.css_xelx0.text-center { text-align: center; }
.css_xelx0.text-center .css_urnt8 { max-width: 600px; margin: 0 auto; }
.css_u0gpx { display: inline-block; font-size: 13px; font-weight: var(--fw-semibold); color: var(--i14tu); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.css_8u19y { font-family: var(--i3bh); font-size: var(--i20pt); font-weight: var(--i186h); color: var(--text-primary); line-height: 1.2; margin-bottom: 14px; }
.css_urnt8 { font-size: var(--i17jw); color: var(--text-secondary); line-height: 1.8; }

.css_gpkjv {
    background: var(--bg-card); border-radius: var(--i8pd);
    padding: 32px 26px; box-shadow: var(--shadow-neutral);
    border: 1px solid var(--border-light); transition: var(--transition); height: 100%;
}
.css_gpkjv:hover { box-shadow: var(--i11ze); transform: translateY(-8px); border-color: var(--i14tu); }
.css_klwfg {
    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_klwfg i, .css_klwfg svg { color: var(--i14tu); font-size: 28px; }
.css_gpkjv:hover .css_klwfg { background: var(--i14tu); }
.css_gpkjv:hover .css_klwfg i, .css_gpkjv:hover .css_klwfg svg { color: #fff; }
.css_obhh9 { font-family: var(--i3bh); font-size: 19px; margin-bottom: 10px; }
.css_sz1lz  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.css_gpkjv-horizontal {
    display: flex; align-items: flex-start; gap: 18px; padding: 22px;
    background: var(--bg-card); border-radius: var(--i8pd);
    border-left: 4px solid var(--i14tu); box-shadow: var(--shadow-neutral);
    transition: var(--transition);
}
.css_gpkjv-horizontal:hover { box-shadow: var(--i11ze); transform: translateX(6px); }
.css_gpkjv-horizontal .css_klwfg { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main { border-radius: var(--i9tv); box-shadow: var(--i1243); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--i8pd); box-shadow: var(--i11ze); border: 5px solid #fff; }
.experience-badge {
    position: absolute; bottom: 16px; right: -16px;
    background: var(--i14tu); color: #fff; padding: 18px 22px;
    border-radius: var(--i8pd); text-align: center; box-shadow: var(--i11ze); z-index: 2;
}
.experience-badge .badge-number { font-family: var(--i3bh); font-size: 40px; font-weight: var(--i186h); 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(--i17jw); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--i14tu); margin-top: 2px; flex-shrink: 0; }

.css_mluym {
    background: var(--bg-card); border-radius: var(--i8pd);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); height: 100%; border: 1px solid transparent;
}
.css_mluym:hover { box-shadow: var(--i11ze); transform: translateY(-8px); border-color: var(--i14tu); }
.css_mluym .css_0l45o { position: relative; overflow: hidden; height: 220px; }
.css_mluym .css_0l45o img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.css_mluym:hover .css_0l45o img { transform: scale(1.08); }
.css_mluym .card-tag { position: absolute; top: 14px; left: 14px; background: var(--i14tu); color: #fff; font-size: 11px; font-weight: var(--i186h); padding: 4px 14px; border-radius: var(--i4d6); text-transform: uppercase; }
.css_mluym .card-body { padding: 24px; }
.css_mluym .card-title { font-family: var(--i3bh); font-size: 19px; margin-bottom: 8px; }
.css_mluym .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.css_mluym .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(--i14tu); }
.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(--i1cm); border-radius: 4px; transition: width 1.2s ease; }

.css_0q9tm { background: var(--i1cm); padding: var(--css_qhngc); }
.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_5rcod { font-family: var(--i3bh); font-size: 56px; font-weight: var(--i186h); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.css_j0bqk { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.7); }

.css_9akem { background: var(--bg-card); border-radius: var(--i9tv); overflow: hidden; box-shadow: var(--shadow-neutral); transition: var(--transition); text-align: center; border: 1px solid transparent; }
.css_9akem:hover { box-shadow: var(--i11ze); transform: translateY(-8px); border-color: var(--i14tu); }
.css_9akem .css_0e6l4 { position: relative; overflow: hidden; height: 260px; }
.css_9akem .css_0e6l4 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_9akem:hover .css_0e6l4 img { transform: scale(1.05); }
.css_9akem .team-body { padding: 22px; }
.css_n6q51 { font-family: var(--i3bh); font-size: 19px; margin-bottom: 4px; }
.css_deshz { font-size: 14px; color: var(--i14tu); 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(--i14tu); color: #fff; transform: scale(1.15); }

.css_kcdls { background: var(--bg-card); border-radius: var(--i9tv); padding: 36px; box-shadow: var(--shadow-neutral); border: 1px solid var(--border-light); transition: var(--transition); height: 100%; }
.css_kcdls:hover { box-shadow: var(--i11ze); border-color: var(--i14tu); }
.quote-icon   { color: var(--i14tu); font-size: 36px; margin-bottom: 16px; display: block; }
.css_452il   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.css_kcdls .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-light); }
.css_tqwxl { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--i14tu); flex-shrink: 0; }
.css_veqpm  { font-family: var(--i3bh); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; color: var(--text-primary); }
.css_54k02  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: #ffc107; font-size: 14px; margin-bottom: 14px; }

.css_26nod { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--i9tv); padding: 36px 30px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.css_26nod.featured { border-color: var(--i14tu); box-shadow: var(--i11ze); }
.css_26nod:hover { border-color: var(--i14tu); transform: translateY(-8px); box-shadow: var(--i11ze); }
.css_hh5ta { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.css_ino31 { font-family: var(--i3bh); font-size: 48px; font-weight: var(--i186h); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.css_n7k10 { list-style: none; padding: 0; margin: 0 0 28px; }
.css_n7k10 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_n7k10 li:last-child { border-bottom: none; }
.css_n7k10 li i { color: var(--i14tu); font-size: 13px; flex-shrink: 0; }
.css_n7k10 li.disabled { color: var(--text-muted); text-decoration: line-through; }
.css_n7k10 li.disabled i { color: var(--border-color); }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--i14tu); color: #fff; font-size: 11px; font-weight: var(--i186h); padding: 6px 14px; border-radius: 0 0 var(--i626) var(--i626); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--i8pd); }
.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(--i8pd); }
.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(--i3bh); 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_ilvhg { background: var(--bg-card); border-radius: var(--i9tv); overflow: hidden; box-shadow: var(--shadow-neutral); transition: var(--transition); height: 100%; border: 1px solid transparent; }
.css_ilvhg:hover { box-shadow: var(--i11ze); transform: translateY(-6px); border-color: var(--i14tu); }
.css_ilvhg .css_0l45o { height: 210px; overflow: hidden; }
.css_ilvhg .css_0l45o img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_ilvhg:hover .css_0l45o img { transform: scale(1.07); }
.css_ilvhg .card-body { padding: 24px; }
.css_6aoit { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.css_ilvhg .card-title { font-family: var(--i3bh); font-size: 18px; margin-bottom: 8px; line-height: 1.4; }
.css_ilvhg .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--i8pd); 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(--i11ze); transform: translateY(-8px); border-color: var(--i14tu); }
.css_bt2gh { font-family: var(--i3bh); font-size: 64px; font-weight: var(--i186h); color: var(--i14tu); opacity: 0.12; position: absolute; top: 8px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; color: var(--i14tu); margin-bottom: 14px; display: block; }
.css_fwzy1  { font-family: var(--i3bh); 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(--i8pd) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--i3bh); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--i14tu); 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_8b7bf { background: var(--i1cm); padding: var(--css_qhngc); position: relative; overflow: hidden; text-align: center; }
.css_8b7bf::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_euq4c { font-family: var(--i3bh); font-size: var(--i20pt); color: #fff; margin-bottom: 14px; }
.css_rse70  { 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(--i4d6); font-family: var(--i569); font-size: var(--i17jw); 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(--i14tu); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.css_nt35q .form-control { border: 2px solid var(--border-color); border-radius: var(--i8pd); padding: 13px 20px; font-family: var(--i569); font-size: var(--i17jw); color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease; }
.css_nt35q .form-control:focus { outline: none; box-shadow: none; border-color: var(--i14tu); }
.css_nt35q label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.css_56qov { background: var(--footer-dark-bg); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
.css_o257r { margin-bottom: 40px; }
.css_9dpqg { font-family: var(--i3bh); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid var(--i14tu); width: max-content; }
.css_9g7ef { list-style: none; padding: 0; }
.css_9g7ef li { margin-bottom: 10px; }
.css_9g7ef a { color: rgba(255,255,255,0.65); font-size: 14px; transition: var(--transition); display: flex; align-items: center; gap: 8px; }
.css_9g7ef a:hover { color: var(--i157h); 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(--i157h); margin-top: 2px; flex-shrink: 0; }
.css_7qhfo { display: flex; gap: 10px; margin-top: 20px; }
.css_7qhfo 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_7qhfo a:hover { background: var(--i14tu); border-color: var(--i14tu); color: #fff; transform: scale(1.15); }
.css_xmie7 { 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_o06bh { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--i14tu); 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_o06bh.visible { opacity: 1; visibility: visible; }
.css_o06bh:hover { background: var(--i157h); 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(--i3bh); font-size: 18px; font-weight: var(--fw-semibold); color: var(--text-muted); white-space: nowrap; }
.marquee-item i { color: var(--i14tu); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 56px; height: 4px; background: var(--i1cm); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge { font-family: var(--i3bh); font-size: 80px; font-weight: var(--i186h); color: transparent; -webkit-text-stroke: 2px var(--i14tu); 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(--i8pd); }
.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(--i8pd); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --i190o: 48px; --i20pt: 36px; --i21zc: 26px; } }
@media (max-width: 991px) {
    :root { --i190o: 40px; --i20pt: 30px; --css_qhngc: 80px 0; }
    .css_hm92w { display: none; } .css_0tz7m { display: flex; }
    .about-image .img-small { display: none; } .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --i190o: 32px; --i20pt: 26px; --css_qhngc: 60px 0; }
    .css_0p48o { flex-direction: column; } .css_0p48o .css_clbem { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; } .newsletter-form input[type="email"] { width: 100%; }
    .css_5rcod { font-size: 44px; }
}

.css_cf53w .css_saw82 { color: #fff; }
.css_cf53w .css_u0gpx { color: var(--i14tu); }
.css_cf53w .css_az7z3 { color: rgba(255,255,255,0.55); }
.css_cf53w .css_9g7ef a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.css_cf53w .css_9g7ef 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-dark { color: #000 !important; }
.text-force-accent { color: var(--i14tu) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
