
:root{--blue:#0b63bf;--deep:#06285e;--gold:#c79a4a;--gold2:#e2bd68;--ink:#0b1f44;--muted:#526174;--line:#e5ebf3;--soft:#f6f9fd}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Noto Sans SC",sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}.container{width:min(1260px,92%);margin:0 auto}
.header{height:120px;background:#fff;box-shadow:0 1px 0 var(--line);position:sticky;top:0;z-index:10}.nav{height:120px;display:flex;align-items:center;justify-content:space-between}.logo{height:120px;display:block}.menu{display:flex;gap:40px;font-weight:800;color:var(--deep);font-size:15px}.menu a{height:120px;display:flex;align-items:center;position:relative;text-align:center}.menu span{display:block;font-size:12px;color:#111;margin-top:2px}.menu a.active:after,.menu a:hover:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--gold)}.lang{font-weight:900;color:var(--deep)}
.hero{height:560px;background:url("../assets/hero-reference-style.svg") center/cover no-repeat;color:white;display:flex;align-items:center}.hero-text{max-width:570px}.hero h1{font-size:58px;line-height:1.06;margin:0 0 14px;font-weight:900;letter-spacing:-.045em}.hero .gold{color:var(--gold2)}.hero p{font-size:19px;line-height:1.58;margin:0 0 13px}.goldbar{width:58px;height:4px;background:var(--gold);margin:18px 0}.btn{display:inline-flex;border:1px solid white;border-radius:7px;padding:12px 26px;font-weight:900;margin-top:4px}.btn:hover{background:white;color:var(--deep)}
.section{padding:46px 0}.title{text-align:center;margin-bottom:30px}.title h2{font-size:28px;line-height:1.15;margin:0;color:var(--deep);font-weight:900}.title h2 span{display:block;font-size:21px}.title:after{content:"";display:block;width:42px;height:3px;background:var(--gold);margin:12px auto 0}
.business-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.biz{height:242px;border-radius:7px;overflow:hidden;position:relative;color:white;background:center/cover no-repeat;box-shadow:0 12px 30px rgba(6,24,58,.15)}.biz:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,23,56,.08),rgba(3,23,56,.94))}.biz-body{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;text-align:center}.icon{width:70px;height:70px;border-radius:50%;border:2px solid white;background:rgba(3,23,56,.55);display:grid;place-items:center;margin:0 auto 18px;font-size:28px}.biz h3{margin:0 0 8px;font-size:19px;line-height:1.2}.biz p{margin:0;color:var(--gold2);font-weight:900}
.news-about{display:grid;grid-template-columns:1fr 350px;gap:28px;padding-bottom:34px}.news-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.news-head h2{margin:0;color:var(--deep);font-size:23px;line-height:1.1}.more{font-weight:900;color:var(--deep)}.news-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.news-item{display:grid;grid-template-columns:110px 1fr;gap:14px;border-right:1px solid var(--line);padding-right:16px}.news-item:last-child{border-right:none}.thumb{width:110px;height:74px;border-radius:4px;background:center/cover no-repeat}.date{font-size:12px;color:var(--muted)}.news-item h3{font-size:14px;margin:4px 0;color:var(--deep);line-height:1.35}.news-item p{font-size:12px;margin:0;color:var(--muted);line-height:1.4}.read{display:inline-block;margin-top:7px;color:#b37d2e;font-weight:900;font-size:12px}
.about-box{background:linear-gradient(135deg,#f9fbff,#edf4fb);border-radius:7px;padding:26px 30px}.about-box h2{margin:0 0 14px;color:var(--deep);font-size:22px}.about-box p{font-size:14px;color:#32425c;line-height:1.65}.about-box a{color:var(--deep);font-weight:900}
.footer{background:#062a5f;color:#dce8f7;padding:34px 0 14px}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr .9fr;gap:42px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.15)}.footer-logo{height:92px}.footer h4{margin:0 0 12px;color:#fff}.footer p,.footer a{font-size:14px;line-height:1.8;color:#dce8f7}.copy{display:flex;justify-content:space-between;gap:20px;padding-top:14px;font-size:13px;color:#b7c8dd}
@media(max-width:900px){.menu{display:none}.logo{height:82px}.header,.nav{height:96px}.hero{height:auto;min-height:560px;padding:60px 0}.hero h1{font-size:42px}.business-grid,.news-about,.news-row,.footer-grid{grid-template-columns:1fr}.news-item{border-right:0;border-bottom:1px solid var(--line);padding-bottom:16px}.biz{height:260px}.section{padding:38px 0}}


/* Full site page styles */
.page-hero{
  height:260px;
  background:url("../assets/hero-reference-style.svg") center 44%/cover no-repeat;
  color:#fff;
  display:flex;
  align-items:center;
}
.page-hero h1{
  font-size:38px;
  line-height:1.12;
  margin:0 0 10px;
  font-weight:900;
}
.page-hero p{
  font-size:17px;
  max-width:760px;
  color:#e9f3ff;
  margin:0;
}
.page-content{padding:48px 0 56px;}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.panel{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:30px;
  box-shadow:0 10px 24px rgba(6,40,94,.06);
}
.panel h2{
  margin:0 0 14px;
  color:var(--deep);
  font-size:24px;
}
.panel p,.panel li{
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
}
.panel ul{margin:0;padding-left:20px;}
.value-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:26px;
}
.value-card{
  background:linear-gradient(135deg,#fff,#f4f8fd);
  border:1px solid var(--line);
  border-radius:8px;
  padding:24px;
}
.value-card h3{
  margin:0 0 10px;
  color:var(--deep);
  font-size:18px;
}
.value-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.business-list{
  display:grid;
  gap:22px;
}
.business-item{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:28px;
  align-items:stretch;
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 24px rgba(6,40,94,.06);
}
.business-img{
  min-height:190px;
  background:center/cover no-repeat;
}
.business-text{
  padding:28px 28px 28px 0;
}
.business-text h2{
  margin:0 0 12px;
  color:var(--deep);
  font-size:24px;
}
.business-text p{
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
  margin:0 0 12px;
}
.business-tags{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
}
.business-tags span{
  border:1px solid #d7e1ee;
  color:var(--deep);
  border-radius:999px;
  padding:5px 11px;
  font-size:12px;
  font-weight:800;
}
.news-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.news-card{
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 24px rgba(6,40,94,.06);
}
.news-cover{
  height:155px;
  background:center/cover no-repeat;
}
.news-body{
  padding:22px;
}
.news-body h2{
  margin:8px 0 10px;
  color:var(--deep);
  font-size:19px;
  line-height:1.3;
}
.news-body p{
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
  margin:0;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}
.contact-card{
  background:linear-gradient(135deg,#fff,#f3f8ff);
  border:1px solid var(--line);
  border-radius:8px;
  padding:30px;
}
.contact-line{
  display:flex;
  gap:12px;
  margin:14px 0;
  color:var(--muted);
  font-weight:700;
}
.contact-line b{
  color:var(--deep);
  min-width:88px;
}
.form-box input,.form-box textarea{
  width:100%;
  border:1px solid #d8e2ee;
  border-radius:6px;
  padding:12px 13px;
  margin-bottom:12px;
  font:inherit;
}
.form-box textarea{min-height:120px;resize:vertical;}
.form-box button{
  border:0;
  border-radius:6px;
  background:var(--deep);
  color:#fff;
  padding:13px 22px;
  font-weight:900;
}
@media(max-width:900px){
  .two-col,.value-grid,.business-item,.news-list,.contact-grid{grid-template-columns:1fr;}
  .business-text{padding:24px;}
  .business-img{min-height:220px;}
  .page-hero{height:auto;min-height:230px;padding:50px 0;}
}

.lang button{
  border:0;
  background:transparent;
  color:var(--deep);
  font-weight:900;
  cursor:pointer;
  font-size:14px;
  padding:4px 5px;
}
.lang button.active-lang{color:var(--gold);}
.lang .sep{color:var(--gold);padding:0 4px;}
.form-box button, .btn, .more, .read { cursor:pointer; }
