

: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);

    --l14il: #ffb100;
    --l15o8: #e09d00;
    --l1wt: linear-gradient(135deg, var(--l14il), var(--l15o8));
    --accent-glow: 0 8px 28px rgba(255, 177, 0, 0.28);

    --l3ii: 'Futura PT', 'Century Gothic', system-ui, sans-serif;
    --l5re:    'Open Sans', system-ui, sans-serif;

    --l19e0: 64px;
    --l20ko: 42px;
    --l21cn: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --l17z4: 15px;
    --fs-small: 13px;

    --l18fk:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --l6oj:   4px;
    --l7lx:   8px;
    --l8tz:   12px;
    --l9p0:   16px;
    --l4l8: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.6s ease;

    --l10cm: 0 2px 10px rgba(6, 34, 101, 0.06);
    --l11aa: 0 8px 28px rgba(6, 34, 101, 0.08);
    --l12cm: 0 16px 50px rgba(6, 34, 101, 0.10);
    --l13ok: 0 28px 72px rgba(6, 34, 101, 0.14);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.06);

    --css_ajzl2: 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(--l5re);
    font-size: var(--l17z4);
    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(--l14il); transition: var(--transition); }
a:hover { color: var(--l15o8); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--l14il); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--l3ii);
    font-weight: var(--l18fk);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: none;
}
h1 { font-size: var(--l19e0); }
h2 { font-size: var(--l20ko); }
h3 { font-size: var(--l21cn); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--l17z4); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--l1wt); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--l14il); }
.text-accent-2 { color: var(--l15o8); }
.text-dark     { color: var(--text-primary); }

.css_ajzl2    { padding: var(--css_ajzl2); position: relative; }
.css_ajzl2-sm { padding: 60px 0; }
.css_ajzl2-lg { padding: 130px 0; }
.css_cnx7w   { background-color: var(--bg-primary); }
.css_cgknh { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.css_kfocc     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--l1wt); color: #fff; }

