

: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);

    --u14ya: #ffb100;
    --u15uv: #e09d00;
    --u1nt: linear-gradient(135deg, var(--u14ya), var(--u15uv));
    --accent-glow: 0 8px 28px rgba(255, 177, 0, 0.28);

    --u3nb: 'Futura PT', 'Century Gothic', system-ui, sans-serif;
    --u5vh:    'Open Sans', system-ui, sans-serif;

    --u19kc: 64px;
    --u20gl: 42px;
    --u21q3: 28px;
    --fs-h4: 22px;
    --fs-h5: 18px;
    --u17zu: 15px;
    --fs-small: 13px;

    --u18bz:     700;
    --fw-semibold: 600;
    --fw-medium:   500;
    --fw-regular:  400;
    --fw-light:    300;

    --u6ji:   4px;
    --u7y6:   8px;
    --u8hz:   12px;
    --u9u7:   16px;
    --u4xb: 100px;

    --transition:      all 0.35s ease;
    --transition-slow: all 0.6s ease;

    --u10lb: 0 2px 10px rgba(6, 34, 101, 0.06);
    --u11xu: 0 8px 28px rgba(6, 34, 101, 0.08);
    --u12dm: 0 16px 50px rgba(6, 34, 101, 0.10);
    --u13zr: 0 28px 72px rgba(6, 34, 101, 0.14);
    --shadow-neutral: 0 6px 24px rgba(0, 0, 0, 0.06);

    --bl29qd: 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(--u5vh);
    font-size: var(--u17zu);
    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(--u14ya); transition: var(--transition); }
a:hover { color: var(--u15uv); text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding: 0; margin: 0; }
::selection { background: var(--u14ya); color: #fff; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--u3nb);
    font-weight: var(--u18bz);
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: none;
}
h1 { font-size: var(--u19kc); }
h2 { font-size: var(--u20gl); }
h3 { font-size: var(--u21q3); }
h4 { font-size: var(--fs-h4); }
h5 { font-size: var(--fs-h5); }

p { font-size: var(--u17zu); line-height: 1.8; color: var(--text-secondary); margin: 0; }

