

:root {
    --bg-primary:    #ffffff;
    --bg-secondary:  #f5f5f5;
    --bg-card:       #ffffff;
    --bg-card-hover: #fefcf6;
    --bg-dark:       #062265;
    --text-primary:  #062265;
    --text-secondary: #555555;
    --text-muted:    #999999;
    --footer-dark-bg: #062265;
    --border-color:  #e6e6e6;
    --border-light:  rgba(255, 177, 0, 0.15);

    --j14pa: #ffb100;
    --j15fb: #e09d00;
    --j1ox: linear-gradient(135deg, var(--j14pa), var(--j15fb));
    --accent-glow: 0 8px 28px rgba(255, 177, 0, 0.28);

    --j3fu: 'Futura PT', 'Century Gothic', system-ui, sans-serif;
    --j5bz:    'Open Sans', system-ui, sans-serif;

    --j1957: 64px;
    --j20ag: 42px;
    --j21th: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --j174t: 15px;
    --fs-small: 13px;

    --j18lx:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --j6fj:   4px;
    --j71g:   8px;
    --j8po:   12px;
    --j9r6:   16px;
    --j4py: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.6s ease;

    --j10aa: 0 2px 10px rgba(6, 34, 101, 0.06);
    --j11j4: 0 8px 28px rgba(6, 34, 101, 0.08);
    --j121h: 0 16px 50px rgba(6, 34, 101, 0.10);
    --j13ld: 0 28px 72px rgba(6, 34, 101, 0.14);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.06);

    --css_ni61h: 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(--j5bz);
    font-size: var(--j174t);
    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(--j14pa); transition: var(--transition); }
a:hover { color: var(--j15fb); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--j14pa); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--j3fu);
    font-weight: var(--j18lx);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: none;
}
h1 { font-size: var(--j1957); }
h2 { font-size: var(--j20ag); }
h3 { font-size: var(--j21th); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--j174t); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--j1ox); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--j14pa); }
.text-accent-2 { color: var(--j15fb); }
.text-dark     { color: var(--text-primary); }

.css_ni61h    { padding: var(--css_ni61h); position: relative; }
.css_ni61h-sm { padding: 60px 0; }
.css_ni61h-lg { padding: 130px 0; }
.css_1o4f2   { background-color: var(--bg-primary); }
.css_s35vl { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.css_wbmbj     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--j1ox); color: #fff; }

