

:root {
    --bg-primary:    #181818;
    --bg-secondary:  #0e0e0e;
    --bg-card:       #222222;
    --bg-card-hover: #2a2a2a;
    --bg-dark:       #0e0e0e;
    --text-primary:  #ffffff;
    --text-secondary: #d0d0d0;
    --text-muted:    #888888;
    --footer-dark-bg: #0e0e0e;
    --border-color:  #393939;
    --border-light:  rgba(255, 81, 1, 0.12);

    --i14jn: #ff5101;
    --i15f8: #ff7a3d;
    --i1t4: linear-gradient(135deg, var(--i14jn), var(--i15f8));
    --accent-glow: 0 8px 28px rgba(255, 81, 1, 0.30);

    --i3ec: 'Syne', system-ui, sans-serif;
    --i5mu:    'DM Sans', system-ui, sans-serif;

    --i19ee: 72px;
    --i20pm: 48px;
    --i21se: 32px;
    --fs-h4: 24px;
    --fs-h5: 20px;
    --i17o2: 16px;
    --fs-small: 14px;

    --i18uy:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --i6dw:   4px;
    --i7ik:   8px;
    --i8wj:   12px;
    --i9jt:   16px;
    --i4s3: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.6s ease;

    --i10mh: 0 3px 12px rgba(0, 0, 0, 0.2);
    --i11cp: 0 8px 28px rgba(0, 0, 0, 0.30);
    --i12pe: 0 16px 50px rgba(0, 0, 0, 0.40);
    --i13jx: 0 28px 72px rgba(0, 0, 0, 0.50);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.20);

    --css_ymhyr: 110px 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(--i5mu);
    font-size: var(--i17o2);
    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(--i14jn); transition: var(--transition); }
a:hover { color: var(--i15f8); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--i14jn); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--i3ec);
    font-weight: var(--i18uy);
    color: var(--text-primary);
    line-height: 1.15;
    margin-bottom: 20px;
    text-transform: none;
}
h1 { font-size: var(--i19ee); }
h2 { font-size: var(--i20pm); }
h3 { font-size: var(--i21se); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--i17o2); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--i1t4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--i14jn); }
.text-accent-2 { color: var(--i15f8); }
.text-dark     { color: var(--text-primary); }

.css_ymhyr    { padding: var(--css_ymhyr); position: relative; }
.css_ymhyr-sm { padding: 70px 0; }
.css_ymhyr-lg { padding: 140px 0; }
.css_y5pe6   { background-color: var(--bg-primary); }
.css_p13uw { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.css_svnap     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--i1t4); color: #fff; }

