:root{
  --theme:#0B3D91;
  --theme-dark:#06265d;
  --theme-soft:#eaf1ff;
  --cinema:#08090b;
  --cinema-soft:#14161a;
  --gold:#f2c76b;
  --gold-light:#ffe4a3;
  --scarlet:#b3122f;
  --scarlet-bright:#e2233f;
  --ink:#172033;
  --muted:#647087;
  --line:#e3e8f1;
  --paper:#f5f7fb;
  --white:#fff;
  --success:#16845b;
  --shadow:0 18px 50px rgba(16,31,62,.12);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--white);
  font-family:"Microsoft YaHei","PingFang SC","Noto Sans SC",Arial,sans-serif;
  line-height:1.65;
  overflow-x:hidden;
}
body.drawer-lock{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
button{cursor:pointer}
.container{width:min(1200px,calc(100% - 40px));margin-inline:auto}
.section{padding:82px 0}
.section-soft{background:var(--paper)}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--theme);
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
}
.eyebrow::before{content:"";width:24px;height:2px;background:currentColor}
.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:30px;
}
.section-title{margin:8px 0 0;font-size:clamp(28px,4vw,44px);line-height:1.18}
.section-desc{max-width:590px;margin:0;color:var(--muted)}
.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--theme);font-weight:800}
.text-link::after{content:"→";transition:transform .2s}
.text-link:hover::after{transform:translateX(4px)}
.btn{
  display:inline-flex;
  min-height:46px;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 20px;
  border:1px solid transparent;
  border-radius:999px;
  font-weight:800;
  transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{color:#fff;background:var(--theme);box-shadow:0 10px 25px rgba(11,61,145,.24)}
.btn-primary:hover{background:var(--theme-dark)}
.btn-outline{color:var(--theme);background:#fff;border-color:#c9d5ea}
.btn-outline:hover{border-color:var(--theme);box-shadow:0 8px 20px rgba(11,61,145,.12)}

.topbar{
  position:relative;
  z-index:120;
  color:#dfe8fa;
  background:#061936;
  font-size:13px;
}
.topbar-inner{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.topbar-contact{display:flex;align-items:center;gap:18px}
.topbar a:hover{color:#fff}

.header{
  position:sticky;
  top:0;
  z-index:110;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid rgba(220,226,238,.9);
  box-shadow:0 4px 18px rgba(18,32,59,.05);
  backdrop-filter:blur(14px);
}
.header-inner{min-height:76px;display:flex;align-items:center;gap:26px}
.logo{display:flex;align-items:center;gap:11px;min-width:max-content;font-size:19px;font-weight:900;color:var(--theme)}
.logo img{width:42px;height:42px;object-fit:contain;border-radius:10px}
.main-nav{align-self:stretch;margin-left:auto}
.nav-list{height:100%;display:flex;align-items:stretch;gap:2px;margin:0;padding:0;list-style:none}
.nav-item{position:relative;display:flex;align-items:center}
.nav-item>a{
  height:100%;
  display:flex;
  align-items:center;
  padding:0 12px;
  color:#2b3446;
  font-size:14px;
  font-weight:750;
  white-space:nowrap;
}
.nav-item>a::after{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  bottom:0;
  height:3px;
  background:var(--theme);
  transform:scaleX(0);
  transition:transform .2s;
}
.nav-item:hover>a,.nav-item:focus-within>a{color:var(--theme)}
.nav-item:hover>a::after,.nav-item:focus-within>a::after{transform:scaleX(1)}
.dropdown-panel,.mega-menu{
  position:absolute;
  top:100%;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .18s,transform .18s,visibility .18s;
  background:#fff;
  border:1px solid var(--line);
  border-radius:0 0 18px 18px;
  box-shadow:0 24px 55px rgba(9,30,66,.16);
}
.dropdown-panel::before,.mega-menu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-10px;
  height:10px;
}
.nav-item:hover>.dropdown-panel,.nav-item:focus-within>.dropdown-panel,
.nav-item:hover>.mega-menu,.nav-item:focus-within>.mega-menu{
  visibility:visible;
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.dropdown-panel{left:0;width:350px;padding:18px}
.dropdown-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-weight:900}
.dropdown-list{display:grid;gap:5px}
.dropdown-list a{padding:9px 10px;border-radius:9px;color:#4f5b70;font-size:14px}
.dropdown-list a:hover{color:var(--theme);background:var(--theme-soft)}
.mega-menu{
  left:50%;
  width:min(1000px,calc(100vw - 40px));
  padding:23px;
  transform:translate(-50%,8px);
}
.nav-item:hover>.mega-menu,.nav-item:focus-within>.mega-menu{transform:translate(-50%,0)}
.mega-wide{width:min(1120px,calc(100vw - 40px))}
.mega-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}
.mega-head strong{font-size:18px}
.mega-head a{color:var(--theme);font-size:13px;font-weight:800}
.mega-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:17px}
.mega-categories a{
  padding:6px 11px;
  border-radius:999px;
  color:#42506a;
  background:#f1f4f9;
  font-size:12px;
  font-weight:700;
}
.mega-categories a:hover{color:#fff;background:var(--theme)}
.mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.mega-card{
  min-width:0;
  padding:13px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fff;
  transition:border-color .2s,transform .2s,box-shadow .2s;
}
.mega-card:hover{transform:translateY(-2px);border-color:#aebfdd;box-shadow:0 10px 22px rgba(19,44,89,.09)}
.mega-card img{width:46px;height:46px;object-fit:contain;border-radius:9px;background:#f2f5fa}
.mega-card strong{display:block;margin:7px 0 3px;font-size:14px}
.mega-card small{display:block;color:var(--muted);line-height:1.5}
.mega-media{display:grid;grid-template-columns:86px minmax(0,1fr);gap:11px;align-items:center}
.mega-media img{width:86px;height:58px;object-fit:cover}
.mega-media strong{margin:0 0 3px}
.mega-media p{
  margin:0;
  color:var(--muted);
  font-size:12px;
  line-height:1.45;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.mega-meta{display:flex;flex-wrap:wrap;gap:5px 10px;margin-top:6px;color:var(--muted);font-size:11px}
.header-btns{display:flex;align-items:center;gap:9px;white-space:nowrap}
.header-btns>a:not(.open-account){font-size:14px;font-weight:800;color:var(--theme)}
.open-account{
  display:inline-flex;
  min-height:40px;
  align-items:center;
  padding:7px 17px;
  border-radius:999px;
  color:#fff;
  background:var(--theme);
  font-size:14px;
  font-weight:800;
}
.hamburger{
  width:42px;
  height:42px;
  display:none;
  place-content:center;
  gap:5px;
  padding:0;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
}
.hamburger span{display:block;width:21px;height:2px;background:var(--ink);transition:transform .2s,opacity .2s}
.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.drawer-overlay{
  position:fixed;
  inset:0;
  z-index:200;
  visibility:hidden;
  opacity:0;
  background:rgba(4,12,27,.62);
  transition:opacity .25s,visibility .25s;
}
.drawer-overlay.open{visibility:visible;opacity:1}
.mobile-drawer{
  position:fixed;
  z-index:210;
  top:0;
  right:0;
  width:min(390px,92vw);
  height:100dvh;
  overflow-y:auto;
  background:#fff;
  box-shadow:-20px 0 60px rgba(4,15,37,.24);
  transform:translateX(105%);
  transition:transform .28s ease;
}
.mobile-drawer.open{transform:translateX(0)}
.drawer-head{
  position:sticky;
  top:0;
  z-index:2;
  min-height:76px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 20px;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.drawer-head>a{color:var(--theme);font-weight:800}
.drawer-close{
  width:38px;
  height:38px;
  margin-left:auto;
  border:0;
  border-radius:50%;
  color:#fff;
  background:var(--ink);
  font-size:26px;
  line-height:1;
}
.drawer-menu{padding:12px 20px 28px}
.drawer-link,.drawer-toggle{
  width:100%;
  min-height:50px;
  display:flex;
  align-items:center;
  padding:10px 4px;
  border:0;
  border-bottom:1px solid var(--line);
  color:var(--ink);
  background:transparent;
  text-align:left;
  font-weight:850;
}
.drawer-toggle{justify-content:space-between}
.drawer-toggle::after{content:"＋";color:var(--theme);font-size:20px}
.drawer-toggle.active::after{content:"－"}
.drawer-submenu{
  display:none;
  padding:7px 0 10px 15px;
  border-bottom:1px solid var(--line);
}
.drawer-submenu.open{display:grid}
.drawer-submenu a{padding:9px 7px;color:var(--muted);font-size:14px;border-radius:7px}
.drawer-submenu a:hover{color:var(--theme);background:var(--theme-soft)}

.hero-layout-16{
  position:relative;
  padding:46px 0 66px;
  color:#fff;
  background:
    radial-gradient(circle at 50% 12%,rgba(179,18,47,.24),transparent 31%),
    linear-gradient(180deg,#111216 0%,#07080a 72%,#101116 100%);
  overflow:hidden;
}
.hero-layout-16::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.22;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:100% 5px;
  pointer-events:none;
}
.cinema-intro{position:relative;z-index:2;text-align:center;margin-bottom:26px}
.cinema-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--gold);
  font-size:13px;
  font-weight:900;
  letter-spacing:.16em;
}
.cinema-kicker::before,.cinema-kicker::after{content:"";width:38px;height:1px;background:currentColor}
.cinema-intro h1{
  max-width:960px;
  margin:12px auto 10px;
  font-size:clamp(36px,6vw,68px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.cinema-intro p{max-width:740px;margin:0 auto;color:#b8bdc8;font-size:17px}
.cinema-stage{
  position:relative;
  z-index:2;
  aspect-ratio:2.39/1;
  min-height:480px;
  overflow:hidden;
  border:1px solid rgba(242,199,107,.28);
  border-radius:7px;
  background:
    linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.16) 38%,rgba(0,0,0,.88) 100%),
    radial-gradient(circle at 50% 42%,rgba(11,61,145,.6),transparent 25%),
    linear-gradient(135deg,#070a10 0%,#101f3b 37%,#430b18 73%,#08090b 100%);
  box-shadow:0 28px 90px rgba(0,0,0,.68),0 0 80px rgba(179,18,47,.13);
}
.cinema-stage::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(110deg,transparent 0 34%,rgba(255,227,164,.07) 48%,transparent 62%),
    repeating-linear-gradient(90deg,transparent 0 11%,rgba(255,255,255,.015) 11.2% 11.4%);
}
.cinema-stage::after{
  content:"";
  position:absolute;
  inset:0;
  box-shadow:inset 0 0 100px 28px rgba(0,0,0,.65);
  pointer-events:none;
}
.cinema-bars::before,.cinema-bars::after{
  content:"";
  position:absolute;
  z-index:3;
  left:0;
  right:0;
  height:24px;
  background:#010101;
}
.cinema-bars::before{top:0}
.cinema-bars::after{bottom:0}
.market-silhouette{
  position:absolute;
  inset:18% 7% 26%;
  opacity:.64;
  background:
    linear-gradient(162deg,transparent 0 9%,rgba(242,199,107,.78) 9.2% 9.5%,transparent 9.7% 18%,rgba(242,199,107,.78) 18.2% 18.5%,transparent 18.7% 30%,rgba(226,35,63,.82) 30.2% 30.6%,transparent 30.8% 42%,rgba(242,199,107,.72) 42.2% 42.5%,transparent 42.7%);
  filter:drop-shadow(0 0 12px rgba(242,199,107,.25));
}
.market-grid{
  position:absolute;
  inset:20% 6% 22%;
  opacity:.12;
  background-image:
    linear-gradient(rgba(255,255,255,.5) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px);
  background-size:9% 25%;
}
.play-state{
  position:absolute;
  z-index:5;
  top:42%;
  left:50%;
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,228,163,.6);
  border-radius:50%;
  color:#fff;
  background:rgba(179,18,47,.82);
  box-shadow:0 0 0 12px rgba(179,18,47,.14),0 10px 35px rgba(0,0,0,.35);
  transform:translate(-50%,-50%);
}
.play-state::before{
  content:"";
  margin-left:6px;
  border-top:12px solid transparent;
  border-bottom:12px solid transparent;
  border-left:19px solid #fff;
}
.chapter-rail{
  position:absolute;
  z-index:6;
  top:19%;
  right:18px;
  display:grid;
  gap:10px;
}
.chapter-point{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  color:#c4c7ce;
  font-size:11px;
}
.chapter-point::after{content:"";width:7px;height:7px;border-radius:50%;background:#6b6f77;border:1px solid #b6b9bf}
.chapter-point.active{color:var(--gold)}
.chapter-point.active::after{background:var(--scarlet-bright);border-color:var(--gold)}
.cinema-caption{
  position:absolute;
  z-index:7;
  left:7%;
  right:7%;
  bottom:10%;
  text-align:center;
}
.caption-label{
  display:inline-block;
  margin-bottom:7px;
  padding:3px 9px;
  color:#fff;
  background:var(--scarlet);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
}
.cinema-caption h2{
  max-width:900px;
  margin:0 auto;
  color:var(--gold-light);
  font-size:clamp(23px,3.6vw,46px);
  line-height:1.2;
  text-shadow:0 3px 18px rgba(0,0,0,.9);
}
.cinema-caption p{margin:9px auto 16px;color:#e1e2e6}
.cinema-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}
.cinema-btn{
  display:inline-flex;
  min-height:47px;
  align-items:center;
  justify-content:center;
  padding:10px 22px;
  border-radius:3px;
  font-weight:900;
}
.cinema-btn-primary{color:#fff;background:var(--scarlet)}
.cinema-btn-primary:hover{background:var(--scarlet-bright)}
.cinema-btn-secondary{color:var(--gold-light);border:1px solid rgba(242,199,107,.65);background:rgba(0,0,0,.45)}
.cinema-btn-secondary:hover{background:rgba(242,199,107,.12)}
.cinema-status{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:24px;
  margin-top:22px;
  color:#aeb3bf;
  font-size:13px;
}
.cinema-status span{display:flex;align-items:center;gap:8px}
.cinema-status i{width:7px;height:7px;border-radius:50%;background:var(--scarlet-bright);box-shadow:0 0 10px var(--scarlet-bright)}

.trust-strip{border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:24px;text-align:center;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item strong{display:block;color:var(--theme);font-size:21px}
.trust-item span{color:var(--muted);font-size:13px}

.broker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.broker-card{
  min-width:0;
  padding:22px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fff;
  transition:transform .2s,box-shadow .2s,border-color .2s;
}
.broker-card:hover{transform:translateY(-5px);border-color:#b9c8e1;box-shadow:var(--shadow)}
.broker-top{display:flex;align-items:center;gap:13px}
.broker-top img{width:58px;height:58px;object-fit:contain;border:1px solid var(--line);border-radius:12px;background:#fff}
.broker-top h3{min-width:0;margin:0;font-size:18px}
.rating{margin-left:auto;color:#9b6c08;background:#fff5d8;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:900}
.broker-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}
.broker-metrics div{padding:10px 7px;border-radius:10px;background:var(--paper);text-align:center}
.broker-metrics strong{display:block;color:var(--theme);font-size:13px}
.broker-metrics span{color:var(--muted);font-size:11px}
.card-action{display:flex;align-items:center;justify-content:space-between;color:var(--theme);font-size:13px;font-weight:900}

.news-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}
.news-feature,.news-list{border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.news-feature{overflow:hidden}
.news-feature img{width:100%;height:270px;object-fit:cover;background:#dce4f1}
.news-feature-body{padding:24px}
.news-feature h3{margin:7px 0 10px;font-size:25px;line-height:1.35}
.news-feature p{margin:0;color:var(--muted)}
.news-meta{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--muted);font-size:12px}
.news-list{padding:10px 22px}
.news-row{display:grid;grid-template-columns:80px minmax(0,1fr);gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}
.news-row:last-child{border-bottom:0}
.news-date{color:var(--theme);font-size:12px;font-weight:900}
.news-row h3{margin:0 0 5px;font-size:16px;line-height:1.45}
.news-row p{margin:0;color:var(--muted);font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tool-card{
  padding:24px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(145deg,#fff,#f6f9ff);
  transition:transform .2s,box-shadow .2s;
}
.tool-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.tool-card img{width:50px;height:50px;object-fit:contain;margin-bottom:17px}
.tool-card h3{margin:0 0 8px}
.tool-card p{min-height:52px;margin:0 0 16px;color:var(--muted);font-size:14px}

.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.product-card img{width:100%;height:190px;object-fit:cover;background:#dfe6f2}
.product-body{padding:20px}
.product-body h3{margin:0 0 8px;font-size:18px}
.product-body p{
  min-height:46px;
  margin:0 0 14px;
  color:var(--muted);
  font-size:13px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.product-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px}

.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.video-card{overflow:hidden;border-radius:var(--radius);color:#fff;background:#10141d;box-shadow:0 15px 35px rgba(6,18,40,.17)}
.video-cover{position:relative}
.video-cover img{width:100%;height:190px;object-fit:cover;background:#1b2638}
.video-cover::after{
  content:"▶";
  position:absolute;
  left:18px;
  bottom:15px;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  padding-left:3px;
  border-radius:50%;
  color:#fff;
  background:var(--scarlet);
  box-shadow:0 5px 16px rgba(0,0,0,.35);
}
.video-duration{position:absolute;right:11px;bottom:11px;padding:3px 7px;border-radius:4px;background:rgba(0,0,0,.75);font-size:11px}
.video-body{padding:19px}
.video-body h3{margin:0 0 8px;font-size:17px}
.video-body p{margin:0;color:#aeb7c8;font-size:13px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:start}
.faq-intro{position:sticky;top:110px}
.faq-intro h2{margin:9px 0 12px;font-size:38px;line-height:1.2}
.faq-intro p{color:var(--muted)}
.faq-list{display:grid;gap:12px}
.faq-item{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}
.faq-question{
  width:100%;
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 20px;
  border:0;
  color:var(--ink);
  background:#fff;
  text-align:left;
  font-weight:900;
}
.faq-question::after{content:"＋";color:var(--theme);font-size:22px}
.faq-question.active::after{content:"－"}
.faq-answer{display:none;padding:0 20px 18px;color:var(--muted);font-size:14px}
.faq-answer.open{display:block}

.home-cta{
  padding:66px 0;
  color:#fff;
  background:
    radial-gradient(circle at 80% 20%,rgba(255,255,255,.15),transparent 25%),
    linear-gradient(135deg,var(--theme-dark),var(--theme));
}
.cta-box{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta-box h2{margin:0 0 8px;font-size:clamp(28px,4vw,44px)}
.cta-box p{margin:0;color:#dbe6fb}
.cta-actions{display:flex;flex-wrap:wrap;gap:10px}
.cta-actions .btn-primary{color:var(--theme);background:#fff}
.cta-actions .btn-outline{color:#fff;background:transparent;border-color:rgba(255,255,255,.5)}

.footer{color:#d9e1f0;background:#07152d}
.footer-main{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:38px;padding:64px 0 42px}
.footer-brand .logo{display:inline-flex;color:#fff}
.footer-brand p{max-width:360px;margin:17px 0;color:#9eabc1;font-size:14px}
.footer-social{display:flex;flex-wrap:wrap;gap:9px}
.footer-social a{padding:7px 11px;border:1px solid #2a3a57;border-radius:8px;color:#c7d2e5;font-size:12px}
.footer h3{margin:0 0 17px;color:#fff;font-size:16px}
.footer-links{display:grid;gap:10px}
.footer-links a{color:#aebbd0;font-size:14px}
.footer-links a:hover{color:#fff}
.footer-contact{display:grid;gap:9px;color:#aebbd0;font-size:14px}
.footer-contact a:hover{color:#fff}
.footer-bottom{border-top:1px solid #20304c}
.footer-bottom-inner{
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#8391a9;
  font-size:13px;
}
.footer-bottom-links{display:flex;flex-wrap:wrap;gap:16px}
.footer-bottom a:hover{color:#fff}

@media (max-width:1120px){
  .main-nav{display:none}
  .header-inner{min-height:70px}
  .header-btns{margin-left:auto}
  .hamburger{display:grid}
  .cinema-stage{min-height:500px}
  .broker-grid,.tool-grid,.product-grid,.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-main{grid-template-columns:1.3fr 1fr 1fr}
}
@media (max-width:820px){
  .container{width:min(100% - 28px,1200px)}
  .section{padding:62px 0}
  .topbar-inner{min-height:42px}
  .topbar-inner>span{display:none}
  .topbar-contact{width:100%;justify-content:space-between;gap:8px}
  .header-btns>a:not(.open-account){display:none}
  .open-account{padding:7px 13px}
  .section-head{display:block}
  .section-desc{margin-top:12px}
  .cinema-intro p{font-size:15px}
  .cinema-stage{aspect-ratio:auto;min-height:560px}
  .chapter-rail{top:18%;right:10px}
  .chapter-point span{display:none}
  .play-state{top:35%;width:68px;height:68px}
  .cinema-caption{left:5%;right:5%;bottom:8%}
  .cinema-caption p{font-size:14px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .trust-item:nth-child(2){border-right:0}
  .trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .news-layout,.faq-layout{grid-template-columns:1fr}
  .faq-intro{position:static}
  .cta-box{display:block;text-align:center}
  .cta-actions{justify-content:center;margin-top:24px}
  .footer-main{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}
@media (max-width:570px){
  .topbar{font-size:11px}
  .topbar-contact a:last-child{max-width:48%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .logo span{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .logo img{width:37px;height:37px}
  .open-account{display:none}
  .hero-layout-16{padding:34px 0 48px}
  .cinema-intro h1{font-size:38px}
  .cinema-stage{min-height:575px}
  .cinema-bars::before,.cinema-bars::after{height:17px}
  .market-grid{inset:17% 3% 28%}
  .cinema-caption{bottom:7%}
  .cinema-caption h2{font-size:25px}
  .cinema-caption p{margin:8px 0 13px}
  .cinema-actions{display:grid}
  .cinema-btn{min-height:44px}
  .cinema-status{gap:10px 17px}
  .broker-grid,.tool-grid,.product-grid,.video-grid{grid-template-columns:1fr}
  .broker-metrics{grid-template-columns:1fr 1fr 1fr}
  .news-feature img{height:210px}
  .news-row{grid-template-columns:1fr;gap:4px}
  .footer-main{grid-template-columns:1fr;gap:28px}
  .footer-brand{grid-column:auto}
  .footer-bottom-inner{display:block;padding:20px 0}
  .footer-bottom-links{margin-top:9px}
}