

: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);

    --m148l: #FF5528;
    --m15fx: #FFA415;
    --m16dj: #26CC8C;
    --m1sq: linear-gradient(135deg, var(--m148l), var(--m15fx));
    --accent-glow: 0 8px 28px rgba(255, 85, 40, 0.25);

    --m3jz: 'Libre Baskerville', Georgia, serif;
    --m5cp:    'DM Sans', system-ui, sans-serif;

    --m19kw: 58px;
    --m20zm: 42px;
    --m21vl: 30px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --m17m7: 16px;
    --fs-small: 14px;

    --m18mc:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --m6x4:   6px;
    --m79k:   12px;
    --m8l4:   16px;
    --m9eb:   24px;
    --m4s3: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.55s ease;

    --m10ae: 0 3px 12px rgba(52, 52, 52, 0.06);
    --m113t: 0 8px 28px rgba(52, 52, 52, 0.10);
    --m12i6: 0 16px 50px rgba(52, 52, 52, 0.14);
    --m13vs: 0 28px 72px rgba(52, 52, 52, 0.18);
    --shadow-neutral: 0 6px 24px rgba(52, 52, 52, 0.08);

    --s9r2: 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(--m5cp);
    font-size: var(--m17m7);
    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(--m148l); transition: var(--transition); }
a:hover { color: var(--m15fx); 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(--m148l); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--m3jz);
    font-weight: var(--m18mc);
    color: var(--text-primary);
    line-height: 1.25;
    margin-bottom: 18px;
}
h1 { font-size: var(--m19kw); }
h2 { font-size: var(--m20zm); }
h3 { font-size: var(--m21vl); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--m17m7); line-height: 1.9; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--m1sq); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--m148l); }
.text-accent-2 { color: var(--m15fx); }
.text-accent-3 { color: var(--m16dj); }
.text-dark     { color: var(--text-primary); }

.s9r2    { padding: var(--s9r2); position: relative; }
.s9r2-sm { padding: 60px 0; }
.s9r2-lg { padding: 120px 0; }
.q6dmjw   { background-color: var(--bg-primary); }
.z86hh { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.rurbo     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--m1sq); color: #fff; }

