

: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);

    --z14oz: #ffb100;
    --z15vt: #e09d00;
    --z1lo: linear-gradient(135deg, var(--z14oz), var(--z15vt));
    --accent-glow: 0 8px 28px rgba(255, 177, 0, 0.28);

    --z3ct: 'Futura PT', 'Century Gothic', system-ui, sans-serif;
    --z5dq:    'Open Sans', system-ui, sans-serif;

    --z19n8: 64px;
    --z20lv: 42px;
    --z21u2: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --z17fv: 15px;
    --fs-small: 13px;

    --z18lq:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --z6s8:   4px;
    --z7ap:   8px;
    --z8fb:   12px;
    --z9np:   16px;
    --z4xg: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.6s ease;

    --z10ty: 0 2px 10px rgba(6, 34, 101, 0.06);
    --z11n4: 0 8px 28px rgba(6, 34, 101, 0.08);
    --z12r1: 0 16px 50px rgba(6, 34, 101, 0.10);
    --z13f4: 0 28px 72px rgba(6, 34, 101, 0.14);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.06);

    --css_qnoam: 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(--z5dq);
    font-size: var(--z17fv);
    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(--z14oz); transition: var(--transition); }
a:hover { color: var(--z15vt); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--z14oz); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--z3ct);
    font-weight: var(--z18lq);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: none;
}
h1 { font-size: var(--z19n8); }
h2 { font-size: var(--z20lv); }
h3 { font-size: var(--z21u2); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--z17fv); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--z1lo); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--z14oz); }
.text-accent-2 { color: var(--z15vt); }
.text-dark     { color: var(--text-primary); }

.css_qnoam    { padding: var(--css_qnoam); position: relative; }
.css_qnoam-sm { padding: 60px 0; }
.css_qnoam-lg { padding: 130px 0; }
.css_jcnjz   { background-color: var(--bg-primary); }
.css_bl4pa { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.css_qndt6     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--z1lo); color: #fff; }