.text-gradient { background: var(--u1nt); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.text-accent   { color: var(--u14ya); }
.text-accent-2 { color: var(--u15uv); }
.text-dark     { color: var(--text-primary); }

.bl29qd    { padding: var(--bl29qd); position: relative; }
.bl29qd-sm { padding: 60px 0; }
.bl29qd-lg { padding: 130px 0; }
.qxcln1   { background-color: var(--bg-primary); }
.xrqox { background-color: var(--bg-secondary); }
.bg-card             { background-color: var(--bg-card); }
.raet     { background-color: var(--bg-dark); }
.bg-gradient-custom  { background: var(--u1nt); color: #fff; }

.raet h1,.raet h2,.raet h3,
.raet h4,.raet h5,.raet h6 { color: #fff; }
.raet p,.raet li,.raet span:not(.badge) { color: rgba(255,255,255,0.7); }
.raet .id48 { color: #fff; }
.raet .nrlmr4  { 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}

.telcpf { 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; }
.telcpf.loaded { opacity: 0; visibility: hidden; }
.ddakei { display: flex; gap: 10px; }
.xeol { width: 12px; height: 12px; border-radius: 50%; animation: anurPulse 0.7s ease-in-out infinite alternate; }
.xeol:nth-child(1) { background: var(--u14ya); animation-delay: 0s; }
.xeol:nth-child(2) { background: var(--text-primary); animation-delay: 0.15s; }
.xeol:nth-child(3) { background: var(--u15uv); animation-delay: 0.3s; }
@keyframes anurPulse { 0% { transform: scale(0.65); opacity: 0.4; } 100% { transform: scale(1); opacity: 1; } }

.pxp1y8 {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 14px 34px;
    font-family: var(--u3nb); font-size: var(--fs-small);
    font-weight: var(--fw-semibold); text-transform: uppercase; letter-spacing: 1.2px;
    border-radius: var(--u4xb);
    border: 2px solid transparent;
    cursor: pointer; transition: var(--transition); white-space: nowrap;
}
.bknggd { background: var(--u14ya); color: var(--text-primary); border-color: var(--u14ya); }
.bknggd:hover { background: var(--text-primary); color: #fff; border-color: var(--text-primary); transform: translateY(-3px); }
.raab2q { background: transparent; color: var(--text-primary); border-color: var(--text-primary); }
.raab2q:hover { background: var(--text-primary); color: #fff; transform: translateY(-3px); }
.btn-link-custom { background: none; border: none; color: var(--u14ya); padding: 0; font-weight: var(--fw-semibold); display: inline-flex; align-items: center; gap: 6px; font-family: var(--u3nb); text-transform: uppercase; font-size: 13px; letter-spacing: 1px; }
.btn-link-custom:hover { color: var(--u15uv); }
.btn-link-custom i { transition: transform 0.2s ease; }
.btn-link-custom:hover i { transform: translateX(5px); }

.es2tw { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; transition: var(--transition); background: transparent; }
.es2tw.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(6,34,101,0.06); }
.fvzlm { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.welp { font-family: var(--u3nb); font-size: 28px; font-weight: var(--u18bz); color: var(--text-primary); letter-spacing: -0.5px; }
.welp:hover { color: var(--text-primary); }
.welp img { height: 46px; width: auto; }
.tnc2 { display: flex; align-items: center; gap: 32px; }
.tnc2 .nav-link { color: var(--text-secondary); font-family: var(--u5vh); 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); }
.tnc2 .nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 3px; background: var(--u14ya); border-radius: 2px; transition: width 0.3s ease; }
.tnc2 .nav-link:hover, .tnc2 .nav-link.active { color: var(--text-primary); }
.tnc2 .nav-link:hover::after, .tnc2 .nav-link.active::after { width: 100%; }
.ewgu { margin-left: 10px; }
.pfxp { 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(--u7y6); cursor: pointer; padding: 0; gap: 5px; }
.pfxp .kc7aq { display: block; width: 20px; height: 2px; background: var(--text-primary); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }

.zzmu4 {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 100px;
    background: var(--bg-primary);
}
.zzmu4::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;
}
.zzmu4::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;
}
.rx7i7 { position: relative; z-index: 2; }
.snkd   { position: relative; z-index: 2; }
.snkd img { border-radius: var(--u9u7); box-shadow: var(--u13zr); }
.zl4xc {
    display: inline-block; color: var(--u14ya);
    font-size: 13px; font-weight: var(--u18bz); font-family: var(--u3nb);
    text-transform: uppercase; letter-spacing: 3px; margin-bottom: 16px;
    padding-left: 54px; position: relative;
}
.zl4xc::before {
    content: ''; position: absolute; left: 0; top: 50%;
    width: 40px; height: 3px; background: var(--u14ya); border-radius: 2px;
    transform: translateY(-50%);
}
.vgdea {
    font-family: var(--u3nb); font-size: var(--u19kc);
    font-weight: var(--u18bz); color: var(--text-primary);
    line-height: 1.15; margin-bottom: 22px;
}
.bf4k { font-size: 16px; color: var(--text-secondary); max-width: 520px; margin-bottom: 36px; line-height: 1.8; }
.fkzi9p { display: flex; flex-wrap: wrap; gap: 16px; }

.hhgih { margin-bottom: 55px; }
.hhgih.text-center { text-align: center; }
.hhgih.text-center .qqn6 { max-width: 580px; margin: 0 auto; }
.hrmoat {
    display: inline-block; font-size: 12px; font-weight: var(--u18bz);
    color: var(--u14ya); text-transform: uppercase; letter-spacing: 3px;
    margin-bottom: 12px; font-family: var(--u3nb);
    padding-left: 52px; position: relative;
}
.hrmoat::before {
    content: ''; position: absolute; left: 0; top: 50%;
    width: 38px; height: 3px; background: var(--u14ya); border-radius: 2px;
    transform: translateY(-50%);
}
.hhgih.text-center .hrmoat { padding-left: 0; }
.hhgih.text-center .hrmoat::before { display: none; }
.ug24 { font-family: var(--u3nb); font-size: var(--u20gl); font-weight: var(--u18bz); color: var(--text-primary); line-height: 1.2; margin-bottom: 14px; }
.qqn6 { font-size: var(--u17zu); color: var(--text-secondary); line-height: 1.8; }

.watermark-text {
    font-family: var(--u3nb); font-size: 200px; font-weight: var(--u18bz);
    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;
}

.tfrbjw { background: var(--bg-card); border-radius: var(--u8hz); padding: 34px 26px; box-shadow: var(--u10lb); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.tfrbjw:hover { box-shadow: var(--u12dm); transform: translateY(-8px); }
.hv97yx { 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); }
.hv97yx i, .hv97yx svg { color: var(--u14ya); font-size: 28px; }
.tfrbjw:hover .hv97yx { background: var(--u14ya); }
.tfrbjw:hover .hv97yx i, .tfrbjw:hover .hv97yx svg { color: #fff; }
.hgt2 { font-family: var(--u3nb); font-size: 18px; margin-bottom: 10px; }
.tv7n  { font-size: var(--fs-small); color: var(--text-secondary); line-height: 1.7; }
.tfrbjw-horizontal { display: flex; align-items: flex-start; gap: 18px; padding: 22px; background: var(--bg-card); border-radius: var(--u8hz); border-left: 3px solid var(--u14ya); box-shadow: var(--u10lb); transition: var(--transition); }
.tfrbjw-horizontal:hover { box-shadow: var(--u11xu); transform: translateX(6px); }
.tfrbjw-horizontal .hv97yx { flex-shrink: 0; margin-bottom: 0; }

.about-section { position: relative; }
.about-image { position: relative; }
.about-image .img-main { border-radius: var(--u9u7); box-shadow: var(--u12dm); }
.about-image .img-small { position: absolute; bottom: 20px; left: -24px; width: 42%; border-radius: var(--u8hz); box-shadow: var(--u11xu); border: 4px solid #fff; }
.experience-badge { position: absolute; bottom: 16px; right: -16px; background: var(--u14ya); color: var(--text-primary); padding: 20px 24px; border-radius: var(--u8hz); text-align: center; box-shadow: var(--u11xu); z-index: 2; }
.experience-badge .badge-number { font-family: var(--u3nb); font-size: 42px; font-weight: var(--u18bz); 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(--u17zu); color: var(--text-secondary); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--u14ya); margin-top: 2px; flex-shrink: 0; }

.rq47u { background: var(--bg-card); border-radius: var(--u8hz); overflow: hidden; box-shadow: var(--u10lb); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.rq47u:hover { box-shadow: var(--u12dm); transform: translateY(-8px); }
.rq47u .ojg66 { position: relative; overflow: hidden; height: 220px; }
.rq47u .ojg66 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.rq47u:hover .ojg66 img { transform: scale(1.08); }
.rq47u .card-tag { position: absolute; top: 14px; left: 14px; background: var(--u14ya); color: var(--text-primary); font-size: 11px; font-weight: var(--u18bz); padding: 4px 14px; border-radius: var(--u4xb); text-transform: uppercase; }
.rq47u .card-body { padding: 24px; }
.rq47u .card-title { font-family: var(--u3nb); font-size: 18px; margin-bottom: 8px; }
.rq47u .card-text  { font-size: var(--fs-small); color: var(--text-secondary); margin-bottom: 16px; }
.rq47u .card-footer-custom { padding: 0 24px 24px; display: flex; align-items: center; justify-content: space-between; }

.mm3m { background: var(--bg-dark); padding: 80px 0; }
.counter-item { text-align: center; }
.counter-item .counter-icon { font-size: 48px; color: var(--u14ya); margin-bottom: 12px; display: block; }
.id48 { font-family: var(--u3nb); font-size: 56px; font-weight: var(--u18bz); color: #fff; line-height: 1; display: block; margin-bottom: 8px; }
.nrlmr4 { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.5); }

.neju4 { background: var(--bg-card); border-radius: var(--u8hz); overflow: hidden; box-shadow: var(--u10lb); border: 1px solid var(--border-color); transition: var(--transition); text-align: center; }
.neju4:hover { box-shadow: var(--u12dm); transform: translateY(-8px); }
.neju4 .jydx { position: relative; overflow: hidden; height: 280px; }
.neju4 .jydx img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.neju4:hover .jydx img { transform: scale(1.05); }
.neju4 .team-body { padding: 22px; }
.agkqlu { font-family: var(--u3nb); font-size: 19px; margin-bottom: 4px; }
.ocmm { font-size: 14px; color: var(--u14ya); 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(--u14ya); color: var(--text-primary); }

.oxii { background: var(--bg-card); border-radius: var(--u9u7); padding: 36px; border: 1px solid var(--border-color); box-shadow: var(--u10lb); transition: var(--transition); height: 100%; }
.oxii:hover { box-shadow: var(--u11xu); }
.quote-icon   { color: var(--u14ya); font-size: 38px; margin-bottom: 16px; display: block; }
.tgt87a   { font-style: italic; color: var(--text-secondary); line-height: 1.8; margin-bottom: 22px; font-size: 15px; }
.oxii .author { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--border-color); }
.nk97 { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid var(--u14ya); flex-shrink: 0; }
.fi0x5  { font-family: var(--u3nb); font-size: 16px; font-weight: var(--fw-semibold); margin-bottom: 2px; }
.lk26  { font-size: 13px; color: var(--text-muted); }
.star-rating  { color: var(--u14ya); font-size: 14px; margin-bottom: 14px; }

.xtohw { background: var(--bg-card); border: 2px solid var(--border-color); border-radius: var(--u9u7); padding: 38px 30px; transition: var(--transition); position: relative; overflow: hidden; height: 100%; }
.xtohw.featured { border-color: var(--u14ya); }
.xtohw:hover { border-color: var(--u14ya); transform: translateY(-8px); box-shadow: var(--u12dm); }
.ki2h6j { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-muted); margin-bottom: 10px; }
.wyh6u0 { font-family: var(--u3nb); font-size: 48px; font-weight: var(--u18bz); color: var(--text-primary); line-height: 1; }
.plan-period { font-size: 14px; color: var(--text-muted); margin-bottom: 24px; }
.hctr { list-style: none; padding: 0; margin: 0 0 28px; }
.hctr 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); }
.hctr li:last-child { border-bottom: none; }
.hctr li i { color: var(--u14ya); font-size: 13px; flex-shrink: 0; }
.hctr li.disabled { color: var(--text-muted); text-decoration: line-through; }
.pricing-badge { position: absolute; top: -1px; right: 24px; background: var(--u14ya); color: var(--text-primary); font-size: 11px; font-weight: var(--u18bz); padding: 6px 14px; border-radius: 0 0 var(--u6ji) var(--u6ji); text-transform: uppercase; }

