
:root {
  --bg:#020611; --panel:#06111f; --text:#d8e8fb; --muted:#9fb4ca; --white:#ffffff;
  --gold:#d7a12e; --gold2:#f3c45f; --blue:#5fb7ff; --green:#8df0c8;
  --line:rgba(255,255,255,.11); --shadow:0 28px 70px rgba(0,0,0,.38); --max:1200px;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  margin:0; font-family:Arial,Helvetica,sans-serif; color:var(--text)!important;
  background:var(--bg)!important; line-height:1.58; overflow-x:hidden;
}
body:before {
  content:""; position:fixed; inset:0; z-index:-2;
  background:
    radial-gradient(circle at 14% 8%, rgba(243,196,95,.10), transparent 25%),
    radial-gradient(circle at 80% 14%, rgba(95,183,255,.18), transparent 30%),
    radial-gradient(circle at 48% 72%, rgba(141,240,200,.07), transparent 30%),
    linear-gradient(180deg,#020611 0%,#06111f 48%,#020611 100%);
}
body:after {
  content:""; position:fixed; inset:0; z-index:-1;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size:70px 70px; pointer-events:none;
}
a { text-decoration:none; color:inherit; }
img { max-width:100%; display:block; }
.container { width:min(var(--max), calc(100% - 36px)); margin:0 auto; }

.site-header {
  position:sticky; top:0; z-index:1000; background:rgba(2,6,17,.96)!important;
  border-bottom:1px solid rgba(255,255,255,.11); backdrop-filter:blur(16px);
}
.nav-wrap {
  min-height:70px; display:flex; align-items:center; justify-content:space-between;
  gap:18px; flex-wrap:nowrap; white-space:nowrap;
}
.logo { display:flex; align-items:center; flex:0 0 auto; min-width:0; }
.brand-shell {
  display:inline-flex; align-items:center; padding:6px 9px; border-radius:12px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(235,241,248,.94))!important;
  border:1px solid rgba(255,255,255,.8);
  box-shadow:0 18px 40px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.85);
  overflow:hidden; position:relative;
}
.brand-shell:before {
  content:""; position:absolute; inset:0;
  background:linear-gradient(90deg,rgba(215,161,46,.08),transparent 38%,rgba(95,183,255,.06));
  pointer-events:none;
}
.brand-shell img { width:165px; height:auto; object-fit:contain; position:relative; z-index:1; }
.nav-links {
  display:flex; align-items:center; justify-content:center; gap:22px; flex:1 1 auto;
  flex-wrap:nowrap; white-space:nowrap; padding:0 12px;
}
.nav-links>a,.dropbtn {
  color:#fff!important; font-weight:800; font-size:.82rem; line-height:1;
  display:inline-flex; align-items:center; padding:6px 0; white-space:nowrap; flex:0 0 auto;
}
.dropdown { position:relative; flex:0 0 auto; }
.dropbtn { background:none; border:none; cursor:pointer; }
.dropdown-menu {
  position:absolute; top:100%; left:0; min-width:270px; background:rgba(4,12,24,.99)!important;
  border:1px solid rgba(243,196,95,.45); border-radius:16px; padding:10px; display:none;
  box-shadow:var(--shadow); white-space:normal; z-index:1200;
}
.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu { display:block; }
.dropdown-menu a {
  display:block; padding:12px 14px; border-radius:12px; color:#ecf3ff!important; font-weight:800;
}
.dropdown-menu a:hover,.dropdown-menu a.active {
  background:rgba(243,196,95,.12)!important; color:var(--gold2)!important;
}
.header-cta {
  display:inline-flex; align-items:center; justify-content:center; padding:9px 14px;
  border-radius:12px; background:linear-gradient(180deg,var(--gold2),var(--gold))!important;
  color:#030914!important; font-weight:900; font-size:.79rem; flex:0 0 auto;
  box-shadow:0 14px 32px rgba(215,161,46,.25);
}

.hero { padding:64px 0 42px; }
.hero-grid { display:grid; grid-template-columns:.92fr 1.08fr; gap:40px; align-items:center; }
.eyebrow {
  display:inline-flex; align-items:center; gap:8px; padding:8px 14px;
  border:1px solid rgba(95,183,255,.24); border-radius:999px;
  background:rgba(95,183,255,.09)!important; color:var(--gold2)!important;
  font-weight:900; letter-spacing:.08em; text-transform:uppercase; font-size:.78rem; margin-bottom:18px;
}
.hero h1 {
  font-size:clamp(3rem,5vw,5rem); line-height:.95; margin:0 0 18px; color:#fff!important;
  letter-spacing:-.04em; text-transform:uppercase;
}
.gold { color:var(--gold2)!important; }
.hero p { font-size:1.06rem; color:var(--text)!important; margin:0 0 16px; max-width:620px; }
.hero-photo,.photo-card {
  border-radius:30px; overflow:hidden; border:1px solid rgba(255,255,255,.12);
  background:#06111f!important; box-shadow:var(--shadow);
}
.hero-photo { min-height:500px; }
.hero-photo img,.photo-card img { width:100%; height:100%; object-fit:cover; object-position:center center; }