.rurbo h1,.rurbo h2,.rurbo h3,
.rurbo h4,.rurbo h5,.rurbo h6 { color: #fff; }
.rurbo p,.rurbo li,.rurbo span:not(.badge) { color: rgba(255,255,255,0.75); }
.rurbo a:not(.jc5hs) { color: rgba(255,255,255,0.8); }
.rurbo .ob8cd { color: #fff; }
.rurbo .wf44  { 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}

.xb7v6 {
    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;
}
.xb7v6.loaded { opacity: 0; visibility: hidden; }
.jzyohs  { display: flex; gap: 8px; }
.m2jkqj {
    width: 12px; height: 12px; border-radius: 50%;
    animation: preloadCharityPulse 0.8s ease-in-out infinite alternate;
}
.m2jkqj:nth-child(1) { background: var(--m148l); animation-delay: 0s; }
.m2jkqj:nth-child(2) { background: var(--m15fx); animation-delay: 0.15s; }
.m2jkqj:nth-child(3) { background: var(--m16dj); animation-delay: 0.30s; }
@keyframes preloadCharityPulse { 0% { transform: scale(1); } 100% { transform: scale(1.4); opacity: 0.6; } }

.jc5hs {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 34px;
    font-family: var(--m5cp);
    font-size: var(--m17m7);
    font-weight: var(--fw-semibold);
    border-radius: var(--m4s3);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.hsgj {
    background: var(--m148l); color: #fff; border-color: var(--m148l);
    box-shadow: var(--accent-glow);
}
.hsgj:hover { background: #e04a1f; border-color: #e04a1f; color: #fff; transform: translateY(-4px); }
.pm0wi { background: transparent; color: var(--m148l); border-color: var(--m148l); }
.pm0wi:hover { background: var(--m148l); color: #fff; transform: translateY(-4px); }
.btn-green { background: var(--m16dj); color: #fff; border-color: var(--m16dj); }
.btn-green:hover { background: #1faa75; border-color: #1faa75; color: #fff; transform: translateY(-4px); }
.btn-link-custom {
    background: none; border: none; color: var(--m148l); padding: 0;
    font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px;
}
.btn-link-custom:hover { color: var(--m15fx); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(4px); }

.foxq0a {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
    transition: var(--transition); background: transparent;
}
.foxq0a.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(--m148l); 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(--m15fx); }
.w08lt { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.jppe { font-family: var(--m3jz); font-size: 26px; font-weight: var(--m18mc); color: var(--m148l); }
.jppe:hover { color: var(--m148l); }
.jppe img { height: 50px; width: auto; }
.u8ok0 { display: flex; align-items: center; gap: 30px; }
.u8ok0 .nav-link {
    color: var(--text-secondary); font-family: var(--m5cp);
    font-size: var(--fs-small); font-weight: var(--fw-semibold); padding: 6px 0;
    position: relative; transition: var(--transition);
}
.u8ok0 .nav-link::after {
    content: ''; position: absolute; bottom: -2px; left: 0;
    width: 0; height: 2px; background: var(--m148l);
    border-radius: 2px; transition: width 0.3s ease;
}
.u8ok0 .nav-link:hover, .u8ok0 .nav-link.active { color: var(--m148l); }
.u8ok0 .nav-link:hover::after, .u8ok0 .nav-link.active::after { width: 100%; }
.wieae { margin-left: 12px; }
.w22pwa {
    display: none; flex-direction: column; justify-content: center; align-items: center;
    width: 42px; height: 42px; background: none; border: 2px solid var(--m148l);
    border-radius: var(--m79k); cursor: pointer; padding: 0; gap: 5px;
}
.w22pwa .ouvu3r { display: block; width: 20px; height: 2.5px; background: var(--m148l); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }
.w22pwa.active .ouvu3r:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.w22pwa.active .ouvu3r:nth-child(2) { opacity: 0; }
.w22pwa.active .ouvu3r:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.pmyd {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-secondary);
}
.pmyd::before {
    content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%;
    background: var(--m1sq); opacity: 0.07; z-index: 0;
}
.ke6r06 { position: relative; z-index: 2; }
.xc9yp   { position: relative; z-index: 2; }
.xc9yp img { border-radius: var(--m9eb); box-shadow: var(--m13vs); }
.izyk {
    display: inline-block; background: rgba(255,85,40,0.1); color: var(--m148l);
    font-size: 13px; font-weight: var(--fw-semibold); padding: 8px 20px;
    border-radius: var(--m4s3); letter-spacing: 0.5px; margin-bottom: 18px;
}
.o5lkoe {
    font-family: var(--m3jz); font-size: var(--m19kw);
    font-weight: var(--m18mc); color: var(--text-primary);
    line-height: 1.2; margin-bottom: 20px;
}
.clzd87 { font-size: 17px; color: var(--text-secondary); max-width: 540px; margin-bottom: 36px; line-height: 1.8; }
.aewsjf { display: flex; flex-wrap: wrap; gap: 14px; }

.ts82 { margin-bottom: 50px; }
.ts82.text-center { text-align: center; }
.ts82.text-center .o6y34m { max-width: 600px; margin: 0 auto; }
.yr4v6w { display: inline-block; font-size: 13px; font-weight: var(--fw-semibold); color: var(--m148l); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
.o7sxfy { font-family: var(--m3jz); font-size: var(--m20zm); font-weight: var(--m18mc); color: var(--text-primary); line-height: 1.2; margin-bottom: 14px; }
.o6y34m { font-size: var(--m17m7); color: var(--text-secondary); line-height: 1.8; }

.ptmv {
    background: var(--bg-card); border-radius: var(--m8l4);
    padding: 32px 26px; box-shadow: var(--shadow-neutral);
    border: 1px solid var(--border-light); transition: var(--transition); height: 100%;
}
.ptmv:hover { box-shadow: var(--m113t); transform: translateY(-8px); border-color: var(--m148l); }
.nt9cg {
    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);
}
.nt9cg i, .nt9cg svg { color: var(--m148l); font-size: 28px; }
.ptmv:hover .nt9cg { background: var(--m148l); }
.ptmv:hover .nt9cg i, .ptmv:hover .nt9cg svg { color: #fff; }
.khi1qx { font-family: var(--m3jz); font-size: 19px; margin-bottom: 10px; }
.qypz1  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.ptmv-horizontal {
    display: flex; align-items: flex-start; gap: 18px; padding: 22px;
    background: var(--bg-card); border-radius: var(--m8l4);
    border-left: 4px solid var(--m148l); box-shadow: var(--shadow-neutral);
    transition: var(--transition);
}
.ptmv-horizontal:hover { box-shadow: var(--m113t); transform: translateX(6px); }
.ptmv-horizontal .nt9cg { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image   { position: relative; }
.about-image .img-main { border-radius: var(--m9eb); box-shadow: var(--m12i6); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--m8l4); box-shadow: var(--m113t); border: 5px solid #fff; }
.experience-badge {
    position: absolute; bottom: 16px; right: -16px;
    background: var(--m148l); color: #fff; padding: 18px 22px;
    border-radius: var(--m8l4); text-align: center; box-shadow: var(--m113t); z-index: 2;
}
.experience-badge .badge-number { font-family: var(--m3jz); font-size: 40px; font-weight: var(--m18mc); 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(--m17m7); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--m148l); margin-top: 2px; flex-shrink: 0; }

.s8ud6 {
    background: var(--bg-card); border-radius: var(--m8l4);
    overflow: hidden; box-shadow: var(--shadow-neutral);
    transition: var(--transition); height: 100%; border: 1px solid transparent;
}
.s8ud6:hover { box-shadow: var(--m113t); transform: translateY(-8px); border-color: var(--m148l); }
.s8ud6 .wqu7gy { position: relative; overflow: hidden; height: 220px; }
.s8ud6 .wqu7gy img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.s8ud6:hover .wqu7gy img { transform: scale(1.08); }
.s8ud6 .card-tag { position: absolute; top: 14px; left: 14px; background: var(--m148l); color: #fff; font-size: 11px; font-weight: var(--m18mc); padding: 4px 14px; border-radius: var(--m4s3); text-transform: uppercase; }
.s8ud6 .card-body { padding: 24px; }
.s8ud6 .card-title { font-family: var(--m3jz); font-size: 19px; margin-bottom: 8px; }
.s8ud6 .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.s8ud6 .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(--m148l); }
.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(--m1sq); border-radius: 4px; transition: width 1.2s ease; }

.pttr0 { background: var(--m1sq); padding: var(--s9r2); }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 48px; color: rgba(255,255,255,0.8); margin-bottom: 12px; display: block; }
.ob8cd { font-family: var(--m3jz); font-size: 56px; font-weight: var(--m18mc); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.wf44 { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.7); }

.g1ym { background: var(--bg-card); border-radius: var(--m9eb); overflow: hidden; box-shadow: var(--shadow-neutral); transition: var(--transition); text-align: center; border: 1px solid transparent; }
.g1ym:hover { box-shadow: var(--m113t); transform: translateY(-8px); border-color: var(--m148l); }
.g1ym .wm0a { position: relative; overflow: hidden; height: 260px; }
.g1ym .wm0a img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.g1ym:hover .wm0a img { transform: scale(1.05); }
.g1ym .team-body { padding: 22px; }
.nxlj { font-family: var(--m3jz); font-size: 19px; margin-bottom: 4px; }
.p9coo { font-size: 14px; color: var(--m148l); 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(--m148l); color: #fff; transform: scale(1.15); }

.mi57q { background: var(--bg-card); border-radius: var(--m9eb); padding: 36px; box-shadow: var(--shadow-neutral); border: 1px solid var(--border-light); transition: var(--transition); height: 100%; }
.mi57q:hover { box-shadow: var(--m113t); border-color: var(--m148l); }
.quote-icon   { color: var(--m148l); font-size: 36px; margin-bottom: 16px; display: block; }
.ro5g   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.mi57q .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-light); }
.ed3g7 { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--m148l); flex-shrink: 0; }
.p3as  { font-family: var(--m3jz); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; color: var(--text-primary); }
.yjsjs  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: #ffc107; font-size: 14px; margin-bottom: 14px; }

.zcn8 { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--m9eb); padding: 36px 30px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.zcn8.featured { border-color: var(--m148l); box-shadow: var(--m113t); }
.zcn8:hover { border-color: var(--m148l); transform: translateY(-8px); box-shadow: var(--m113t); }
.gam25 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 10px; }
.ffc75q { font-family: var(--m3jz); font-size: 48px; font-weight: var(--m18mc); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.vodcp { list-style: none; padding: 0; margin: 0 0 28px; }
.vodcp 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); }
.vodcp li:last-child { border-bottom: none; }
.vodcp li i { color: var(--m148l); font-size: 13px; flex-shrink: 0; }
.vodcp li.disabled { color: var(--text-muted); text-decoration: line-through; }
.vodcp li.disabled i { color: var(--border-color); }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--m148l); color: #fff; font-size: 11px; font-weight: var(--m18mc); padding: 6px 14px; border-radius: 0 0 var(--m6x4) var(--m6x4); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--m8l4); }
.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(--m8l4); }
.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(--m3jz); 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; }

