﻿:root {
      --primary-color: rgb(12,74,110);
      --primary-light: #0369a1;
      --accent-color: #D9A441; 
      --accent-dark: #b8832a;
      --neutral-dark: #0f172a;
      --neutral-light: #f8fafc;
      --text-main: #334155;
      --text-muted: #64748b;
      --border-color: rgba(15,23,42,.08);
      --font-serif: "Playfair Display", "Georgia", "Source Han Serif CN", serif;
      --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
    * { box-sizing: border-box; margin: 0; padding: 0; }
    body {
      font-family: var(--font-sans);
      color: var(--text-main);
      background-color: #ffffff;
      line-height: 1.6;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; transition: all .25s ease; }

    
    .site-header{
      position:sticky;
      top:0;
      z-index:900;
      width:100%;
      background:rgba(255,255,255,.92);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(15,23,42,.08);
    }
    .header-inner{
      width:min(1200px, calc(100% - 32px));
      margin:0 auto;
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }
    .logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      text-decoration:none;
      min-width:0;
      flex-shrink:0;
    }
    .logo img{
      display:block;
      height:40px;
      width:auto;
      max-width:160px;
      object-fit:contain;
      flex-shrink:0;
    }
    .logo span{
      display:inline-block;
      font-size:18px;
      font-weight:800;
      line-height:1.2;
      color:#111827;
      white-space:nowrap;
      max-width:180px;
      overflow:hidden;
      text-overflow:ellipsis;
    }
    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:8px;
      min-width:0;
      flex:1;
      overflow-x:auto;
      scrollbar-width:none;
    }
    .desktop-nav::-webkit-scrollbar{ display:none; }
    .desktop-nav a{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:0 14px;
      border-radius:999px;
      font-size:14px;
      font-weight:600;
      color:#334155;
      text-decoration:none;
      white-space:nowrap;
      flex-shrink:0;
    }
    .desktop-nav a:hover {
      background: rgba(12,74,110,.08);
      color: var(--primary-color);
    }
    .mobile-menu-btn{
      display:none;
      width:44px;
      height:44px;
      border:0;
      border-radius:14px;
      background:rgba(15,23,42,.08);
      align-items:center;
      justify-content:center;
      flex-direction:column;
      gap:5px;
      cursor:pointer;
      flex-shrink:0;
    }
    .mobile-menu-btn span{
      display:block;
      width:20px;
      height:2px;
      border-radius:99px;
      background:#111827;
    }

    
    .mobile-nav-mask{
      position:fixed;
      inset:0;
      z-index:998;
      background:rgba(15,23,42,.54);
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:opacity .25s ease, visibility .25s ease;
    }
    .mobile-drawer{
      position:fixed;
      top:0;
      left:0;
      z-index:999;
      width:min(86vw, 360px);
      height:100vh;
      height:100dvh;
      background:#ffffff;
      color:#111827;
      transform:translateX(-105%);
      transition:transform .28s ease;
      box-shadow:24px 0 60px rgba(15,23,42,.22);
      display:flex;
      flex-direction:column;
      overflow:hidden;
    }
    .drawer-head{
      min-height:76px;
      padding:18px 18px 14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      border-bottom:1px solid rgba(15,23,42,.08);
      flex-shrink:0;
    }
    .drawer-logo img{ height:36px; max-width:130px; }
    .drawer-logo span{ max-width:150px; font-size:17px; }
    .drawer-close{
      width:40px;
      height:40px;
      border:0;
      border-radius:14px;
      background:rgba(15,23,42,.08);
      color:#111827;
      font-size:26px;
      line-height:1;
      cursor:pointer;
      flex-shrink:0;
    }
    .drawer-body{ flex:1; overflow-y:auto; -webkit-overflow-scrolling:touch; padding:14px; }
    .drawer-nav{ display:flex; flex-direction:column; gap:8px; }
    .drawer-nav a{
      display:flex;
      align-items:center;
      width:100%;
      min-height:48px;
      padding:13px 14px;
      border-radius:14px;
      background:rgba(15,23,42,.04);
      color:#111827;
      text-decoration:none;
      font-size:15px;
      font-weight:700;
      line-height:1.35;
      word-break:break-word;
      overflow-wrap:anywhere;
    }
    .drawer-nav a:hover{ background:rgba(12,74,110,.12); color:var(--primary-color); }
    body.drawer-open{ overflow:hidden; touch-action:none; }
    body.drawer-open .mobile-nav-mask{ opacity:1; visibility:visible; pointer-events:auto; }
    body.drawer-open .mobile-drawer{ transform:translateX(0); }

    
    .hero-layout-05 {
      position: relative;
      background: radial-gradient(circle at top right, #241c14 0%, #0d0a07 100%);
      color: #fff;
      padding: 100px 16px 120px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .hero-layout-05::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(217,164,65,0.05) 0%, rgba(0,0,0,0) 100%);
      pointer-events: none;
    }
    .hero-layout-05 .magazine-tag {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.25em;
      color: var(--accent-color);
      margin-bottom: 24px;
      font-weight: 800;
      border-bottom: 1px solid var(--accent-color);
      padding-bottom: 6px;
    }
    .hero-layout-05 .magazine-title {
      font-family: var(--font-serif);
      font-size: clamp(34px, 5.5vw, 72px);
      line-height: 1.1;
      font-weight: 900;
      letter-spacing: -0.02em;
      color: #fff;
      max-width: 1000px;
      margin-bottom: 24px;
      background: linear-gradient(135deg, #ffffff 40%, #f6e3c3 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .hero-layout-05 .magazine-desc {
      font-size: clamp(15px, 2vw, 19px);
      color: #d1d5db;
      max-width: 720px;
      line-height: 1.8;
      margin-bottom: 40px;
      font-weight: 300;
    }
    .hero-layout-05 .magazine-ctas {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      justify-content: center;
      margin-bottom: 60px;
    }
    .btn-gold {
      background: linear-gradient(135deg, var(--accent-color) 0%, #b8832a 100%);
      color: #0f172a;
      font-weight: 700;
      padding: 14px 32px;
      border-radius: 8px;
      box-shadow: 0 4px 20px rgba(217,164,65,0.3);
    }
    .btn-gold:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 24px rgba(217,164,65,0.45);
    }
    .btn-outline-white {
      border: 1px solid rgba(255,255,255,0.3);
      color: #fff;
      font-weight: 600;
      padding: 14px 32px;
      border-radius: 8px;
    }
    .btn-outline-white:hover {
      background: rgba(255,255,255,0.1);
      border-color: #fff;
    }
    .hero-layout-05 .magazine-badges {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      width: min(1000px, 100%);
      margin-top: 20px;
      border-top: 1px solid rgba(255,255,255,0.1);
      padding-top: 40px;
    }
    .badge-item {
      text-align: left;
      padding: 16px;
      background: rgba(255,255,255,0.02);
      border-left: 2px solid var(--accent-color);
    }
    .badge-item h4 {
      font-size: clamp(20px, 3vw, 28px);
      color: var(--accent-color);
      font-weight: 800;
      margin-bottom: 4px;
    }
    .badge-item p {
      font-size: 14px;
      color: #9ca3af;
    }

    
    .trust-strip {
      background-color: var(--neutral-light);
      border-bottom: 1px solid var(--border-color);
      padding: 24px 16px;
    }
    .trust-inner {
      width: min(1200px, 100%);
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }
    .trust-title {
      font-size: 14px;
      font-weight: 700;
      color: var(--text-muted);
      letter-spacing: 0.1em;
    }
    .trust-logos {
      display: flex;
      gap: 32px;
      flex-wrap: wrap;
    }
    .trust-logo-item {
      font-size: 16px;
      font-weight: 800;
      color: #94a3b8;
    }

    
    .section-spacing { padding: 80px 16px; }
    .container { width: min(1200px, 100%); margin: 0 auto; }
    .section-header { text-align: center; margin-bottom: 50px; }
    .section-header h2 { font-family: var(--font-serif); font-size: 36px; color: var(--neutral-dark); margin-bottom: 12px; }
    .section-header p { color: var(--text-muted); max-width: 600px; margin: 0 auto; }

    
    .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; }
    .feature-card {
      background: #fff;
      border: 1px solid var(--border-color);
      padding: 40px 30px;
      border-radius: 12px;
      transition: all .3s ease;
    }
    .feature-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 30px rgba(15,23,42,0.05);
      border-color: rgba(12,74,110,0.15);
    }
    .feature-icon {
      width: 50px;
      height: 50px;
      background: rgba(12,74,110,0.06);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--primary-color);
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 24px;
    }
    .feature-card h3 { font-size: 20px; color: var(--neutral-dark); margin-bottom: 12px; }
    .feature-card p { color: var(--text-muted); font-size: 15px; }

    
    .broker-comparison { background-color: var(--neutral-light); }
    .broker-table-wrapper { overflow-x: auto; border: 1px solid var(--border-color); border-radius: 12px; background: #fff; }
    .broker-table { width: 100%; border-collapse: collapse; text-align: left; }
    .broker-table th { background-color: #f1f5f9; padding: 18px 24px; font-weight: 700; font-size: 15px; border-bottom: 1px solid var(--border-color); }
    .broker-table td { padding: 18px 24px; border-bottom: 1px solid var(--border-color); font-size: 15px; }
    .broker-table tr:last-child td { border-bottom: none; }
    .tag-status { display: inline-block; padding: 4px 10px; border-radius: 99px; font-size: 12px; font-weight: 600; }
    .tag-active { background-color: #dcfce7; color: #15803d; }

    
    .article-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }
    .article-card { background: #fff; border: 1px solid var(--border-color); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s; }
    .article-card:hover { transform: translateY(-4px); }
    .article-image { height: 200px; overflow: hidden; background: #e2e8f0; position: relative; }
    .article-image img { width: 100%; height: 100%; object-fit: cover; }
    .article-tag { position: absolute; top: 12px; left: 12px; background: var(--primary-color); color: #fff; padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 600; }
    .article-info { padding: 24px; flex-grow: 1; display: flex; flex-direction: column; }
    .article-info h3 { font-size: 18px; color: var(--neutral-dark); margin-bottom: 12px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .article-info p { color: var(--text-muted); font-size: 14px; margin-bottom: 20px; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
    .article-meta { margin-top: auto; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: var(--text-muted); border-top: 1px solid var(--border-color); padding-top: 14px; }

    
    .site-footer{
      width:100%;
      background:#0f172a;
      color:#e5e7eb;
      overflow:hidden;
    }
    .footer-inner{
      width:min(1200px, calc(100% - 32px));
      margin:0 auto;
      padding:54px 0 34px;
      display:grid;
      grid-template-columns:minmax(240px,1.4fr) repeat(3, minmax(150px, .8fr));
      gap:28px;
      align-items:start;
    }
    .footer-logo span{ color:#ffffff; }
    .footer-brand p{
      margin:18px 0 0;
      color:rgba(226,232,240,.78);
      line-height:1.8;
      font-size:14px;
      max-width:420px;
    }
    .footer-column h3{ margin:0 0 14px; color:#ffffff; font-size:15px; font-weight:800; }
    .footer-column ul{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px; }
    .footer-column li, .footer-column a{
      color:rgba(226,232,240,.78);
      font-size:14px;
      line-height:1.55;
      text-decoration:none;
      word-break:break-word;
      overflow-wrap:anywhere;
    }
    .footer-column a:hover{ color:#ffffff; }
    .footer-bottom{
      width:min(1200px, calc(100% - 32px));
      margin:0 auto;
      padding:18px 0 24px;
      border-top:1px solid rgba(226,232,240,.12);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      color:rgba(226,232,240,.68);
      font-size:13px;
      line-height:1.6;
    }

    
    @media (max-width: 900px){
      .header-inner{ width:min(100% - 24px, 1200px); min-height:64px; gap:12px; }
      .desktop-nav{ display:none !important; }
      .mobile-menu-btn{ display:inline-flex !important; }
      .logo img{ height:34px; max-width:120px; }
      .logo span{ font-size:16px; max-width:150px; }
      .footer-inner{ width:min(100% - 24px, 1200px); grid-template-columns:1fr 1fr; gap:24px 18px; padding:42px 0 28px; }
      .footer-brand{ grid-column:1 / -1; }
      .footer-bottom{ width:min(100% - 24px, 1200px); flex-direction:column; align-items:flex-start; }
      .hero-layout-05 .magazine-badges { grid-template-columns: 1fr; gap: 16px; }
    }
    @media (max-width: 520px){
      .mobile-drawer{ width:88vw; }
      .logo span{ max-width:120px; }
      .drawer-logo span{ max-width:120px; }
      .footer-inner{ grid-template-columns:1fr; }
    }