.section { padding:50px 0; }
.legal-wrap {
  display:grid; grid-template-columns:280px 1fr; gap:28px; align-items:start;
}
.legal-nav {
  position:sticky; top:92px; border-radius:22px; border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03))!important;
  padding:18px; box-shadow:0 20px 54px rgba(0,0,0,.24);
}
.legal-nav h3 { margin:0 0 12px; color:#fff!important; font-size:1.1rem; }
.legal-nav a {
  display:block; padding:10px 0; border-top:1px solid rgba(255,255,255,.08);
  color:var(--text)!important; font-weight:800; font-size:.92rem;
}
.legal-card {
  border-radius:26px; border:1px solid rgba(255,255,255,.11);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.028))!important;
  box-shadow:0 20px 54px rgba(0,0,0,.24); padding:30px;
}
.legal-card h2 {
  margin:0 0 14px; color:#fff!important; font-size:2rem; line-height:1.1;
}
.legal-section { padding:28px 0; border-top:1px solid rgba(255,255,255,.10); }
.legal-section:first-of-type { border-top:none; padding-top:0; }
.legal-section h3 { margin:0 0 12px; color:#fff!important; font-size:1.38rem; }
.legal-section p { margin:0 0 12px; color:var(--text)!important; font-size:1rem; }
.legal-section ul { margin:10px 0 0; padding:0; list-style:none; }
.legal-section li { position:relative; padding-left:22px; margin:0 0 10px; color:var(--text)!important; }
.legal-section li:before { content:"•"; position:absolute; left:0; top:0; color:var(--gold2)!important; font-weight:900; }

.split { display:grid; grid-template-columns:1fr 1fr; gap:30px; align-items:center; }
.photo-card { min-height:420px; }
.copy h2 {
  margin:0 0 14px; color:#fff!important; font-size:clamp(2rem,4vw,2.9rem);
  line-height:1.07; text-transform:uppercase;
}
.copy p { margin:0 0 14px; color:var(--text)!important; font-size:1rem; }

.cta { padding:50px 0 60px; }
.cta-box {
  display:grid; grid-template-columns:1.1fr .9fr; gap:24px; align-items:center; padding:32px;
  border-radius:28px; background:linear-gradient(135deg,rgba(8,24,43,.98),rgba(4,11,22,.98))!important;
  border:1px solid rgba(243,196,95,.22); box-shadow:var(--shadow);
}
.cta-box h2 {
  margin:0 0 10px; color:#fff!important; font-size:clamp(2rem,4vw,3rem);
  line-height:1.05; text-transform:uppercase;
}
.cta-box p { margin:0; color:var(--text)!important; }
.cta-actions { display:flex; justify-content:flex-end; gap:14px; flex-wrap:wrap; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; padding:14px 20px;
  border-radius:12px; font-weight:900; text-align:center;
}
.btn-primary { background:linear-gradient(180deg,var(--gold2),var(--gold))!important; color:#030914!important; }
.btn-secondary { border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.05)!important; color:#fff!important; }

.site-footer {
  padding:40px 0 24px; border-top:1px solid rgba(255,255,255,.08); background:rgba(3,9,20,.92)!important;
}
.footer-grid { display:grid; grid-template-columns:1.2fr .9fr .8fr .9fr; gap:26px; }
.footer-col h4 { margin:0 0 12px; color:#fff!important; }
.footer-col a,.footer-col p { display:block; margin:0 0 8px; color:var(--text)!important; font-size:.95rem; }
.footer-logo .brand-shell { margin-bottom:14px; }
.footer-bottom {
  margin-top:22px; padding-top:16px; border-top:1px solid rgba(255,255,255,.08);
  display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; color:var(--muted)!important; font-size:.9rem;
}
html,body,main,section,header,footer,nav,div,article,aside { color:#eaf3ff!important; }
h1,h2,h3,h4,h5,h6 { color:#fff!important; overflow-wrap:break-word!important; }
p,span,li,a,small,label { color:#d8e8fb!important; overflow-wrap:break-word!important; }
.gold,.eyebrow,strong { color:#f3c45f!important; }
.btn-primary,.header-cta { color:#030914!important; }

@media (max-width:1059px) {
  .hero-grid,.split,.cta-box,.legal-wrap { grid-template-columns:1fr!important; }
  .legal-nav { position:relative; top:auto; }
  .cta-actions { justify-content:flex-start; }
  .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:760px) {
  .nav-wrap { overflow-x:auto; justify-content:flex-start; padding:10px 0; }
  .nav-wrap::-webkit-scrollbar { display:none; }
  .nav-wrap { scrollbar-width:none; }
  .container { width:min(var(--max), calc(100% - 26px)); }
  .hero { padding-top:34px; }
  .hero h1 { font-size:2.7rem; }
  .footer-grid { grid-template-columns:1fr!important; }
  .hero-photo,.photo-card { min-height:320px; }
  .legal-card { padding:22px; }
}
html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
<style id="bss-language-system-style"> html.bss-lang-switching *, html.bss-lang-switching *::before, html.bss-lang-switching *::after{ transition:none !important; animation:none !important; } html.bss-lang-switching body{ cursor:progress; } .menu a, .dropbtn, .contact-btn, .language-select, .mobile-language-select, [data-bss-language-select]{ white-space:nowrap !important; } .section-title, .hero h1, .lead, .section-copy, .category-card, .context-card, .section-note, .hero-bss-info, .footer-grid, .cat-body, .status-card, .hsi-context-band{ overflow-wrap:normal; word-break:normal; hyphens:auto; } html[dir="rtl"] body{ direction:rtl; } html[dir="rtl"] .notranslate, html[dir="rtl"] [translate="no"], html[dir="rtl"] .mark, html[dir="rtl"] .hsi-box strong, html[dir="rtl"] .status-number{ direction:ltr; } 