
:root{
  --bg:#070707;
  --panel:#101010;
  --panel2:#171717;
  --line:#2f2f2f;
  --silver:#c7c7c7;
  --white:#f4f4f2;
  --muted:#a3a3a3;
  --soft:#e7e4dd;
  --ink:#101010;
  --gold:#b6a26c;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--white);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
button{font:inherit}
.site-header{
  position:sticky;top:0;z-index:30;
  height:78px;
  display:flex;align-items:center;gap:26px;
  padding:0 3.2vw;
  background:rgba(5,5,5,.94);
  border-bottom:1px solid rgba(255,255,255,.09);
  backdrop-filter:blur(16px);
}
.brand{display:flex;align-items:center;margin-right:auto}
.brand img{width:235px;height:48px;object-fit:cover;object-position:center;border-radius:2px}
.nav{display:flex;align-items:center;gap:24px}
.nav a{font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:#d7d7d7}
.nav a:hover{color:#fff}
.lang-switcher{display:flex;gap:8px;align-items:center;border:1px solid #343434;border-radius:4px;padding:7px 10px}
.lang-switcher button{background:none;border:0;color:#aaa;cursor:pointer;font-size:11px}
.lang-switcher button.active{color:#fff}
.menu-toggle{display:none;background:none;border:1px solid #444;color:#fff;padding:6px 10px;border-radius:4px}

.hero{
  min-height:690px;
  position:relative;
  background-image:url('assets/hero-investinove.png');
  background-size:cover;
  background-position:center;
  display:flex;align-items:center;
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.78) 34%,rgba(0,0,0,.18) 68%,rgba(0,0,0,.12) 100%);
}
.hero-content{position:relative;z-index:2;max-width:680px;padding:80px 4.2vw}
.eyebrow{
  margin:0 0 12px;
  color:#d8d8d8;
  letter-spacing:.18em;
  font-weight:600;
  font-size:13px;
}
.eyebrow.dark{color:#666}
.hero h1{
  font-family:Manrope,Inter,sans-serif;
  font-size:clamp(44px,5.4vw,78px);
  line-height:.91;
  letter-spacing:-.055em;
  margin:0 0 26px;
  font-weight:700;
  color:#e7e7e7;
}
.hero-lead{font-size:18px;max-width:610px;margin:0 0 10px}
.hero-copy{color:#c7c7c7;font-size:20px;max-width:560px;margin-bottom:32px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 24px;
  border-radius:4px;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-size:12px;font-weight:600;
  transition:.2s ease;
}
.btn-primary{background:#d8d8d5;color:#080808;border:1px solid #e7e7e7}
.btn-primary:hover{background:white;transform:translateY(-1px)}
.btn-ghost{border:1px solid #8b8b8b;color:#eee;background:rgba(0,0,0,.22)}
.btn-ghost:hover{border-color:#fff}

.credibility-strip{
  display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  background:linear-gradient(#111,#0d0d0d);
}
.credibility-strip article{
  text-align:center;padding:28px 26px;
  border-right:1px solid var(--line);
}
.credibility-strip article:last-child{border-right:0}
.credibility-strip .icon,.credibility-strip .number{font-size:34px;color:#d5d5d5;display:block;height:46px}
.credibility-strip .number{font-weight:700}
.credibility-strip h3{font-size:13px;text-transform:uppercase;letter-spacing:.05em;margin:8px 0}
.credibility-strip p{margin:0;color:#9a9a9a;font-size:13px}

.section{padding:96px 6vw}
.section-dark{background:#0c0c0c}
.section-black{background:#050505}
.section-light{background:#e8e5df}
.section-heading{max-width:900px;margin-bottom:42px}
.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}
.section h2{
  font-family:Manrope,Inter,sans-serif;
  margin:0;font-size:clamp(36px,4vw,58px);
  line-height:1.07;letter-spacing:-.035em;
}
.section h2.dark{color:var(--ink)}
.section-intro{color:#aaa;font-size:18px;max-width:730px;margin:18px auto 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px;max-width:1180px}
.two-col p{color:#aaa}
.large-copy{font-size:22px;color:#ddd;line-height:1.55}
.large-copy.dark{color:#222}
.dark-muted{color:#5f5f5f}

.cards-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:14px;max-width:1250px;margin:0 auto;
}
.card{
  min-height:245px;padding:30px;
  border:1px solid #343434;
  background:linear-gradient(145deg,#121212,#0a0a0a);
  border-radius:6px;
}
.card-icon{
  width:54px;height:54px;border:1px solid #666;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:Manrope;font-weight:700;color:#ddd;margin-bottom:30px;
}
.card h3{margin:0 0 10px;font-size:19px}
.card p{margin:0;color:#999;font-size:14px}
.process{max-width:1250px;margin:54px auto 0;border-top:1px solid #303030;padding-top:38px}
.process h3{text-transform:uppercase;letter-spacing:.1em;font-size:13px;color:#d8d8d8}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.process-grid div{border:1px solid #303030;padding:22px;min-height:130px}
.process-grid strong{display:block;font-size:26px;color:#777;margin-bottom:24px}
.process-grid span{font-size:14px;color:#c9c9c9}

.investment-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:70px}
.mini-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.mini-cards div{
  min-height:145px;border:1px solid #c7c4bd;background:#f2f0eb;
  color:#161616;padding:24px;display:flex;flex-direction:column;justify-content:space-between
}
.mini-cards span{font-size:28px;color:#737373}
.mini-cards b{font-size:15px}

.section-photo{
  position:relative;
  background-image:url('assets/hero-investinove.png');
  background-size:cover;background-position:center 38%;
  min-height:590px;display:flex;align-items:center;
}
.photo-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.76) 46%,rgba(0,0,0,.20))}
.section-content-narrow{position:relative;z-index:2;max-width:720px}
.section-content-narrow p:not(.eyebrow){color:#c3c3c3}

.ceo-block{display:grid;grid-template-columns:260px 1fr;gap:60px;max-width:1050px;align-items:center}
.ceo-monogram{
  aspect-ratio:1;border-radius:50%;
  border:1px solid #555;display:flex;align-items:center;justify-content:center;
  font:600 62px/1 Manrope;color:#bcbcbc;
  background:radial-gradient(circle at 30% 25%,#282828,#0c0c0c 62%);
}
.contact-section{background:#d8d5ce}
.contact-card{max-width:1040px;margin:auto;text-align:center;padding:34px}
.contact-card h2{color:#111}
.contact-card p{max-width:760px;margin-left:auto;margin-right:auto}
.contact-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:34px 0}
.btn-dark{background:#0a0a0a;color:#fff;border:1px solid #0a0a0a}
.btn-outline-dark{background:transparent;color:#111;border:1px solid #555}
.contact-note{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#5d5d5d}

footer{
  background:#030303;text-align:center;padding:48px 20px;color:#777;border-top:1px solid #222
}
footer img{width:230px;height:46px;object-fit:cover;margin-bottom:18px}
footer p{margin:5px 0;font-size:13px}
footer small{display:block;margin-top:20px;font-size:11px;color:#555}

@media (max-width:1050px){
  .nav{display:none;position:absolute;top:77px;left:0;right:0;background:#090909;padding:22px 4vw;flex-direction:column;align-items:flex-start;border-bottom:1px solid #333}
  .nav.open{display:flex}
  .menu-toggle{display:block}
  .lang-switcher{margin-left:0}
  .credibility-strip{grid-template-columns:1fr 1fr}
  .cards-grid{grid-template-columns:1fr 1fr}
  .process-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  .site-header{padding:0 16px;gap:10px}
  .brand img{width:170px;height:38px}
  .lang-switcher{padding:5px 7px}
  .hero{min-height:720px;background-position:60% center}
  .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.74))}
  .hero-content{padding:90px 20px}
  .hero h1{font-size:42px}
  .credibility-strip{grid-template-columns:1fr}
  .credibility-strip article{border-right:0;border-bottom:1px solid #2d2d2d}
  .section{padding:72px 20px}
  .two-col,.investment-layout,.ceo-block{grid-template-columns:1fr;gap:30px}
  .cards-grid,.process-grid,.mini-cards{grid-template-columns:1fr}
  .ceo-monogram{width:180px}
  .section-photo{background-position:65% center}
}


.wechat-card{
  margin:34px auto 28px;
  max-width:680px;
  display:flex;
  align-items:center;
  gap:28px;
  text-align:left;
  padding:24px;
  border:1px solid #aaa59b;
  background:rgba(255,255,255,.34);
}
.wechat-qr-wrap{
  background:#fff;
  padding:10px;
  border:1px solid #b8b3a9;
  flex:0 0 auto;
}
.wechat-qr{display:block;width:150px;height:150px}
.wechat-info{display:flex;flex-direction:column;align-items:flex-start}
.wechat-label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:#666;
  margin-bottom:3px;
}
.wechat-info strong{font-size:20px;color:#111;margin-bottom:5px}
.wechat-info code{
  color:#222;
  background:#eeeae3;
  border:1px solid #c9c4ba;
  padding:6px 9px;
  font-size:13px;
}
.wechat-info p{margin:12px 0 15px;color:#5c5c5c;font-size:13px}
@media (max-width:620px){
  .wechat-card{flex-direction:column;text-align:center}
  .wechat-info{align-items:center}
  .wechat-info p{text-align:center}
}

.wechat-qr-wrap{max-width:260px}
.wechat-qr{
  width:220px;
  height:auto;
  max-height:300px;
  object-fit:contain;
}
@media (max-width:620px){
  .wechat-qr{width:210px;max-width:100%}
}

.ceo-monogram{
  overflow:hidden;
  padding:0;
}
.ceo-monogram img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center 42%;
  border-radius:50%;
}

.office-address{
  margin:24px auto 10px;
  max-width:760px;
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:18px 20px;
  border:1px solid #b8b3a9;
  background:rgba(255,255,255,.28);
  color:#222;
}
.office-label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:#6b6b6b;
  margin-bottom:4px;
}
.office-address strong{
  font-size:15px;
  font-weight:600;
}
.office-address span:not(.office-label){
  font-size:13px;
  color:#5c5c5c;
}