.suga { background: var(--bg-card); border-radius: var(--m9eb); overflow: hidden; box-shadow: var(--shadow-neutral); transition: var(--transition); height: 100%; border: 1px solid transparent; }
.suga:hover { box-shadow: var(--m113t); transform: translateY(-6px); border-color: var(--m148l); }
.suga .wqu7gy { height: 210px; overflow: hidden; }
.suga .wqu7gy img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.suga:hover .wqu7gy img { transform: scale(1.07); }
.suga .card-body { padding: 24px; }
.x6xph { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 10px; }
.suga .card-title { font-family: var(--m3jz); font-size: 18px; margin-bottom: 8px; line-height: 1.4; }
.suga .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--m8l4); 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(--m113t); transform: translateY(-8px); border-color: var(--m148l); }
.eoq0 { font-family: var(--m3jz); font-size: 64px; font-weight: var(--m18mc); color: var(--m148l); opacity: 0.12; position: absolute; top: 8px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; color: var(--m148l); margin-bottom: 14px; display: block; }
.bpsj  { font-family: var(--m3jz); 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(--m8l4) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--m3jz); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--m148l); 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; }

.wf83q { background: var(--m1sq); padding: var(--s9r2); position: relative; overflow: hidden; text-align: center; }
.wf83q::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; }
.qdor { font-family: var(--m3jz); font-size: var(--m20zm); color: #fff; margin-bottom: 14px; }
.tl2hhv  { 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(--m4s3); font-family: var(--m5cp); font-size: var(--m17m7); 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(--m148l); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.yw3v .form-control { border: 2px solid var(--border-color); border-radius: var(--m8l4); padding: 13px 20px; font-family: var(--m5cp); font-size: var(--m17m7); color: var(--text-primary); background: var(--bg-primary); transition: border-color 0.3s ease; }
.yw3v .form-control:focus { outline: none; box-shadow: none; border-color: var(--m148l); }
.yw3v label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.vc3ie { background: var(--footer-dark-bg); color: rgba(255,255,255,0.7); padding: 80px 0 0; }
.g5mmh1 { margin-bottom: 40px; }
.gug2d1 { font-family: var(--m3jz); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid var(--m148l); width: max-content; }
.u5rj { list-style: none; padding: 0; }
.u5rj li { margin-bottom: 10px; }
.u5rj a { color: rgba(255,255,255,0.65); font-size: 14px; transition: var(--transition); display: flex; align-items: center; gap: 8px; }
.u5rj a:hover { color: var(--m15fx); 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(--m15fx); margin-top: 2px; flex-shrink: 0; }
.sqau8z { display: flex; gap: 10px; margin-top: 20px; }
.sqau8z 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); }
.sqau8z a:hover { background: var(--m148l); border-color: var(--m148l); color: #fff; transform: scale(1.15); }
.vo1wo { 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); }