.portfolio-item { position: relative; overflow: hidden; border-radius: var(--u8hz); }
.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(--u8hz); }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-cat   { font-size: 12px; color: var(--u14ya); text-transform: uppercase; letter-spacing: 2px; }
.portfolio-title { font-family: var(--u3nb); 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; }

.bw53hn { background: var(--bg-card); border-radius: var(--u8hz); overflow: hidden; box-shadow: var(--u10lb); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; }
.bw53hn:hover { box-shadow: var(--u12dm); transform: translateY(-6px); }
.bw53hn .ojg66 { height: 210px; overflow: hidden; }
.bw53hn .ojg66 img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.bw53hn:hover .ojg66 img { transform: scale(1.07); }
.bw53hn .card-body { padding: 24px; }
.miems { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.bw53hn .card-title { font-family: var(--u3nb); font-size: 18px; margin-bottom: 8px; }
.bw53hn .card-text { font-size: var(--fs-small); color: var(--text-secondary); }

.process-item { background: var(--bg-card); border-radius: var(--u8hz); padding: 32px 24px; box-shadow: var(--u10lb); border: 1px solid var(--border-color); transition: var(--transition); height: 100%; position: relative; }
.process-item:hover { box-shadow: var(--u12dm); transform: translateY(-8px); }
.rhq4 { font-family: var(--u3nb); font-size: 72px; font-weight: var(--u18bz); color: rgba(255,177,0,0.08); position: absolute; top: 6px; right: 16px; line-height: 1; }
.step-icon   { font-size: 42px; color: var(--u14ya); margin-bottom: 14px; display: block; }
.ppraux  { font-family: var(--u3nb); 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(--u8hz) !important; margin-bottom: 12px; overflow: hidden; }
.faq-section .accordion-button { font-family: var(--u3nb); font-weight: var(--fw-semibold); color: var(--text-primary); background: var(--bg-card); font-size: 17px; }
.faq-section .accordion-button:not(.collapsed) { color: var(--u14ya); 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; }

.kt9pj { background: var(--u14ya); padding: var(--bl29qd); text-align: center; position: relative; overflow: hidden; }
.cta-content { position: relative; z-index: 1; }
.yq8n9 { font-family: var(--u3nb); font-size: var(--u20gl); color: var(--text-primary); margin-bottom: 14px; }
.vhb4  { 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(--u4xb); font-family: var(--u5vh); font-size: var(--u17zu); transition: border-color 0.3s ease; }
.newsletter-form input[type="email"]:focus { outline: none; border-color: var(--u14ya); }

.kyhs .form-control { border: 2px solid var(--border-color); border-radius: var(--u8hz); padding: 13px 20px; font-family: var(--u5vh); font-size: var(--u17zu); transition: border-color 0.3s ease; }
.kyhs .form-control:focus { outline: none; box-shadow: none; border-color: var(--u14ya); }
.kyhs label { font-weight: var(--fw-semibold); color: var(--text-primary); margin-bottom: 6px; font-size: 15px; }

.oaou { background: var(--footer-dark-bg); color: rgba(255,255,255,0.6); padding: 80px 0 0; }
.fthzi0 { margin-bottom: 40px; }
.oja55m { font-family: var(--u3nb); font-size: 18px; font-weight: var(--fw-semibold); color: #fff; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid var(--u14ya); width: max-content; }
.bk2si { list-style: none; padding: 0; }
.bk2si li { margin-bottom: 10px; }
.bk2si a { color: rgba(255,255,255,0.5); font-size: 14px; transition: var(--transition); }
.bk2si a:hover { color: var(--u14ya); 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(--u14ya); margin-top: 2px; flex-shrink: 0; }
.jp7vag { display: flex; gap: 10px; margin-top: 20px; }
.jp7vag 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); }
.jp7vag a:hover { background: var(--u14ya); border-color: var(--u14ya); color: var(--text-primary); }
.xiwr { 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); }

