:root{
      --theme:#0B3D91;
      --template-theme:{主题色};
      --theme-dark:#06265e;
      --theme-soft:#eaf2ff;
      --ink:#101828;
      --muted:#667085;
      --line:#e4e9f2;
      --surface:#ffffff;
      --page:#f5f7fb;
      --success:#087a55;
      --radius:18px;
      --shadow:0 18px 45px rgba(11,61,145,.12);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      color:var(--ink);
      background:var(--page);
      font-family:"Noto Sans Devanagari","Mangal","Arial",sans-serif;
      line-height:1.6;
    }
    body.drawer-locked{overflow:hidden}
    img{display:block;max-width:100%}
    a{color:inherit;text-decoration:none}
    button,input,select{font:inherit}
    button{cursor:pointer}
    .container{width:min(1180px,calc(100% - 40px));margin-inline:auto}

    .topbar{
      color:#dbeafe;
      background:#061a3b;
      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:20px}
    .topbar-contact a:hover{color:#fff}

    .header{
      position:relative;
      z-index:40;
      background:rgba(255,255,255,.98);
      border-bottom:1px solid var(--line);
      box-shadow:0 6px 22px rgba(16,24,40,.04);
    }
    .header-inner{
      min-height:78px;
      display:flex;
      align-items:center;
      gap:25px;
    }
    .logo{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      gap:10px;
      color:var(--theme-dark);
      font-weight:800;
      letter-spacing:-.02em;
    }
    .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-link{
      height:100%;
      display:flex;
      align-items:center;
      padding:0 12px;
      color:#344054;
      font-size:14px;
      font-weight:700;
      white-space:nowrap;
      transition:.2s ease;
    }
    .has-panel>.nav-link::after{
      content:"";
      width:6px;
      height:6px;
      margin-left:7px;
      border-right:1.5px solid currentColor;
      border-bottom:1.5px solid currentColor;
      transform:rotate(45deg) translateY(-2px);
    }
    .nav-link:hover,.nav-item:focus-within>.nav-link,.nav-item:hover>.nav-link{
      color:var(--theme);
      background:var(--theme-soft);
    }
    .dropdown-panel,.mega-menu{
      position:absolute;
      top:100%;
      left:50%;
      visibility:hidden;
      opacity:0;
      transform:translate(-50%,10px);
      pointer-events:none;
      background:#fff;
      border:1px solid var(--line);
      border-radius:0 0 18px 18px;
      box-shadow:0 24px 60px rgba(16,24,40,.16);
      transition:opacity .18s ease,transform .18s ease,visibility .18s;
    }
    .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{
      visibility:visible;
      opacity:1;
      transform:translate(-50%,0);
      pointer-events:auto;
    }
    .dropdown-panel{width:360px;padding:20px}
    .mega-menu{width:min(900px,90vw);padding:22px}
    .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;
      align-items:center;
      justify-content:space-between;
      gap:15px;
      padding-bottom:14px;
      margin-bottom:14px;
      border-bottom:1px solid var(--line);
    }
    .panel-head strong,.mega-head strong{color:#101828}
    .panel-head a,.mega-head a{color:var(--theme);font-size:13px;font-weight:800}
    .dropdown-articles{display:grid;gap:5px}
    .dropdown-article{
      padding:9px 10px;
      color:#475467;
      border-radius:8px;
      font-size:14px;
    }
    .dropdown-article:hover{color:var(--theme);background:var(--theme-soft)}
    .mega-categories{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:16px;
    }
    .mega-categories a{
      padding:6px 11px;
      color:var(--theme-dark);
      background:var(--theme-soft);
      border-radius:999px;
      font-size:12px;
      font-weight:700;
    }
    .mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
    .mega-card{
      min-width:0;
      display:flex;
      gap:11px;
      padding:12px;
      border:1px solid var(--line);
      border-radius:12px;
      transition:.2s ease;
    }
    .mega-card:hover{border-color:#a9c8fb;box-shadow:0 10px 25px rgba(11,61,145,.1);transform:translateY(-2px)}
    .mega-card>img{
      flex:0 0 54px;
      width:54px;
      height:48px;
      object-fit:cover;
      border-radius:9px;
      background:#edf2f8;
    }
    .broker-mini>img,.tool-mini>img{object-fit:contain;padding:5px}
    .mega-card>span{min-width:0;display:block}
    .mega-card strong{
      display:block;
      overflow:hidden;
      color:#1d2939;
      font-size:13px;
      text-overflow:ellipsis;
      white-space:nowrap;
    }
    .mega-card p{
      display:-webkit-box;
      overflow:hidden;
      margin:3px 0 0;
      color:#667085;
      font-size:11px;
      line-height:1.45;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:2;
    }
    .mini-meta{display:flex!important;flex-wrap:wrap;gap:4px 8px;margin-top:4px;color:#667085;font-size:10px}
    .mini-meta b{color:var(--success)}
    .header-btns{display:flex;align-items:center;gap:9px;white-space:nowrap}
    .header-btns>a{
      padding:9px 14px;
      color:#fff;
      background:var(--theme);
      border:1px solid var(--theme);
      border-radius:9px;
      font-size:13px;
      font-weight:800;
    }
    .header-btns>a:hover{background:var(--theme-dark)}
    .hamburger{
      width:42px;
      height:42px;
      display:none;
      align-items:center;
      justify-content:center;
      flex-direction:column;
      gap:5px;
      padding:0;
      background:#fff;
      border:1px solid var(--line);
      border-radius:10px;
    }
    .hamburger span{
      width:20px;
      height:2px;
      background:#1d2939;
      transition:.2s 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:90;
      visibility:hidden;
      opacity:0;
      background:rgba(3,13,31,.62);
      backdrop-filter:blur(3px);
      transition:.25s ease;
    }
    .drawer-overlay.open{visibility:visible;opacity:1}
    .mobile-drawer{
      position:fixed;
      top:0;
      right:0;
      bottom:0;
      z-index:100;
      width:min(390px,92vw);
      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{
      position:sticky;
      top:0;
      z-index:2;
      min-height:70px;
      display:flex;
      align-items:center;
      gap:9px;
      padding:14px 18px;
      background:#fff;
      border-bottom:1px solid var(--line);
    }
    .drawer-head>a{
      padding:8px 11px;
      color:#fff;
      background:var(--theme);
      border-radius:8px;
      font-size:13px;
      font-weight:700;
    }
    .drawer-close{
      width:38px;
      height:38px;
      margin-left:auto;
      color:#344054;
      background:#f2f4f7;
      border:0;
      border-radius:10px;
      font-size:24px;
    }
    .drawer-menu{padding:12px 18px 30px}
    .drawer-link,.drawer-toggle{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:space-between;
      padding:14px 4px;
      color:#1d2939;
      background:none;
      border:0;
      border-bottom:1px solid var(--line);
      text-align:left;
      font-weight:800;
    }
    .drawer-toggle::after{content:"+";font-size:20px;font-weight:400}
    .drawer-toggle.active{color:var(--theme)}
    .drawer-toggle.active::after{content:"−"}
    .drawer-submenu{
      display:none;
      padding:7px 8px 12px 16px;
      border-bottom:1px solid var(--line);
    }
    .drawer-submenu.open{display:grid}
    .drawer-submenu a{
      padding:9px 0;
      color:#667085;
      font-size:14px;
    }
    .drawer-submenu a:hover{color:var(--theme)}

    .productlist-main{min-height:650px}
    .productlist-main .catalog-hero{
      position:relative;
      overflow:hidden;
      padding:76px 0 70px;
      color:#fff;
      background:
        radial-gradient(circle at 16% 20%,rgba(100,180,255,.28),transparent 28%),
        radial-gradient(circle at 86% 34%,rgba(143,103,255,.25),transparent 30%),
        linear-gradient(135deg,#041631 0%,#0B3D91 62%,#06265e 100%);
    }
    .productlist-main .catalog-hero::before,
    .productlist-main .catalog-hero::after{
      content:"";
      position:absolute;
      border:1px solid rgba(255,255,255,.12);
      border-radius:50%;
    }
    .productlist-main .catalog-hero::before{width:430px;height:430px;right:-120px;top:-230px}
    .productlist-main .catalog-hero::after{width:300px;height:300px;left:-160px;bottom:-190px}
    .productlist-main .hero-copy{position:relative;z-index:1;max-width:780px;margin:auto;text-align:center}
    .productlist-main .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      color:#dbeafe;
      background:rgba(255,255,255,.09);
      border:1px solid rgba(255,255,255,.18);
      border-radius:999px;
      font-size:13px;
      font-weight:800;
    }
    .productlist-main .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      background:#70d6ff;
      border-radius:50%;
      box-shadow:0 0 15px #70d6ff;
    }
    .productlist-main h1{
      margin:20px 0 12px;
      font-size:clamp(34px,5vw,58px);
      line-height:1.12;
      letter-spacing:-.035em;
    }
    .productlist-main .hero-copy p{max-width:680px;margin:0 auto;color:#dbeafe;font-size:17px}
    .productlist-main .hero-points{
      display:flex;
      justify-content:center;
      flex-wrap:wrap;
      gap:10px;
      margin-top:25px;
    }
    .productlist-main .hero-points span{
      padding:8px 13px;
      color:#fff;
      background:rgba(5,23,51,.45);
      border:1px solid rgba(255,255,255,.15);
      border-radius:10px;
      font-size:13px;
    }

    .productlist-main .catalog-wrap{padding:58px 0 80px}
    .productlist-main .section-heading{
      display:flex;
      align-items:end;
      justify-content:space-between;
      gap:25px;
      margin-bottom:22px;
    }
    .productlist-main .section-heading h2{margin:0;font-size:30px;line-height:1.25}
    .productlist-main .section-heading p{max-width:620px;margin:6px 0 0;color:var(--muted)}
    .productlist-main .category-strip{
      display:flex;
      gap:10px;
      overflow-x:auto;
      margin-bottom:38px;
      padding:5px 2px 12px;
      scrollbar-width:thin;
    }
    .productlist-main .category-strip a{
      flex:0 0 auto;
      padding:10px 16px;
      color:#344054;
      background:#fff;
      border:1px solid var(--line);
      border-radius:999px;
      font-size:14px;
      font-weight:800;
      box-shadow:0 5px 14px rgba(16,24,40,.04);
    }
    .productlist-main .category-strip a:hover{
      color:#fff;
      background:var(--theme);
      border-color:var(--theme);
    }
    .productlist-main .catalog-tools{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      margin-bottom:22px;
      padding:15px 18px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:14px;
    }
    .productlist-main .catalog-tools strong{font-size:17px}
    .productlist-main .catalog-tools span{color:var(--muted);font-size:14px}
    .productlist-main .product-grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:22px;
    }
    .productlist-main .product-card{
      min-width:0;
      overflow:hidden;
      background:#fff;
      border:1px solid var(--line);
      border-radius:var(--radius);
      box-shadow:0 10px 28px rgba(16,24,40,.055);
      transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
    }
    .productlist-main .product-card:hover{
      transform:translateY(-6px);
      border-color:#a9c8fb;
      box-shadow:var(--shadow);
    }
    .productlist-main .product-image{
      position:relative;
      aspect-ratio:16/10;
      overflow:hidden;
      background:linear-gradient(135deg,#edf4ff,#f8faff);
    }
    .productlist-main .product-image img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .35s ease;
    }
    .productlist-main .product-card:hover .product-image img{transform:scale(1.045)}
    .productlist-main .product-badge{
      position:absolute;
      top:14px;
      left:14px;
      padding:6px 10px;
      color:#fff;
      background:rgba(6,38,94,.9);
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      backdrop-filter:blur(7px);
    }
    .productlist-main .product-body{padding:20px}
    .productlist-main .product-body h3{
      margin:0 0 10px;
      color:#101828;
      font-size:20px;
      line-height:1.38;
    }
    .productlist-main .product-body h3 a:hover{color:var(--theme)}
    .productlist-main .product-summary{
      display:-webkit-box;
      overflow:hidden;
      min-height:76px;
      margin:0;
      color:#667085;
      font-size:14px;
      line-height:1.75;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:3;
    }
    .productlist-main .product-meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      margin-top:18px;
      padding-top:15px;
      color:#667085;
      border-top:1px solid var(--line);
      font-size:13px;
    }
    .productlist-main .product-meta a{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:var(--theme);
      font-weight:800;
    }
    .productlist-main .product-meta a::after{content:"→";transition:transform .2s ease}
    .productlist-main .product-meta a:hover::after{transform:translateX(4px)}
    .productlist-main .pagination{
      display:flex;
      justify-content:center;
      flex-wrap:wrap;
      gap:8px;
      margin-top:42px;
    }
    .productlist-main .pagination a{
      min-width:42px;
      height:42px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:0 13px;
      color:#344054;
      background:#fff;
      border:1px solid var(--line);
      border-radius:10px;
      font-weight:800;
    }
    .productlist-main .pagination a:hover,
    .productlist-main .pagination a.active,
    .productlist-main .pagination a.current{
      color:#fff;
      background:var(--theme);
      border-color:var(--theme);
    }
    .productlist-main .catalog-note{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:18px;
      margin-top:58px;
    }
    .productlist-main .note-card{
      padding:23px;
      background:#fff;
      border:1px solid var(--line);
      border-radius:16px;
    }
    .productlist-main .note-icon{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      margin-bottom:14px;
      color:#fff;
      background:var(--theme);
      border-radius:12px;
      font-weight:900;
    }
    .productlist-main .note-card h3{margin:0 0 6px;font-size:17px}
    .productlist-main .note-card p{margin:0;color:var(--muted);font-size:14px}

    .footer{color:#c8d5e8;background:#061a3b}
    .footer-main{padding:62px 0 44px}
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .8fr .8fr 1fr;
      gap:42px;
    }
    .footer .logo{color:#fff}
    .footer-brand p{max-width:360px;margin:18px 0;color:#9fb1c9;font-size:14px}
    .footer-social{margin-top:18px}
    .footer h3{margin:5px 0 17px;color:#fff;font-size:16px}
    .footer-links,.footer-contact{display:grid;gap:10px}
    .footer-links a,.footer-contact a{color:#b7c6d9;font-size:14px}
    .footer-links a:hover,.footer-contact a:hover{color:#fff}
    .footer-contact span{color:#8fa4be;font-size:13px;line-height:1.7}
    .footer-bottom{border-top:1px solid rgba(255,255,255,.09)}
    .footer-bottom-inner{
      min-height:68px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      color:#8fa4be;
      font-size:13px;
    }
    .footer-legal{display:flex;gap:18px}
    .footer-legal a:hover{color:#fff}

    @media (max-width:1080px){
      .main-nav{display:none}
      .hamburger{display:flex}
      .header-btns{margin-left:auto}
      .productlist-main .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
      .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media (max-width:720px){
      .container{width:min(100% - 28px,1180px)}
      .topbar-inner{min-height:48px;align-items:flex-start;flex-direction:column;justify-content:center;gap:2px;padding:6px 0}
      .topbar-contact{width:100%;justify-content:space-between;gap:8px;font-size:11px}
      .header-inner{min-height:68px;gap:10px}
      .header .logo span{max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
      .header-btns>a{display:none}
      .productlist-main .catalog-hero{padding:58px 0}
      .productlist-main .hero-copy{text-align:left}
      .productlist-main .hero-points{justify-content:flex-start}
      .productlist-main .catalog-wrap{padding:42px 0 60px}
      .productlist-main .section-heading{align-items:flex-start;flex-direction:column}
      .productlist-main .section-heading h2{font-size:26px}
      .productlist-main .catalog-tools{align-items:flex-start;flex-direction:column}
      .productlist-main .product-grid{grid-template-columns:1fr}
      .productlist-main .product-summary{min-height:auto}
      .productlist-main .catalog-note{grid-template-columns:1fr}
      .footer-main{padding-top:46px}
      .footer-grid{grid-template-columns:1fr;gap:30px}
      .footer-bottom-inner{align-items:flex-start;flex-direction:column;padding:20px 0}
    }