.xpoay { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--m148l); 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; }
.xpoay.visible { opacity: 1; visibility: visible; }
.xpoay:hover { background: var(--m15fx); 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(--m3jz); font-size: 18px; font-weight: var(--fw-semibold); color: var(--text-muted); white-space: nowrap; }
.marquee-item i { color: var(--m148l); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 56px; height: 4px; background: var(--m1sq); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge { font-family: var(--m3jz); font-size: 80px; font-weight: var(--m18mc); color: transparent; -webkit-text-stroke: 2px var(--m148l); 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(--m8l4); }
.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(--m8l4); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --m19kw: 48px; --m20zm: 36px; --m21vl: 26px; } }
@media (max-width: 991px) {
    :root { --m19kw: 40px; --m20zm: 30px; --s9r2: 80px 0; }
    .u8ok0 { display: none; } .w22pwa { display: flex; }
    .about-image .img-small { display: none; } .experience-badge { right: 0; }
}
@media (max-width: 767px) {
    :root { --m19kw: 32px; --m20zm: 26px; --s9r2: 60px 0; }
    .aewsjf { flex-direction: column; } .aewsjf .jc5hs { width: 100%; justify-content: center; }
    .newsletter-form { flex-direction: column; } .newsletter-form input[type="email"] { width: 100%; }
    .ob8cd { font-size: 44px; }
}

.rurbo .izyk { color: #fff; }
.rurbo .yr4v6w { color: var(--m148l); }
.rurbo .vkeq { color: rgba(255,255,255,0.55); }
.rurbo .u5rj a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.rurbo .u5rj 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(--m148l) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