.rjxf { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--u14ya); 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; }
.rjxf.visible { opacity: 1; visibility: visible; }
.rjxf: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(--u14ya); border-radius: 2px; margin: 14px auto; }
.line-divider.left { margin-left: 0; }
.serial-badge { font-family: var(--u3nb); font-size: 86px; font-weight: var(--u18bz); color: rgba(6,34,101,0.04); line-height: 1; }

.gallery-item { position: relative; overflow: hidden; border-radius: var(--u8hz); }
.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(--u8hz); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay i { font-size: 36px; color: #fff; }

@media (max-width: 1199px) { :root { --u19kc: 50px; --u20gl: 36px; --u21q3: 24px; } .watermark-text { font-size: 120px; } }
@media (max-width: 991px) { :root { --u19kc: 40px; --u20gl: 30px; --bl29qd: 70px 0; } .tnc2 { display: none; } .pfxp { display: flex; } .about-image .img-small { display: none; } .watermark-text { display: none; } .decorative-circle { display: none; } }
@media (max-width: 767px) { :root { --u19kc: 34px; --u20gl: 26px; --bl29qd: 55px 0; } .fkzi9p { flex-direction: column; } .id48 { font-size: 42px; } .newsletter-form { flex-direction: column; } }

.raet .zl4xc { color: #fff; }
.raet .hrmoat { color: var(--u14ya); }
.raet .yyre8 { color: rgba(255,255,255,0.55); }
.raet .bk2si a { color: rgba(255,255,255,0.65); transition: color 0.3s; }
.raet .bk2si a:hover { color: #fff; }
.raet a:not(.pxp1y8):not(.welp) { color: rgba(255,255,255,0.8); }
.raet a:not(.pxp1y8):not(.welp):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(--u14ya) !important; }
.border-force-light { border-color: rgba(255,255,255,0.3) !important; }
.bg-force-transparent { background: none !important; }
