:root{
  --theme:#0B3D91;
  --theme-deep:#061d49;
  --aurora:#8b5cf6;
  --aurora-bright:#c084fc;
  --ice:#8ce8ff;
  --space:#030713;
  --space-soft:#091226;
  --ink:#101828;
  --muted:#667085;
  --line:#dbe4f0;
  --surface:#f5f8fc;
  --white:#fff;
  --success:#20c997;
  --warning:#ffb547;
  --radius:18px;
  --shadow:0 20px 55px rgba(11,61,145,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:"Noto Sans Devanagari","Mangal","Arial",sans-serif;
  line-height:1.65;
  overflow-x:hidden;
}
body.drawer-locked{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.topbar{
  color:#d8e8ff;
  background:#04142f;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:13px;
}
.topbar-inner{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.topbar-welcome strong{color:#fff}
.topbar-contact{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.topbar-contact a{transition:color .2s ease}
.topbar-contact a:hover{color:var(--ice)}
.header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #e8edf4;
  backdrop-filter:blur(16px);
}
.header-inner{
  min-height:78px;
  display:flex;
  align-items:center;
  gap:24px;
}
.logo{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:max-content;
  font-size:18px;
  font-weight:800;
  color:var(--theme-deep);
}
.logo img{width:42px;height:42px;object-fit:contain}
.main-nav{margin-left:auto;align-self:stretch}
.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:stretch}
.nav-link{
  display:flex;
  align-items:center;
  gap:5px;
  padding:0 11px;
  color:#263752;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
  border-bottom:3px solid transparent;
  transition:.2s ease;
}
.nav-item:hover>.nav-link,
.nav-item:focus-within>.nav-link{
  color:var(--theme);
  border-bottom-color:var(--theme);
}
.has-panel>.nav-link::after{content:"⌄";font-size:13px}
.dropdown-panel,
.mega-menu{
  position:absolute;
  top:100%;
  left:50%;
  z-index:100;
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,10px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
  background:#fff;
  border:1px solid #e3eaf3;
  border-radius:0 0 18px 18px;
  box-shadow:0 24px 55px rgba(7,31,72,.18);
}
.dropdown-panel::before,
.mega-menu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-10px;
  height:10px;
}
.nav-item:hover>.dropdown-panel,
.nav-item:hover>.mega-menu,
.nav-item:focus-within>.dropdown-panel,
.nav-item:focus-within>.mega-menu{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
.dropdown-panel{width:360px;padding:20px}
.mega-menu{
  width:min(1020px,calc(100vw - 32px));
  padding:24px;
}
.nav-item:nth-last-child(-n+3) .mega-menu{left:auto;right:-120px;transform:translateY(10px)}
.nav-item:nth-last-child(-n+3):hover>.mega-menu,
.nav-item:nth-last-child(-n+3):focus-within>.mega-menu{transform:translateY(0)}
.panel-head,
.mega-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-bottom:15px;
}
.panel-head strong,.mega-head strong{font-size:17px;color:var(--theme-deep)}
.panel-head a,.mega-head a{font-size:13px;font-weight:800;color:var(--theme)}
.dropdown-articles{display:grid;gap:8px}
.dropdown-article{
  display:block;
  padding:10px 12px;
  color:#34435a;
  background:#f7f9fc;
  border-radius:10px;
  font-size:14px;
  transition:.2s ease;
}
.dropdown-article:hover{color:var(--theme);background:#edf4ff;transform:translateX(3px)}
.mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.mega-card{
  min-width:0;
  padding:14px;
  border:1px solid #e5ebf3;
  border-radius:14px;
  background:#fff;
  transition:.2s ease;
}
.mega-card:hover{border-color:#9ebce8;box-shadow:0 12px 28px rgba(11,61,145,.1);transform:translateY(-2px)}
.broker-mini{display:grid;grid-template-columns:46px minmax(0,1fr);gap:11px;align-items:center}
.broker-mini img,.tool-mini img{width:46px;height:46px;object-fit:contain;border-radius:10px;background:#f1f5fa}
.broker-mini strong,.video-mini strong,.product-mini strong,.tool-mini strong{
  display:block;
  color:#162943;
  font-size:14px;
  line-height:1.4;
}
.mini-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px;color:#6e7c90;font-size:11px}
.mini-meta b{color:#9a6500}
.video-mini{display:grid;grid-template-columns:92px minmax(0,1fr);gap:11px;align-items:center}
.video-mini img{width:92px;height:60px;object-fit:cover;border-radius:9px}
.video-mini p,.product-mini p,.tool-mini p{margin:5px 0 0;color:#6a7789;font-size:12px;line-height:1.45}
.tool-mini{display:grid;grid-template-columns:46px minmax(0,1fr);gap:11px}
.product-mini{display:grid;grid-template-columns:72px minmax(0,1fr);gap:11px}
.product-mini img{width:72px;height:62px;object-fit:cover;border-radius:9px}
.mega-categories{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding-bottom:16px;
  margin-bottom:16px;
  border-bottom:1px solid #e7edf5;
}
.mega-categories a{
  padding:7px 11px;
  color:#44546a;
  background:#f2f5f9;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}
.mega-categories a:hover{color:#fff;background:var(--theme)}
.header-btns{display:flex;align-items:center;gap:10px;margin-left:2px;white-space:nowrap}
.header-btns>a{
  padding:10px 15px;
  border-radius:10px;
  font-size:13px;
  font-weight:800;
}
.header-btns>a:last-of-type{color:#fff;background:var(--theme)}
.hamburger{
  display:none;
  width:42px;
  height:42px;
  padding:9px;
  border:0;
  border-radius:10px;
  background:#eef4fc;
}
.hamburger span{
  display:block;
  width:22px;
  height:2px;
  margin:5px auto;
  background:var(--theme-deep);
  transition:.25s ease;
}
.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:1100;
  opacity:0;
  visibility:hidden;
  background:rgba(2,9,24,.66);
  transition:.25s ease;
}
.drawer-overlay.open{opacity:1;visibility:visible}
.mobile-drawer{
  position:fixed;
  top:0;
  right:0;
  z-index:1200;
  width:min(390px,92vw);
  height:100dvh;
  overflow-y:auto;
  background:#fff;
  box-shadow:-20px 0 50px rgba(0,0,0,.2);
  transform:translateX(105%);
  transition:transform .28s ease;
}
.mobile-drawer.open{transform:translateX(0)}
.drawer-head{
  min-height:74px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 18px;
  color:#fff;
  background:var(--theme-deep);
}
.drawer-head>a{
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:8px;
  font-size:13px;
  font-weight:800;
}
.drawer-close{
  margin-left:auto;
  width:38px;
  height:38px;
  color:#fff;
  background:transparent;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  font-size:27px;
  line-height:1;
}
.drawer-menu{padding:14px 18px 30px}
.drawer-link,.drawer-toggle{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 4px;
  color:#1b2e4b;
  background:transparent;
  border:0;
  border-bottom:1px solid #e6ebf2;
  text-align:left;
  font-weight:800;
}
.drawer-toggle::after{content:"+";font-size:20px;color:var(--theme)}
.drawer-toggle.active::after{content:"−"}
.drawer-submenu{
  display:none;
  padding:7px 0 10px 15px;
  border-bottom:1px solid #e6ebf2;
}
.drawer-submenu.open{display:grid}
.drawer-submenu a{
  padding:9px 8px;
  color:#617086;
  border-radius:8px;
  font-size:14px;
}
.drawer-submenu a:hover{color:var(--theme);background:#f0f5fc}
.hero-layout-14{
  position:relative;
  min-height:790px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 50% 48%,rgba(139,92,246,.26),transparent 24%),
    radial-gradient(circle at 18% 22%,rgba(11,61,145,.7),transparent 30%),
    radial-gradient(circle at 82% 68%,rgba(70,210,255,.18),transparent 28%),
    linear-gradient(150deg,#02040c 0%,#071026 48%,#090317 100%);
}
.hero-layout-14::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.4;
  background-image:
    radial-gradient(circle,#bcefff 1px,transparent 1.5px),
    radial-gradient(circle,#a48cff 1px,transparent 1.5px);
  background-position:0 0,35px 35px;
  background-size:70px 70px;
  mask-image:linear-gradient(to bottom,#000,transparent 88%);
}
.hero-layout-14[data-template-theme="{主题色}"]{--template-accent:#0B3D91}
.hero-shell{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 32px));
  margin:auto;
  padding:66px 0 72px;
  text-align:center;
}
.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:7px 14px;
  color:#cdefff;
  background:rgba(140,232,255,.08);
  border:1px solid rgba(140,232,255,.28);
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
}
.hero-kicker::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--ice);
  box-shadow:0 0 15px var(--ice);
}
.hero-intro{position:relative;z-index:4;max-width:790px;margin:16px auto 0}
.hero-intro h1{
  margin:0;
  font-size:clamp(38px,5.4vw,70px);
  line-height:1.13;
  letter-spacing:-.04em;
}
.hero-intro h1 span{
  color:transparent;
  background:linear-gradient(90deg,#fff 5%,#9eeaff 48%,#ca9cff 92%);
  -webkit-background-clip:text;
  background-clip:text;
}
.hero-intro p{
  max-width:680px;
  margin:16px auto 0;
  color:#b9c8df;
  font-size:17px;
}
.orbit-stage{
  position:relative;
  width:680px;
  height:470px;
  margin:10px auto 0;
}
.orbit-ring{
  position:absolute;
  left:50%;
  top:50%;
  width:520px;
  height:340px;
  border:1px solid rgba(151,221,255,.48);
  border-radius:50%;
  transform:translate(-50%,-50%);
  box-shadow:
    0 0 25px rgba(91,210,255,.1),
    inset 0 0 35px rgba(139,92,246,.08);
}
.orbit-ring::before,
.orbit-ring::after{
  content:"";
  position:absolute;
  border-radius:50%;
}
.orbit-ring::before{
  inset:20px;
  border:1px dashed rgba(192,132,252,.32);
}
.orbit-ring::after{
  left:50%;
  top:50%;
  width:190px;
  height:190px;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(140,232,255,.15),rgba(139,92,246,.08) 46%,transparent 68%);
  border:1px solid rgba(197,224,255,.18);
  box-shadow:0 0 55px rgba(139,92,246,.22);
}
.orbit-core{
  position:absolute;
  z-index:3;
  left:50%;
  top:50%;
  width:174px;
  height:174px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:18px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:linear-gradient(145deg,rgba(11,61,145,.88),rgba(86,45,145,.78));
  border:1px solid rgba(186,234,255,.55);
  box-shadow:0 0 46px rgba(124,92,246,.45),inset 0 0 20px rgba(255,255,255,.1);
}
.orbit-core strong{font-size:22px;line-height:1.25}
.orbit-core span{margin-top:7px;color:#bfeeff;font-size:12px}
.orbit-node{
  position:absolute;
  z-index:5;
  width:152px;
  min-height:78px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px;
  text-align:left;
  border:1px solid rgba(165,221,255,.31);
  border-radius:16px;
  background:rgba(8,18,42,.86);
  box-shadow:0 14px 35px rgba(0,0,0,.32);
  backdrop-filter:blur(12px);
  transition:.25s ease;
}
.orbit-node:hover,.orbit-node:focus{
  color:#fff;
  border-color:var(--ice);
  transform:translateY(-5px);
  box-shadow:0 16px 40px rgba(61,192,255,.2);
}
.node-icon{
  flex:0 0 35px;
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  color:#06152f;
  background:linear-gradient(135deg,#d5f8ff,#a990ff);
  border-radius:50%;
  font-weight:900;
}
.orbit-node strong{display:block;font-size:13px;line-height:1.3}
.orbit-node small{display:block;margin-top:4px;color:#91a8c7;font-size:10px}
.node-1{left:264px;top:0}
.node-2{right:0;top:92px}
.node-3{right:16px;bottom:74px}
.node-4{left:264px;bottom:0}
.node-5{left:16px;bottom:74px}
.node-6{left:0;top:92px}
.orbit-badge{
  position:absolute;
  z-index:4;
  padding:6px 10px;
  color:#c9eeff;
  background:rgba(5,14,33,.78);
  border:1px solid rgba(140,232,255,.2);
  border-radius:999px;
  font-size:10px;
  font-weight:800;
}
.badge-1{right:82px;top:26px}
.badge-2{left:65px;top:36px}
.badge-3{right:65px;bottom:15px}
.badge-4{left:70px;bottom:20px}
.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:20px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:11px 20px;
  border:1px solid transparent;
  border-radius:11px;
  font-weight:800;
  transition:.2s ease;
}
.btn-primary{color:#fff;background:var(--theme);box-shadow:0 10px 24px rgba(11,61,145,.24)}
.btn-primary:hover{background:#092f70;transform:translateY(-2px)}
.btn-light{color:var(--theme-deep);background:#fff;border-color:#d9e3ef}
.btn-light:hover{border-color:var(--theme);transform:translateY(-2px)}
.btn-ghost{color:#e8f7ff;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.25)}
.btn-ghost:hover{background:rgba(255,255,255,.14);transform:translateY(-2px)}
.trust-strip{
  position:relative;
  z-index:5;
  margin-top:-30px;
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  background:#fff;
  border:1px solid #dfe7f1;
  border-radius:18px;
  box-shadow:var(--shadow);
}
.trust-item{padding:21px 22px;border-right:1px solid #e8edf4}
.trust-item:last-child{border-right:0}
.trust-item strong{display:block;color:var(--theme-deep);font-size:20px}
.trust-item span{color:#718096;font-size:13px}
.section{padding:88px 0}
.section-soft{background:var(--surface)}
.section-dark{color:#fff;background:#061329}
.section-head{
  max-width:740px;
  margin:0 auto 38px;
  text-align:center;
}
.eyebrow{
  display:inline-block;
  margin-bottom:9px;
  color:var(--theme);
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.section-dark .eyebrow{color:var(--ice)}
.section-head h2{margin:0;color:#102542;font-size:clamp(28px,4vw,43px);line-height:1.2}
.section-dark .section-head h2{color:#fff}
.section-head p{margin:13px auto 0;color:#6d7b8f}
.section-dark .section-head p{color:#aabbd3}
.home-broker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-broker-card{
  padding:22px;
  background:#fff;
  border:1px solid #e0e8f2;
  border-radius:var(--radius);
  box-shadow:0 8px 28px rgba(11,61,145,.06);
  transition:.25s ease;
}
.home-broker-card:hover{transform:translateY(-5px);border-color:#a9c5e9;box-shadow:var(--shadow)}
.broker-card-top{display:flex;align-items:center;gap:14px}
.broker-card-top img{width:56px;height:56px;object-fit:contain;border-radius:12px;background:#f2f6fa}
.broker-card-top h3{margin:0;color:#142b49;font-size:18px}
.rating{color:#a76b00;font-size:13px;font-weight:900}
.broker-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:19px 0;
}
.broker-stats span{padding:10px 7px;text-align:center;background:#f3f6fa;border-radius:9px;color:#718096;font-size:11px}
.broker-stats b{display:block;color:#18314f;font-size:13px}
.card-link{color:var(--theme);font-size:14px;font-weight:900}
.section-more{text-align:center;margin-top:30px}
.news-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.news-card{
  min-width:0;
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  overflow:hidden;
  background:#fff;
  border:1px solid #e2e9f2;
  border-radius:16px;
}
.news-card img{width:100%;height:100%;min-height:170px;object-fit:cover}
.news-body{min-width:0;padding:19px}
.news-body time{color:#7b8798;font-size:12px}
.news-body h3{margin:8px 0;color:#142943;font-size:18px;line-height:1.4}
.news-body p{
  margin:0 0 12px;
  color:#68778b;
  font-size:14px;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tool-card{
  padding:24px;
  color:#fff;
  background:linear-gradient(145deg,#0a214a,#0b3d91);
  border:1px solid rgba(140,232,255,.2);
  border-radius:18px;
  transition:.25s ease;
}
.tool-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px rgba(0,0,0,.24)}
.tool-card img{width:54px;height:54px;object-fit:contain;padding:8px;background:#fff;border-radius:13px}
.tool-card h3{margin:17px 0 7px;font-size:19px}
.tool-card p{margin:0 0 15px;color:#bfd0e8;font-size:14px}
.tool-card a{color:var(--ice);font-weight:900;font-size:14px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.product-card{
  overflow:hidden;
  background:#fff;
  border:1px solid #e0e8f1;
  border-radius:18px;
  transition:.25s ease;
}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product-card img{width:100%;height:190px;object-fit:cover;background:#eaf0f7}
.product-body{padding:20px}
.product-body h3{margin:0 0 8px;color:#132944;font-size:19px}
.product-body p{
  min-height:66px;
  margin:0 0 13px;
  color:#69788c;
  font-size:14px;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.product-meta{display:flex;justify-content:space-between;gap:10px;color:#8490a0;font-size:12px}
.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.video-card{
  overflow:hidden;
  background:#0b1b36;
  border:1px solid rgba(140,232,255,.14);
  border-radius:18px;
  transition:.25s ease;
}
.video-card:hover{transform:translateY(-5px);border-color:rgba(140,232,255,.45)}
.video-cover{position:relative}
.video-cover img{width:100%;height:190px;object-fit:cover}
.video-duration{
  position:absolute;
  right:10px;
  bottom:10px;
  padding:4px 8px;
  color:#fff;
  background:rgba(0,0,0,.75);
  border-radius:6px;
  font-size:11px;
}
.video-play{
  position:absolute;
  left:50%;
  top:50%;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  transform:translate(-50%,-50%);
  color:var(--theme-deep);
  background:rgba(255,255,255,.9);
  border-radius:50%;
  font-size:17px;
}
.video-body{padding:18px}
.video-body h3{margin:0 0 7px;font-size:18px;line-height:1.4}
.video-body p{
  margin:0;
  color:#a9b9cf;
  font-size:13px;
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.faq-wrap{max-width:860px;margin:auto;display:grid;gap:12px}
.faq-item{border:1px solid #dfe7f1;border-radius:14px;background:#fff;overflow:hidden}
.faq-question{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:18px 20px;
  color:#17304e;
  background:#fff;
  border:0;
  text-align:left;
  font-weight:900;
}
.faq-question::after{content:"+";color:var(--theme);font-size:22px}
.faq-item.open .faq-question::after{content:"−"}
.faq-answer{display:none;padding:0 20px 19px;color:#66758a}
.faq-item.open .faq-answer{display:block}
.cta-panel{
  display:grid;
  place-items:center;
  min-height:310px;
  padding:45px 30px;
  text-align:center;
  color:#fff;
  background:
    radial-gradient(circle at 20% 20%,rgba(140,232,255,.2),transparent 30%),
    radial-gradient(circle at 80% 75%,rgba(192,132,252,.25),transparent 33%),
    linear-gradient(135deg,#061b40,#0b3d91 55%,#411c73);
  border-radius:26px;
  box-shadow:0 26px 60px rgba(11,61,145,.25);
}
.cta-panel h2{max-width:760px;margin:0;font-size:clamp(29px,4vw,46px);line-height:1.2}
.cta-panel p{max-width:650px;margin:14px auto 24px;color:#c9daf1}
.footer{color:#becae0;background:#030b1a}
.footer-main{padding:64px 0 44px}
.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:40px}
.footer-brand .logo{color:#fff;margin-bottom:17px}
.footer-brand p{margin:0 0 18px;color:#91a2bb;font-size:14px}
.footer-social{color:var(--ice);font-weight:800}
.footer h3{margin:0 0 17px;color:#fff;font-size:16px}
.footer-links{display:grid;gap:10px}
.footer-links a{color:#9eacc1;font-size:14px}
.footer-links a:hover{color:var(--ice)}
.footer-contact{display:grid;gap:11px}
.footer-contact a{color:#a9b8ce;font-size:14px;overflow-wrap:anywhere}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09)}
.footer-bottom-inner{
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#8290a6;
  font-size:13px;
}
.footer-legal{display:flex;gap:16px;flex-wrap:wrap}
@media (max-width:1100px){
  .main-nav{display:none}
  .header-btns{margin-left:auto}
  .hamburger{display:block}
  .home-broker-grid,.tool-grid,.product-grid,.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:820px){
  .topbar-welcome{display:none}
  .topbar-inner{justify-content:center}
  .orbit-stage{width:620px;transform:scale(.88);margin-left:calc(50% - 310px);margin-top:-10px;margin-bottom:-28px}
  .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 #e8edf4}
  .news-layout{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:620px){
  .container{width:min(100% - 28px,1180px)}
  .topbar-contact{justify-content:center;gap:10px 15px;padding:7px 0}
  .header-inner{min-height:68px}
  .logo span{max-width:145px;overflow:hidden;text-overflow:ellipsis}
  .header-btns>a{display:none}
  .hero-layout-14{min-height:auto}
  .hero-shell{padding:50px 0 58px}
  .hero-intro p{font-size:15px}
  .orbit-stage{
    width:100%;
    height:auto;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin:32px 0 0;
    transform:none;
  }
  .orbit-ring,.orbit-core,.orbit-badge{display:none}
  .orbit-node{
    position:static;
    width:auto;
    min-height:78px;
    transform:none;
  }
  .orbit-node:hover,.orbit-node:focus{transform:translateY(-3px)}
  .hero-actions{margin-top:25px}
  .trust-strip{margin-top:-18px}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item{padding:16px}
  .trust-item strong{font-size:17px}
  .section{padding:66px 0}
  .home-broker-grid,.tool-grid,.product-grid,.video-grid{grid-template-columns:1fr}
  .news-card{grid-template-columns:120px minmax(0,1fr)}
  .news-card img{min-height:190px}
  .news-body{padding:15px}
  .news-body h3{font-size:16px}
  .broker-stats{grid-template-columns:1fr}
  .broker-stats span{text-align:left}
  .broker-stats b{display:inline;margin-left:5px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom-inner{align-items:flex-start;flex-direction:column;padding:20px 0}
}
@media (max-width:390px){
  .orbit-stage{grid-template-columns:1fr}
  .news-card{grid-template-columns:1fr}
  .news-card img{height:180px;min-height:0}
}