

:root {
    --bg-primary:    #ffffff;
    --bg-secondary:  #F3F4F6;
    --bg-card:       #ffffff;
    --bg-card-hover: #fffcf5;
    --bg-dark:       #1c1c1c;
    --text-primary:  #1c1c1c;
    --text-secondary: #6b7280;
    --text-muted:    #9ca3af;
    --footer-dark-bg: #1c1c1c;
    --border-color:  #e5e7eb;
    --border-light:  rgba(255, 174, 0, 0.15);

    --r14tg: #FFAE00;
    --r15t0: #F54200;
    --r1ym: linear-gradient(90deg, #F54200 0%, #FFAE00 100%);
    --accent-glow: 0 8px 28px rgba(245, 66, 0, 0.22);

    --r3pn: 'Barlow', system-ui, sans-serif;
    --r5nx:    'Barlow', system-ui, sans-serif;

    --r19fk: 60px;
    --r20x8: 42px;
    --r21nj: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --r17tx: 15px;
    --fs-small: 13px;

    --r18zw:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --r6gm:   4px;
    --r7o6:   8px;
    --r8ow:   12px;
    --r9nr:   16px;
    --r4wt: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.55s ease;

    --r10ca: 0 2px 12px rgba(0, 0, 0, 0.05);
    --r11j4: 0 8px 28px rgba(0, 0, 0, 0.08);
    --r12z8: 0 16px 48px rgba(0, 0, 0, 0.10);
    --r13e0: 0 24px 64px rgba(0, 0, 0, 0.14);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.05);

    --css_wbnys: 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(--r5nx);
    font-size: var(--r17tx);
    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(--r15t0); transition: var(--transition); }
a:hover { color: var(--r14tg); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--r15t0); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--r3pn);
    font-weight: var(--r18zw);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 18px;
}
h1 { font-size: var(--r19fk); }
h2 { font-size: var(--r20x8); }
h3 { font-size: var(--r21nj); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--r17tx); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--r1ym); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--r14tg); }
.text-accent-2 { color: var(--r15t0); }
.text-dark     { color: var(--text-primary); }

.css_wbnys    { padding: var(--css_wbnys); position: relative; }
.css_wbnys-sm { padding: 60px 0; }
.css_wbnys-lg { padding: 130px 0; }
.css_f1mmh   { background-color: var(--bg-primary); }
.css_yiib7 { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.css_t73j6     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--r1ym); color: #fff; }