.css_kfocc h1,.css_kfocc h2,.css_kfocc h3,
.css_kfocc h4,.css_kfocc h5,.css_kfocc h6 { color: #fff; }
.css_kfocc p,.css_kfocc li,.css_kfocc span:not(.badge) { color: rgba(255,255,255,0.7); }
.css_kfocc .css_jnvjg { color: #fff; }
.css_kfocc .css_mccbk  { 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_r4jkj { 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_r4jkj.loaded { opacity: 0; visibility: hidden; }
.css_f90rj { display: flex; gap: 10px; }
.css_a80my { width: 12px; height: 12px; border-radius: 50%; animation: anurPulse 0.7s ease-in-out infinite alternate; }
.css_a80my:nth-child(1) { background: var(--l14il); animation-delay: 0s; }
.css_a80my:nth-child(2) { background: var(--text-primary); animation-delay: 0.15s; }
.css_a80my:nth-child(3) { background: var(--l15o8); animation-delay: 0.3s; }
@keyframes anurPulse { 0% { transform: scale(0.65); opacity: 0.4; } 100% { transform: scale(1); opacity: 1; } }

.css_wszqh {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 34px;
    font-family: var(--l3ii); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 1.2px;
    border-radius: var(--l4l8);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.css_o98p1 { background: var(--l14il); color: var(--text-primary); border-color: var(--l14il); }
.css_o98p1:hover { background: var(--text-primary); color: #fff; border-color: var(--text-primary); transform: translateY(-3px); }
.css_zq2zy { background: transparent; color: var(--text-primary); border-color: var(--text-primary); }
.css_zq2zy:hover { background: var(--text-primary); color: #fff; transform: translateY(-3px); }
.btn-link-custom { background: none; border: none; color: var(--l14il); padding: 0; font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px; font-family: var(--l3ii); text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.btn-link-custom:hover { color: var(--l15o8); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.css_q0kwq { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: transparent; }
.css_q0kwq.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(6,34,101,0.06); }
.css_nkhwm { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.css_b5jut { font-family: var(--l3ii); font-size: 28px; font-weight: var(--l18fk); color: var(--text-primary); letter-spacing: -0.5px; }
.css_b5jut:hover { color: var(--text-primary); }
.css_b5jut img { height: 46px; width: auto; }
.css_mewu5 { display: flex; align-items: center; gap: 32px; }
.css_mewu5 .nav-link { color: var(--text-secondary); font-family: var(--l5re); 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_mewu5 .nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 3px; background: var(--l14il); border-radius: 2px; transition: width 0.3s ease; }
.css_mewu5 .nav-link:hover, .css_mewu5 .nav-link.active { color: var(--text-primary); }
.css_mewu5 .nav-link:hover::after, .css_mewu5 .nav-link.active::after { width: 100%; }
.css_bgntw { margin-left: 10px; }
.css_ehhko { 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(--l7lx); cursor: pointer; padding: 0; gap: 5px; }
.css_ehhko .css_rfsgx { display: block; width: 20px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

.css_b97g0 {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-primary);
}
.css_b97g0::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_b97g0::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_vbtut { position: relative; z-index: 2; }
.css_fwskt   { position: relative; z-index: 2; }
.css_fwskt img { border-radius: var(--l9p0); box-shadow: var(--l13ok); }
.css_m7sbg {
    display: inline-block; color: var(--l14il);
    font-size: 13px; font-weight: var(--l18fk); font-family: var(--l3ii);
    text-transform: uppercase; letter-spacing: 3px; margin-bottom: 16px;
    padding-left: 54px; position: relative;
}
.css_m7sbg::before {
    content: ''; position: absolute; left: 0; top: 50%;
    width: 40px; height: 3px; background: var(--l14il); border-radius: 2px;
    transform: translateY(-50%);
}
.css_tkxp7 {
    font-family: var(--l3ii); font-size: var(--l19e0);
    font-weight: var(--l18fk); color: var(--text-primary);
    line-height: 1.15; margin-bottom: 22px;
}
.css_vave5 { font-size: 16px; color: var(--text-secondary); max-width: 520px; margin-bottom: 36px; line-height: 1.8; }
.css_rfn0a { display: flex; flex-wrap: wrap; gap: 16px; }

.css_z6te1 { margin-bottom: 55px; }
.css_z6te1.text-center { text-align: center; }
.css_z6te1.text-center .css_d7rza { max-width: 580px; margin: 0 auto; }
.css_dzlps {
    display: inline-block; font-size: 12px; font-weight: var(--l18fk);
    color: var(--l14il); text-transform: uppercase; letter-spacing: 3px;
    margin-bottom: 12px; font-family: var(--l3ii);
    padding-left: 52px; position: relative;
}
.css_dzlps::before {
    content: ''; position: absolute; left: 0; top: 50%;
    width: 38px; height: 3px; background: var(--l14il); border-radius: 2px;
    transform: translateY(-50%);
}
.css_z6te1.text-center .css_dzlps { padding-left: 0; }
.css_z6te1.text-center .css_dzlps::before { display: none; }
.css_h5kcj { font-family: var(--l3ii); font-size: var(--l20ko); font-weight: var(--l18fk); color: var(--text-primary); line-height: 1.2; margin-bottom: 14px; }
.css_d7rza { font-size: var(--l17z4); color: var(--text-secondary); line-height: 1.8; }

.watermark-text {
    font-family: var(--l3ii); font-size: 200px; font-weight: var(--l18fk);
    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_lprah { background: var(--bg-card); border-radius: var(--l8tz); padding: 34px 26px; box-shadow: var(--l10cm); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_lprah:hover { box-shadow: var(--l12cm); transform: translateY(-8px); }
.css_rzees { 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_rzees i, .css_rzees svg { color: var(--l14il); font-size: 28px; }
.css_lprah:hover .css_rzees { background: var(--l14il); }
.css_lprah:hover .css_rzees i, .css_lprah:hover .css_rzees svg { color: #fff; }
.css_py0ly { font-family: var(--l3ii); font-size: 18px; margin-bottom: 10px; }
.css_ngqca  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.css_lprah-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--l8tz); border-left: 3px solid var(--l14il); box-shadow: var(--l10cm); transition: var(--transition); }
.css_lprah-horizontal:hover { box-shadow: var(--l11aa); transform: translateX(6px); }
.css_lprah-horizontal .css_rzees { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--l9p0); box-shadow: var(--l12cm); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--l8tz); box-shadow: var(--l11aa); border: 4px solid #fff; }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--l14il); color: var(--text-primary); padding: 20px 24px; border-radius: var(--l8tz); text-align: center; box-shadow: var(--l11aa); z-index: 2; }
.experience-badge .badge-number { font-family: var(--l3ii); font-size: 42px; font-weight: var(--l18fk); 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(--l17z4); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--l14il); margin-top: 2px; flex-shrink: 0; }

.css_viwsi { background: var(--bg-card); border-radius: var(--l8tz); overflow: hidden; box-shadow: var(--l10cm); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_viwsi:hover { box-shadow: var(--l12cm); transform: translateY(-8px); }
.css_viwsi .css_yp99i { position: relative; overflow: hidden; height: 220px; }
.css_viwsi .css_yp99i img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.css_viwsi:hover .css_yp99i img { transform: scale(1.08); }
.css_viwsi .card-tag { position: absolute; top: 14px; left: 14px; background: var(--l14il); color: var(--text-primary); font-size: 11px; font-weight: var(--l18fk); padding: 4px 14px; border-radius: var(--l4l8); text-transform: uppercase; }
.css_viwsi .card-body { padding: 24px; }
.css_viwsi .card-title { font-family: var(--l3ii); font-size: 18px; margin-bottom: 8px; }
.css_viwsi .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.css_viwsi .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

.css_caaej { background: var(--bg-dark); padding: 80px 0; }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 48px; color: var(--l14il); margin-bottom: 12px; display: block; }
.css_jnvjg { font-family: var(--l3ii); font-size: 56px; font-weight: var(--l18fk); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.css_mccbk { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.5); }

.css_mrw5z { background: var(--bg-card); border-radius: var(--l8tz); overflow: hidden; box-shadow: var(--l10cm); border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.css_mrw5z:hover { box-shadow: var(--l12cm); transform: translateY(-8px); }
.css_mrw5z .css_dqbia { position: relative; overflow: hidden; height: 280px; }
.css_mrw5z .css_dqbia img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_mrw5z:hover .css_dqbia img { transform: scale(1.05); }
.css_mrw5z .team-body { padding: 22px; }
.css_fscyu { font-family: var(--l3ii); font-size: 19px; margin-bottom: 4px; }
.css_dl03c { font-size: 14px; color: var(--l14il); 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(--l14il); color: var(--text-primary); }

.css_mfthx { background: var(--bg-card); border-radius: var(--l9p0); padding: 36px; border: 1px solid var(--border-color); box-shadow: var(--l10cm); transition: var(--transition); height: 100%; }
.css_mfthx:hover { box-shadow: var(--l11aa); }
.quote-icon   { color: var(--l14il); font-size: 38px; margin-bottom: 16px; display: block; }
.css_c0hu8   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.css_mfthx .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-color); }
.css_h7rwb { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid var(--l14il); flex-shrink: 0; }
.css_a57he  { font-family: var(--l3ii); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; }
.css_hrwbe  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: var(--l14il); font-size: 14px; margin-bottom: 14px; }

.css_in18c { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--l9p0); padding: 38px 30px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.css_in18c.featured { border-color: var(--l14il); }
.css_in18c:hover { border-color: var(--l14il); transform: translateY(-8px); box-shadow: var(--l12cm); }
.css_lqhgh { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 10px; }
.css_ff217 { font-family: var(--l3ii); font-size: 48px; font-weight: var(--l18fk); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.css_a06rx { list-style: none; padding: 0; margin: 0 0 28px; }
.css_a06rx 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_a06rx li:last-child { border-bottom: none; }
.css_a06rx li i { color: var(--l14il); font-size: 13px; flex-shrink: 0; }
.css_a06rx li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--l14il); color: var(--text-primary); font-size: 11px; font-weight: var(--l18fk); padding: 6px 14px; border-radius: 0 0 var(--l6oj) var(--l6oj); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--l8tz); }
.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(--l8tz); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: var(--l14il); text-transform: uppercase; letter-spacing: 2px; }
.portfolio-title { font-family: var(--l3ii); 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_qw0qk { background: var(--bg-card); border-radius: var(--l8tz); overflow: hidden; box-shadow: var(--l10cm); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_qw0qk:hover { box-shadow: var(--l12cm); transform: translateY(-6px); }
.css_qw0qk .css_yp99i { height: 210px; overflow: hidden; }
.css_qw0qk .css_yp99i img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_qw0qk:hover .css_yp99i img { transform: scale(1.07); }
.css_qw0qk .card-body { padding: 24px; }
.css_eplrs { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.css_qw0qk .card-title { font-family: var(--l3ii); font-size: 18px; margin-bottom: 8px; }
.css_qw0qk .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--l8tz); padding: 32px 24px; box-shadow: var(--l10cm); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { box-shadow: var(--l12cm); transform: translateY(-8px); }
.css_nv6d8 { font-family: var(--l3ii); font-size: 72px; font-weight: var(--l18fk); color: rgba(255,177,0,0.08); position: absolute; top: 6px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; color: var(--l14il); margin-bottom: 14px; display: block; }
.css_cgvqs  { font-family: var(--l3ii); 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(--l8tz) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--l3ii); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--l14il); 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_wwna8 { background: var(--l14il); padding: var(--css_ajzl2); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.css_i5q7c { font-family: var(--l3ii); font-size: var(--l20ko); color: var(--text-primary); margin-bottom: 14px; }
.css_rietz  { 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(--l4l8); font-family: var(--l5re); font-size: var(--l17z4); transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--l14il); }

.css_qjv8y .form-control { border: 2px solid var(--border-color); border-radius: var(--l8tz); padding: 13px 20px; font-family: var(--l5re); font-size: var(--l17z4); transition: border-color 0.3s ease; }
.css_qjv8y .form-control:focus { outline: none; box-shadow: none; border-color: var(--l14il); }
.css_qjv8y label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.css_i17za { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.css_ymnwq { margin-bottom: 40px; }
.css_noo8y { font-family: var(--l3ii); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid var(--l14il); width: max-content; }
.css_oy366 { list-style: none; padding: 0; }
.css_oy366 li { margin-bottom: 10px; }
.css_oy366 a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.css_oy366 a:hover { color: var(--l14il); 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(--l14il); margin-top: 2px; flex-shrink: 0; }
.css_wg13b { display: flex; gap: 10px; margin-top: 20px; }
.css_wg13b 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_wg13b a:hover { background: var(--l14il); border-color: var(--l14il); color: var(--text-primary); }
.css_nliwc { 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_reo3e { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--l14il); 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_reo3e.visible { opacity: 1; visibility: visible; }
.css_reo3e: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(--l14il); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge { font-family: var(--l3ii); font-size: 86px; font-weight: var(--l18fk); color: rgba(6,34,101,0.04); line-height: 1; }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--l8tz); }
.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(--l8tz); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --l19e0: 50px; --l20ko: 36px; --l21cn: 24px; } .watermark-text { font-size: 120px; } }
@media (max-width: 991px) { :root { --l19e0: 40px; --l20ko: 30px; --css_ajzl2: 70px 0; } .css_mewu5 { display: none; } .css_ehhko { display: flex; } .about-image .img-small { display: none; } .watermark-text { display: none; } .decorative-circle { display: none; } }
@media (max-width: 767px) { :root { --l19e0: 34px; --l20ko: 26px; --css_ajzl2: 55px 0; } .css_rfn0a { flex-direction: column; } .css_jnvjg { font-size: 42px; } .newsletter-form { flex-direction: column; } }

.css_kfocc .css_m7sbg { color: #fff; }
.css_kfocc .css_dzlps { color: var(--l14il); }
.css_kfocc .css_kv46x { color: rgba(255,255,255,0.55); }
.css_kfocc .css_oy366 a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.css_kfocc .css_oy366 a:hover { color: #fff; }
.css_kfocc a:not(.css_wszqh):not(.css_b5jut) { color: rgba(255,255,255,0.8); }
.css_kfocc a:not(.css_wszqh):not(.css_b5jut):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(--l14il) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
