

: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);

    --q14i1: #ffb100;
    --q15wf: #e09d00;
    --q1q5: linear-gradient(135deg, var(--q14i1), var(--q15wf));
    --accent-glow: 0 8px 28px rgba(255, 177, 0, 0.28);

    --q3yl: 'Futura PT', 'Century Gothic', system-ui, sans-serif;
    --q5g4:    'Open Sans', system-ui, sans-serif;

    --q19ke: 64px;
    --q20tp: 42px;
    --q21ci: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --q17g1: 15px;
    --fs-small: 13px;

    --q18kw:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --q6k1:   4px;
    --q7kw:   8px;
    --q8b8:   12px;
    --q9au:   16px;
    --q4he: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.6s ease;

    --q10a9: 0 2px 10px rgba(6, 34, 101, 0.06);
    --q11xq: 0 8px 28px rgba(6, 34, 101, 0.08);
    --q12vd: 0 16px 50px rgba(6, 34, 101, 0.10);
    --q13ba: 0 28px 72px rgba(6, 34, 101, 0.14);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.06);

    --css_wpa7g: 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(--q5g4);
    font-size: var(--q17g1);
    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(--q14i1); transition: var(--transition); }
a:hover { color: var(--q15wf); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--q14i1); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--q3yl);
    font-weight: var(--q18kw);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: none;
}
h1 { font-size: var(--q19ke); }
h2 { font-size: var(--q20tp); }
h3 { font-size: var(--q21ci); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--q17g1); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--q1q5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--q14i1); }
.text-accent-2 { color: var(--q15wf); }
.text-dark     { color: var(--text-primary); }

.css_wpa7g    { padding: var(--css_wpa7g); position: relative; }
.css_wpa7g-sm { padding: 60px 0; }
.css_wpa7g-lg { padding: 130px 0; }
.css_m842s   { background-color: var(--bg-primary); }
.css_atn19 { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.css_zn7oa     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--q1q5); color: #fff; }