.css_t73j6 h1,.css_t73j6 h2,.css_t73j6 h3,
.css_t73j6 h4,.css_t73j6 h5,.css_t73j6 h6 { color: #fff; }
.css_t73j6 p,.css_t73j6 li,.css_t73j6 span:not(.badge) { color: rgba(255,255,255,0.7); }
.css_t73j6 .css_jwz04 { color: #fff; }
.css_t73j6 .css_uy8ow  { color: rgba(255,255,255,0.55); }

.mb-10{margin-bottom:10px} .mb-20{margin-bottom:20px} .mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px} .mb-50{margin-bottom:50px} .mb-60{margin-bottom:60px}
.mt-10{margin-top:10px}    .mt-20{margin-top:20px}    .mt-30{margin-top:30px}
.mt-40{margin-top:40px}    .mt-50{margin-top:50px}
.gap-20{gap:20px} .gap-30{gap:30px} .gap-40{gap:40px}

.css_xl43m { 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_xl43m.loaded { opacity: 0; visibility: hidden; }
.css_gkeco { width: 60px; height: 4px; background: var(--bg-secondary); border-radius: 4px; overflow: hidden; }
.css_gkeco::after { content: ''; display: block; width: 40%; height: 100%; background: var(--r1ym); border-radius: 4px; animation: freelanceBar 0.8s ease-in-out infinite alternate; }
@keyframes freelanceBar { from { transform: translateX(0); } to { transform: translateX(150%); } }

.css_me8r4 {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 34px;
    font-family: var(--r3pn); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 1px;
    border-radius: var(--r4wt);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.css_ztp6c { background: var(--r1ym); color: #fff; border-color: transparent; }
.css_ztp6c:hover { transform: translateY(-4px); box-shadow: var(--accent-glow); filter: brightness(1.05); }
.css_lz1kv { background: transparent; color: var(--text-primary); border-color: var(--text-primary); }
.css_lz1kv:hover { background: var(--text-primary); color: #fff; transform: translateY(-3px); }
.btn-link-custom { background: none; border: none; color: var(--r15t0); padding: 0; font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px; font-family: var(--r3pn); text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.btn-link-custom:hover { color: var(--r14tg); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(6px); }

.css_fa4y7 { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: transparent; }
.css_fa4y7.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.css_cdju4 { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.css_gcfbh { font-family: var(--r3pn); font-size: 28px; font-weight: var(--r18zw); color: var(--text-primary); letter-spacing: -0.5px; }
.css_gcfbh:hover { color: var(--text-primary); }
.css_gcfbh img { height: 44px; width: auto; }
.css_e3wig { display: flex; align-items: center; gap: 30px; }
.css_e3wig .nav-link { color: var(--text-secondary); font-family: var(--r5nx); font-size: var(--r17tx); font-weight: var(--fw-medium); padding: 6px 0; position: relative; transition: var(--transition); }
.css_e3wig .nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 3px; background: var(--r1ym); border-radius: 2px; transition: width 0.3s ease; }
.css_e3wig .nav-link:hover, .css_e3wig .nav-link.active { color: var(--text-primary); }
.css_e3wig .nav-link:hover::after, .css_e3wig .nav-link.active::after { width: 100%; }
.css_ycztw { margin-left: 10px; }
.css_ii5tf { display: none; flex-direction: column; justify-content: center; align-items: center; width: 42px; height: 42px; background: none; border: 2px solid var(--border-color); border-radius: var(--r7o6); cursor: pointer; padding: 0; gap: 5px; }
.css_ii5tf .css_fwh3k { display: block; width: 20px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

.css_bif6k {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-secondary);
}
.css_bif6k::before {
    content: ''; position: absolute; top: 0; right: 0;
    width: 45%; height: 100%;
    background: linear-gradient(135deg, rgba(245,66,0,0.04), rgba(255,174,0,0.06));
    z-index: 0;
}
.css_cgoe7 { position: relative; z-index: 2; }
.css_t2ftn   { position: relative; z-index: 2; }
.css_t2ftn img { border-radius: var(--r9nr); box-shadow: var(--r13e0); }
.css_gp6ds {
    display: inline-block; color: var(--r15t0);
    font-size: 14px; font-weight: var(--fw-semibold); font-family: var(--r3pn);
    text-transform: uppercase; letter-spacing: 2px; margin-bottom: 14px;
}
.css_yz3q9 {
    font-family: var(--r3pn); font-size: var(--r19fk);
    font-weight: var(--r18zw); color: var(--text-primary);
    line-height: 1.1; margin-bottom: 22px;
}
.css_yz3q9 .typed-text { background: var(--r1ym); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.css_mp254 { font-size: 16px; color: var(--text-secondary); max-width: 520px; margin-bottom: 36px; line-height: 1.8; }
.css_cz4o6 { display: flex; flex-wrap: wrap; gap: 16px; }

.circular-text-wrapper { position: absolute; right: -30px; bottom: 60px; width: 140px; height: 140px; z-index: 3; }
.circular-text { animation: circleRotate 12s linear infinite; }
@keyframes circleRotate { to { transform: rotate(360deg); } }

.css_fiean { margin-bottom: 55px; }
.css_fiean.text-center { text-align: center; }
.css_fiean.text-center .css_utnac { max-width: 580px; margin: 0 auto; }
.css_lnil7 { display: inline-block; font-size: 12px; font-weight: var(--r18zw); color: var(--r15t0); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 12px; font-family: var(--r3pn); }
.css_tqn8f { font-family: var(--r3pn); font-size: var(--r20x8); font-weight: var(--r18zw); color: var(--text-primary); line-height: 1.15; margin-bottom: 14px; }
.css_utnac { font-size: var(--r17tx); color: var(--text-secondary); line-height: 1.8; }

.css_uzs6j { background: var(--bg-card); border-radius: var(--r8ow); padding: 32px 24px; box-shadow: var(--r10ca); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_uzs6j:hover { box-shadow: var(--r12z8); transform: translateY(-8px); }
.css_yxnfk { width: 64px; height: 64px; background: rgba(245,66,0,0.06); border-radius: var(--r8ow); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: var(--transition); }
.css_yxnfk i, .css_yxnfk svg { color: var(--r15t0); font-size: 26px; }
.css_uzs6j:hover .css_yxnfk { background: var(--r1ym); }
.css_uzs6j:hover .css_yxnfk i, .css_uzs6j:hover .css_yxnfk svg { color: #fff; }
.css_h2f0a { font-family: var(--r3pn); font-size: 18px; margin-bottom: 8px; }
.css_p8pb5  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.css_uzs6j-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--r8ow); border-left: 3px solid var(--r15t0); box-shadow: var(--r10ca); transition: var(--transition); }
.css_uzs6j-horizontal:hover { box-shadow: var(--r11j4); transform: translateX(5px); }
.css_uzs6j-horizontal .css_yxnfk { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--r9nr); box-shadow: var(--r12z8); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--r8ow); box-shadow: var(--r11j4); border: 4px solid #fff; }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--r1ym); color: #fff; padding: 20px 24px; border-radius: var(--r8ow); text-align: center; box-shadow: var(--accent-glow); z-index: 2; }
.experience-badge .badge-number { font-family: var(--r3pn); font-size: 42px; font-weight: var(--r18zw); line-height: 1; display: block; }
.experience-badge .badge-text { font-size: 12px; opacity: 0.9; }
.about-list { list-style: none; padding: 0; }
.about-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border-color); font-size: var(--r17tx); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--r15t0); margin-top: 2px; flex-shrink: 0; }

.css_wpzkz { background: var(--bg-card); border-radius: var(--r8ow); overflow: hidden; box-shadow: var(--r10ca); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_wpzkz:hover { box-shadow: var(--r12z8); transform: translateY(-8px); }
.css_wpzkz .css_hx1sj { position: relative; overflow: hidden; height: 220px; }
.css_wpzkz .css_hx1sj img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.css_wpzkz:hover .css_hx1sj img { transform: scale(1.08); }
.css_wpzkz .card-tag { position: absolute; top: 14px; left: 14px; background: var(--r1ym); color: #fff; font-size: 11px; font-weight: var(--r18zw); padding: 5px 14px; border-radius: var(--r4wt); text-transform: uppercase; }
.css_wpzkz .card-body { padding: 24px; }
.css_wpzkz .card-title { font-family: var(--r3pn); font-size: 18px; margin-bottom: 8px; }
.css_wpzkz .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.css_wpzkz .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

.css_k83l5 { background: var(--bg-dark); padding: 80px 0; }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 46px; margin-bottom: 10px; display: block; background: var(--r1ym); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.css_jwz04 { font-family: var(--r3pn); font-size: 54px; font-weight: var(--r18zw); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.css_uy8ow { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.5); }

.timeline-section { position: relative; }
.timeline { position: relative; padding: 20px 0; }
.timeline::before { content: ''; position: absolute; top: 0; left: 50%; width: 3px; height: 100%; background: var(--border-color); transform: translateX(-50%); }
.timeline-item { position: relative; width: 50%; padding: 0 40px 40px; }
.timeline-item:nth-child(odd) { padding-right: 40px; text-align: right; }
.timeline-item:nth-child(even) { margin-left: 50%; padding-left: 40px; }
.timeline-dot { position: absolute; top: 0; width: 16px; height: 16px; background: var(--r1ym); border-radius: 50%; border: 3px solid #fff; box-shadow: var(--r10ca); z-index: 2; }
.timeline-item:nth-child(odd) .timeline-dot { right: -8px; }
.timeline-item:nth-child(even) .timeline-dot { left: -8px; }
.timeline-date { font-family: var(--r3pn); font-size: 13px; font-weight: var(--r18zw); color: var(--r15t0); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.timeline-content { background: var(--bg-card); padding: 22px; border-radius: var(--r8ow); box-shadow: var(--r10ca); border: 1px solid var(--border-color); }
.timeline-title { font-family: var(--r3pn); font-size: 17px; margin-bottom: 4px; }
.timeline-org { font-size: 14px; color: var(--r14tg); margin-bottom: 8px; }
.timeline-text { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }

.css_oc7xc { background: var(--bg-card); border-radius: var(--r8ow); overflow: hidden; box-shadow: var(--r10ca); border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.css_oc7xc:hover { box-shadow: var(--r12z8); transform: translateY(-8px); }
.css_oc7xc .css_ymm30 { position: relative; overflow: hidden; height: 280px; }
.css_oc7xc .css_ymm30 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_oc7xc:hover .css_ymm30 img { transform: scale(1.05); }
.css_oc7xc .team-body { padding: 22px; }
.css_uke0m { font-family: var(--r3pn); font-size: 19px; margin-bottom: 4px; }
.css_o8ljs { font-size: 14px; color: var(--r15t0); 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(--r1ym); color: #fff; }

.css_wxuf3 { background: var(--bg-card); border-radius: var(--r9nr); padding: 34px; border: 1px solid var(--border-color); box-shadow: var(--r10ca); transition: var(--transition); height: 100%; }
.css_wxuf3:hover { box-shadow: var(--r11j4); }
.quote-icon   { font-size: 36px; margin-bottom: 14px; display: block; background: var(--r1ym); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.css_ir6dx   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 20px; font-size: 15px; }
.css_wxuf3 .author { display: flex; align-items: center; gap: 14px; padding-top: 16px; border-top: 1px solid var(--border-color); }
.css_uxkd8 { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid transparent; background-image: var(--r1ym); background-origin: border-box; background-clip: padding-box, border-box; flex-shrink: 0; }
.css_wch9g  { font-family: var(--r3pn); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; }
.css_kkajq  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: var(--r14tg); font-size: 14px; margin-bottom: 12px; }

.css_jzica { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--r9nr); padding: 36px 28px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.css_jzica.featured { border-color: var(--r15t0); }
.css_jzica:hover { border-color: var(--r15t0); transform: translateY(-8px); box-shadow: var(--r12z8); }
.css_jinny { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 10px; }
.css_um81d { font-family: var(--r3pn); font-size: 48px; font-weight: var(--r18zw); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.css_q0jlv { list-style: none; padding: 0; margin: 0 0 28px; }
.css_q0jlv li { display: flex; align-items: center; gap: 10px; padding: 8px 0; font-size: 14px; color: var(--text-secondary); border-bottom: 1px solid var(--border-color); }
.css_q0jlv li:last-child { border-bottom: none; }
.css_q0jlv li i { color: var(--r15t0); font-size: 13px; flex-shrink: 0; }
.css_q0jlv li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--r1ym); color: #fff; font-size: 11px; font-weight: var(--r18zw); padding: 6px 14px; border-radius: 0 0 var(--r6gm) var(--r6gm); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--r8ow); }
.portfolio-item img { width: 100%; height: 300px; object-fit: cover; transition: transform 0.5s ease; }
.portfolio-item:hover img { transform: scale(1.07); }
.portfolio-overlay { color: #fff; position: absolute; inset: 0; background: linear-gradient(to top, rgba(28,28,28,0.88), transparent 60%); opacity: 0; transition: opacity 0.35s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: var(--r8ow); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: var(--r14tg); text-transform: uppercase; letter-spacing: 2px; }
.portfolio-title { font-family: var(--r3pn); font-size: 20px; 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_j8jmc { background: var(--bg-card); border-radius: var(--r8ow); overflow: hidden; box-shadow: var(--r10ca); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_j8jmc:hover { box-shadow: var(--r12z8); transform: translateY(-6px); }
.css_j8jmc .css_hx1sj { height: 210px; overflow: hidden; }
.css_j8jmc .css_hx1sj img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_j8jmc:hover .css_hx1sj img { transform: scale(1.07); }
.css_j8jmc .card-body { padding: 24px; }
.css_l5b2n { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.css_j8jmc .card-title { font-family: var(--r3pn); font-size: 18px; margin-bottom: 8px; }
.css_j8jmc .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--r8ow); padding: 30px 24px; box-shadow: var(--r10ca); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { box-shadow: var(--r12z8); transform: translateY(-8px); }
.css_s5ue5 { font-family: var(--r3pn); font-size: 72px; font-weight: var(--r18zw); background: var(--r1ym); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: 0.08; position: absolute; top: 6px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; margin-bottom: 14px; display: block; background: var(--r1ym); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.css_mi1vm  { font-family: var(--r3pn); 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(--r8ow) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--r3pn); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--r15t0); 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_l8vw6 { background: var(--r1ym); padding: var(--css_wbnys); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.css_bcatz { font-family: var(--r3pn); font-size: var(--r20x8); color: #fff; margin-bottom: 14px; }
.css_bmv4w  { 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(--r4wt); font-family: var(--r5nx); font-size: var(--r17tx); transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--r15t0); }

.css_b0ybd .form-control { border: 2px solid var(--border-color); border-radius: var(--r8ow); padding: 13px 20px; font-family: var(--r5nx); font-size: var(--r17tx); transition: border-color 0.3s ease; }
.css_b0ybd .form-control:focus { outline: none; box-shadow: none; border-color: var(--r15t0); }
.css_b0ybd label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.css_aij5d { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.css_j1bvx { margin-bottom: 40px; }
.css_ht435 { font-family: var(--r3pn); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; position: relative; }
.css_ht435::after { content: ''; position: absolute; bottom: 0; left: 0; width: 36px; height: 3px; background: var(--r1ym); border-radius: 2px; }
.css_gk53t { list-style: none; padding: 0; }
.css_gk53t li { margin-bottom: 10px; }
.css_gk53t a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.css_gk53t a:hover { color: var(--r14tg); padding-left: 4px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 12px; }
.footer-contact li i { color: var(--r14tg); margin-top: 2px; flex-shrink: 0; }
.css_r8teu { display: flex; gap: 10px; margin-top: 20px; }
.css_r8teu a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); font-size: 15px; transition: var(--transition); }
.css_r8teu a:hover { background: var(--r1ym); border-color: transparent; color: #fff; }
.css_d40hs { margin-top: 40px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.06); text-align: center; font-size: 13px; color: rgba(255,255,255,0.35); }

.css_jzepi { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--r1ym); 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_jzepi.visible { opacity: 1; visibility: visible; }
.css_jzepi:hover { transform: translateY(-4px); filter: brightness(1.1); }

.line-divider { width: 50px; height: 3px; background: var(--r1ym); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--r8ow); }
.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: linear-gradient(135deg, rgba(245,66,0,0.6), rgba(255,174,0,0.6)); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.35s ease; border-radius: var(--r8ow); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --r19fk: 48px; --r20x8: 36px; --r21nj: 24px; } }
@media (max-width: 991px) { :root { --r19fk: 40px; --r20x8: 30px; --css_wbnys: 70px 0; } .css_e3wig { display: none; } .css_ii5tf { display: flex; } .about-image .img-small { display: none; } .timeline::before { left: 20px; } .timeline-item { width: 100%; padding-left: 50px !important; padding-right: 0 !important; text-align: left !important; } .timeline-item:nth-child(even) { margin-left: 0; } .timeline-dot { left: 12px !important; right: auto !important; } .circular-text-wrapper { display: none; } }
@media (max-width: 767px) { :root { --r19fk: 34px; --r20x8: 26px; --css_wbnys: 55px 0; } .css_cz4o6 { flex-direction: column; } .css_jwz04 { font-size: 42px; } .newsletter-form { flex-direction: column; } }

.css_t73j6 .css_gp6ds { color: #fff; }
.css_t73j6 .css_lnil7 { color: var(--r14tg); }
.css_t73j6 .css_hzldj { color: rgba(255,255,255,0.55); }
.css_t73j6 .css_gk53t a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.css_t73j6 .css_gk53t a:hover { color: #fff; }
.css_t73j6 a:not(.css_me8r4):not(.css_gcfbh) { color: rgba(255,255,255,0.8); }
.css_t73j6 a:not(.css_me8r4):not(.css_gcfbh):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(--r14tg) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