.css_qndt6 h1,.css_qndt6 h2,.css_qndt6 h3,
.css_qndt6 h4,.css_qndt6 h5,.css_qndt6 h6 { color: #fff; }
.css_qndt6 p,.css_qndt6 li,.css_qndt6 span:not(.badge) { color: rgba(255,255,255,0.7); }
.css_qndt6 .css_gatv1 { color: #fff; }
.css_qndt6 .css_z13ag  { 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_uup39 { 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_uup39.loaded { opacity: 0; visibility: hidden; }
.css_mguq6 { display: flex; gap: 10px; }
.css_uw57l { width: 12px; height: 12px; border-radius: 50%; animation: anurPulse 0.7s ease-in-out infinite alternate; }
.css_uw57l:nth-child(1) { background: var(--z14oz); animation-delay: 0s; }
.css_uw57l:nth-child(2) { background: var(--text-primary); animation-delay: 0.15s; }
.css_uw57l:nth-child(3) { background: var(--z15vt); animation-delay: 0.3s; }
@keyframes anurPulse { 0% { transform: scale(0.65); opacity: 0.4; } 100% { transform: scale(1); opacity: 1; } }

.css_o4elq {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 34px;
    font-family: var(--z3ct); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 1.2px;
    border-radius: var(--z4xg);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.css_igiza { background: var(--z14oz); color: var(--text-primary); border-color: var(--z14oz); }
.css_igiza:hover { background: var(--text-primary); color: #fff; border-color: var(--text-primary); transform: translateY(-3px); }
.css_vaur6 { background: transparent; color: var(--text-primary); border-color: var(--text-primary); }
.css_vaur6:hover { background: var(--text-primary); color: #fff; transform: translateY(-3px); }
.btn-link-custom { background: none; border: none; color: var(--z14oz); padding: 0; font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px; font-family: var(--z3ct); text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.btn-link-custom:hover { color: var(--z15vt); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.css_aqr1q { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: transparent; }
.css_aqr1q.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(6,34,101,0.06); }
.css_c5nub { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.css_r7dro { font-family: var(--z3ct); font-size: 28px; font-weight: var(--z18lq); color: var(--text-primary); letter-spacing: -0.5px; }
.css_r7dro:hover { color: var(--text-primary); }
.css_r7dro img { height: 46px; width: auto; }
.css_g1t7c { display: flex; align-items: center; gap: 32px; }
.css_g1t7c .nav-link { color: var(--text-secondary); font-family: var(--z5dq); 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_g1t7c .nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 3px; background: var(--z14oz); border-radius: 2px; transition: width 0.3s ease; }
.css_g1t7c .nav-link:hover, .css_g1t7c .nav-link.active { color: var(--text-primary); }
.css_g1t7c .nav-link:hover::after, .css_g1t7c .nav-link.active::after { width: 100%; }
.css_wjq2m { margin-left: 10px; }
.css_pt6ao { 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(--z7ap); cursor: pointer; padding: 0; gap: 5px; }
.css_pt6ao .css_o548f { display: block; width: 20px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

.css_bo1s4 {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-primary);
}
.css_bo1s4::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_bo1s4::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_yd0yc { position: relative; z-index: 2; }
.css_sy2qk   { position: relative; z-index: 2; }
.css_sy2qk img { border-radius: var(--z9np); box-shadow: var(--z13f4); }
.css_rc1wp {
    display: inline-block; color: var(--z14oz);
    font-size: 13px; font-weight: var(--z18lq); font-family: var(--z3ct);
    text-transform: uppercase; letter-spacing: 3px; margin-bottom: 16px;
    padding-left: 54px; position: relative;
}
.css_rc1wp::before {
    content: ''; position: absolute; left: 0; top: 50%;
    width: 40px; height: 3px; background: var(--z14oz); border-radius: 2px;
    transform: translateY(-50%);
}
.css_sox3l {
    font-family: var(--z3ct); font-size: var(--z19n8);
    font-weight: var(--z18lq); color: var(--text-primary);
    line-height: 1.15; margin-bottom: 22px;
}
.css_j00up { font-size: 16px; color: var(--text-secondary); max-width: 520px; margin-bottom: 36px; line-height: 1.8; }
.css_yws22 { display: flex; flex-wrap: wrap; gap: 16px; }

.css_ju85r { margin-bottom: 55px; }
.css_ju85r.text-center { text-align: center; }
.css_ju85r.text-center .css_dk8ki { max-width: 580px; margin: 0 auto; }
.css_vxu3f {
    display: inline-block; font-size: 12px; font-weight: var(--z18lq);
    color: var(--z14oz); text-transform: uppercase; letter-spacing: 3px;
    margin-bottom: 12px; font-family: var(--z3ct);
    padding-left: 52px; position: relative;
}
.css_vxu3f::before {
    content: ''; position: absolute; left: 0; top: 50%;
    width: 38px; height: 3px; background: var(--z14oz); border-radius: 2px;
    transform: translateY(-50%);
}
.css_ju85r.text-center .css_vxu3f { padding-left: 0; }
.css_ju85r.text-center .css_vxu3f::before { display: none; }
.css_gevkc { font-family: var(--z3ct); font-size: var(--z20lv); font-weight: var(--z18lq); color: var(--text-primary); line-height: 1.2; margin-bottom: 14px; }
.css_dk8ki { font-size: var(--z17fv); color: var(--text-secondary); line-height: 1.8; }

.watermark-text {
    font-family: var(--z3ct); font-size: 200px; font-weight: var(--z18lq);
    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_vehch { background: var(--bg-card); border-radius: var(--z8fb); padding: 34px 26px; box-shadow: var(--z10ty); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_vehch:hover { box-shadow: var(--z12r1); transform: translateY(-8px); }
.css_mq46z { 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_mq46z i, .css_mq46z svg { color: var(--z14oz); font-size: 28px; }
.css_vehch:hover .css_mq46z { background: var(--z14oz); }
.css_vehch:hover .css_mq46z i, .css_vehch:hover .css_mq46z svg { color: #fff; }
.css_m5jgd { font-family: var(--z3ct); font-size: 18px; margin-bottom: 10px; }
.css_bl2lv  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.css_vehch-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--z8fb); border-left: 3px solid var(--z14oz); box-shadow: var(--z10ty); transition: var(--transition); }
.css_vehch-horizontal:hover { box-shadow: var(--z11n4); transform: translateX(6px); }
.css_vehch-horizontal .css_mq46z { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--z9np); box-shadow: var(--z12r1); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--z8fb); box-shadow: var(--z11n4); border: 4px solid #fff; }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--z14oz); color: var(--text-primary); padding: 20px 24px; border-radius: var(--z8fb); text-align: center; box-shadow: var(--z11n4); z-index: 2; }
.experience-badge .badge-number { font-family: var(--z3ct); font-size: 42px; font-weight: var(--z18lq); 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(--z17fv); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--z14oz); margin-top: 2px; flex-shrink: 0; }

.css_i865n { background: var(--bg-card); border-radius: var(--z8fb); overflow: hidden; box-shadow: var(--z10ty); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_i865n:hover { box-shadow: var(--z12r1); transform: translateY(-8px); }
.css_i865n .css_qpr3v { position: relative; overflow: hidden; height: 220px; }
.css_i865n .css_qpr3v img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.css_i865n:hover .css_qpr3v img { transform: scale(1.08); }
.css_i865n .card-tag { position: absolute; top: 14px; left: 14px; background: var(--z14oz); color: var(--text-primary); font-size: 11px; font-weight: var(--z18lq); padding: 4px 14px; border-radius: var(--z4xg); text-transform: uppercase; }
.css_i865n .card-body { padding: 24px; }
.css_i865n .card-title { font-family: var(--z3ct); font-size: 18px; margin-bottom: 8px; }
.css_i865n .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.css_i865n .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

.css_xaoxc { background: var(--bg-dark); padding: 80px 0; }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 48px; color: var(--z14oz); margin-bottom: 12px; display: block; }
.css_gatv1 { font-family: var(--z3ct); font-size: 56px; font-weight: var(--z18lq); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.css_z13ag { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.5); }

.css_eqtf0 { background: var(--bg-card); border-radius: var(--z8fb); overflow: hidden; box-shadow: var(--z10ty); border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.css_eqtf0:hover { box-shadow: var(--z12r1); transform: translateY(-8px); }
.css_eqtf0 .css_a63tz { position: relative; overflow: hidden; height: 280px; }
.css_eqtf0 .css_a63tz img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_eqtf0:hover .css_a63tz img { transform: scale(1.05); }
.css_eqtf0 .team-body { padding: 22px; }
.css_n7870 { font-family: var(--z3ct); font-size: 19px; margin-bottom: 4px; }
.css_jmr1u { font-size: 14px; color: var(--z14oz); 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(--z14oz); color: var(--text-primary); }

.css_pb4xa { background: var(--bg-card); border-radius: var(--z9np); padding: 36px; border: 1px solid var(--border-color); box-shadow: var(--z10ty); transition: var(--transition); height: 100%; }
.css_pb4xa:hover { box-shadow: var(--z11n4); }
.quote-icon   { color: var(--z14oz); font-size: 38px; margin-bottom: 16px; display: block; }
.css_whd7j   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.css_pb4xa .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-color); }
.css_dbfpg { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid var(--z14oz); flex-shrink: 0; }
.css_d0i4m  { font-family: var(--z3ct); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; }
.css_utadh  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: var(--z14oz); font-size: 14px; margin-bottom: 14px; }

.css_viluj { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--z9np); padding: 38px 30px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.css_viluj.featured { border-color: var(--z14oz); }
.css_viluj:hover { border-color: var(--z14oz); transform: translateY(-8px); box-shadow: var(--z12r1); }
.css_goxsl { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 10px; }
.css_zcl02 { font-family: var(--z3ct); font-size: 48px; font-weight: var(--z18lq); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.css_qanyv { list-style: none; padding: 0; margin: 0 0 28px; }
.css_qanyv 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_qanyv li:last-child { border-bottom: none; }
.css_qanyv li i { color: var(--z14oz); font-size: 13px; flex-shrink: 0; }
.css_qanyv li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--z14oz); color: var(--text-primary); font-size: 11px; font-weight: var(--z18lq); padding: 6px 14px; border-radius: 0 0 var(--z6s8) var(--z6s8); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--z8fb); }
.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(--z8fb); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: var(--z14oz); text-transform: uppercase; letter-spacing: 2px; }
.portfolio-title { font-family: var(--z3ct); 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_rhnmw { background: var(--bg-card); border-radius: var(--z8fb); overflow: hidden; box-shadow: var(--z10ty); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_rhnmw:hover { box-shadow: var(--z12r1); transform: translateY(-6px); }
.css_rhnmw .css_qpr3v { height: 210px; overflow: hidden; }
.css_rhnmw .css_qpr3v img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_rhnmw:hover .css_qpr3v img { transform: scale(1.07); }
.css_rhnmw .card-body { padding: 24px; }
.css_e6gej { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.css_rhnmw .card-title { font-family: var(--z3ct); font-size: 18px; margin-bottom: 8px; }
.css_rhnmw .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--z8fb); padding: 32px 24px; box-shadow: var(--z10ty); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { box-shadow: var(--z12r1); transform: translateY(-8px); }
.css_sotlb { font-family: var(--z3ct); font-size: 72px; font-weight: var(--z18lq); color: rgba(255,177,0,0.08); position: absolute; top: 6px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; color: var(--z14oz); margin-bottom: 14px; display: block; }
.css_ftpwy  { font-family: var(--z3ct); 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(--z8fb) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--z3ct); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--z14oz); 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_fzx29 { background: var(--z14oz); padding: var(--css_qnoam); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.css_q8w5y { font-family: var(--z3ct); font-size: var(--z20lv); color: var(--text-primary); margin-bottom: 14px; }
.css_sh91b  { 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(--z4xg); font-family: var(--z5dq); font-size: var(--z17fv); transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--z14oz); }

.css_cf3d2 .form-control { border: 2px solid var(--border-color); border-radius: var(--z8fb); padding: 13px 20px; font-family: var(--z5dq); font-size: var(--z17fv); transition: border-color 0.3s ease; }
.css_cf3d2 .form-control:focus { outline: none; box-shadow: none; border-color: var(--z14oz); }
.css_cf3d2 label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.css_p1qm2 { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.css_uoywt { margin-bottom: 40px; }
.css_s8bic { font-family: var(--z3ct); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid var(--z14oz); width: max-content; }
.css_ct0rw { list-style: none; padding: 0; }
.css_ct0rw li { margin-bottom: 10px; }
.css_ct0rw a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.css_ct0rw a:hover { color: var(--z14oz); 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(--z14oz); margin-top: 2px; flex-shrink: 0; }
.css_bb4jk { display: flex; gap: 10px; margin-top: 20px; }
.css_bb4jk 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_bb4jk a:hover { background: var(--z14oz); border-color: var(--z14oz); color: var(--text-primary); }
.css_u90v3 { 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_h8im2 { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--z14oz); 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_h8im2.visible { opacity: 1; visibility: visible; }
.css_h8im2: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(--z14oz); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge { font-family: var(--z3ct); font-size: 86px; font-weight: var(--z18lq); color: rgba(6,34,101,0.04); line-height: 1; }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--z8fb); }
.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(--z8fb); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --z19n8: 50px; --z20lv: 36px; --z21u2: 24px; } .watermark-text { font-size: 120px; } }
@media (max-width: 991px) { :root { --z19n8: 40px; --z20lv: 30px; --css_qnoam: 70px 0; } .css_g1t7c { display: none; } .css_pt6ao { display: flex; } .about-image .img-small { display: none; } .watermark-text { display: none; } .decorative-circle { display: none; } }
@media (max-width: 767px) { :root { --z19n8: 34px; --z20lv: 26px; --css_qnoam: 55px 0; } .css_yws22 { flex-direction: column; } .css_gatv1 { font-size: 42px; } .newsletter-form { flex-direction: column; } }

.css_qndt6 .css_rc1wp { color: #fff; }
.css_qndt6 .css_vxu3f { color: var(--z14oz); }
.css_qndt6 .css_n1dbo { color: rgba(255,255,255,0.55); }
.css_qndt6 .css_ct0rw a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.css_qndt6 .css_ct0rw a:hover { color: #fff; }
.css_qndt6 a:not(.css_o4elq):not(.css_r7dro) { color: rgba(255,255,255,0.8); }
.css_qndt6 a:not(.css_o4elq):not(.css_r7dro):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(--z14oz) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