.css_wbmbj h1,.css_wbmbj h2,.css_wbmbj h3,
.css_wbmbj h4,.css_wbmbj h5,.css_wbmbj h6 { color: #fff; }
.css_wbmbj p,.css_wbmbj li,.css_wbmbj span:not(.badge) { color: rgba(255,255,255,0.7); }
.css_wbmbj .css_og802 { color: #fff; }
.css_wbmbj .css_tw7xx  { 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_im1o7 { 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_im1o7.loaded { opacity: 0; visibility: hidden; }
.css_7hdff { display: flex; gap: 10px; }
.css_ks4hh { width: 12px; height: 12px; border-radius: 50%; animation: anurPulse 0.7s ease-in-out infinite alternate; }
.css_ks4hh:nth-child(1) { background: var(--j14pa); animation-delay: 0s; }
.css_ks4hh:nth-child(2) { background: var(--text-primary); animation-delay: 0.15s; }
.css_ks4hh:nth-child(3) { background: var(--j15fb); animation-delay: 0.3s; }
@keyframes anurPulse { 0% { transform: scale(0.65); opacity: 0.4; } 100% { transform: scale(1); opacity: 1; } }

.css_i4m1f {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 34px;
    font-family: var(--j3fu); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 1.2px;
    border-radius: var(--j4py);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.css_esofm { background: var(--j14pa); color: var(--text-primary); border-color: var(--j14pa); }
.css_esofm:hover { background: var(--text-primary); color: #fff; border-color: var(--text-primary); transform: translateY(-3px); }
.css_7d0vv { background: transparent; color: var(--text-primary); border-color: var(--text-primary); }
.css_7d0vv:hover { background: var(--text-primary); color: #fff; transform: translateY(-3px); }
.btn-link-custom { background: none; border: none; color: var(--j14pa); padding: 0; font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px; font-family: var(--j3fu); text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.btn-link-custom:hover { color: var(--j15fb); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.css_mgvgp { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: transparent; }
.css_mgvgp.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(6,34,101,0.06); }
.css_ebljk { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.css_afzml { font-family: var(--j3fu); font-size: 28px; font-weight: var(--j18lx); color: var(--text-primary); letter-spacing: -0.5px; }
.css_afzml:hover { color: var(--text-primary); }
.css_afzml img { height: 46px; width: auto; }
.css_kyh82 { display: flex; align-items: center; gap: 32px; }
.css_kyh82 .nav-link { color: var(--text-secondary); font-family: var(--j5bz); font-size: var(--fs-small); font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 0.5px; padding: 6px 0; position: relative; transition: var(--transition); }
.css_kyh82 .nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 3px; background: var(--j14pa); border-radius: 2px; transition: width 0.3s ease; }
.css_kyh82 .nav-link:hover, .css_kyh82 .nav-link.active { color: var(--text-primary); }
.css_kyh82 .nav-link:hover::after, .css_kyh82 .nav-link.active::after { width: 100%; }
.css_12uk3 { margin-left: 10px; }
.css_f27up { 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(--j71g); cursor: pointer; padding: 0; gap: 5px; }
.css_f27up .css_onnuv { display: block; width: 20px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

.css_yfbhv {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-primary);
}
.css_yfbhv::before {
    content: ''; position: absolute; top: 10%; right: -80px;
    width: 320px; height: 320px; border-radius: 50%;
    border: 40px solid rgba(255,177,0,0.08);
    z-index: 0;
}
.css_yfbhv::after {
    content: ''; position: absolute; bottom: -60px; left: -60px;
    width: 200px; height: 200px; border-radius: 50%;
    background: rgba(255,177,0,0.06);
    z-index: 0;
}
.css_jvftm { position: relative; z-index: 2; }
.css_n2tlm   { position: relative; z-index: 2; }
.css_n2tlm img { border-radius: var(--j9r6); box-shadow: var(--j13ld); }
.css_jcfd5 {
    display: inline-block; color: var(--j14pa);
    font-size: 13px; font-weight: var(--j18lx); font-family: var(--j3fu);
    text-transform: uppercase; letter-spacing: 3px; margin-bottom: 16px;
    padding-left: 54px; position: relative;
}
.css_jcfd5::before {
    content: ''; position: absolute; left: 0; top: 50%;
    width: 40px; height: 3px; background: var(--j14pa); border-radius: 2px;
    transform: translateY(-50%);
}
.css_hexuh {
    font-family: var(--j3fu); font-size: var(--j1957);
    font-weight: var(--j18lx); color: var(--text-primary);
    line-height: 1.15; margin-bottom: 22px;
}
.css_e55jh { font-size: 16px; color: var(--text-secondary); max-width: 520px; margin-bottom: 36px; line-height: 1.8; }
.css_cgl9q { display: flex; flex-wrap: wrap; gap: 16px; }

.css_nqt4l { margin-bottom: 55px; }
.css_nqt4l.text-center { text-align: center; }
.css_nqt4l.text-center .css_ntcy8 { max-width: 580px; margin: 0 auto; }
.css_fxamp {
    display: inline-block; font-size: 12px; font-weight: var(--j18lx);
    color: var(--j14pa); text-transform: uppercase; letter-spacing: 3px;
    margin-bottom: 12px; font-family: var(--j3fu);
    padding-left: 52px; position: relative;
}
.css_fxamp::before {
    content: ''; position: absolute; left: 0; top: 50%;
    width: 38px; height: 3px; background: var(--j14pa); border-radius: 2px;
    transform: translateY(-50%);
}
.css_nqt4l.text-center .css_fxamp { padding-left: 0; }
.css_nqt4l.text-center .css_fxamp::before { display: none; }
.css_nl7dk { font-family: var(--j3fu); font-size: var(--j20ag); font-weight: var(--j18lx); color: var(--text-primary); line-height: 1.2; margin-bottom: 14px; }
.css_ntcy8 { font-size: var(--j174t); color: var(--text-secondary); line-height: 1.8; }

.watermark-text {
    font-family: var(--j3fu); font-size: 200px; font-weight: var(--j18lx);
    color: rgba(6, 34, 101, 0.03); position: absolute;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    white-space: nowrap; user-select: none; pointer-events: none; z-index: 0;
    text-transform: uppercase; letter-spacing: 12px;
}

.css_hqm5x { background: var(--bg-card); border-radius: var(--j8po); padding: 34px 26px; box-shadow: var(--j10aa); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_hqm5x:hover { box-shadow: var(--j121h); transform: translateY(-8px); }
.css_ljlk9 { width: 66px; height: 66px; background: rgba(255,177,0,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: var(--transition); }
.css_ljlk9 i, .css_ljlk9 svg { color: var(--j14pa); font-size: 28px; }
.css_hqm5x:hover .css_ljlk9 { background: var(--j14pa); }
.css_hqm5x:hover .css_ljlk9 i, .css_hqm5x:hover .css_ljlk9 svg { color: #fff; }
.css_5zfx1 { font-family: var(--j3fu); font-size: 18px; margin-bottom: 10px; }
.css_h5pzr  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.css_hqm5x-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--j8po); border-left: 3px solid var(--j14pa); box-shadow: var(--j10aa); transition: var(--transition); }
.css_hqm5x-horizontal:hover { box-shadow: var(--j11j4); transform: translateX(6px); }
.css_hqm5x-horizontal .css_ljlk9 { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--j9r6); box-shadow: var(--j121h); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--j8po); box-shadow: var(--j11j4); border: 4px solid #fff; }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--j14pa); color: var(--text-primary); padding: 20px 24px; border-radius: var(--j8po); text-align: center; box-shadow: var(--j11j4); z-index: 2; }
.experience-badge .badge-number { font-family: var(--j3fu); font-size: 42px; font-weight: var(--j18lx); line-height: 1; display: block; }
.experience-badge .badge-text { font-size: 12px; font-weight: var(--fw-semibold); }
.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(--j174t); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--j14pa); margin-top: 2px; flex-shrink: 0; }

.css_agoc4 { background: var(--bg-card); border-radius: var(--j8po); overflow: hidden; box-shadow: var(--j10aa); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_agoc4:hover { box-shadow: var(--j121h); transform: translateY(-8px); }
.css_agoc4 .css_6nbqe { position: relative; overflow: hidden; height: 220px; }
.css_agoc4 .css_6nbqe img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.css_agoc4:hover .css_6nbqe img { transform: scale(1.08); }
.css_agoc4 .card-tag { position: absolute; top: 14px; left: 14px; background: var(--j14pa); color: var(--text-primary); font-size: 11px; font-weight: var(--j18lx); padding: 4px 14px; border-radius: var(--j4py); text-transform: uppercase; }
.css_agoc4 .card-body { padding: 24px; }
.css_agoc4 .card-title { font-family: var(--j3fu); font-size: 18px; margin-bottom: 8px; }
.css_agoc4 .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.css_agoc4 .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

.css_k1qtm { background: var(--bg-dark); padding: 80px 0; }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 48px; color: var(--j14pa); margin-bottom: 12px; display: block; }
.css_og802 { font-family: var(--j3fu); font-size: 56px; font-weight: var(--j18lx); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.css_tw7xx { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.5); }

.css_bwav7 { background: var(--bg-card); border-radius: var(--j8po); overflow: hidden; box-shadow: var(--j10aa); border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.css_bwav7:hover { box-shadow: var(--j121h); transform: translateY(-8px); }
.css_bwav7 .css_m0p0s { position: relative; overflow: hidden; height: 280px; }
.css_bwav7 .css_m0p0s img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_bwav7:hover .css_m0p0s img { transform: scale(1.05); }
.css_bwav7 .team-body { padding: 22px; }
.css_5t812 { font-family: var(--j3fu); font-size: 19px; margin-bottom: 4px; }
.css_wj5ku { font-size: 14px; color: var(--j14pa); 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(--j14pa); color: var(--text-primary); }

.css_amkyi { background: var(--bg-card); border-radius: var(--j9r6); padding: 36px; border: 1px solid var(--border-color); box-shadow: var(--j10aa); transition: var(--transition); height: 100%; }
.css_amkyi:hover { box-shadow: var(--j11j4); }
.quote-icon   { color: var(--j14pa); font-size: 38px; margin-bottom: 16px; display: block; }
.css_8i7kv   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.css_amkyi .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-color); }
.css_6m71j { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid var(--j14pa); flex-shrink: 0; }
.css_33wgq  { font-family: var(--j3fu); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; }
.css_hsnjc  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: var(--j14pa); font-size: 14px; margin-bottom: 14px; }

.css_5gcr8 { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--j9r6); padding: 38px 30px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.css_5gcr8.featured { border-color: var(--j14pa); }
.css_5gcr8:hover { border-color: var(--j14pa); transform: translateY(-8px); box-shadow: var(--j121h); }
.css_yh6oz { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 10px; }
.css_u25vl { font-family: var(--j3fu); font-size: 48px; font-weight: var(--j18lx); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.css_7g831 { list-style: none; padding: 0; margin: 0 0 28px; }
.css_7g831 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_7g831 li:last-child { border-bottom: none; }
.css_7g831 li i { color: var(--j14pa); font-size: 13px; flex-shrink: 0; }
.css_7g831 li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--j14pa); color: var(--text-primary); font-size: 11px; font-weight: var(--j18lx); padding: 6px 14px; border-radius: 0 0 var(--j6fj) var(--j6fj); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--j8po); }
.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(6,34,101,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(--j8po); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: var(--j14pa); text-transform: uppercase; letter-spacing: 2px; }
.portfolio-title { font-family: var(--j3fu); 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_6gcn5 { background: var(--bg-card); border-radius: var(--j8po); overflow: hidden; box-shadow: var(--j10aa); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_6gcn5:hover { box-shadow: var(--j121h); transform: translateY(-6px); }
.css_6gcn5 .css_6nbqe { height: 210px; overflow: hidden; }
.css_6gcn5 .css_6nbqe img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_6gcn5:hover .css_6nbqe img { transform: scale(1.07); }
.css_6gcn5 .card-body { padding: 24px; }
.css_a6grx { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.css_6gcn5 .card-title { font-family: var(--j3fu); font-size: 18px; margin-bottom: 8px; }
.css_6gcn5 .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--j8po); padding: 32px 24px; box-shadow: var(--j10aa); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { box-shadow: var(--j121h); transform: translateY(-8px); }
.css_ma4pm { font-family: var(--j3fu); font-size: 72px; font-weight: var(--j18lx); color: rgba(255,177,0,0.08); position: absolute; top: 6px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; color: var(--j14pa); margin-bottom: 14px; display: block; }
.css_dfgl3  { font-family: var(--j3fu); 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(--j8po) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--j3fu); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--j14pa); 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_ts3qc { background: var(--j14pa); padding: var(--css_ni61h); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.css_93u8w { font-family: var(--j3fu); font-size: var(--j20ag); color: var(--text-primary); margin-bottom: 14px; }
.css_28xi1  { font-size: 17px; color: rgba(6,34,101,0.7); 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(--j4py); font-family: var(--j5bz); font-size: var(--j174t); transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--j14pa); }

.css_ge8vg .form-control { border: 2px solid var(--border-color); border-radius: var(--j8po); padding: 13px 20px; font-family: var(--j5bz); font-size: var(--j174t); transition: border-color 0.3s ease; }
.css_ge8vg .form-control:focus { outline: none; box-shadow: none; border-color: var(--j14pa); }
.css_ge8vg label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.css_31z8o { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.css_xr113 { margin-bottom: 40px; }
.css_x5pxa { font-family: var(--j3fu); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid var(--j14pa); width: max-content; }
.css_ly00q { list-style: none; padding: 0; }
.css_ly00q li { margin-bottom: 10px; }
.css_ly00q a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.css_ly00q a:hover { color: var(--j14pa); 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(--j14pa); margin-top: 2px; flex-shrink: 0; }
.css_mcn7p { display: flex; gap: 10px; margin-top: 20px; }
.css_mcn7p 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_mcn7p a:hover { background: var(--j14pa); border-color: var(--j14pa); color: var(--text-primary); }
.css_rpcxe { 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.35); }

.css_6orrs { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--j14pa); color: var(--text-primary); 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_6orrs.visible { opacity: 1; visibility: visible; }
.css_6orrs:hover { background: var(--text-primary); color: #fff; transform: translateY(-4px); }

.decorative-circle {
    position: absolute; border-radius: 50%;
    border: 36px solid rgba(255,177,0,0.06);
    pointer-events: none; z-index: 0;
}
.decorative-circle.top-right { width: 300px; height: 300px; top: -60px; right: -60px; }
.decorative-circle.bottom-left { width: 220px; height: 220px; bottom: -40px; left: -40px; }

.line-divider { width: 50px; height: 3px; background: var(--j14pa); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge { font-family: var(--j3fu); font-size: 86px; font-weight: var(--j18lx); color: rgba(6,34,101,0.04); line-height: 1; }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--j8po); }
.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(6,34,101,0.6); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.35s ease; border-radius: var(--j8po); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --j1957: 50px; --j20ag: 36px; --j21th: 24px; } .watermark-text { font-size: 120px; } }
@media (max-width: 991px) { :root { --j1957: 40px; --j20ag: 30px; --css_ni61h: 70px 0; } .css_kyh82 { display: none; } .css_f27up { display: flex; } .about-image .img-small { display: none; } .watermark-text { display: none; } .decorative-circle { display: none; } }
@media (max-width: 767px) { :root { --j1957: 34px; --j20ag: 26px; --css_ni61h: 55px 0; } .css_cgl9q { flex-direction: column; } .css_og802 { font-size: 42px; } .newsletter-form { flex-direction: column; } }

.css_wbmbj .css_jcfd5 { color: #fff; }
.css_wbmbj .css_fxamp { color: var(--j14pa); }
.css_wbmbj .css_pcwro { color: rgba(255,255,255,0.55); }
.css_wbmbj .css_ly00q a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.css_wbmbj .css_ly00q a:hover { color: #fff; }
.css_wbmbj a:not(.css_i4m1f):not(.css_afzml) { color: rgba(255,255,255,0.8); }
.css_wbmbj a:not(.css_i4m1f):not(.css_afzml):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(--j14pa) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