.css_zn7oa h1,.css_zn7oa h2,.css_zn7oa h3,
.css_zn7oa h4,.css_zn7oa h5,.css_zn7oa h6 { color: #fff; }
.css_zn7oa p,.css_zn7oa li,.css_zn7oa span:not(.badge) { color: rgba(255,255,255,0.7); }
.css_zn7oa .css_gw42w { color: #fff; }
.css_zn7oa .css_wmdpc  { 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_wy9y8 { 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_wy9y8.loaded { opacity: 0; visibility: hidden; }
.css_ht2f2 { display: flex; gap: 10px; }
.css_tv6rn { width: 12px; height: 12px; border-radius: 50%; animation: anurPulse 0.7s ease-in-out infinite alternate; }
.css_tv6rn:nth-child(1) { background: var(--q14i1); animation-delay: 0s; }
.css_tv6rn:nth-child(2) { background: var(--text-primary); animation-delay: 0.15s; }
.css_tv6rn:nth-child(3) { background: var(--q15wf); animation-delay: 0.3s; }
@keyframes anurPulse { 0% { transform: scale(0.65); opacity: 0.4; } 100% { transform: scale(1); opacity: 1; } }

.css_twzq2 {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 34px;
    font-family: var(--q3yl); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 1.2px;
    border-radius: var(--q4he);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.css_vnu8l { background: var(--q14i1); color: var(--text-primary); border-color: var(--q14i1); }
.css_vnu8l:hover { background: var(--text-primary); color: #fff; border-color: var(--text-primary); transform: translateY(-3px); }
.css_psz7z { background: transparent; color: var(--text-primary); border-color: var(--text-primary); }
.css_psz7z:hover { background: var(--text-primary); color: #fff; transform: translateY(-3px); }
.btn-link-custom { background: none; border: none; color: var(--q14i1); padding: 0; font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px; font-family: var(--q3yl); text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.btn-link-custom:hover { color: var(--q15wf); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.css_mvrrp { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: transparent; }
.css_mvrrp.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(6,34,101,0.06); }
.css_tyi4h { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.css_s8cba { font-family: var(--q3yl); font-size: 28px; font-weight: var(--q18kw); color: var(--text-primary); letter-spacing: -0.5px; }
.css_s8cba:hover { color: var(--text-primary); }
.css_s8cba img { height: 46px; width: auto; }
.css_ywkrg { display: flex; align-items: center; gap: 32px; }
.css_ywkrg .nav-link { color: var(--text-secondary); font-family: var(--q5g4); 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_ywkrg .nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 3px; background: var(--q14i1); border-radius: 2px; transition: width 0.3s ease; }
.css_ywkrg .nav-link:hover, .css_ywkrg .nav-link.active { color: var(--text-primary); }
.css_ywkrg .nav-link:hover::after, .css_ywkrg .nav-link.active::after { width: 100%; }
.css_z6gbv { margin-left: 10px; }
.css_bw5vm { 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(--q7kw); cursor: pointer; padding: 0; gap: 5px; }
.css_bw5vm .css_dl92h { display: block; width: 20px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

.css_z5h8z {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-primary);
}
.css_z5h8z::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_z5h8z::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_yemvz { position: relative; z-index: 2; }
.css_gxpw8   { position: relative; z-index: 2; }
.css_gxpw8 img { border-radius: var(--q9au); box-shadow: var(--q13ba); }
.css_f5n80 {
    display: inline-block; color: var(--q14i1);
    font-size: 13px; font-weight: var(--q18kw); font-family: var(--q3yl);
    text-transform: uppercase; letter-spacing: 3px; margin-bottom: 16px;
    padding-left: 54px; position: relative;
}
.css_f5n80::before {
    content: ''; position: absolute; left: 0; top: 50%;
    width: 40px; height: 3px; background: var(--q14i1); border-radius: 2px;
    transform: translateY(-50%);
}
.css_c5inh {
    font-family: var(--q3yl); font-size: var(--q19ke);
    font-weight: var(--q18kw); color: var(--text-primary);
    line-height: 1.15; margin-bottom: 22px;
}
.css_oo8gq { font-size: 16px; color: var(--text-secondary); max-width: 520px; margin-bottom: 36px; line-height: 1.8; }
.css_v2nog { display: flex; flex-wrap: wrap; gap: 16px; }

.css_iry5b { margin-bottom: 55px; }
.css_iry5b.text-center { text-align: center; }
.css_iry5b.text-center .css_gkrqz { max-width: 580px; margin: 0 auto; }
.css_x72as {
    display: inline-block; font-size: 12px; font-weight: var(--q18kw);
    color: var(--q14i1); text-transform: uppercase; letter-spacing: 3px;
    margin-bottom: 12px; font-family: var(--q3yl);
    padding-left: 52px; position: relative;
}
.css_x72as::before {
    content: ''; position: absolute; left: 0; top: 50%;
    width: 38px; height: 3px; background: var(--q14i1); border-radius: 2px;
    transform: translateY(-50%);
}
.css_iry5b.text-center .css_x72as { padding-left: 0; }
.css_iry5b.text-center .css_x72as::before { display: none; }
.css_yypyt { font-family: var(--q3yl); font-size: var(--q20tp); font-weight: var(--q18kw); color: var(--text-primary); line-height: 1.2; margin-bottom: 14px; }
.css_gkrqz { font-size: var(--q17g1); color: var(--text-secondary); line-height: 1.8; }

.watermark-text {
    font-family: var(--q3yl); font-size: 200px; font-weight: var(--q18kw);
    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_xbygi { background: var(--bg-card); border-radius: var(--q8b8); padding: 34px 26px; box-shadow: var(--q10a9); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_xbygi:hover { box-shadow: var(--q12vd); transform: translateY(-8px); }
.css_d9mcn { 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_d9mcn i, .css_d9mcn svg { color: var(--q14i1); font-size: 28px; }
.css_xbygi:hover .css_d9mcn { background: var(--q14i1); }
.css_xbygi:hover .css_d9mcn i, .css_xbygi:hover .css_d9mcn svg { color: #fff; }
.css_sf89s { font-family: var(--q3yl); font-size: 18px; margin-bottom: 10px; }
.css_y2j65  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.css_xbygi-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--q8b8); border-left: 3px solid var(--q14i1); box-shadow: var(--q10a9); transition: var(--transition); }
.css_xbygi-horizontal:hover { box-shadow: var(--q11xq); transform: translateX(6px); }
.css_xbygi-horizontal .css_d9mcn { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--q9au); box-shadow: var(--q12vd); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--q8b8); box-shadow: var(--q11xq); border: 4px solid #fff; }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--q14i1); color: var(--text-primary); padding: 20px 24px; border-radius: var(--q8b8); text-align: center; box-shadow: var(--q11xq); z-index: 2; }
.experience-badge .badge-number { font-family: var(--q3yl); font-size: 42px; font-weight: var(--q18kw); 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(--q17g1); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--q14i1); margin-top: 2px; flex-shrink: 0; }

.css_c08wi { background: var(--bg-card); border-radius: var(--q8b8); overflow: hidden; box-shadow: var(--q10a9); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_c08wi:hover { box-shadow: var(--q12vd); transform: translateY(-8px); }
.css_c08wi .css_d0k1o { position: relative; overflow: hidden; height: 220px; }
.css_c08wi .css_d0k1o img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.css_c08wi:hover .css_d0k1o img { transform: scale(1.08); }
.css_c08wi .card-tag { position: absolute; top: 14px; left: 14px; background: var(--q14i1); color: var(--text-primary); font-size: 11px; font-weight: var(--q18kw); padding: 4px 14px; border-radius: var(--q4he); text-transform: uppercase; }
.css_c08wi .card-body { padding: 24px; }
.css_c08wi .card-title { font-family: var(--q3yl); font-size: 18px; margin-bottom: 8px; }
.css_c08wi .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.css_c08wi .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

.css_fjeax { background: var(--bg-dark); padding: 80px 0; }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 48px; color: var(--q14i1); margin-bottom: 12px; display: block; }
.css_gw42w { font-family: var(--q3yl); font-size: 56px; font-weight: var(--q18kw); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.css_wmdpc { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.5); }

.css_bcznb { background: var(--bg-card); border-radius: var(--q8b8); overflow: hidden; box-shadow: var(--q10a9); border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.css_bcznb:hover { box-shadow: var(--q12vd); transform: translateY(-8px); }
.css_bcznb .css_ekova { position: relative; overflow: hidden; height: 280px; }
.css_bcznb .css_ekova img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_bcznb:hover .css_ekova img { transform: scale(1.05); }
.css_bcznb .team-body { padding: 22px; }
.css_fc80r { font-family: var(--q3yl); font-size: 19px; margin-bottom: 4px; }
.css_kzb6y { font-size: 14px; color: var(--q14i1); 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(--q14i1); color: var(--text-primary); }

.css_xq6dm { background: var(--bg-card); border-radius: var(--q9au); padding: 36px; border: 1px solid var(--border-color); box-shadow: var(--q10a9); transition: var(--transition); height: 100%; }
.css_xq6dm:hover { box-shadow: var(--q11xq); }
.quote-icon   { color: var(--q14i1); font-size: 38px; margin-bottom: 16px; display: block; }
.css_zfhhy   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.css_xq6dm .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-color); }
.css_p8wuw { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid var(--q14i1); flex-shrink: 0; }
.css_vr38v  { font-family: var(--q3yl); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; }
.css_yjktt  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: var(--q14i1); font-size: 14px; margin-bottom: 14px; }

.css_orjxu { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--q9au); padding: 38px 30px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.css_orjxu.featured { border-color: var(--q14i1); }
.css_orjxu:hover { border-color: var(--q14i1); transform: translateY(-8px); box-shadow: var(--q12vd); }
.css_pg52m { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 10px; }
.css_kpsy7 { font-family: var(--q3yl); font-size: 48px; font-weight: var(--q18kw); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.css_l57bf { list-style: none; padding: 0; margin: 0 0 28px; }
.css_l57bf 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_l57bf li:last-child { border-bottom: none; }
.css_l57bf li i { color: var(--q14i1); font-size: 13px; flex-shrink: 0; }
.css_l57bf li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--q14i1); color: var(--text-primary); font-size: 11px; font-weight: var(--q18kw); padding: 6px 14px; border-radius: 0 0 var(--q6k1) var(--q6k1); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--q8b8); }
.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: var(--text-primary); position: absolute; inset: 0; background: linear-gradient(to top, rgba(255,255,255,0.92), transparent 55%); opacity: 1; transition: opacity 0.35s ease; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-radius: var(--q8b8); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: var(--q14i1); text-transform: uppercase; letter-spacing: 2px; }
.portfolio-title { font-family: var(--q3yl); font-size: 20px; color: var(--text-primary); }
.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_ozgmp { background: var(--bg-card); border-radius: var(--q8b8); overflow: hidden; box-shadow: var(--q10a9); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.css_ozgmp:hover { box-shadow: var(--q12vd); transform: translateY(-6px); }
.css_ozgmp .css_d0k1o { height: 210px; overflow: hidden; }
.css_ozgmp .css_d0k1o img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.css_ozgmp:hover .css_d0k1o img { transform: scale(1.07); }
.css_ozgmp .card-body { padding: 24px; }
.css_od82m { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.css_ozgmp .card-title { font-family: var(--q3yl); font-size: 18px; margin-bottom: 8px; }
.css_ozgmp .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--q8b8); padding: 32px 24px; box-shadow: var(--q10a9); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { box-shadow: var(--q12vd); transform: translateY(-8px); }
.css_v5y7m { font-family: var(--q3yl); font-size: 72px; font-weight: var(--q18kw); color: rgba(255,177,0,0.08); position: absolute; top: 6px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; color: var(--q14i1); margin-bottom: 14px; display: block; }
.css_xzs2n  { font-family: var(--q3yl); 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(--q8b8) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--q3yl); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--q14i1); 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_x2i0e { background: var(--q14i1); padding: var(--css_wpa7g); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.css_iuryk { font-family: var(--q3yl); font-size: var(--q20tp); color: var(--text-primary); margin-bottom: 14px; }
.css_sy08n  { 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(--q4he); font-family: var(--q5g4); font-size: var(--q17g1); transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--q14i1); }

.css_c4t8b .form-control { border: 2px solid var(--border-color); border-radius: var(--q8b8); padding: 13px 20px; font-family: var(--q5g4); font-size: var(--q17g1); transition: border-color 0.3s ease; }
.css_c4t8b .form-control:focus { outline: none; box-shadow: none; border-color: var(--q14i1); }
.css_c4t8b label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.css_ka5p9 { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.css_e6p8y { margin-bottom: 40px; }
.css_pbgbb { font-family: var(--q3yl); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid var(--q14i1); width: max-content; }
.css_knzcr { list-style: none; padding: 0; }
.css_knzcr li { margin-bottom: 10px; }
.css_knzcr a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.css_knzcr a:hover { color: var(--q14i1); 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(--q14i1); margin-top: 2px; flex-shrink: 0; }
.css_l9h7t { display: flex; gap: 10px; margin-top: 20px; }
.css_l9h7t 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_l9h7t a:hover { background: var(--q14i1); border-color: var(--q14i1); color: var(--text-primary); }
.css_ivue4 { 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_uuvcl { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--q14i1); 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_uuvcl.visible { opacity: 1; visibility: visible; }
.css_uuvcl: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(--q14i1); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge { font-family: var(--q3yl); font-size: 86px; font-weight: var(--q18kw); color: rgba(6,34,101,0.04); line-height: 1; }

/* Expanding Cards – ix-exp */
.ix-exp-cards { display: flex; gap: 12px; height: 480px; }
.ix-exp-card { position: relative; flex: 1; border-radius: var(--q8b8); overflow: hidden; background-size: cover; background-position: center; cursor: pointer; transition: flex 0.6s cubic-bezier(0.22,1,0.36,1); }
.ix-exp-card.active { flex: 4; }
.ix-exp-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(6,34,101,0.88) 0%, rgba(6,34,101,0.3) 60%, transparent 100%); transition: background 0.4s ease; }
.ix-exp-card.active .ix-exp-overlay { background: linear-gradient(to top, rgba(6,34,101,0.92) 0%, rgba(6,34,101,0.2) 70%, transparent 100%); }
.ix-exp-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 28px 32px; color: #fff; transform: translateY(0); opacity: 1; transition: transform 0.5s ease 0.15s, opacity 0.5s ease 0.15s; }
.ix-exp-card.active .ix-exp-content { transform: translateY(0); opacity: 1; }
.ix-exp-content h4 { font-family: var(--q3yl); font-size: var(--q21ci); color: #fff !important; margin-bottom: 8px; }
.ix-exp-content p { font-size: var(--q17g1); color: rgba(255,255,255,0.85) !important; margin: 0; line-height: 1.65; }
@media (max-width: 767px) { .ix-exp-cards { flex-direction: column; height: auto; } .ix-exp-card { min-height: 200px; } .ix-exp-card.active { min-height: 340px; } .ix-exp-content { transform: translateY(0); opacity: 1; } }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--q8b8); }

/* Gallery Swiper – main slider navigation */
.css_ny8h2 .swiper-button-next,
.css_ny8h2 .swiper-button-prev { width: 44px; height: 44px; background: rgba(255,255,255,0.92); border-radius: 50%; box-shadow: 0 4px 16px rgba(0,0,0,0.15); transition: background 0.25s, transform 0.25s; z-index: 10; }
.css_ny8h2 .swiper-button-next::after,
.css_ny8h2 .swiper-button-prev::after { font-size: 14px; font-weight: 700; color: var(--text-primary); }
.css_ny8h2 .swiper-button-next:hover,
.css_ny8h2 .swiper-button-prev:hover { background: var(--q14i1); transform: scale(1.08); }
.css_ny8h2 .swiper-button-next:hover::after,
.css_ny8h2 .swiper-button-prev:hover::after { color: #fff; }

/* Gallery thumbs – active thumb full opacity */
.css_es5bm .swiper-slide { opacity: 0.5; transition: opacity 0.3s; }
.css_es5bm .swiper-slide-thumb-active { opacity: 1 !important; outline: 2px solid var(--q14i1); border-radius: var(--q6k1); }
.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(--q8b8); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --q19ke: 50px; --q20tp: 36px; --q21ci: 24px; } .watermark-text { font-size: 120px; } }
@media (max-width: 991px) { :root { --q19ke: 40px; --q20tp: 30px; --css_wpa7g: 70px 0; } .css_ywkrg { display: none; } .css_bw5vm { display: flex; } .about-image .img-small { display: none; } .watermark-text { display: none; } .decorative-circle { display: none; } }
@media (max-width: 767px) { :root { --q19ke: 34px; --q20tp: 26px; --css_wpa7g: 55px 0; } .css_v2nog { flex-direction: column; } .css_gw42w { font-size: 42px; } .newsletter-form { flex-direction: column; } }

.css_zn7oa .css_f5n80 { color: #fff; }
.css_zn7oa .css_x72as { color: var(--q14i1); }
.css_zn7oa .css_glrb3 { color: rgba(255,255,255,0.55); }
.css_zn7oa .css_knzcr a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.css_zn7oa .css_knzcr a:hover { color: #fff; }
.css_zn7oa a:not(.css_twzq2):not(.css_s8cba) { color: rgba(255,255,255,0.8); }
.css_zn7oa a:not(.css_twzq2):not(.css_s8cba):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(--q14i1) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
