:root{
  --cou-dark-red:#890505;
  --cou-black:#0b0b0b;
  --cou-charcoal:#121212;
  --cou-white:#ffffff;
  --cou-gray:#f3f4f6;
  --cou-gray2:#e6e7eb;
  --cou-text:#121212;
  --cou-muted:#5b6574;
  --cou-shadow: 0 10px 30px rgba(0,0,0,.10);
  --cou-shadow2: 0 6px 16px rgba(0,0,0,.12);
  --radius:16px;
  --radius2:22px;
  --maxw: 1220px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: "Segoe UI", Roboto, Arial, Helvetica, sans-serif;
  color: var(--cou-text);
  background: var(--cou-white);
  overflow-x:hidden;
}
a{color:inherit}
.container{max-width: var(--maxw); margin:0 auto; padding:0 18px;}
/* ========== TOP NAVS (match screenshots) ========== */
.topbar{
  background: linear-gradient(180deg, #000000 0%, #1a1a1a 100%);
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar .row{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; padding:8px 0;
}
.social{
  display:flex; align-items:center; gap:10px;
}
.social a{
  width:26px; height:26px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  text-decoration:none;
  font-weight:900;
  color:#fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.10);
}
.social a:hover{filter:brightness(.96); transform: translateY(-1px);}
.social a:nth-child(1){background:#1877f2;}
.social a:nth-child(2){background:#1da1f2;}
.social a:nth-child(3){background:#ea4335;}
.social a:nth-child(4){background:#0a66c2;}
.social a:nth-child(5){background:#ff0000;}
.social a:nth-child(6){background:#7c3aed;}
.toplinks{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:0px;
  font-size:12.2px;
  font-weight:800;
  letter-spacing:.1px;
  white-space:nowrap;
  overflow:hidden;
}
.toplinks a{
  text-decoration:none;
  padding: 6px 8px;
  border-right: 1px solid rgba(255,255,255,.28);
  line-height: 1;
  white-space:nowrap;
}
.toplinks .sep{display:none}
.langzone{
  display:flex; align-items:center; gap:10px;
}
.select{
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.22);
  color:#fff;
  padding:8px 12px;
  border-radius:8px;
  font-size:12.8px;
  font-weight:700;
  outline:none;
}
.select option{color:#111}
.midbar{
  background: linear-gradient(180deg, #000000 0%, #1a1a1a 100%);
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.midbar .row{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; padding:8px 0;
}
.midnav{
  display:flex;
  flex-wrap:nowrap;
  gap:14px;
  font-size:12.2px;
  font-weight:800;
  align-items:center;
  white-space:nowrap;
}
.midnav a{
  text-decoration:none;
  padding: 6px 2px;
  border:0;
  background: transparent;
  border-radius: 0;
  color:#fff;
  white-space:nowrap;
}
.midnav a:hover{border-color: rgba(255,255,255,.38)}
.midnav .dd{ position:relative; }
.dd > button{
  all:unset;
  cursor:pointer;
  padding: 6px 0px;
  color:#fff;
  font-weight:800;
  font-size:12.2px;
  white-space:nowrap;
}
.dd > button:hover{border-color: rgba(255,255,255,.38)}
.ddmenu{
  position:absolute; top:32px; left:0;
  min-width: 230px;
  background:#0e0e0e;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding:8px;
  display:none;
  z-index: 50;
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
}
.ddmenu a{
  display:block;
  padding:10px 10px;
  border-radius:10px;
  font-size:12.8px;
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  margin:6px 0;
}
.ddmenu a:hover{border-color: rgba(255,255,255,.26)}
.dd.open .ddmenu{
  position:absolute; top:32px; left:0;
  min-width: 230px;
  background:#0e0e0e;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding:8px;
  display:none;
  z-index: 50;
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
}
.brandmark{
  width:34px; height:34px;
  border-radius:50%;
  background:#fff;
  display:flex; align-items:center; justify-content:center;
  flex: 0 0 auto;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
  border: 2px solid rgba(255,255,255,.35);
  position:relative;
}
.brandmark::after{
  content:"";
  position:absolute;
  inset: -6px;
  border-radius:50%;
  border: 2px solid rgba(255,255,255,.12);
}
.brandmark img{
  width:22px; height:22px;
  border-radius:50%;
  display:block;
}
.authlinks{
  display:flex;
  gap:14px;
  flex-wrap:nowrap;
  font-size:12.2px;
  white-space:nowrap;
  align-items:center;
}
.authlinks a{
  text-decoration:none;
  padding: 6px 0px;
  border:0;
  background: transparent;
  border-radius: 0;
  color:#fff;
  font-weight:800;
  font-size:12.2px;
  white-space:nowrap;
}
.authlinks a:hover{border-color: rgba(255,255,255,.38)}
.mainbar{
  background: var(--cou-dark-red);
  color:#fff;
  border-bottom: 1px solid rgba(0,0,0,.20);
}
.mainbar .row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:10px 0;
  flex-wrap:nowrap;
  white-space:nowrap;
}
.mainbar a{
  text-decoration:none;
  font-weight:900;
  padding: 8px 10px;
  border-radius: 0;
  border:0;
  background: transparent;
  color:#fff;
  white-space:nowrap;
  font-size:13px;
}
.mainbar a:hover{background: rgba(255,255,255,.10)}
.mainbar a.cta{
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* ========== HERO ========== */
.hero{
  position:relative;
  min-height: 420px;
  background: #111;
  overflow:hidden;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.hero img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.02);
}
.hero .overlay{
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.35) 55%, rgba(0,0,0,.18) 100%);
}
.hero .content{
  position:relative;
  padding: 54px 0 44px;
  color:#fff;
}
.hero .badge{
  display:inline-flex; gap:8px; align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  font-size:12.5px;
}
.hero h1{
  margin:14px 0 10px;
  font-size: 38px;
  line-height:1.12;
  letter-spacing:.2px;
}
.hero p{
  margin:0 0 18px;
  max-width: 740px;
  font-size: 15.5px;
  line-height:1.7;
  color: rgba(255,255,255,.92);
}
.hero .ctaRow{
  display:flex; gap:10px; flex-wrap:wrap;
  margin-top: 16px;
}
.btn{
  cursor:pointer;
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.20);
  text-decoration:none;
  font-weight:700;
  font-size: 13.5px;
  background: rgba(255,255,255,.10);
  color:#fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
}
.btn:hover{transform: translateY(-1px); background: rgba(255,255,255,.14);}
.btn.primary{
  background:#fff;
  color: var(--cou-dark-red);
  border-color:#fff;
}
.btn.primary:hover{filter:brightness(.96)}
.btn.ghost{
  background: rgba(0,0,0,.18);
}
.hero .stats{
  display:flex; gap:12px; flex-wrap:wrap;
  margin-top: 18px;
}
.stat{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  padding: 10px 12px;
  min-width: 160px;
}
.stat b{display:block; font-size: 16px;}
.stat span{display:block; font-size: 12.5px; opacity:.9; margin-top:2px}
/* ========== CONTENT GRID ========== */
.section{
  padding: 26px 0 34px;
}
.grid{
  display:grid;
  grid-template-columns: 290px 1fr 290px;
  gap: 18px;
  align-items: stretch;
}
.col{
  display:flex;
  flex-direction:column;
  gap: 14px;
  min-width: 0;
}
.card{
  background:#fff;
  border: 1px solid rgba(10,10,10,.08);
  border-radius: var(--radius);
  box-shadow: var(--cou-shadow);
  overflow:hidden;
}
.card .hd{
  padding: 14px 16px;
  border-bottom: 1px solid rgba(10,10,10,.07);
  display:flex; align-items:center; justify-content:space-between;
  gap: 10px;
}
.card .hd h3{
  margin:0;
  font-size: 14.5px;
  letter-spacing:.2px;
}
.pill{
  font-size: 11.5px;
  padding:6px 10px;
  border-radius:999px;
  background: rgba(137,5,5,.08);
  color: var(--cou-dark-red);
  border: 1px solid rgba(137,5,5,.18);
  font-weight:800;
}
.card .bd{padding: 14px 16px;}
.small{font-size: 12.8px; color: var(--cou-muted); line-height:1.65;}
.list{margin: 8px 0 0; padding:0; list-style:none}
.list li{padding:10px 0; border-bottom:1px dashed rgba(0,0,0,.10)}
.list li:last-child{border-bottom:0}
.list a{ text-decoration:none; }
.list a:hover{ color: var(--cou-dark-red); text-decoration:underline; }

.block{
  background: var(--cou-gray);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: var(--radius);
  padding: 14px 16px;
}
.block h2{
  margin:0 0 8px;
  font-size: 18px;
}
.block p{margin:0; color: var(--cou-muted); line-height:1.75; font-size: 14.5px;}

.kpiRow{
  display:grid; gap:12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 12px;
}
.kpi{
  background:#fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  padding: 12px 12px;
  box-shadow: 0 10px 22px rgba(0,0,0,.06);
}
.kpi b{display:block; font-size: 16px;}
.kpi span{display:block; font-size: 12.5px; color: var(--cou-muted); margin-top:2px}

.cardGrid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.feature{
  background:#fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 14px 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.feature h4{margin:0 0 6px; font-size: 14.5px}
.feature p{margin:0; font-size: 13.6px; line-height:1.7; color: var(--cou-muted)}
.tagRow{display:flex; gap:8px; flex-wrap:wrap; margin-top:10px}
.tag{
  font-size: 11.5px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background:#fff;
  color: #202020;
  font-weight:700;
}
.tag.red{border-color: rgba(137,5,5,.18); background: rgba(137,5,5,.06); color: var(--cou-dark-red);}

.tableWrap{
  overflow:auto;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
table{
  width:100%;
  border-collapse:collapse;
  min-width: 760px;
  background:#fff;
}
th, td{
  padding: 12px 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  text-align:left;
  font-size: 13.4px;
  vertical-align:top;
}
th{
  background: rgba(0,0,0,.02);
  font-size: 12.5px;
  letter-spacing:.3px;
  text-transform:uppercase;
  color:#1f2937;
}
tr:hover td{background: rgba(137,5,5,.03)}
.note{
  margin-top:10px;
  font-size: 12.6px;
  color: var(--cou-muted);
  line-height:1.7;
}
.videoGrid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.video{
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.08);
  background:#fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.video .meta{padding: 12px 12px;}
.video .meta b{display:block; font-size: 13.8px;}
.video .meta span{display:block; font-size: 12.4px; color: var(--cou-muted); margin-top:4px; line-height:1.6;}
.video iframe{
  width:100%;
  height: 210px;
  border:0;
  display:block;
}
.accordion .item{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  overflow:hidden;
  background:#fff;
  box-shadow: 0 10px 22px rgba(0,0,0,.05);
  margin-bottom: 10px;
}
.accordion button{
  width:100%;
  text-align:left;
  border:0;
  background:#fff;
  cursor:pointer;
  padding: 14px 14px;
  font-weight:800;
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
}
.accordion button span{font-size: 13.8px;}
.accordion button i{
  width:22px;height:22px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(0,0,0,.10);
  font-style:normal;
}
.accordion .panel{
  padding: 0 14px 14px;
  display:none;
  color: var(--cou-muted);
  font-size: 13.4px;
  line-height:1.75;
}
.accordion .item.open .panel{display:block}
.accordion .item.open button i{transform: rotate(45deg)}
/* Form */
.formRow{display:grid; grid-template-columns: 1fr 1fr; gap: 10px;}
label{display:block; font-size:12.5px; font-weight:800; margin: 10px 0 6px;}
input, select, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background:#fff;
  outline:none;
  font-size: 13.6px;
}
textarea{min-height: 110px; resize: vertical;}
.submit{
  margin-top: 12px;
  width:100%;
  background: var(--cou-dark-red);
  border: 1px solid rgba(0,0,0,.10);
  color:#fff;
  padding: 12px 14px;
  border-radius: 14px;
  cursor:pointer;
  font-weight:900;
}
.submit:hover{filter:brightness(.96)}
/* ========== FOOTER (match screenshot) ========== */
.footer{
  background: radial-gradient(1200px 600px at 20% 10%, #242424 0%, #0c0c0c 55%, #000 100%);
  color:#fff;
  padding: 26px 0 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footerTop{
  display:grid;
  grid-template-columns: 1fr 420px;
  gap: 18px;
  padding-bottom: 18px;
}
.footerLinks h4{
  margin:0 0 10px; font-size: 15px; letter-spacing:.2px;
}
.footerLinks .linksLine{
  font-size: 12.6px;
  line-height: 1.9;
  color: rgba(255,255,255,.92);
}
.footerLinks .linksLine a{ text-decoration:none; }
.footerLinks .linksLine a:hover{ text-decoration: underline; }
.footerLinks .copy{
  margin-top: 16px;
  font-size: 12.5px;
  color: rgba(255,255,255,.80);
}
.addressCard{
  background: rgba(255,255,255,.92);
  color:#111;
  border-radius: 18px;
  padding: 18px 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.55);
  position:relative;
}
.addressCard .seal{
  position:absolute;
  top:-18px; left: 50%;
  transform: translateX(-50%);
  width: 40px; height: 40px;
  border-radius: 999px;
  background:#fff;
  border: 4px solid rgba(0,0,0,.08);
  display:flex; align-items:center; justify-content:center;
}
.addressCard .seal img{width:22px; height:22px; border-radius:50%;}
.addressCard h3{margin: 8px 0 6px; text-align:center;}
.addressCard .sub{margin:0; text-align:center; color:#333; font-weight:800; font-size: 12.5px;}
.addressCard .addr{margin: 10px 0 8px; text-align:center; color:#333; font-size: 12.5px; line-height:1.6;}
.addressCard .phone{margin: 6px 0 10px; text-align:center; color: #0f7b29; font-weight:900;}
.addressCard .soc{display:flex; justify-content:center; gap:10px; margin: 10px 0;}
.addressCard .soc a{
  width:26px; height:26px; border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  border:1px solid rgba(0,0,0,.14);
  text-decoration:none;
}
.addressCard .join{margin: 8px 0 4px; text-align:center; font-weight:900;}
.addressCard .joinTxt{margin:0; text-align:center; font-size: 12.5px; color:#333; line-height:1.6;}
.colorDots{display:flex; justify-content:center; gap:8px; margin-top: 10px;}
.dot{width:10px;height:10px;border-radius:3px;background:#111; opacity:.9}
.dot.red{background: var(--cou-dark-red)}
.dot.blue{background:#2563eb}
.dot.green{background:#16a34a}
.dot.orange{background:#f97316}
.footerBottom{
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 12px 0;
  text-align:center;
  color: rgba(255,255,255,.88);
  font-size: 12.6px;
}
.footerBottom a{text-decoration:none}
.footerBottom a:hover{text-decoration:underline}

/* Floating chat */
.chatBtn{
  position:fixed;
  right: 18px;
  bottom: 18px;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: var(--cou-dark-red);
  color:#fff;
  border: 2px solid rgba(0,0,0,.18);
  display:flex; align-items:center; justify-content:center;
  font-weight: 1000;
  letter-spacing:.6px;
  cursor:pointer;
  box-shadow: 0 18px 40px rgba(0,0,0,.30);
  z-index: 70;
}
.chatBtn:hover{filter:brightness(.96); transform: translateY(-1px);}
.chatPanel{
  position:fixed;
  right: 18px;
  bottom: 92px;
  width: 340px;
  max-width: calc(100vw - 36px);
  background:#fff;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 22px 60px rgba(0,0,0,.25);
  overflow:hidden;
  display:none;
  z-index: 80;
}
.chatPanel.open{display:block;}
.chatPanel .chd{
  background: #111;
  color:#fff;
  padding: 12px 12px;
  display:flex; align-items:center; justify-content:space-between;
  gap:10px;
}
.chatPanel .chd b{font-size: 13px;}
.chatPanel .chd button{
  all:unset; cursor:pointer;
  width: 28px; height: 28px;
  border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(255,255,255,.18);
}
.chatPanel .cbd{padding: 12px 12px;}
.bubble{
  background: rgba(137,5,5,.06);
  border: 1px solid rgba(137,5,5,.14);
  color:#222;
  padding: 10px 10px;
  border-radius: 14px;
  font-size: 12.8px;
  line-height:1.6;
}
.chatPanel .cbd .hint{
  margin-top:10px;
  font-size: 12.2px;
  color: var(--cou-muted);
}

/* Responsive */
@media (max-width: 1080px){
  .grid{grid-template-columns: 280px 1fr 280px;}
}
@media (max-width: 980px){
  .grid{grid-template-columns: 1fr;}
  .footerTop{grid-template-columns: 1fr;}
  table{min-width: 680px;}
  .kpiRow{grid-template-columns: 1fr 1fr;}
  .videoGrid{grid-template-columns: 1fr;}
  .cardGrid{grid-template-columns: 1fr;}
}
@media (max-width: 560px){
  .hero h1{font-size: 30px;}
  .formRow{grid-template-columns: 1fr;}
}
/* Prevent menu wrap while avoiding horizontal scrollbars */
.topbar, .midbar, .mainbar{overflow:hidden;}