.css_svnap h1,.css_svnap h2,.css_svnap h3,
.css_svnap h4,.css_svnap h5,.css_svnap h6 { color: #fff; }
.css_svnap p,.css_svnap li,.css_svnap span:not(.badge) { color: rgba(255,255,255,0.7); }
.css_svnap .css_id40p { color: #fff; }
.css_svnap .css_gem01  { color: rgba(255,255,255,0.5); }

.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_mm2jg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #0e0e0e; display: flex; align-items: center; justify-content: center; z-index: 99999; transition: opacity 0.4s ease, visibility 0.4s ease; }
.css_mm2jg.loaded { opacity: 0; visibility: hidden; }
.css_n8iba { display: flex; gap: 10px; }
.css_dtakp { width: 10px; height: 10px; border-radius: 50%; animation: angloFlicker 0.7s ease-in-out infinite alternate; }
.css_dtakp:nth-child(1) { background: var(--i14jn); animation-delay: 0s; }
.css_dtakp:nth-child(2) { background: var(--i15f8); animation-delay: 0.15s; }
.css_dtakp:nth-child(3) { background: var(--text-muted); animation-delay: 0.3s; }
@keyframes angloFlicker { 0% { opacity: 0.3; } 100% { opacity: 1; } }

.css_pzucd {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 36px;
    font-family: var(--i3ec); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 1px;
    border-radius: var(--i4s3);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.css_fnsfz { background: var(--i14jn); color: #fff; border-color: var(--i14jn); }
.css_fnsfz:hover { background: transparent; color: var(--i14jn); transform: translateY(-4px); }
.css_mm19y { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
.css_mm19y:hover { border-color: var(--i14jn); color: var(--i14jn); transform: translateY(-4px); }
.btn-link-custom { background: none; border: none; color: var(--i14jn); padding: 0; font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px; font-family: var(--i3ec); text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.btn-link-custom:hover { color: var(--i15f8); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(6px); }

.css_v5n2c { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: transparent; }
.css_v5n2c.scrolled { background: rgba(14,14,14,0.95); backdrop-filter: blur(14px); box-shadow: 0 4px 24px rgba(0,0,0,0.3); }
.css_z535b { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.css_hrfd1 { font-family: var(--i3ec); font-size: 28px; font-weight: var(--i18uy); color: #fff; letter-spacing: -0.5px; }
.css_hrfd1:hover { color: #fff; }
.css_hrfd1 img { height: 46px; width: auto; }
.css_a6mvs { display: flex; align-items: center; gap: 36px; }
.css_a6mvs .nav-link { color: rgba(255,255,255,0.7); font-family: var(--i5mu); font-size: var(--fs-small); font-weight: var(--fw-medium); padding: 6px 0; position: relative; transition: var(--transition); }
.css_a6mvs .nav-link::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--i14jn); transition: width 0.3s ease; }
.css_a6mvs .nav-link:hover, .css_a6mvs .nav-link.active { color: #fff; }
.css_a6mvs .nav-link:hover::after, .css_a6mvs .nav-link.active::after { width: 100%; }
.css_arsez { margin-left: 12px; }
.css_p4bpe { display: none; flex-direction: column; justify-content: center; align-items: center; width: 42px; height: 42px; background: none; border: 2px solid rgba(255,255,255,0.3); border-radius: var(--i7ik); cursor: pointer; padding: 0; gap: 5px; }
.css_p4bpe .css_cvr7w { display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

.css_b0k9l {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-primary);
}
.css_b0k9l::before {
    content: ''; position: absolute; bottom: 0; right: 0;
    width: 40%; height: 100%;
    background: linear-gradient(180deg, transparent, rgba(255,81,1,0.06));
    z-index: 0;
}
.css_sq24q { position: relative; z-index: 2; }
.css_c7rzt   { position: relative; z-index: 2; }
.css_c7rzt img { border-radius: var(--i8wj); box-shadow: var(--i13jx); }
.css_xcl3l {
    display: inline-block; color: var(--i14jn);
    font-size: 13px; font-weight: var(--fw-semibold); font-family: var(--i3ec);
    text-transform: uppercase; letter-spacing: 3px; margin-bottom: 20px;
}
.css_xhihd {
    font-family: var(--i3ec); font-size: var(--i19ee);
    font-weight: var(--i18uy); color: #fff;
    line-height: 1.1; margin-bottom: 24px;
}
.css_gz9nu { font-size: 17px; color: var(--text-secondary); max-width: 520px; margin-bottom: 40px; line-height: 1.8; }
.css_pk9ng { display: flex; flex-wrap: wrap; gap: 16px; }

.css_la430 { margin-bottom: 60px; }
.css_la430.text-center { text-align: center; }
.css_la430.text-center .css_wzkku { max-width: 600px; margin: 0 auto; }
.css_o83np { display: inline-block; font-size: 12px; font-weight: var(--fw-semibold); color: var(--i14jn); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 14px; font-family: var(--i3ec); }
.css_g4lep { font-family: var(--i3ec); font-size: var(--i20pm); font-weight: var(--i18uy); color: var(--text-primary); line-height: 1.15; margin-bottom: 16px; }
.css_wzkku { font-size: var(--i17o2); color: var(--text-secondary); line-height: 1.8; }

.css_ol615 { background: var(--bg-card); border-radius: var(--i8wj); padding: 32px 26px; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_ol615:hover { border-color: var(--i14jn); transform: translateY(-8px); }
.css_xohac { width: 64px; height: 64px; background: rgba(255,81,1,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: var(--transition); }
.css_xohac i, .css_xohac svg { color: var(--i14jn); font-size: 26px; }
.css_ol615:hover .css_xohac { background: var(--i14jn); }
.css_ol615:hover .css_xohac i, .css_ol615:hover .css_xohac svg { color: #fff; }
.css_o4s5s { font-family: var(--i3ec); font-size: 19px; margin-bottom: 10px; color: #fff; }
.css_cuixw  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.css_ol615-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--i8wj); border-left: 3px solid var(--i14jn); transition: var(--transition); }
.css_ol615-horizontal:hover { transform: translateX(6px); }
.css_ol615-horizontal .css_xohac { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--i9jt); box-shadow: var(--i12pe); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--i8wj); box-shadow: var(--i11cp); border: 4px solid var(--bg-primary); }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--i14jn); color: #fff; padding: 18px 22px; border-radius: var(--i8wj); text-align: center; box-shadow: var(--i11cp); z-index: 2; }
.experience-badge .badge-number { font-family: var(--i3ec); font-size: 40px; font-weight: var(--i18uy); 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(--i17o2); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--i14jn); margin-top: 2px; flex-shrink: 0; }

.css_c0kmv { background: var(--bg-card); border-radius: var(--i8wj); overflow: hidden; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_c0kmv:hover { border-color: var(--i14jn); transform: translateY(-8px); }
.css_c0kmv .css_s62vc { position: relative; overflow: hidden; height: 220px; }
.css_c0kmv .css_s62vc img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.css_c0kmv:hover .css_s62vc img { transform: scale(1.08); }
.css_c0kmv .card-tag { position: absolute; top: 14px; left: 14px; background: var(--i14jn); color: #fff; font-size: 11px; font-weight: var(--i18uy); padding: 4px 14px; border-radius: var(--i4s3); text-transform: uppercase; }
.css_c0kmv .card-body { padding: 24px; }
.css_c0kmv .card-title { font-family: var(--i3ec); font-size: 19px; margin-bottom: 8px; color: #fff; }
.css_c0kmv .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.css_c0kmv .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

.css_czfrz { background: var(--bg-secondary); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); padding: 80px 0; }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 48px; color: var(--i14jn); margin-bottom: 12px; display: block; }
.css_id40p { font-family: var(--i3ec); font-size: 56px; font-weight: var(--i18uy); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.css_gem01 { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); }

.css_ipksl { background: var(--bg-card); border-radius: var(--i8wj); overflow: hidden; border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.css_ipksl:hover { border-color: var(--i14jn); transform: translateY(-8px); }
.css_ipksl .css_q5364 { position: relative; overflow: hidden; height: 260px; }
.css_ipksl .css_q5364 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_ipksl:hover .css_q5364 img { transform: scale(1.05); }
.css_ipksl .team-body { padding: 22px; }
.css_zsevi { font-family: var(--i3ec); font-size: 19px; margin-bottom: 4px; color: #fff; }
.css_tz7oa { font-size: 14px; color: var(--i14jn); margin-bottom: 14px; }
.team-social { display: flex; justify-content: center; gap: 10px; }
.team-social a { width: 36px; height: 36px; background: var(--bg-primary); color: var(--text-muted); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; transition: var(--transition); }
.team-social a:hover { background: var(--i14jn); color: #fff; }

.css_yetvx { background: var(--bg-card); border-radius: var(--i9jt); padding: 36px; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_yetvx:hover { border-color: var(--i14jn); }
.quote-icon   { color: var(--i14jn); font-size: 36px; margin-bottom: 16px; display: block; }
.css_mor7v   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.css_yetvx .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-color); }
.css_cjf3a { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--i14jn); flex-shrink: 0; }
.css_i9s2u  { font-family: var(--i3ec); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; color: #fff; }
.css_c0u57  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: #ffc107; font-size: 14px; margin-bottom: 14px; }

.css_c6hql { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--i9jt); padding: 36px 30px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.css_c6hql.featured { border-color: var(--i14jn); }
.css_c6hql:hover { border-color: var(--i14jn); transform: translateY(-8px); }
.css_dgsak { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 10px; }
.css_en85c { font-family: var(--i3ec); font-size: 48px; font-weight: var(--i18uy); color: #fff; line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.css_d29my { list-style: none; padding: 0; margin: 0 0 28px; }
.css_d29my 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_d29my li:last-child { border-bottom: none; }
.css_d29my li i { color: var(--i14jn); font-size: 13px; flex-shrink: 0; }
.css_d29my li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--i14jn); color: #fff; font-size: 11px; font-weight: var(--i18uy); padding: 6px 14px; border-radius: 0 0 var(--i6dw) var(--i6dw); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--i8wj); }
.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(255,81,1,0.9), transparent 60%); opacity: 0; transition: opacity 0.35s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: var(--i8wj); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: rgba(255,200,160,0.9); text-transform: uppercase; letter-spacing: 2px; }
.portfolio-title { font-family: var(--i3ec); 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_w51fz { background: var(--bg-card); border-radius: var(--i8wj); overflow: hidden; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_w51fz:hover { border-color: var(--i14jn); transform: translateY(-6px); }
.css_w51fz .css_s62vc { height: 210px; overflow: hidden; }
.css_w51fz .css_s62vc img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_w51fz:hover .css_s62vc img { transform: scale(1.07); }
.css_w51fz .card-body { padding: 24px; }
.css_tqd0z { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.css_w51fz .card-title { font-family: var(--i3ec); font-size: 18px; margin-bottom: 8px; color: #fff; }
.css_w51fz .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--i8wj); padding: 30px 24px; border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { border-color: var(--i14jn); transform: translateY(-8px); }
.css_l9zgf { font-family: var(--i3ec); font-size: 72px; font-weight: var(--i18uy); color: var(--i14jn); opacity: 0.08; position: absolute; top: 6px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; color: var(--i14jn); margin-bottom: 14px; display: block; }
.css_ro64w  { font-family: var(--i3ec); font-size: 19px; margin-bottom: 8px; color: #fff; }
.step-text   { font-size: var(--fs-small); color: var(--text-secondary); }

.faq-section .accordion-item { border: 1px solid var(--border-color); border-radius: var(--i8wj) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--i3ec); font-weight: var(--fw-semibold); color: #fff; background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--i14jn); 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_suiiz { background: var(--i14jn); padding: var(--css_ymhyr); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.css_v2p2w { font-family: var(--i3ec); font-size: var(--i20pm); color: #fff; margin-bottom: 14px; }
.css_f42yb  { 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(--i4s3); font-family: var(--i5mu); font-size: var(--i17o2); background: var(--bg-card); color: #fff; transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--i14jn); }
.newsletter-form input[type="email"]::placeholder { color: var(--text-muted); }

.css_juz0r .form-control { border: 2px solid var(--border-color); border-radius: var(--i8wj); padding: 13px 20px; font-family: var(--i5mu); font-size: var(--i17o2); color: #fff; background: var(--bg-card); transition: border-color 0.3s ease; }
.css_juz0r .form-control:focus { outline: none; box-shadow: none; border-color: var(--i14jn); }
.css_juz0r label { font-weight: var(--fw-semibold); color: #fff; margin-bottom: 6px; font-size: 15px; }

.css_ulk3r { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.css_j1wys { margin-bottom: 40px; }
.css_e7oal { font-family: var(--i3ec); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--i14jn); width: max-content; }
.css_akdlk { list-style: none; padding: 0; }
.css_akdlk li { margin-bottom: 10px; }
.css_akdlk a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.css_akdlk a:hover { color: var(--i14jn); 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(--i14jn); margin-top: 2px; flex-shrink: 0; }
.css_ezh7j { display: flex; gap: 10px; margin-top: 20px; }
.css_ezh7j 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_ezh7j a:hover { background: var(--i14jn); border-color: var(--i14jn); color: #fff; }
.css_zal85 { 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_y7fyg { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--i14jn); 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_y7fyg.visible { opacity: 1; visibility: visible; }
.css_y7fyg:hover { background: transparent; border: 2px solid var(--i14jn); color: var(--i14jn); transform: translateY(-4px); }

.marquee-section { overflow: hidden; padding: 30px 0; background: var(--bg-secondary); border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); }
.marquee-track { display: flex; gap: 60px; align-items: center; animation: marqueeScroll 25s linear infinite; width: max-content; }
.marquee-section:hover .marquee-track { animation-play-state: paused; }
.marquee-item { display: flex; align-items: center; gap: 14px; font-family: var(--i3ec); font-size: 24px; font-weight: var(--i18uy); color: rgba(255,255,255,0.12); white-space: nowrap; text-transform: uppercase; letter-spacing: 2px; }
.marquee-item i { color: var(--i14jn); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.line-divider { width: 56px; height: 3px; background: var(--i14jn); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge { font-family: var(--i3ec); font-size: 90px; font-weight: var(--i18uy); color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.06); line-height: 1; }
.text-stroke { color: transparent; -webkit-text-stroke: 1.5px #fff; }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--i8wj); }
.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,81,1,0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.35s ease; border-radius: var(--i8wj); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --i19ee: 56px; --i20pm: 40px; --i21se: 28px; } }
@media (max-width: 991px) { :root { --i19ee: 44px; --i20pm: 34px; --css_ymhyr: 80px 0; } .css_a6mvs { display: none; } .css_p4bpe { display: flex; } .about-image .img-small { display: none; } }
@media (max-width: 767px) { :root { --i19ee: 36px; --i20pm: 26px; --css_ymhyr: 60px 0; } .css_pk9ng { flex-direction: column; } .css_id40p { font-size: 44px; } .newsletter-form { flex-direction: column; } }

.css_svnap .css_xcl3l { color: #fff; }
.css_svnap .css_o83np { color: var(--i14jn); }
.css_svnap .css_adq88 { color: rgba(255,255,255,0.55); }
.css_svnap .css_akdlk a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.css_svnap .css_akdlk a:hover { color: #fff; }
.css_svnap a:not(.css_pzucd):not(.css_hrfd1) { color: rgba(255,255,255,0.8); }
.css_svnap a:not(.css_pzucd):not(.css_hrfd1):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(--i14jn) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }

.css_v5n2c:not(.scrolled) .css_hrfd1,
.css_v5n2c:not(.scrolled) .nav-link {
    color: #fff !important;
}
.css_v5n2c:not(.scrolled) .nav-link:hover {
    color: #fff !important;
    opacity: 0.85;
}
.css_v5n2c:not(.scrolled) .css_mm19y {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
}
.css_v5n2c:not(.scrolled) .css_mm19y:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border-color: #fff !important;
}

.css_v5n2c.scrolled .css_hrfd1,
.css_v5n2c.scrolled .nav-link {
    color: var(--text-primary) !important;
}
.css_v5n2c.scrolled .nav-link:hover {
    color: var(--i14jn) !important;
    opacity: 1;
}
.css_v5n2c.scrolled .css_mm19y {
    color: var(--text-primary) !important;
    border-color: var(--text-primary) !important;
    background: transparent !important;
}
.css_v5n2c.scrolled .css_mm19y:hover {
    background: var(--text-primary) !important;
    color: var(--bg-primary, #fff) !important;
    border-color: var(--text-primary) !important;
}

