*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;line-height:1.6;color:#0F172A;background:#f8fafc;overflow-x:hidden;font-weight:400;letter-spacing:0.3px}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:all .3s cubic-bezier(0.4,0,0.2,1)}
button{font-family:inherit;cursor:pointer;border:none;background:none}
ul,ol{list-style:none}
.container{max-width:1400px;margin:0 auto;padding:0 40px}
.section{padding:120px 0;position:relative}
.section-header{text-align:center;margin-bottom:80px;position:relative}
.section-label{display:inline-block;font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#7E22CE;margin-bottom:16px;padding:8px 20px;background:rgba(126,34,206,0.08);border-radius:20px;border:1px solid rgba(126,34,206,0.2)}
.section-title{font-size:clamp(36px,5vw,56px);font-weight:700;margin-bottom:20px;color:#0F172A;letter-spacing:-1px;line-height:1.1}
.section-subtitle{font-size:clamp(16px,2vw,20px);color:#64748B;max-width:700px;margin:0 auto;line-height:1.7;font-weight:400}

/* Topbar */
.topbar{background:rgba(255,255,255,0.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(126,34,206,0.08);padding:10px 0;font-size:13px;position:relative;z-index:1001}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.topbar-item{display:flex;align-items:center;gap:8px;color:#64748B;font-weight:500}
.topbar-item::before{content:'';width:4px;height:4px;background:#7E22CE;border-radius:50%;opacity:0.6}
.topbar a{color:#64748B;transition:color .3s}
.topbar a:hover{color:#7E22CE}

/* Header */
.header{background:rgba(255,255,255,0.85);backdrop-filter:blur(30px);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(126,34,206,0.1);transition:all .4s cubic-bezier(0.4,0,0.2,1)}
.header.scrolled{background:rgba(255,255,255,0.98);box-shadow:0 8px 32px rgba(15,23,42,0.4),0 0 0 1px rgba(126,34,206,0.15)}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;position:relative}
.logo{display:flex;align-items:center;gap:14px;font-size:22px;font-weight:700;color:#0F172A;letter-spacing:-0.5px}
.logo img{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(126,34,206,0.3))}
.logo span{display:block;background:linear-gradient(135deg,#7E22CE,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hamburger{display:none;flex-direction:column;gap:6px;width:32px;height:28px;cursor:pointer;position:relative;z-index:10}
.hamburger span{display:block;width:100%;height:2px;background:linear-gradient(90deg,#7E22CE,#a855f7);border-radius:2px;transition:all .3s cubic-bezier(0.4,0,0.2,1)}
.main-nav{display:flex}
.nav-list{display:flex;align-items:center;gap:4px}
.nav-item{position:relative}
.nav-link{display:block;padding:14px 20px;color:#0F172A;font-weight:500;font-size:15px;border-radius:8px;transition:all .3s cubic-bezier(0.4,0,0.2,1);position:relative}
.nav-link::before{content:'';position:absolute;bottom:8px;left:20px;right:20px;height:2px;background:linear-gradient(90deg,#7E22CE,#a855f7);transform:scaleX(0);transition:transform .3s cubic-bezier(0.4,0,0.2,1)}
.nav-link:hover{color:#7E22CE;background:rgba(126,34,206,0.05)}
.nav-link:hover::before{transform:scaleX(1)}
.nav-item.has-dropdown .nav-link::after,.nav-item.has-mega .nav-link::after{content:'';width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;margin-left:8px;display:inline-block;vertical-align:middle;transition:transform .3s}
.nav-item.has-dropdown:hover .nav-link::after,.nav-item.has-mega:hover .nav-link::after{transform:rotate(180deg)}
.nav-item.nav-cta .nav-button{background:linear-gradient(135deg,#7E22CE,#6D28B1);color:#ffffff;padding:14px 32px;border-radius:8px;font-weight:600;box-shadow:0 4px 16px rgba(126,34,206,0.25),inset 0 1px 0 rgba(255,255,255,0.2);position:relative;overflow:hidden}
.nav-item.nav-cta .nav-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.3),transparent);transition:left .5s}
.nav-item.nav-cta .nav-button:hover::before{left:100%}
.nav-item.nav-cta .nav-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(126,34,206,0.35),inset 0 1px 0 rgba(255,255,255,0.3)}

/* Dropdown */
.dropdown-panel,.mega-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(10px);background:rgba(255,255,255,0.98);backdrop-filter:blur(30px);border:1px solid rgba(126,34,206,0.15);border-radius:16px;box-shadow:0 16px 48px rgba(15,23,42,0.5),0 0 0 1px rgba(126,34,206,0.1);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(0.4,0,0.2,1);z-index:100}
.nav-item.has-dropdown:hover .dropdown-panel,.nav-item.has-dropdown:focus-within .dropdown-panel,.nav-item.has-mega:hover .mega-menu,.nav-item.has-mega:focus-within .mega-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.dropdown-inner{padding:28px;min-width:320px}
.dropdown-heading{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid rgba(126,34,206,0.1)}
.dropdown-heading strong{display:block;font-size:20px;color:#7E22CE;margin-bottom:6px;font-weight:600;letter-spacing:-0.3px}
.dropdown-heading span{font-size:13px;color:#64748B;font-weight:400}
.dropdown-news-grid{display:grid;gap:16px;margin-bottom:24px}
.dropdown-news-card{display:block;padding:16px;border-radius:12px;background:rgba(126,34,206,0.03);border:1px solid rgba(126,34,206,0.08);transition:all .3s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}
.dropdown-news-card::before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#7E22CE,#a855f7);transform:scaleY(0);transition:transform .3s cubic-bezier(0.4,0,0.2,1)}
.dropdown-news-card:hover{background:rgba(126,34,206,0.08);border-color:rgba(126,34,206,0.2);transform:translateX(4px)}
.dropdown-news-card:hover::before{transform:scaleY(1)}
.dropdown-news-card span{font-size:12px;color:#64748B;display:block;margin-bottom:8px;font-weight:500}
.dropdown-news-card b{font-size:15px;color:#0F172A;display:block;margin-bottom:6px;line-height:1.4;font-weight:600}
.dropdown-news-card em{font-size:13px;color:#64748B;font-style:normal;display:block;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.dropdown-tags{display:flex;flex-wrap:wrap;gap:10px}
.dropdown-tags a{font-size:12px;padding:6px 14px;background:rgba(126,34,206,0.08);border:1px solid rgba(126,34,206,0.15);border-radius:20px;color:#7E22CE;transition:all .3s cubic-bezier(0.4,0,0.2,1);font-weight:500}
.dropdown-tags a:hover{background:rgba(126,34,206,0.15);border-color:rgba(126,34,206,0.3);transform:translateY(-2px)}
.simple-links{display:flex;flex-direction:column;gap:8px}
.simple-links a{padding:12px 16px;border-radius:10px;color:#0F172A;font-size:14px;transition:all .3s cubic-bezier(0.4,0,0.2,1);font-weight:500;position:relative;padding-left:32px}
.simple-links a::before{content:'→';position:absolute;left:12px;color:#c9a961;opacity:0;transform:translateX(-8px);transition:all .3s cubic-bezier(0.4,0,0.2,1)}
.simple-links a:hover{background:rgba(126,34,206,0.08);color:#7E22CE;padding-left:36px}
.simple-links a:hover::before{opacity:1;transform:translateX(0)}

/* Mega Menu */
.mega-menu{min-width:700px;max-width:900px}
.mega-inner{padding:36px}
.mega-title{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(126,34,206,0.1)}
.mega-title strong{display:block;font-size:24px;color:#7E22CE;margin-bottom:8px;font-weight:700;letter-spacing:-0.5px}
.mega-title span{font-size:14px;color:#64748B;font-weight:400}
.broker-drop-list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.broker-drop-item{background:rgba(126,34,206,0.03);border:1px solid rgba(126,34,206,0.1);border-radius:14px;padding:20px;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}
.broker-drop-item::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#7E22CE,#a855f7);transform:scaleX(0);transition:transform .4s cubic-bezier(0.4,0,0.2,1)}
.broker-drop-item:hover{background:rgba(126,34,206,0.06);border-color:rgba(126,34,206,0.25);transform:translateY(-4px);box-shadow:0 8px 24px rgba(15,23,42,0.3)}
.broker-drop-item:hover::before{transform:scaleX(1)}
.broker-drop-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.broker-drop-head img{width:48px;height:48px;object-fit:contain;border-radius:8px;background:rgba(255,255,255,0.05);padding:6px}
.broker-drop-head span{font-size:17px;font-weight:600;color:#0F172A}
.broker-drop-item p{font-size:13px;color:#64748B;margin-bottom:14px;line-height:1.6;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.broker-drop-meta{display:flex;gap:12px;margin-bottom:16px;font-size:12px;flex-wrap:wrap}
.broker-drop-meta span{padding:5px 12px;background:rgba(126,34,206,0.1);border-radius:6px;color:#7E22CE;font-weight:500;border:1px solid rgba(126,34,206,0.15)}
.broker-drop-actions{display:flex;gap:10px}
.broker-drop-actions a{flex:1;text-align:center;padding:10px;font-size:13px;border-radius:8px;transition:all .3s cubic-bezier(0.4,0,0.2,1);font-weight:600}
.broker-drop-actions a:first-child{background:rgba(126,34,206,0.1);color:#7E22CE;border:1px solid rgba(126,34,206,0.2)}
.broker-drop-actions a:first-child:hover{background:rgba(126,34,206,0.2);border-color:rgba(126,34,206,0.3)}
.broker-drop-actions a:last-child{background:linear-gradient(135deg,#7E22CE,#6D28B1);color:#ffffff;box-shadow:0 2px 8px rgba(126,34,206,0.3)}
.broker-drop-actions a:last-child:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(126,34,206,0.4)}
.tools-drop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tool-drop-item{display:flex;align-items:center;gap:14px;padding:14px;background:rgba(126,34,206,0.03);border:1px solid rgba(126,34,206,0.1);border-radius:12px;transition:all .3s cubic-bezier(0.4,0,0.2,1)}
.tool-drop-item:hover{background:rgba(126,34,206,0.08);border-color:rgba(126,34,206,0.25);transform:translateY(-2px)}
.tool-drop-icon{width:44px;height:44px;flex-shrink:0;background:rgba(126,34,206,0.08);border-radius:10px;display:flex;align-items:center;justify-content:center;padding:8px}
.tool-drop-icon img{width:100%;height:100%;object-fit:contain}
.tool-drop-body b{display:block;font-size:14px;color:#0F172A;margin-bottom:4px;font-weight:600}
.tool-drop-body em{font-size:12px;color:#64748B;font-style:normal;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.software-mega-layout{display:grid;grid-template-columns:220px 1fr;gap:28px}
.software-cats{display:flex;flex-direction:column;gap:10px}
.software-cat{padding:12px 18px;border-radius:10px;font-size:14px;color:#0F172A;background:rgba(126,34,206,0.03);border:1px solid rgba(126,34,206,0.1);transition:all .3s cubic-bezier(0.4,0,0.2,1);font-weight:500;position:relative;padding-left:36px}
.software-cat::before{content:'';position:absolute;left:14px;width:6px;height:6px;background:#7E22CE;border-radius:50%;opacity:0;transition:opacity .3s}
.software-cat:hover,.software-cat.active{background:rgba(126,34,206,0.1);color:#7E22CE;border-color:rgba(126,34,206,0.25)}
.software-cat:hover::before,.software-cat.active::before{opacity:1}
.software-products{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.software-product{display:flex;flex-direction:column;gap:10px;padding:14px;background:rgba(126,34,206,0.03);border:1px solid rgba(126,34,206,0.1);border-radius:12px;transition:all .3s cubic-bezier(0.4,0,0.2,1)}
.software-product:hover{background:rgba(126,34,206,0.08);border-color:rgba(126,34,206,0.25);transform:translateY(-2px)}
.software-product img{width:100%;height:90px;object-fit:cover;border-radius:8px;margin-bottom:6px}
.software-product span{font-size:14px;font-weight:600;color:#0F172A}
.software-product em{font-size:12px;color:#64748B;font-style:normal;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}

/* Mobile Drawer */
.mobile-drawer{position:fixed;top:0;right:-100%;width:360px;max-width:90vw;height:100vh;background:rgba(255,255,255,0.98);backdrop-filter:blur(30px);border-left:1px solid rgba(126,34,206,0.15);z-index:2000;transition:right .4s cubic-bezier(0.4,0,0.2,1);overflow-y:auto}
.mobile-drawer.open{right:0}
.drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(15,23,42,0.8);backdrop-filter:blur(4px);z-index:1999;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(0.4,0,0.2,1)}
.drawer-overlay.open{opacity:1;visibility:visible}
.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(126,34,206,0.1)}
.drawer-close{font-size:32px;color:#7E22CE;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:all .3s;background:rgba(126,34,206,0.05)}
.drawer-close:hover{background:rgba(126,34,206,0.15);transform:rotate(90deg)}
.drawer-menu{padding:24px}
.drawer-link{display:block;padding:16px 20px;color:#0F172A;font-size:15px;border-radius:10px;margin-bottom:10px;transition:all .3s;font-weight:500;background:rgba(126,34,206,0.03);border:1px solid rgba(126,34,206,0.08)}
.drawer-link:hover{background:rgba(126,34,206,0.1);color:#7E22CE;border-color:rgba(126,34,206,0.2);transform:translateX(4px)}
.drawer-group{margin-bottom:10px}
.drawer-toggle{width:100%;text-align:left;padding:16px 20px;color:#0F172A;font-size:15px;border-radius:10px;background:rgba(126,34,206,0.05);border:1px solid rgba(126,34,206,0.12);transition:all .3s;position:relative;font-weight:500}
.drawer-toggle::after{content:'';width:8px;height:8px;border-right:2px solid #7E22CE;border-bottom:2px solid #7E22CE;position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(45deg);transition:transform .3s}
.drawer-toggle.active{background:rgba(126,34,206,0.12);color:#7E22CE;border-color:rgba(126,34,206,0.25)}
.drawer-toggle.active::after{transform:translateY(-50%) rotate(-135deg)}
.drawer-submenu{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(0.4,0,0.2,1);padding-left:20px}
.drawer-submenu.open{max-height:1000px}
.drawer-submenu a{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#64748B;font-size:14px;border-radius:8px;margin-top:8px;transition:all .3s;font-weight:500;background:rgba(126,34,206,0.02);border:1px solid rgba(126,34,206,0.05)}
.drawer-submenu a:hover{background:rgba(126,34,206,0.08);color:#7E22CE;border-color:rgba(126,34,206,0.15);transform:translateX(4px)}
.drawer-submenu img{width:28px;height:28px;object-fit:contain;border-radius:6px;background:rgba(255,255,255,0.03);padding:4px}
.drawer-cta{display:block;margin-top:20px;padding:16px;text-align:center;background:linear-gradient(135deg,#7E22CE,#6D28B1);color:#ffffff;font-weight:600;border-radius:10px;font-size:15px;box-shadow:0 4px 16px rgba(126,34,206,0.3)}

/* Hero - Completely New Layout */
.hero{min-height:100vh;display:flex;align-items:center;background:#f8fafc;position:relative;overflow:hidden;padding:140px 0 100px}
.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at top left,rgba(126,34,206,0.08),transparent 50%),radial-gradient(ellipse at bottom right,rgba(126,34,206,0.05),transparent 50%);pointer-events:none}
.hero::after{content:'';position:absolute;top:50%;left:50%;width:800px;height:800px;background:radial-gradient(circle,rgba(126,34,206,0.06),transparent 70%);transform:translate(-50%,-50%);pointer-events:none;animation:pulse 8s ease-in-out infinite}
@keyframes pulse{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:0.6}50%{transform:translate(-50%,-50%) scale(1.1);opacity:0.8}}
.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}
.hero-content{max-width:680px}
.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:10px 24px;background:rgba(126,34,206,0.08);border:1px solid rgba(126,34,206,0.2);border-radius:30px;font-size:13px;color:#7E22CE;font-weight:600;margin-bottom:32px;letter-spacing:1px;text-transform:uppercase}
.hero-badge::before{content:'';width:8px;height:8px;background:#7E22CE;border-radius:50%;animation:blink 2s ease-in-out infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:0.3}}
.hero-content h1{font-size:clamp(42px,6vw,72px);font-weight:800;line-height:1.1;margin-bottom:28px;color:#0F172A;letter-spacing:-2px}
.hero-content h1 span{background:linear-gradient(135deg,#7E22CE,#a855f7,#7E22CE);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% auto;animation:shine 3s linear infinite}
@keyframes shine{to{background-position:200% center}}
.hero-subtitle{font-size:clamp(18px,2.5vw,24px);color:#64748B;margin-bottom:20px;font-weight:500;line-height:1.6}
.hero-desc{font-size:16px;color:#64748B;margin-bottom:40px;line-height:1.8;max-width:600px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:48px}
.hero-btn{padding:18px 40px;border-radius:12px;font-weight:600;font-size:16px;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:10px}
.hero-btn-primary{background:linear-gradient(135deg,#7E22CE,#6D28B1);color:#ffffff;box-shadow:0 8px 24px rgba(126,34,206,0.35),inset 0 1px 0 rgba(255,255,255,0.2)}
.hero-btn-primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.4),transparent);transition:left .6s}
.hero-btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(126,34,206,0.45),inset 0 1px 0 rgba(255,255,255,0.3)}
.hero-btn-primary:hover::before{left:100%}
.hero-btn-secondary{background:rgba(126,34,206,0.08);color:#7E22CE;border:2px solid rgba(126,34,206,0.25);backdrop-filter:blur(10px)}
.hero-btn-secondary:hover{background:rgba(126,34,206,0.15);border-color:rgba(126,34,206,0.4);transform:translateY(-3px)}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.hero-stat{position:relative;padding-left:20px}
.hero-stat::before{content:'';position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#7E22CE,transparent)}
.hero-stat-value{font-size:28px;font-weight:700;color:#7E22CE;margin-bottom:4px;letter-spacing:-1px}
.hero-stat-label{font-size:13px;color:#64748B;font-weight:500;text-transform:uppercase;letter-spacing:0.5px}
.hero-visual{position:relative}
.hero-card{background:rgba(255,255,255,0.8);backdrop-filter:blur(20px);border:1px solid rgba(126,34,206,0.15);border-radius:24px;padding:40px;box-shadow:0 20px 60px rgba(15,23,42,0.4),inset 0 1px 0 rgba(126,34,206,0.1);position:relative;overflow:hidden}
.hero-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#7E22CE,transparent)}
.hero-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(126,34,206,0.1)}
.hero-card-title{font-size:20px;font-weight:600;color:#0F172A}
.hero-card-badge{padding:6px 14px;background:rgba(126,34,206,0.15);border-radius:20px;font-size:12px;color:#7E22CE;font-weight:600}
.hero-metrics{display:grid;gap:20px}
.hero-metric{display:flex;justify-content:space-between;align-items:center;padding:16px;background:rgba(126,34,206,0.03);border-radius:12px;border:1px solid rgba(126,34,206,0.08);transition:all .3s}
.hero-metric:hover{background:rgba(126,34,206,0.06);border-color:rgba(126,34,206,0.15);transform:translateX(4px)}
.hero-metric-label{font-size:14px;color:#64748B;font-weight:500}
.hero-metric-value{font-size:18px;font-weight:700;color:#7E22CE}
.hero-banner-slot{margin-top:32px;padding:24px;background:rgba(126,34,206,0.03);border-radius:16px;border:1px dashed rgba(126,34,206,0.2)}

/* Marquee Stats */
.marquee-section{background:rgba(255,255,255,0.6);border-top:1px solid rgba(126,34,206,0.1);border-bottom:1px solid rgba(126,34,206,0.1);padding:32px 0;overflow:hidden;position:relative}
.marquee-section::before,.marquee-section::after{content:'';position:absolute;top:0;width:200px;height:100%;z-index:2;pointer-events:none}
.marquee-section::before{left:0;background:linear-gradient(90deg,#f8fafc,transparent)}
.marquee-section::after{right:0;background:linear-gradient(270deg,#f8fafc,transparent)}
.marquee-track{display:flex;gap:80px;animation:marquee 30s linear infinite}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.marquee-item{display:flex;align-items:center;gap:16px;white-space:nowrap}
.marquee-icon{font-size:32px}
.marquee-text{display:flex;flex-direction:column}
.marquee-label{font-size:12px;color:#64748B;font-weight:500;text-transform:uppercase;letter-spacing:1px}
.marquee-value{font-size:20px;font-weight:700;color:#7E22CE}

/* Featured Services - New Card Design */
.featured-services{background:linear-gradient(180deg,#f8fafc,#ffffff);position:relative}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.service-card{background:rgba(255,255,255,0.6);backdrop-filter:blur(10px);border:1px solid rgba(126,34,206,0.1);border-radius:20px;padding:40px;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden;cursor:pointer}
.service-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(126,34,206,0.08),transparent 60%);opacity:0;transition:opacity .4s}
.service-card:hover{transform:translateY(-8px);border-color:rgba(126,34,206,0.3);box-shadow:0 16px 48px rgba(15,23,42,0.4)}
.service-card:hover::before{opacity:1}
.service-icon{width:72px;height:72px;background:linear-gradient(135deg,rgba(126,34,206,0.15),rgba(126,34,206,0.05));border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:28px;position:relative;box-shadow:0 8px 24px rgba(126,34,206,0.15)}
.service-icon::after{content:'';position:absolute;inset:-2px;background:linear-gradient(135deg,#7E22CE,#a855f7);border-radius:18px;z-index:-1;opacity:0;transition:opacity .4s}
.service-card:hover .service-icon::after{opacity:0.3}
.service-card h3{font-size:22px;color:#0F172A;margin-bottom:16px;font-weight:700;letter-spacing:-0.5px}
.service-card p{font-size:15px;color:#64748B;line-height:1.8;margin-bottom:28px}
.service-link{display:inline-flex;align-items:center;gap:8px;color:#7E22CE;font-weight:600;font-size:14px;transition:all .3s}
.service-link::after{content:'→';transition:transform .3s}
.service-card:hover .service-link::after{transform:translateX(4px)}

/* Brokers Showcase - Premium Design */
.brokers-showcase{background:#f8fafc;position:relative}
.brokers-showcase::before{content:'';position:absolute;top:0;left:50%;width:1200px;height:1200px;background:radial-gradient(circle,rgba(126,34,206,0.03),transparent 70%);transform:translateX(-50%);pointer-events:none}
.brokers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.broker-card{background:rgba(255,255,255,0.8);backdrop-filter:blur(20px);border:1px solid rgba(126,34,206,0.12);border-radius:20px;padding:32px;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}
.broker-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#7E22CE,#a855f7,#7E22CE);transform:scaleX(0);transition:transform .4s}
.broker-card:hover{transform:translateY(-8px);border-color:rgba(126,34,206,0.3);box-shadow:0 20px 60px rgba(15,23,42,0.5)}
.broker-card:hover::before{transform:scaleX(1)}
.broker-header{display:flex;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(126,34,206,0.1)}
.broker-logo{width:72px;height:72px;border-radius:14px;overflow:hidden;background:rgba(255,255,255,0.03);padding:10px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(126,34,206,0.1)}
.broker-logo img{width:100%;height:100%;object-fit:contain}
.broker-info h3{font-size:20px;color:#0F172A;margin-bottom:6px;font-weight:700}
.broker-rating{display:flex;align-items:center;gap:6px;font-size:14px;color:#7E22CE;font-weight:600}
.broker-rating::before{content:'⭐'}
.broker-summary{font-size:14px;color:#64748B;line-height:1.7;margin-bottom:24px;min-height:60px}
.broker-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}
.broker-meta-item{background:rgba(126,34,206,0.05);padding:14px;border-radius:12px;border:1px solid rgba(126,34,206,0.08)}
.broker-meta-item strong{display:block;color:#7E22CE;margin-bottom:4px;font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:600}
.broker-meta-item span{color:#0F172A;font-size:14px;font-weight:600}
.broker-actions{display:flex;gap:12px}
.broker-actions a{flex:1;text-align:center;padding:14px;border-radius:10px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(0.4,0,0.2,1)}
.broker-actions a:first-child{background:rgba(126,34,206,0.1);color:#7E22CE;border:1px solid rgba(126,34,206,0.2)}
.broker-actions a:first-child:hover{background:rgba(126,34,206,0.2);border-color:rgba(126,34,206,0.3)}
.broker-actions a:last-child{background:linear-gradient(135deg,#7E22CE,#6D28B1);color:#ffffff;box-shadow:0 4px 16px rgba(126,34,206,0.3)}
.broker-actions a:last-child:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(126,34,206,0.4)}

/* Why Choose - Split Layout */
.why-choose{background:linear-gradient(180deg,#ffffff,#f8fafc);position:relative}
.why-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.why-content h2{margin-bottom:24px}
.why-content p{font-size:16px;color:#64748B;line-height:1.8;margin-bottom:32px}
.why-features{display:grid;gap:24px}
.why-feature{display:flex;gap:20px;padding:24px;background:rgba(255,255,255,0.6);border:1px solid rgba(126,34,206,0.1);border-radius:16px;transition:all .3s}
.why-feature:hover{background:rgba(255,255,255,0.8);border-color:rgba(126,34,206,0.2);transform:translateX(8px)}
.why-feature-icon{width:56px;height:56px;flex-shrink:0;background:linear-gradient(135deg,rgba(126,34,206,0.15),rgba(126,34,206,0.05));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px}
.why-feature-content h3{font-size:18px;color:#0F172A;margin-bottom:8px;font-weight:600}
.why-feature-content p{font-size:14px;color:#64748B;line-height:1.6;margin:0}

/* Process Timeline - Horizontal */
.process{background:#f8fafc;position:relative;overflow:hidden}
.process::before{content:'';position:absolute;top:50%;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(126,34,206,0.3),transparent);transform:translateY(-50%)}
.process-timeline{display:grid;grid-template-columns:repeat(5,1fr);gap:40px;position:relative;z-index:1}
.process-step{text-align:center;position:relative}
.process-number{width:100px;height:100px;margin:0 auto 28px;background:linear-gradient(135deg,rgba(126,34,206,0.15),rgba(126,34,206,0.05));border:2px solid rgba(126,34,206,0.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:800;color:#7E22CE;position:relative;box-shadow:0 8px 32px rgba(126,34,206,0.2)}
.process-number::before{content:'';position:absolute;inset:-4px;border-radius:50%;background:linear-gradient(135deg,#7E22CE,#a855f7);z-index:-1;opacity:0;transition:opacity .4s}
.process-step:hover .process-number::before{opacity:0.3}
.process-step h3{font-size:17px;color:#0F172A;margin-bottom:12px;font-weight:600}
.process-step p{font-size:13px;color:#64748B;line-height:1.6}

/* Rebate Explanation - Card Layout */
.rebate{background:linear-gradient(180deg,#ffffff,#f8fafc)}
.rebate-container{max-width:1000px;margin:0 auto}
.rebate-card{background:rgba(255,255,255,0.8);backdrop-filter:blur(20px);border:1px solid rgba(126,34,206,0.15);border-radius:24px;padding:60px;position:relative;overflow:hidden}
.rebate-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#7E22CE,transparent)}
.rebate-content{text-align:center}
.rebate-content h2{margin-bottom:28px}
.rebate-content p{font-size:16px;color:#64748B;line-height:1.9;margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}
.rebate-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}
.rebate-highlight{background:rgba(126,34,206,0.05);border-left:3px solid #7E22CE;padding:28px;text-align:left;border-radius:12px;transition:all .3s}
.rebate-highlight:hover{background:rgba(126,34,206,0.08);transform:translateX(4px)}
.rebate-highlight strong{display:block;color:#7E22CE;margin-bottom:12px;font-size:18px;font-weight:700}
.rebate-highlight p{font-size:14px;color:#64748B;line-height:1.7;margin:0}

/* EA Strategy - Grid Cards */
.ea-strategy{background:#f8fafc}
.ea-intro{max-width:900px;margin:0 auto 60px;text-align:center}
.ea-intro p{font-size:16px;color:#64748B;line-height:1.8;margin-bottom:20px}
.ea-warning{background:rgba(220,38,38,0.1);border-left:3px solid #dc2626;padding:20px 28px;border-radius:12px;margin-top:32px}
.ea-warning strong{color:#dc2626;display:block;margin-bottom:8px;font-size:16px}
.ea-warning p{color:#64748B;font-size:14px;line-height:1.7;margin:0}
.ea-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.ea-card{background:rgba(255,255,255,0.6);border:1px solid rgba(126,34,206,0.1);border-radius:16px;padding:32px;text-align:center;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}
.ea-card::before{content:'';position:absolute;top:0;left:50%;width:60%;height:60%;background:radial-gradient(circle,rgba(126,34,206,0.1),transparent 70%);transform:translateX(-50%);opacity:0;transition:opacity .4s}
.ea-card:hover{background:rgba(255,255,255,0.8);border-color:rgba(126,34,206,0.25);transform:translateY(-6px);box-shadow:0 12px 40px rgba(15,23,42,0.4)}
.ea-card:hover::before{opacity:1}
.ea-card h3{font-size:18px;color:#7E22CE;margin-bottom:16px;font-weight:700}
.ea-card p{font-size:14px;color:#64748B;line-height:1.7}

/* Tools - Icon Grid */
.tools{background:linear-gradient(180deg,#ffffff,#f8fafc)}
.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.tool-card{background:rgba(255,255,255,0.6);border:1px solid rgba(126,34,206,0.1);border-radius:16px;padding:32px;text-align:center;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative}
.tool-card::after{content:'';position:absolute;inset:0;border-radius:16px;background:linear-gradient(135deg,rgba(126,34,206,0.1),transparent);opacity:0;transition:opacity .4s}
.tool-card:hover{border-color:rgba(126,34,206,0.3);transform:translateY(-6px);box-shadow:0 12px 40px rgba(15,23,42,0.4)}
.tool-card:hover::after{opacity:1}
.tool-card img{width:80px;height:80px;margin:0 auto 24px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(126,34,206,0.2))}
.tool-card h4{font-size:17px;color:#0F172A;margin-bottom:12px;font-weight:600}
.tool-card p{font-size:13px;color:#64748B;line-height:1.6}

/* Software - Image Cards */
.software{background:#f8fafc}
.software-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.software-card{background:rgba(255,255,255,0.6);border:1px solid rgba(126,34,206,0.1);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(0.4,0,0.2,1)}
.software-card:hover{border-color:rgba(126,34,206,0.3);transform:translateY(-6px);box-shadow:0 12px 40px rgba(15,23,42,0.4)}
.software-card img{width:100%;height:180px;object-fit:cover;transition:transform .4s}
.software-card:hover img{transform:scale(1.05)}
.software-body{padding:24px}
.software-body h4{font-size:17px;color:#0F172A;margin-bottom:10px;font-weight:600}
.software-body p{font-size:13px;color:#64748B;line-height:1.6;margin-bottom:16px;min-height:60px}
.software-tags{display:flex;flex-wrap:wrap;gap:8px}
.software-tags span{font-size:11px;padding:5px 12px;background:rgba(126,34,206,0.1);border-radius:14px;color:#7E22CE;font-weight:600;border:1px solid rgba(126,34,206,0.15)}

/* News - Magazine Style */
.news{background:linear-gradient(180deg,#ffffff,#f8fafc)}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.news-card{background:rgba(255,255,255,0.6);border:1px solid rgba(126,34,206,0.1);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative}
.news-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 60%,rgba(255,255,255,0.9));opacity:0;transition:opacity .4s;pointer-events:none}
.news-card:hover{border-color:rgba(126,34,206,0.3);transform:translateY(-8px);box-shadow:0 16px 48px rgba(15,23,42,0.5)}
.news-card:hover::before{opacity:1}
.news-card img{width:100%;height:220px;object-fit:cover;transition:transform .6s}
.news-card:hover img{transform:scale(1.08)}
.news-body{padding:28px}
.news-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:12px;color:#64748B;font-weight:500}
.news-meta span{display:flex;align-items:center;gap:6px}
.news-body h3{font-size:19px;color:#0F172A;margin-bottom:14px;line-height:1.4;font-weight:700;transition:color .3s}
.news-card:hover h3{color:#7E22CE}
.news-body p{font-size:14px;color:#64748B;line-height:1.7;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.news-tags{display:flex;flex-wrap:wrap;gap:8px}
.news-tags span{font-size:11px;padding:5px 12px;background:rgba(126,34,206,0.08);border-radius:14px;color:#7E22CE;font-weight:600;border:1px solid rgba(126,34,206,0.12)}

/* Tags Cloud - Floating Style */
.tags-section{background:#f8fafc}
.tags-cloud{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;max-width:1100px;margin:0 auto}
.tag-item{padding:12px 24px;background:rgba(255,255,255,0.6);border:1px solid rgba(126,34,206,0.15);border-radius:28px;color:#0F172A;font-size:14px;transition:all .3s cubic-bezier(0.4,0,0.2,1);font-weight:500;position:relative;overflow:hidden}
.tag-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(126,34,206,0.15),transparent);opacity:0;transition:opacity .3s}
.tag-item:hover{background:rgba(126,34,206,0.12);border-color:rgba(126,34,206,0.35);color:#7E22CE;transform:translateY(-4px);box-shadow:0 8px 24px rgba(126,34,206,0.2)}
.tag-item:hover::before{opacity:1}
.tag-item span{color:#64748B;margin-left:8px;font-size:12px}

/* FAQ - Accordion Style */
.faq{background:linear-gradient(180deg,#ffffff,#f8fafc)}
.faq-list{max-width:1000px;margin:0 auto}
.faq-item{background:rgba(255,255,255,0.6);border:1px solid rgba(126,34,206,0.1);border-radius:16px;margin-bottom:20px;overflow:hidden;transition:all .3s}
.faq-item:hover{border-color:rgba(126,34,206,0.2)}
.faq-question{width:100%;text-align:left;padding:28px 32px;font-size:17px;font-weight:600;color:#0F172A;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s;background:transparent}
.faq-question:hover{color:#7E22CE}
.faq-question::after{content:'';width:24px;height:24px;background:rgba(126,34,206,0.15);border-radius:50%;position:relative;transition:all .3s}
.faq-question::before{content:'+';position:absolute;right:38px;font-size:20px;color:#7E22CE;font-weight:400;transition:transform .3s}
.faq-question.active{color:#7E22CE;background:rgba(126,34,206,0.05)}
.faq-question.active::before{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(0.4,0,0.2,1)}
.faq-answer.open{max-height:600px}
.faq-answer-inner{padding:0 32px 28px;font-size:15px;color:#64748B;line-height:1.9}

/* Risk Warning - Alert Style */
.risk-warning{background:linear-gradient(135deg,rgba(220,38,38,0.15),rgba(220,38,38,0.05));border-top:2px solid rgba(220,38,38,0.3);border-bottom:2px solid rgba(220,38,38,0.3);position:relative}
.risk-warning::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#dc2626,transparent)}
.risk-content{max-width:1100px;margin:0 auto;text-align:center}
.risk-content h2{color:#dc2626;margin-bottom:28px;font-size:clamp(28px,4vw,40px)}
.risk-content p{font-size:15px;color:#64748B;line-height:1.9;margin-bottom:16px}
.risk-highlight{background:rgba(220,38,38,0.08);border-left:4px solid #dc2626;padding:24px 32px;margin:32px auto 0;text-align:left;border-radius:12px;max-width:900px}
.risk-highlight strong{color:#dc2626;display:block;margin-bottom:12px;font-size:18px;font-weight:700}
.risk-highlight p{margin:0}

/* Bottom CTA - Full Width */
.bottom-cta{background:linear-gradient(135deg,#ffffff,#f8fafc);padding:100px 0;text-align:center;position:relative;overflow:hidden}
.bottom-cta::before{content:'';position:absolute;top:50%;left:50%;width:1000px;height:1000px;background:radial-gradient(circle,rgba(126,34,206,0.08),transparent 70%);transform:translate(-50%,-50%);pointer-events:none}
.bottom-cta-content{position:relative;z-index:1}
.bottom-cta h2{font-size:clamp(32px,5vw,48px);margin-bottom:20px;font-weight:800}
.bottom-cta p{font-size:19px;color:#64748B;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}
.bottom-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:28px}
.bottom-cta-buttons a{padding:20px 48px;border-radius:12px;font-size:17px;font-weight:600;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}
.bottom-cta-buttons a:first-child{background:linear-gradient(135deg,#7E22CE,#6D28B1);color:#ffffff;box-shadow:0 8px 32px rgba(126,34,206,0.4)}.bottom-cta-buttons a:first-child::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.4),transparent);transition:left .6s}
.bottom-cta-buttons a:first-child:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(126,34,206,0.5)}
.bottom-cta-buttons a:first-child:hover::before{left:100%}
.bottom-cta-buttons a:last-child{background:rgba(126,34,206,0.1);color:#7E22CE;border:2px solid rgba(126,34,206,0.3)}
.bottom-cta-buttons a:last-child:hover{background:rgba(126,34,206,0.2);border-color:rgba(126,34,206,0.4);transform:translateY(-4px)}
.bottom-cta-note{font-size:13px;color:#64748B;font-weight:500}

/* Footer - Premium Design */
.footer{background:radial-gradient(ellipse at 50% 0%,rgba(126,34,206,0.18),transparent 55%),linear-gradient(180deg,#0B1226 0%,#090D1A 100%);border-top:1px solid rgba(126,34,206,0.3);padding:80px 0 30px;position:relative}
.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#7E22CE,transparent)}
.footer-main{display:grid;grid-template-columns:1.55fr repeat(5,minmax(145px,1fr));gap:32px;margin-bottom:60px;align-items:start}
.footer-brand .logo{margin-bottom:24px}
.footer-brand p{font-size:14px;color:rgba(255,255,255,0.6);line-height:1.8;margin-bottom:24px;max-width:360px}
.footer-contact{font-size:14px;color:rgba(255,255,255,0.6);line-height:2;margin-bottom:24px}
.footer-contact a{color:#c084fc;transition:color .3s;font-weight:500}
.footer-contact a:hover{color:#a855f7}
.footer-section h3{font-size:17px;color:#ffffff;margin-bottom:24px;font-weight:700;letter-spacing:-0.3px;position:relative;padding-bottom:12px;text-align:left}
.footer-section h3::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(90deg,#7E22CE,transparent)}
.footer-links{display:flex;flex-direction:column;gap:12px;align-items:flex-start;text-align:left;margin:0;padding:0}
.footer-links li{margin:0;padding:0;text-align:left}
.footer-links a{display:inline-block;font-size:14px;color:rgba(255,255,255,0.6);transition:all .3s;font-weight:500;position:relative;padding-left:0;line-height:1.7}
.footer-links a::before{content:'';position:absolute;left:-12px;width:6px;height:1px;background:#c084fc;top:50%;opacity:0;transition:all .3s}
.footer-links a:hover{color:#c084fc;transform:translateX(4px)}
.footer-links a:hover::before{opacity:1}
.footer-social{display:flex;gap:14px;margin-top:20px}
.footer-social a{width:42px;height:42px;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#c084fc;transition:all .3s;font-size:18px}
.footer-social a:hover{background:rgba(126,34,206,0.35);border-color:rgba(126,34,206,0.5);transform:translateY(-4px);box-shadow:0 6px 20px rgba(126,34,206,0.2)}
.footer-risk{font-size:12px;color:rgba(255,255,255,0.6);line-height:1.8;margin-top:20px;padding:24px 32px;background:rgba(220,38,38,0.12);border-left:3px solid #dc2626;border-radius:12px}
.footer-risk strong{color:#f87171;font-weight:600}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:32px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;font-size:13px;color:rgba(255,255,255,0.5)}

/* Back to Top */
.back-to-top{position:fixed;bottom:40px;right:40px;width:56px;height:56px;background:linear-gradient(135deg,#7E22CE,#6D28B1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:24px;font-weight:700;box-shadow:0 8px 24px rgba(126,34,206,0.4);cursor:pointer;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(0.4,0,0.2,1);z-index:999}
.back-to-top.show{opacity:1;visibility:visible}
.back-to-top:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(126,34,206,0.5)}
.back-to-top::before{content:'';position:absolute;inset:-3px;border-radius:50%;background:linear-gradient(135deg,#7E22CE,#6D28B1);z-index:-1;opacity:0.3;animation:pulse-ring 2s ease-out infinite}
@keyframes pulse-ring{0%{transform:scale(1);opacity:0.3}100%{transform:scale(1.3);opacity:0}}

/* Responsive */
@media (max-width:1200px){
.container{padding:0 30px}
.hero-grid,.why-layout{grid-template-columns:1fr}
.hero-visual{margin-top:60px}
.services-grid,.brokers-grid{grid-template-columns:repeat(2,1fr)}
.process-timeline{grid-template-columns:repeat(3,1fr)}
.ea-grid,.tool-grid,.software-grid{grid-template-columns:repeat(3,1fr)}
.news-grid{grid-template-columns:repeat(2,1fr)}
.footer-main{grid-template-columns:1fr 1fr}
.mega-menu{min-width:600px}
.broker-drop-list,.software-products{grid-template-columns:1fr}
.tools-drop-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:768px){
.hamburger{display:flex}
.main-nav{display:none}
.topbar-inner{justify-content:center;text-align:center}
.topbar-left,.topbar-right{width:100%;justify-content:center}
.header-inner{padding:16px 20px}
.container{padding:0 20px}
.section{padding:80px 0}
.section-header{margin-bottom:60px}
.hero{padding:100px 0 60px;min-height:auto}
.hero-stats{grid-template-columns:1fr}
.marquee-track{gap:40px}
.services-grid,.brokers-grid,.process-timeline,.ea-grid,.tool-grid,.software-grid,.news-grid{grid-template-columns:1fr}
.hero-actions,.bottom-cta-buttons{flex-direction:column;width:100%}
.hero-btn,.bottom-cta-buttons a{width:100%}
.footer-main{grid-template-columns:1fr}
.footer-bottom{flex-direction:column;text-align:center}
.back-to-top{bottom:24px;right:24px;width:50px;height:50px}
.rebate-highlights{grid-template-columns:1fr}
.why-features{gap:16px}
}

@media (max-width:480px){
.hero{padding:80px 0 40px}
.section{padding:60px 0}
.section-title{font-size:32px}
.hero-content h1{font-size:36px}
.hero-subtitle{font-size:16px}
.hero-card{padding:28px}
.service-card,.broker-card,.ea-card,.tool-card{padding:24px}
.rebate-card{padding:32px 24px}
}


/* ===== 修复：外汇经纪商下拉菜单显示不全 / PC端更自然布局 ===== */
@media (min-width: 1201px){
  .mega-menu.broker-mega{
    width:min(1120px, calc(100vw - 80px));
    min-width:0;
    max-width:none;
    left:50%;
    transform:translateX(-50%) translateY(12px);
    max-height:calc(100vh - 150px);
    overflow-y:auto;
    overflow-x:hidden;
    border-radius:20px;
  }

  .nav-item.has-mega:hover .mega-menu.broker-mega,
  .nav-item.has-mega:focus-within .mega-menu.broker-mega{
    transform:translateX(-50%) translateY(0);
  }

  .broker-mega .mega-inner{
    padding:26px;
  }

  .broker-mega .mega-title{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:28px;
    margin-bottom:20px;
    padding-bottom:18px;
  }

  .broker-mega .mega-title strong{
    font-size:22px;
    line-height:1.2;
  }

  .broker-mega .mega-title span{
    max-width:420px;
    text-align:right;
    font-size:13px;
    line-height:1.6;
  }

  .broker-mega .broker-drop-list{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
  }

  .broker-mega .broker-drop-item{
    padding:16px;
    min-height:168px;
    display:flex;
    flex-direction:column;
    border-radius:14px;
  }

  .broker-mega .broker-drop-head{
    gap:10px;
    margin-bottom:10px;
  }

  .broker-mega .broker-drop-head img{
    width:38px;
    height:38px;
    padding:5px;
    border-radius:10px;
  }

  .broker-mega .broker-drop-head span{
    font-size:16px;
    line-height:1.25;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .broker-mega .broker-drop-item p{
    font-size:12.5px;
    line-height:1.55;
    margin-bottom:10px;
    min-height:39px;
    -webkit-line-clamp:2;
  }

  .broker-mega .broker-drop-meta{
    gap:8px;
    margin-bottom:12px;
  }

  .broker-mega .broker-drop-meta span{
    padding:4px 8px;
    font-size:11.5px;
    max-width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .broker-mega .broker-drop-actions{
    margin-top:auto;
    gap:8px;
  }

  .broker-mega .broker-drop-actions a{
    padding:9px 8px;
    font-size:12.5px;
    border-radius:8px;
  }
}

/* ===== 平板端：保持两列，不再被原来的 1 列规则拉太高 ===== */
@media (min-width: 769px) and (max-width: 1200px){
  .mega-menu.broker-mega{
    width:min(760px, calc(100vw - 40px));
    min-width:0;
    max-width:none;
    max-height:calc(100vh - 130px);
    overflow-y:auto;
    overflow-x:hidden;
  }

  .broker-mega .mega-inner{
    padding:24px;
  }

  .broker-mega .mega-title{
    margin-bottom:18px;
    padding-bottom:18px;
  }

  .broker-mega .broker-drop-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
  }

  .broker-mega .broker-drop-item{
    padding:16px;
  }
}


/* ===== 修复：行业资讯下拉菜单显示不全 / 改为更宽更扁的资讯面板 ===== */
@media (min-width: 1201px){
  .dropdown-panel.news-dropdown{
    width:min(760px, calc(100vw - 80px));
    min-width:0;
    max-width:none;
    left:50%;
    transform:translateX(-50%) translateY(12px);
    max-height:calc(100vh - 150px);
    overflow-y:auto;
    overflow-x:hidden;
    border-radius:20px;
  }

  .nav-item.has-dropdown:hover .dropdown-panel.news-dropdown,
  .nav-item.has-dropdown:focus-within .dropdown-panel.news-dropdown{
    transform:translateX(-50%) translateY(0);
  }

  .news-dropdown .dropdown-inner{
    min-width:0;
    padding:26px;
  }

  .news-dropdown .dropdown-heading{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    margin-bottom:18px;
    padding-bottom:16px;
  }

  .news-dropdown .dropdown-heading strong{
    font-size:22px;
    line-height:1.2;
    margin-bottom:0;
    white-space:nowrap;
  }

  .news-dropdown .dropdown-heading span{
    max-width:390px;
    text-align:right;
    font-size:13px;
    line-height:1.6;
  }

  .news-dropdown .dropdown-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-bottom:16px;
  }

  .news-dropdown .dropdown-news-card{
    padding:15px 16px;
    min-height:138px;
    border-radius:14px;
  }

  .news-dropdown .dropdown-news-card span{
    font-size:11.5px;
    margin-bottom:6px;
  }

  .news-dropdown .dropdown-news-card b{
    font-size:14.5px;
    line-height:1.45;
    margin-bottom:6px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
  }

  .news-dropdown .dropdown-news-card em{
    font-size:12.5px;
    line-height:1.55;
    -webkit-line-clamp:2;
  }

  .news-dropdown .dropdown-tags{
    gap:8px;
    padding-top:2px;
  }

  .news-dropdown .dropdown-tags a{
    padding:5px 10px;
    font-size:11.5px;
    line-height:1.4;
  }
}

/* ===== 平板端：行业资讯保持两列，减少下拉高度 ===== */
@media (min-width: 769px) and (max-width: 1200px){
  .dropdown-panel.news-dropdown{
    width:min(640px, calc(100vw - 40px));
    min-width:0;
    max-width:none;
    max-height:calc(100vh - 130px);
    overflow-y:auto;
    overflow-x:hidden;
  }

  .news-dropdown .dropdown-inner{
    min-width:0;
    padding:24px;
  }

  .news-dropdown .dropdown-heading{
    margin-bottom:18px;
    padding-bottom:18px;
  }

  .news-dropdown .dropdown-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-bottom:16px;
  }

  .news-dropdown .dropdown-news-card{
    padding:15px;
  }
}



/* ===== 视频中心 Mega Menu：替换原 EA交易策略导航栏目 ===== */
.video-nav-item{
  position:relative;
}

.video-mega{
  position:absolute;
  top:calc(100% + 8px);
  left:50%;
  width:min(1180px, calc(100vw - 80px));
  max-height:calc(100vh - 150px);
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  gap:0;
  background:rgba(255,255,255,0.98);
  backdrop-filter:blur(30px);
  border:1px solid rgba(126,34,206,0.16);
  border-radius:20px;
  box-shadow:0 18px 56px rgba(15,23,42,0.55),0 0 0 1px rgba(126,34,206,0.08);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(-50%) translateY(12px);
  transition:opacity .32s cubic-bezier(0.4,0,0.2,1),visibility .32s cubic-bezier(0.4,0,0.2,1),transform .32s cubic-bezier(0.4,0,0.2,1);
  z-index:120;
  overflow:hidden;
}

.nav-item.has-mega:hover > .video-mega,
.nav-item.has-mega:focus-within > .video-mega,
.video-mega.open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}

.video-mega::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:1px;
  background:linear-gradient(90deg,transparent,#7E22CE,transparent);
  pointer-events:none;
}

.video-mega-left{
  padding:22px 18px;
  border-right:1px solid rgba(126,34,206,0.12);
  background:rgba(255,255,255,0.38);
  max-height:calc(100vh - 150px);
  overflow-y:auto;
  overflow-x:hidden;
  display:flex;
  flex-direction:column;
  gap:9px;
}

.video-cat{
  border-radius:12px;
  border:1px solid rgba(126,34,206,0.08);
  background:rgba(126,34,206,0.03);
  transition:all .26s cubic-bezier(0.4,0,0.2,1);
  position:relative;
  overflow:hidden;
}

.video-cat::before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:3px;
  height:100%;
  background:linear-gradient(180deg,#7E22CE,#a855f7);
  transform:scaleY(0);
  transition:transform .26s cubic-bezier(0.4,0,0.2,1);
}

.video-cat a{
  display:block;
  padding:12px 14px 12px 18px;
  color:#0F172A;
  font-size:14px;
  font-weight:600;
  line-height:1.35;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.video-cat:hover,
.video-cat.active{
  background:rgba(126,34,206,0.10);
  border-color:rgba(126,34,206,0.24);
}

.video-cat:hover::before,
.video-cat.active::before{
  transform:scaleY(1);
}

.video-cat:hover a,
.video-cat.active a{
  color:#7E22CE;
}

.video-mega-right{
  padding:24px;
  max-height:calc(100vh - 150px);
  overflow-y:auto;
  overflow-x:hidden;
}

.video-panel{
  display:none;
}

.video-panel.active{
  display:block;
}

.video-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(126,34,206,0.10);
}

.video-panel-head h4{
  margin:0;
  color:#7E22CE;
  font-size:22px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:-0.4px;
}

.video-panel-more{
  flex:0 0 auto;
  padding:7px 14px;
  border-radius:999px;
  background:rgba(126,34,206,0.09);
  border:1px solid rgba(126,34,206,0.18);
  color:#7E22CE;
  font-size:12px;
  font-weight:700;
}

.video-panel-more:hover{
  background:rgba(126,34,206,0.16);
  border-color:rgba(126,34,206,0.32);
  transform:translateY(-1px);
}

.video-panel-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.video-card{
  display:block;
  min-width:0;
  border-radius:16px;
  overflow:hidden;
  background:rgba(126,34,206,0.035);
  border:1px solid rgba(126,34,206,0.10);
  transition:all .3s cubic-bezier(0.4,0,0.2,1);
}

.video-card:hover{
  background:rgba(126,34,206,0.08);
  border-color:rgba(126,34,206,0.25);
  transform:translateY(-4px);
  box-shadow:0 10px 28px rgba(15,23,42,0.32);
}

.video-thumb{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:rgba(255,255,255,0.04);
}

.video-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s cubic-bezier(0.4,0,0.2,1);
}

.video-card:hover .video-thumb img{
  transform:scale(1.06);
}

.video-duration{
  position:absolute;
  right:8px;
  bottom:8px;
  padding:3px 8px;
  border-radius:999px;
  background:rgba(255,255,255,0.78);
  color:#a855f7;
  border:1px solid rgba(126,34,206,0.18);
  font-size:11px;
  font-weight:700;
  line-height:1.4;
}

.video-body{
  padding:14px;
}

.video-body h5{
  color:#0F172A;
  font-size:14.5px;
  font-weight:700;
  line-height:1.45;
  margin:0 0 7px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.video-body p{
  color:#64748B;
  font-size:12.5px;
  line-height:1.55;
  margin:0 0 10px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.video-tags{
  color:#7E22CE;
  font-size:11.5px;
  line-height:1.45;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

@media (min-width:769px) and (max-width:1200px){
  .video-mega{
    width:min(860px, calc(100vw - 40px));
    grid-template-columns:210px minmax(0,1fr);
    max-height:calc(100vh - 130px);
  }

  .video-mega-left,
  .video-mega-right{
    max-height:calc(100vh - 130px);
  }

  .video-panel-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:1024px){
  .video-mega{
    display:none!important;
  }
}


/* ===== Final Fix: Mobile Navigation Drawer Display / Interaction ===== */
@media (max-width:1024px){
  .header-inner{
    gap:16px;
    padding:16px 24px;
  }

  .main-nav{
    display:none!important;
  }

  .hamburger{
    display:flex!important;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:6px;
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:10px;
    background:rgba(126,34,206,0.06);
    border:1px solid rgba(126,34,206,0.16);
    position:relative;
    z-index:1002;
  }

  .hamburger span{
    width:22px;
    height:2px;
    transform-origin:center;
  }

  .hamburger.active span:nth-child(1){
    transform:translateY(8px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2){
    opacity:0;
    transform:scaleX(0);
  }

  .hamburger.active span:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
  }

  .drawer-overlay{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    height:100dvh!important;
    z-index:99998!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    background:rgba(15,23,42,0.72)!important;
    backdrop-filter:blur(5px);
    transition:opacity .35s cubic-bezier(0.4,0,0.2,1),visibility .35s cubic-bezier(0.4,0,0.2,1);
  }

  .drawer-overlay.open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  .mobile-drawer{
    display:flex!important;
    flex-direction:column;
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    width:min(88vw,390px)!important;
    max-width:390px!important;
    height:100vh!important;
    height:100dvh!important;
    min-height:100vh;
    transform:translateX(105%)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:99999!important;
    overflow-y:auto;
    overflow-x:hidden;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    transition:transform .38s cubic-bezier(0.4,0,0.2,1)!important;
    box-shadow:-18px 0 48px rgba(15,23,42,0.45);
  }

  .mobile-drawer.open{
    right:0!important;
    transform:translateX(0)!important;
  }

  .drawer-head{
    flex-shrink:0;
    padding:18px 20px;
    gap:14px;
  }

  .drawer-head .logo{
    min-width:0;
    flex:1;
    gap:10px;
    font-size:18px;
  }

  .drawer-head .logo img{
    width:36px;
    height:36px;
    flex:0 0 36px;
  }

  .drawer-head .logo span{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .drawer-close{
    flex:0 0 40px;
    width:40px;
    height:40px;
    font-size:28px;
  }

  .drawer-menu{
    padding:18px 20px 30px;
  }

  .drawer-link,
  .drawer-toggle{
    min-height:48px;
    display:flex;
    align-items:center;
  }

  .drawer-submenu{
    padding-left:0;
    max-height:0;
  }

  .drawer-submenu.open{
    max-height:70vh;
    overflow-y:auto;
  }

  .drawer-submenu a{
    min-height:44px;
  }

  body.drawer-open{
    overflow:hidden!important;
    touch-action:none;
  }
}

@media (min-width:1025px){
  .drawer-overlay,
  .mobile-drawer{
    display:none;
  }

  .hamburger{
    display:none!important;
  }
}

@media (max-width:480px){
  .header-inner{
    padding:14px 0;
  }

  .logo{
    gap:10px;
    font-size:18px;
  }

  .logo img{
    width:36px;
    height:36px;
  }

  .mobile-drawer{
    width:100vw!important;
    max-width:none!important;
  }

  .drawer-menu{
    padding:16px 18px 28px;
  }
}



/* ===== V2 终极修复：手机版抽屉定位到可视视口，避免因页面横向溢出而跑到屏幕外 ===== */
@media (max-width:1024px){
  html,
  body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  .topbar,
  .header,
  .hero,
  main,
  footer{
    max-width:100vw!important;
    overflow-x:hidden!important;
  }

  .header{
    z-index:99990!important;
  }

  .header .container{
    width:100%!important;
    max-width:100%!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }

  .header-inner{
    width:100%!important;
    max-width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    padding:14px 0!important;
  }

  .header-inner > .logo{
    min-width:0!important;
    flex:1 1 auto!important;
  }

  .header-inner > .logo span{
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .main-nav{
    display:none!important;
  }

  .hamburger{
    display:inline-flex!important;
    visibility:visible!important;
    opacity:1!important;
    flex:0 0 44px!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    position:relative!important;
    z-index:99991!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:6px!important;
    border-radius:12px!important;
    background:rgba(126,34,206,0.10)!important;
    border:1px solid rgba(126,34,206,0.28)!important;
    box-shadow:0 8px 22px rgba(15,23,42,0.28)!important;
  }

  .hamburger span{
    display:block!important;
    width:23px!important;
    height:2px!important;
    background:linear-gradient(90deg,#7E22CE,#a855f7)!important;
    border-radius:4px!important;
  }

  .drawer-overlay{
    display:block!important;
    position:fixed!important;
    left:0!important;
    top:0!important;
    right:auto!important;
    bottom:auto!important;
    width:100vw!important;
    height:100vh!important;
    height:100dvh!important;
    z-index:99998!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    background:rgba(15,23,42,0.76)!important;
    backdrop-filter:blur(5px)!important;
  }

  .drawer-overlay.open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  .mobile-drawer{
    display:flex!important;
    flex-direction:column!important;
    position:fixed!important;
    left:0!important;
    top:0!important;
    right:auto!important;
    bottom:auto!important;
    width:100vw!important;
    max-width:100vw!important;
    height:100vh!important;
    height:100dvh!important;
    min-height:100vh!important;
    transform:translate3d(100%,0,0)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    z-index:99999!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    transition:transform .32s cubic-bezier(0.4,0,0.2,1)!important;
    box-shadow:-18px 0 48px rgba(15,23,42,0.45)!important;
  }

  .mobile-drawer.open{
    transform:translate3d(0,0,0)!important;
  }

  .drawer-head{
    position:sticky!important;
    top:0!important;
    z-index:2!important;
    background:rgba(255,255,255,0.98)!important;
    backdrop-filter:blur(20px)!important;
    padding:18px 20px!important;
  }

  .drawer-close{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    visibility:visible!important;
    opacity:1!important;
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
  }

  .drawer-menu{
    display:block!important;
    padding:18px 20px 36px!important;
  }

  .drawer-link,
  .drawer-toggle{
    width:100%!important;
  }

  body.drawer-open{
    overflow:hidden!important;
    position:relative!important;
  }
}


/* ===== 联系我们下拉框：与其它导航下拉统一色调、卡片布局与动画 ===== */
.contact-nav-item{
  position:relative;
}

.dropdown-panel.contact-dropdown{
  width:min(420px, calc(100vw - 80px));
  min-width:0;
  max-width:none;
  left:50%;
  transform:translateX(-50%) translateY(12px);
  border-radius:20px;
  overflow:hidden;
  background:rgba(255,255,255,0.98);
  backdrop-filter:blur(30px);
  border:1px solid rgba(126,34,206,0.16);
  box-shadow:0 18px 56px rgba(15,23,42,0.55),0 0 0 1px rgba(126,34,206,0.08);
}

.dropdown-panel.contact-dropdown::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:1px;
  background:linear-gradient(90deg,transparent,#7E22CE,transparent);
  opacity:.9;
}

.nav-item.has-dropdown:hover > .contact-dropdown,
.nav-item.has-dropdown:focus-within > .contact-dropdown{
  opacity:1;
  visibility:visible;
  transform:translateX(-50%) translateY(0);
}

.contact-dropdown .dropdown-inner{
  min-width:0;
  padding:26px;
}

.contact-dropdown .dropdown-heading{
  margin-bottom:18px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(126,34,206,0.1);
}

.contact-dropdown .dropdown-heading strong{
  font-size:22px;
  line-height:1.2;
  color:#7E22CE;
}

.contact-dropdown .dropdown-heading span{
  display:block;
  margin-top:8px;
  color:#64748B;
  font-size:13px;
  line-height:1.6;
}

.contact-menu-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.contact-menu-card{
  display:block;
  position:relative;
  overflow:hidden;
  min-height:118px;
  padding:18px 56px 18px 58px;
  border-radius:14px;
  background:rgba(126,34,206,0.03);
  border:1px solid rgba(126,34,206,0.1);
  transition:background .32s cubic-bezier(0.4,0,0.2,1),
             border-color .32s cubic-bezier(0.4,0,0.2,1),
             transform .32s cubic-bezier(0.4,0,0.2,1),
             box-shadow .32s cubic-bezier(0.4,0,0.2,1);
  transform:translateY(8px);
  opacity:0;
}

.contact-menu-card::before{
  content:'#';
  position:absolute;
  left:18px;
  top:20px;
  width:30px;
  height:30px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#7E22CE;
  font-size:16px;
  font-weight:800;
  background:rgba(126,34,206,0.08);
  border:1px solid rgba(126,34,206,0.14);
  transition:all .32s cubic-bezier(0.4,0,0.2,1);
}

.contact-menu-card::after{
  content:'→';
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%) translateX(-8px);
  color:#7E22CE;
  font-size:20px;
  opacity:0;
  transition:all .32s cubic-bezier(0.4,0,0.2,1);
}

.contact-menu-card span{
  display:block;
  margin-bottom:7px;
  color:#64748B;
  font-size:11.5px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:1.1px;
}

.contact-menu-card b{
  display:block;
  margin-bottom:7px;
  color:#0F172A;
  font-size:16px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:-0.2px;
  transition:color .32s cubic-bezier(0.4,0,0.2,1);
}

.contact-menu-card em{
  display:block;
  color:#64748B;
  font-size:12.5px;
  line-height:1.65;
  font-style:normal;
}

.nav-item.has-dropdown:hover .contact-menu-card,
.nav-item.has-dropdown:focus-within .contact-menu-card{
  opacity:1;
  transform:translateY(0);
  transition-delay:.08s;
}

.contact-menu-card:hover{
  background:rgba(126,34,206,0.08);
  border-color:rgba(126,34,206,0.25);
  transform:translateY(-3px) translateX(4px);
  box-shadow:0 10px 28px rgba(15,23,42,0.32);
}

.contact-menu-card:hover::before{
  background:rgba(126,34,206,0.15);
  border-color:rgba(126,34,206,0.28);
  box-shadow:0 0 0 4px rgba(126,34,206,0.05);
}

.contact-menu-card:hover::after{
  opacity:1;
  transform:translateY(-50%) translateX(0);
}

.contact-menu-card:hover b{
  color:#7E22CE;
}

@media (min-width:769px) and (max-width:1200px){
  .dropdown-panel.contact-dropdown{
    width:min(400px, calc(100vw - 40px));
    max-height:calc(100vh - 130px);
    overflow-y:auto;
    overflow-x:hidden;
  }

  .contact-dropdown .dropdown-inner{
    padding:24px;
  }
}

@media (max-width:768px){
  .dropdown-panel.contact-dropdown{
    display:none;
  }
}



/* =========================================================
   首页正文区域尺寸优化 V2
   说明：不改头部(header/topbar/nav/logo)和底部(footer)任何布局尺寸；
   只压缩首屏与正文内容区块，避免首屏内容超出，并在首屏底部加细分界线。
   ========================================================= */

/* 仅正文内容容器收窄，不影响头部/底部共用 .container */
.hero > .container,
.marquee-section > .container,
.section > .container,
.bottom-cta > .container{
  max-width:1240px;
}

/* 正文区块整体间距与标题尺寸下调，不作用于 header/footer */
.featured-services.section,
.brokers-showcase.section,
.why-choose.section,
.process.section,
.rebate.section,
.ea-strategy.section,
.tools.section,
.software.section,
.news.section,
.tags-section.section,
.faq.section,
.risk-warning.section{
  padding:88px 0;
}

.section-header{margin-bottom:52px}
.section-label{font-size:12px;padding:6px 16px;margin-bottom:12px;letter-spacing:1.5px}
.section-title{font-size:clamp(30px,3.8vw,44px);line-height:1.16;margin-bottom:14px;letter-spacing:-0.7px}
.section-subtitle{font-size:clamp(14px,1.55vw,17px);line-height:1.65;max-width:640px}

/* 首屏：压缩高度，防止内容超出首屏；底部增加细分界线 */
.hero{
  min-height:calc(100svh - 118px);
  padding:56px 0 42px;
  border-bottom:1px solid rgba(126,34,206,0.16);
  box-shadow:inset 0 -1px 0 rgba(255,255,255,0.025);
}
.hero-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(340px,0.92fr);
  gap:42px;
}
.hero-content{max-width:590px}
.hero-badge{padding:7px 18px;font-size:11.5px;margin-bottom:18px;gap:8px}
.hero-badge::before{width:6px;height:6px}
.hero-content h1{font-size:clamp(34px,4.35vw,52px);line-height:1.08;margin-bottom:16px;letter-spacing:-1.25px}
.hero-subtitle{font-size:clamp(16px,1.85vw,20px);line-height:1.5;margin-bottom:12px}
.hero-desc{font-size:14.5px;line-height:1.7;margin-bottom:24px;max-width:560px}
.hero-actions{gap:12px;margin-bottom:28px}
.hero-btn{padding:13px 28px;border-radius:10px;font-size:14.5px}
.hero-stats{gap:20px}
.hero-stat{padding-left:14px}
.hero-stat-value{font-size:23px}
.hero-stat-label{font-size:11.5px;letter-spacing:0.35px}
.hero-visual{max-width:500px;justify-self:end;width:100%}
.hero-card{padding:26px;border-radius:20px}
.hero-card-header{margin-bottom:18px;padding-bottom:16px}
.hero-card-title{font-size:17px}
.hero-card-badge{font-size:11px;padding:5px 12px}
.hero-metrics{gap:12px}
.hero-metric{padding:12px;border-radius:10px}
.hero-metric-label{font-size:12.5px}
.hero-metric-value{font-size:15.5px}
.hero-banner-slot{margin-top:18px;padding:16px;border-radius:12px}

/* 首屏下方跑马灯压缩 */
.marquee-section{padding:22px 0}
.marquee-track{gap:56px}
.marquee-icon{font-size:26px}
.marquee-label{font-size:11px}
.marquee-value{font-size:17px}

/* 首页正文卡片与模块统一降尺寸 */
.services-grid,.brokers-grid,.news-grid{gap:24px}
.ea-grid,.tool-grid,.software-grid{gap:22px}
.service-card,.broker-card,.ea-card,.tool-card{padding:26px;border-radius:16px}
.service-icon{width:58px;height:58px;font-size:28px;margin-bottom:20px;border-radius:14px}
.service-card h3{font-size:19px;margin-bottom:10px}
.service-card p{font-size:13.5px;line-height:1.7;margin-bottom:20px}
.service-link{font-size:13px}

.broker-header{gap:14px;margin-bottom:18px;padding-bottom:18px}
.broker-logo{width:58px;height:58px;border-radius:12px;padding:8px}
.broker-info h3{font-size:18px}
.broker-rating{font-size:13px}
.broker-summary{font-size:13px;line-height:1.65;min-height:auto;margin-bottom:18px}
.broker-meta{gap:12px;margin-bottom:18px}
.broker-meta-item{padding:11px;border-radius:10px}
.broker-meta-item strong{font-size:10.5px}
.broker-meta-item span{font-size:13px}
.broker-actions a{padding:12px;font-size:13px}

.why-layout{gap:44px}
.why-content p{font-size:14.5px;line-height:1.7;margin-bottom:24px}
.why-features{gap:16px}
.why-feature{padding:18px;border-radius:14px;gap:14px}
.why-feature-icon{width:46px;height:46px;font-size:22px;border-radius:10px}
.why-feature-content h3{font-size:16px;margin-bottom:6px}
.why-feature-content p{font-size:13px;line-height:1.55}

.process-timeline{gap:26px}
.process-number{width:74px;height:74px;font-size:28px;margin-bottom:20px}
.process-step h3{font-size:15.5px;margin-bottom:8px}
.process-step p{font-size:12.5px;line-height:1.55}

.rebate-card{padding:42px;border-radius:20px}
.rebate-content p{font-size:14.5px;line-height:1.75}
.rebate-highlights{gap:18px;margin-top:28px}
.rebate-highlight{padding:20px;border-radius:10px}
.rebate-highlight strong{font-size:16px}
.rebate-highlight p{font-size:13px}

.ea-intro{margin-bottom:42px}
.ea-intro p{font-size:14.5px;line-height:1.7}
.ea-warning{padding:16px 22px;margin-top:24px}
.ea-card h3{font-size:16px;margin-bottom:10px}
.ea-card p,.tool-card p{font-size:12.5px;line-height:1.6}
.tool-card img{width:64px;height:64px;margin-bottom:18px}
.tool-card h4,.software-body h4{font-size:15.5px}
.software-card{border-radius:14px}
.software-card img{height:150px}
.software-body{padding:20px}
.software-body p{font-size:12.5px;line-height:1.55;min-height:auto}
.news-card img{height:190px}
.news-body{padding:22px}
.news-body h3{font-size:17px;margin-bottom:10px}
.news-body p{font-size:13px;line-height:1.6;margin-bottom:16px}
.tag-item{padding:9px 18px;font-size:13px}
.faq-item{border-radius:14px;margin-bottom:14px}
.faq-question{padding:22px 26px;font-size:15.5px}
.faq-question::before{right:31px}
.faq-answer-inner{padding:0 26px 22px;font-size:14px;line-height:1.75}
.risk-content p{font-size:14px;line-height:1.75}
.risk-highlight{padding:20px 26px}
.bottom-cta{padding:76px 0}
.bottom-cta p{font-size:16px;margin-bottom:28px}
.bottom-cta-buttons a{padding:15px 34px;font-size:15px}

/* 平板与手机端：只处理正文和首屏，不覆盖头部/底部尺寸 */
@media (max-width:1200px){
  .featured-services.section,
  .brokers-showcase.section,
  .why-choose.section,
  .process.section,
  .rebate.section,
  .ea-strategy.section,
  .tools.section,
  .software.section,
  .news.section,
  .tags-section.section,
  .faq.section,
  .risk-warning.section{padding:76px 0}

  .hero{min-height:auto;padding:58px 0 42px}
  .hero-grid{grid-template-columns:1fr;gap:34px}
  .hero-content{max-width:760px;margin:0 auto;text-align:center}
  .hero-desc{margin-left:auto;margin-right:auto}
  .hero-actions,.hero-stats{justify-content:center}
  .hero-visual{max-width:560px;justify-self:center;margin-top:0}
}

@media (max-width:768px){
  .featured-services.section,
  .brokers-showcase.section,
  .why-choose.section,
  .process.section,
  .rebate.section,
  .ea-strategy.section,
  .tools.section,
  .software.section,
  .news.section,
  .tags-section.section,
  .faq.section,
  .risk-warning.section{padding:58px 0}

  .section-header{margin-bottom:36px}
  .section-title{font-size:clamp(26px,8vw,34px)}
  .hero{padding:42px 0 34px;border-bottom:1px solid rgba(126,34,206,0.18)}
  .hero-content h1{font-size:clamp(30px,9vw,40px);line-height:1.12}
  .hero-subtitle{font-size:15.5px}
  .hero-desc{font-size:13.5px;margin-bottom:20px}
  .hero-actions{margin-bottom:22px}
  .hero-btn{padding:12px 20px;font-size:14px}
  .hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;text-align:left}
  .hero-stat-value{font-size:20px}
  .hero-stat-label{font-size:10.5px}
  .hero-card{padding:20px}
  .service-card,.broker-card,.ea-card,.tool-card{padding:22px}
  .bottom-cta{padding:58px 0}
}

@media (max-width:480px){
  .hero{padding:34px 0 30px}
  .hero-badge{margin-bottom:14px}
  .hero-content h1{font-size:30px}
  .hero-stats{grid-template-columns:1fr;max-width:260px;margin:0 auto}
  .hero-card{padding:18px;border-radius:16px}
  .hero-card-header{align-items:flex-start;gap:12px;flex-direction:column}
  .hero-metric{align-items:flex-start;gap:4px;flex-direction:column}
  .featured-services.section,
  .brokers-showcase.section,
  .why-choose.section,
  .process.section,
  .rebate.section,
  .ea-strategy.section,
  .tools.section,
  .software.section,
  .news.section,
  .tags-section.section,
  .faq.section,
  .risk-warning.section{padding:50px 0}
}

/* ===== Target page content CSS is scoped below to keep its original layout and text sizes without touching the finished site's header/footer/drawer. ===== */
.target-page-scope *{margin:0;padding:0;box-sizing:border-box}
.target-page-scope{
  --gold:#7E22CE;
  --gold-light:#7E22CE;
  --gold-dark:#6D28B1;
  --gold-soft:#c084fc;
  --bg:#f1f5f9;
  --bg-2:#ffffff;
  --surface:#ffffff;
  --surface-2:#ffffff;
  --line:rgba(126,34,206,.18);
  --text:#0F172A;
  --text-2:#64748B;
  --muted:#64748B;
  --radius:14px;
  --radius-lg:22px;
  --shadow:0 10px 30px rgba(15,23,42,.45);
  --shadow-gold:0 10px 30px rgba(126,34,206,.18);
  --maxw:1280px;
}
.target-page-scope,.target-page-scope{background:var(--bg);color:var(--text);font-family:"PingFang SC","Microsoft YaHei",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased}
.target-page-scope a{color:inherit;text-decoration:none}
.target-page-scope img{max-width:100%;display:block}
.target-page-scope ul,.target-page-scope ol{list-style:none}
.target-page-scope button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
.target-page-scope .container{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.target-page-scope .container{max-width:1280px;margin:0 auto;padding:0 24px}
.target-page-scope .section{position:relative;overflow:hidden;padding:88px 0}
.target-page-scope .fx-content{position:relative;z-index:1}
.target-page-scope .sec-head{text-align:center;max-width:760px;margin:0 auto 48px}
.target-page-scope .sec-eyebrow{display:inline-block;font-size:12.5px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--pri);background:rgba(29,123,255,.08);padding:6px 14px;border-radius:999px;margin-bottom:14px}
.target-page-scope .sec-title{font-size:clamp(26px,3.6vw,42px);font-weight:900;line-height:1.2;color:#0F172A;margin-bottom:14px;letter-spacing:-.5px}
.target-page-scope .sec-title em{font-style:normal;background:linear-gradient(90deg,var(--gold),var(--gold-light));-webkit-background-clip:text;background-clip:text;color:transparent}
.target-page-scope .sec-sub{font-size:16px;color:var(--muted);line-height:1.75}
.target-page-scope .fx-radial{background-image:radial-gradient(circle at 16% 24%,rgba(29,123,255,.10),transparent 46%),radial-gradient(circle at 82% 22%,rgba(126,34,206,.09),transparent 42%),linear-gradient(135deg,#7E22CE 0%,#f8fafc 34%,#ffffff 64%,rgba(126,34,206,.10) 100%)}
@media(max-width:768px){.target-page-scope .container{padding:0 16px}
.target-page-scope .section{padding:56px 0}

}
.target-page-scope .hero-gradient{position:relative;overflow:hidden;color:#0F172A;background:radial-gradient(circle at 18% 24%,rgba(29,123,255,.36),transparent 34%),radial-gradient(circle at 82% 28%,rgba(126,34,206,.32),transparent 36%),radial-gradient(circle at 48% 78%,rgba(168,85,247,.24),transparent 38%),linear-gradient(135deg,#ede9fe 0%,var(--surface-2) 25%,var(--gold) 50%,var(--gold-light) 75%,var(--gold-soft) 100%);background-size:180% 180%,180% 180%,180% 180%,400% 400%;animation:gradientShift 15s ease infinite}
.target-page-scope .hero-gradient::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.13),transparent 26%,rgba(255,255,255,.08) 52%,transparent 76%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.12),transparent 62%);mix-blend-mode:screen;opacity:.72}
.target-page-scope .hero-gradient::after{content:"";position:absolute;left:0;right:0;bottom:0;height:150px;z-index:0;pointer-events:none;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.98))}
@keyframes gradientShift{
  0%{background-position:0% 50%,10% 40%,80% 60%,0% 50%}
  50%{background-position:100% 50%,80% 60%,20% 40%,100% 50%}
  100%{background-position:0% 50%,10% 40%,80% 60%,0% 50%}
}
.target-page-scope .hero-particles{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.target-page-scope .particle{position:absolute;width:4px;height:4px;background:rgba(255,255,255,.72);border-radius:50%;box-shadow:0 0 16px rgba(255,255,255,.7),0 0 30px rgba(29,123,255,.35),0 0 46px rgba(126,34,206,.24);animation:particleFloat 8s ease-in-out infinite}
.target-page-scope .particle-lg{width:7px;height:7px;background:rgba(255,255,255,.85)}
@keyframes particleFloat{
  0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.65}
  50%{transform:translate3d(50px,-100px,0) scale(.78);opacity:.3}
}
.target-page-scope .glass-card,.target-page-scope .hero-gradient .hv-card{background:rgba(255,255,255,.12);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.22);box-shadow:0 0 20px rgba(29,123,255,.5),0 0 40px rgba(126,34,206,.28),0 30px 80px -24px rgba(241,245,249,.48),inset 0 1px 0 rgba(255,255,255,.18)}
.target-page-scope .gradient-text,.target-page-scope .hero h1 em{background:linear-gradient(135deg,#7E22CE 0%,var(--gold-light) 32%,var(--gold-soft) 74%,rgba(126,34,206,.10) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.target-page-scope .btn-magic,.target-page-scope .hero-gradient .btn-primary{position:relative;overflow:hidden;transition:all .3s ease}
.target-page-scope .btn-magic::before,.target-page-scope .hero-gradient .btn-primary::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);transition:left .5s ease}
.target-page-scope .btn-magic:hover::before,.target-page-scope .hero-gradient .btn-primary:hover::before{left:100%}
.target-page-scope .float-animation{animation:float 6s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}
.target-page-scope .hero{padding:72px 0 92px}
.target-page-scope .hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}
.target-page-scope .hero-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#0F172A;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:700;margin-bottom:22px}
.target-page-scope .hero-tag::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);animation:pulseGlow 2s ease-in-out infinite}
@keyframes pulseGlow{0%,100%{box-shadow:0 0 0 0 rgba(29,123,255,.7)}50%{box-shadow:0 0 0 20px rgba(29,123,255,0)}}
.target-page-scope .hero h1{font-size:clamp(34px,4.6vw,58px);font-weight:950;line-height:1.12;letter-spacing:-1.4px;color:#0F172A;margin-bottom:20px;text-shadow:0 14px 40px rgba(241,245,249,.35)}
.target-page-scope .hero p.lead{font-size:17px;color:rgba(255,255,255,.9);line-height:1.78;margin-bottom:30px;max-width:590px}
.target-page-scope .hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:34px}
.target-page-scope .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:12px;font-weight:800;font-size:15px;cursor:pointer;transition:all .25s}
.target-page-scope .btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#ffffff;box-shadow:0 14px 32px -12px rgba(29,123,255,.55)}
.target-page-scope .btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px -12px rgba(126,34,206,.55)}
.target-page-scope .btn-ghost{background:rgba(255,255,255,.16);color:#0F172A;border:1.5px solid rgba(255,255,255,.35);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.target-page-scope .btn-ghost:hover{background:rgba(255,255,255,.26);border-color:rgba(255,255,255,.58)}
.target-page-scope .hero-meta{display:flex;gap:30px;flex-wrap:wrap}
.target-page-scope .hero-meta .m{display:flex;flex-direction:column}
.target-page-scope .hero-meta .m b{font-size:26px;font-weight:900;line-height:1.1;background:linear-gradient(135deg,var(--gold-light),var(--gold-light),var(--gold-soft));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.target-page-scope .hero-meta .m span{font-size:13px;color:rgba(255,255,255,.72);margin-top:2px}
.target-page-scope .hero-visual{position:relative;animation:float 6s ease-in-out infinite}
.target-page-scope .hv-card{border-radius:20px;padding:22px;position:relative}
.target-page-scope .hv-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.target-page-scope .hv-head h4{font-size:15px;font-weight:800;color:#0F172A}
.target-page-scope .hv-head .pill{font-size:11.5px;padding:4px 10px;border-radius:999px;background:rgba(34,197,94,.22);color:#bbf7d0;font-weight:800}
.target-page-scope .hv-tbl{width:100%;font-size:13.5px;border-collapse:collapse}
.target-page-scope .hv-tbl th,.target-page-scope .hv-tbl td{padding:11px 8px;text-align:left;border-bottom:1px dashed rgba(255,255,255,.14);color:#0F172A}
.target-page-scope .hv-tbl th{font-size:11.5px;font-weight:800;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.5px}
.target-page-scope .hv-tbl tr:last-child td{border-bottom:0}
.target-page-scope .hv-tbl .rbt{color:var(--gold);font-weight:900}
.target-page-scope .hv-float{position:absolute;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:14px;box-shadow:0 18px 40px -12px rgba(241,245,249,.25);padding:14px 18px;display:flex;gap:12px;align-items:center;color:#0F172A}
.target-page-scope .hv-float .fi{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;color:#0F172A;font-weight:900;font-size:18px}
.target-page-scope .hv-float .fb{font-size:13px;color:#0F172A}
.target-page-scope .hv-float .fb b{display:block;font-size:16px;color:#0F172A;font-weight:900}
.target-page-scope .hv-fa{top:-22px;left:-28px}
.target-page-scope .hv-fa .fi{background:linear-gradient(135deg,var(--gold),var(--gold-light))}
.target-page-scope .hv-fb{bottom:-24px;right:-22px}
.target-page-scope .hv-fb .fi{background:linear-gradient(135deg,var(--gold-light),var(--gold-soft))}
@media(max-width:980px){.target-page-scope .hero-grid{grid-template-columns:1fr;gap:54px}
.target-page-scope .hv-fa{left:-10px}
.target-page-scope .hv-fb{right:-10px}

}
@media(max-width:560px){.target-page-scope .hv-fa,.target-page-scope .hv-fb{display:none}
.target-page-scope .hero{padding:48px 0 72px}
.target-page-scope .hero-meta{gap:18px}
.target-page-scope .hero-meta .m b{font-size:22px}
.target-page-scope .hero-visual{animation:none}

}
.target-page-scope .live-bar{background:linear-gradient(90deg,#ede9fe,#ede9fe 60%,#e9d5ff);color:#0F172A;padding:14px 0;overflow:hidden;position:relative}
.target-page-scope .live-bar::before,.target-page-scope .live-bar::after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}
.target-page-scope .live-bar::before{left:0;background:linear-gradient(90deg,#ede9fe,transparent)}
.target-page-scope .live-bar::after{right:0;background:linear-gradient(-90deg,#e9d5ff,transparent)}
.target-page-scope .ticker{display:flex;gap:40px;white-space:nowrap;animation:tk 40s linear infinite}
.target-page-scope .ticker .tk{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:700}
.target-page-scope .ticker .tk .s{color:#93c5fd;font-weight:800}
.target-page-scope .ticker .tk .v{color:#fdba74;font-weight:800}
.target-page-scope .ticker .tk .c{font-size:12.5px;padding:2px 8px;border-radius:999px;background:rgba(34,197,94,.18);color:#86efac;font-weight:800}
.target-page-scope .ticker .tk .c.d{background:rgba(239,68,68,.18);color:#fca5a5}
@keyframes tk{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.target-page-scope .values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.target-page-scope .vc{background:rgba(255,255,255,.86);backdrop-filter:blur(12px);border:1px solid rgba(29,123,255,.1);border-radius:18px;padding:30px 24px;transition:all .3s}
.target-page-scope .vc:hover{transform:translateY(-6px);border-color:rgba(29,123,255,.28);box-shadow:0 24px 50px -18px rgba(29,123,255,.3)}
.target-page-scope .vc .ic{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:#0F172A;font-weight:900;font-size:22px;background:linear-gradient(135deg,var(--gold),var(--gold-light))}
.target-page-scope .vc h3{font-size:18px;font-weight:900;color:#0F172A;margin-bottom:10px}
.target-page-scope .vc p{font-size:14px;color:var(--muted);line-height:1.75}
@media(max-width:980px){.target-page-scope .values-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.target-page-scope .values-grid{grid-template-columns:1fr}}
.target-page-scope .broker-wrap{background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 30px 80px -20px rgba(241,245,249,.18)}
.target-page-scope .bc-tabs{display:flex;gap:4px;padding:14px;background:linear-gradient(135deg,rgba(126,34,206,.08),rgba(126,34,206,.10));border-bottom:1px solid var(--line);overflow-x:auto}
.target-page-scope .bc-tab{padding:9px 18px;border-radius:10px;font-size:14px;font-weight:700;color:#475569;cursor:pointer;white-space:nowrap;background:transparent;transition:all .25s}
.target-page-scope .bc-tab.on{background:#fff;color:var(--pri);box-shadow:0 6px 16px -6px rgba(29,123,255,.22)}
.target-page-scope .bc-scroll{overflow-x:auto}
.target-page-scope .bc-table{width:100%;border-collapse:collapse;min-width:820px}
.target-page-scope .bc-table thead{background:#f8fafc}
.target-page-scope .bc-table th{font-size:12px;font-weight:800;color:#475569;letter-spacing:.5px;text-transform:uppercase;padding:14px 18px;text-align:left;border-bottom:1px solid var(--line)}
.target-page-scope .bc-table td{padding:18px;border-bottom:1px solid var(--line);font-size:14.5px;vertical-align:middle}
.target-page-scope .bc-table tbody tr:hover{background:#f8fafc}
.target-page-scope .bc-broker{display:flex;align-items:center;gap:12px}
.target-page-scope .bc-logo{width:44px;height:44px;border-radius:11px;background:linear-gradient(135deg,rgba(126,34,206,.14),rgba(126,34,206,.22));display:flex;align-items:center;justify-content:center;font-weight:900;color:var(--pri);flex-shrink:0}
.target-page-scope .bc-broker .nm{font-weight:800;color:#0F172A}
.target-page-scope .bc-broker .tg{font-size:12px;color:var(--muted)}
.target-page-scope .bc-rbt{font-weight:900;color:var(--orange);font-size:16px}
.target-page-scope .bc-spread{font-weight:800;color:var(--pri)}
.target-page-scope .bc-stars{color:var(--gold-light);letter-spacing:1px}
.target-page-scope .bc-act{display:inline-flex;padding:8px 14px;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#0F172A;border-radius:9px;font-size:13px;font-weight:800}
.target-page-scope .bc-act:hover{transform:translateY(-1px);box-shadow:0 10px 24px -8px rgba(126,34,206,.5)}
.target-page-scope .calc-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.target-page-scope .calc-card{background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:20px;padding:32px;box-shadow:0 30px 80px -20px rgba(29,123,255,.22)}
.target-page-scope .calc-card h3{font-size:22px;font-weight:900;color:#0F172A;margin-bottom:6px}
.target-page-scope .calc-card .hint{font-size:13.5px;color:var(--muted);margin-bottom:24px}
.target-page-scope .calc-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}
.target-page-scope .fld label{display:block;font-size:12.5px;font-weight:800;color:#475569;margin-bottom:6px;letter-spacing:.3px;text-transform:uppercase}
.target-page-scope .fld input,.target-page-scope .fld select{width:100%;padding:12px 14px;border:1.5px solid rgba(241,245,249,.1);border-radius:10px;font-size:14.5px;background:#fff;transition:all .25s}
.target-page-scope .fld input:focus,.target-page-scope .fld select:focus{border-color:var(--pri);box-shadow:0 0 0 4px rgba(29,123,255,.12)}
.target-page-scope .calc-out{margin-top:20px;padding:22px;border-radius:14px;background:linear-gradient(135deg,rgba(29,123,255,.08),rgba(126,34,206,.08));border:1px dashed rgba(29,123,255,.28)}
.target-page-scope .calc-out-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:14px;color:#334155}
.target-page-scope .calc-out-row b{color:#0F172A;font-weight:900}
.target-page-scope .calc-out-row.total{border-top:1px dashed rgba(29,123,255,.3);margin-top:8px;padding-top:14px;font-size:16px}
.target-page-scope .calc-out-row.total b{color:var(--orange);font-size:22px}
.target-page-scope .calc-side h2{font-size:clamp(24px,3vw,36px);font-weight:900;color:#0F172A;line-height:1.2;margin-bottom:16px}
.target-page-scope .calc-side h2 em{font-style:normal;background:linear-gradient(90deg,var(--gold),var(--gold-light));-webkit-background-clip:text;background-clip:text;color:transparent}
.target-page-scope .calc-side p{font-size:15.5px;color:#334155;line-height:1.8;margin-bottom:22px}
.target-page-scope .calc-points{display:flex;flex-direction:column;gap:12px}
.target-page-scope .calc-points li{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;color:#334155}
.target-page-scope .calc-points li::before{content:"✓";width:26px;height:26px;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;flex-shrink:0;margin-top:1px}
@media(max-width:980px){.target-page-scope .calc-grid{grid-template-columns:1fr;gap:30px}}
@media(max-width:560px){.target-page-scope .calc-row{grid-template-columns:1fr}
.target-page-scope .calc-card{padding:24px}}
.target-page-scope .proc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative}
.target-page-scope .proc-grid::before{content:"";position:absolute;top:42px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,rgba(29,123,255,.28) 20%,rgba(126,34,206,.28) 80%,transparent);z-index:0}
.target-page-scope .pc{position:relative;z-index:1;text-align:center;padding:10px}
.target-page-scope .pc .n{width:84px;height:84px;border-radius:50%;background:#fff;border:2px solid rgba(29,123,255,.18);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;color:var(--pri);margin:0 auto 18px;box-shadow:0 12px 30px -10px rgba(29,123,255,.22)}
.target-page-scope .pc:nth-child(even) .n{color:var(--orange);border-color:rgba(126,34,206,.22)}
.target-page-scope .pc h4{font-size:17px;font-weight:900;color:#0F172A;margin-bottom:8px}
.target-page-scope .pc p{font-size:14px;color:var(--muted);line-height:1.7}
@media(max-width:980px){.target-page-scope .proc-grid{grid-template-columns:repeat(2,1fr)}
.target-page-scope .proc-grid::before{display:none}}
@media(max-width:560px){.target-page-scope .proc-grid{grid-template-columns:1fr}}
.target-page-scope .prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.target-page-scope .pr-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:all .3s;display:flex;flex-direction:column}
.target-page-scope .pr-card:hover{transform:translateY(-6px);box-shadow:0 28px 56px -18px rgba(29,123,255,.28);border-color:rgba(29,123,255,.22)}
.target-page-scope .pr-img{aspect-ratio:4/3;background:linear-gradient(135deg,rgba(126,34,206,.08),rgba(126,34,206,.10));overflow:hidden;position:relative}
.target-page-scope .pr-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.target-page-scope .pr-card:hover .pr-img img{transform:scale(1.05)}
.target-page-scope .pr-tag{position:absolute;top:12px;left:12px;font-size:11.5px;font-weight:800;padding:4px 10px;border-radius:999px;background:rgba(29,123,255,.92);color:#0F172A;backdrop-filter:blur(6px)}
.target-page-scope .pr-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}
.target-page-scope .pr-body h3{font-size:16px;font-weight:900;color:#0F172A;line-height:1.4;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.target-page-scope .pr-body p{font-size:13.5px;color:var(--muted);line-height:1.65;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.target-page-scope .pr-meta{margin-top:auto;padding-top:12px;display:flex;justify-content:space-between;align-items:center;border-top:1px dashed var(--line);font-size:12.5px;color:var(--muted)}
.target-page-scope .pr-meta .rb{color:var(--orange);font-weight:900;font-size:14px}
@media(max-width:980px){.target-page-scope .prod-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.target-page-scope .prod-grid{grid-template-columns:1fr}}
.target-page-scope .tm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.target-page-scope .tm{background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:18px;padding:28px;position:relative}
.target-page-scope .tm::before{content:"\201C";position:absolute;top:10px;right:22px;font-size:72px;font-family:Georgia,serif;color:rgba(29,123,255,.14);line-height:1}
.target-page-scope .tm .stars{color:var(--gold-light);letter-spacing:1px;margin-bottom:14px}
.target-page-scope .tm p{font-size:14.5px;color:#334155;line-height:1.8;margin-bottom:20px}
.target-page-scope .tm .au{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--line)}
.target-page-scope .tm .av{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));display:flex;align-items:center;justify-content:center;color:#0F172A;font-weight:900;font-size:15px}
.target-page-scope .tm .info b{display:block;font-size:14px;color:#0F172A;font-weight:800}
.target-page-scope .tm .info span{font-size:12.5px;color:var(--muted)}
@media(max-width:980px){.target-page-scope .tm-grid{grid-template-columns:1fr}}
.target-page-scope .art-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.target-page-scope .ac{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:all .3s;display:flex;flex-direction:column}
.target-page-scope .ac:hover{transform:translateY(-4px);box-shadow:0 24px 50px -16px rgba(29,123,255,.22)}
.target-page-scope .ac-img{aspect-ratio:16/10;overflow:hidden;background:#f1f5f9}
.target-page-scope .ac-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.target-page-scope .ac:hover .ac-img img{transform:scale(1.06)}
.target-page-scope .ac-body{padding:22px;flex:1;display:flex;flex-direction:column}
.target-page-scope .ac-meta{font-size:12.5px;color:var(--muted);margin-bottom:10px;display:flex;gap:14px;flex-wrap:wrap}
.target-page-scope .ac-meta .pri{color:var(--pri);font-weight:800}
.target-page-scope .ac h3{font-size:17px;font-weight:900;color:#0F172A;line-height:1.5;margin-bottom:10px;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.target-page-scope .ac p{font-size:14px;color:var(--muted);line-height:1.7;margin-bottom:14px;flex:1;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.target-page-scope .ac .tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}
.target-page-scope .ac .tags span{font-size:11.5px;padding:3px 8px;border-radius:999px;background:rgba(126,34,206,.08);color:var(--gold)}
.target-page-scope .ac .r{font-size:13px;font-weight:800;color:var(--pri)}
.target-page-scope .ac:hover .r{color:var(--orange)}
@media(max-width:980px){.target-page-scope .art-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.target-page-scope .art-grid{grid-template-columns:1fr}}
.target-page-scope .faq-wrap{max-width:880px;margin:0 auto}
.target-page-scope .faq{background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:14px;margin-bottom:12px;overflow:hidden;transition:all .25s}
.target-page-scope .faq.open{border-color:rgba(29,123,255,.32);box-shadow:0 18px 40px -16px rgba(29,123,255,.24)}
.target-page-scope .faq-q{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;font-size:16px;font-weight:800;color:#0F172A}
.target-page-scope .faq-q .ic{width:28px;height:28px;border-radius:50%;background:rgba(29,123,255,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--pri);font-weight:900;transition:all .3s}
.target-page-scope .faq.open .faq-q .ic{background:var(--orange);color:#0F172A;transform:rotate(135deg)}
.target-page-scope .faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease;padding:0 24px}
.target-page-scope .faq.open .faq-a{max-height:500px;padding-bottom:20px}
.target-page-scope .faq-a p{font-size:14.5px;color:#475569;line-height:1.8}
.target-page-scope .cta-section{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 20%,rgba(29,123,255,.14),transparent 34%),radial-gradient(circle at 88% 28%,rgba(126,34,206,.12),transparent 36%),linear-gradient(180deg,#7E22CE 0%,#f8fafc 100%)}
.target-page-scope .cta-box{position:relative;overflow:hidden;isolation:isolate;border-radius:24px;padding:60px 40px;text-align:center;color:#0F172A;background:radial-gradient(circle at 18% 26%,rgba(29,123,255,.38),transparent 36%),radial-gradient(circle at 82% 36%,rgba(126,34,206,.28),transparent 38%),radial-gradient(circle at 56% 84%,rgba(168,85,247,.18),transparent 42%),linear-gradient(135deg,#ede9fe 0%,var(--surface-2) 28%,var(--gold) 58%,var(--gold-light) 100%);background-size:180% 180%,180% 180%,180% 180%,320% 320%;animation:ctaGradientShift 18s ease infinite;border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 80px -28px rgba(241,245,249,.45),inset 0 1px 0 rgba(255,255,255,.18);transform:translateZ(0);backface-visibility:hidden;will-change:background-position}
@keyframes ctaGradientShift{
  0%{background-position:0% 50%,10% 40%,80% 60%,0% 50%}
  50%{background-position:100% 50%,80% 60%,20% 40%,100% 50%}
  100%{background-position:0% 50%,10% 40%,80% 60%,0% 50%}
}
.target-page-scope .cta-box::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.13),transparent 28%,rgba(255,255,255,.08) 58%,transparent 78%),radial-gradient(circle at 50% 48%,rgba(255,255,255,.12),transparent 62%);opacity:.72;mix-blend-mode:screen}
.target-page-scope .cta-box::after{content:"";position:absolute;inset:1px;z-index:-1;pointer-events:none;border-radius:23px;border:1px solid rgba(255,255,255,.12)}
.target-page-scope .cta-particles{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.target-page-scope .cta-particles span{position:absolute;width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.7);box-shadow:0 0 14px rgba(255,255,255,.65),0 0 28px rgba(29,123,255,.32);animation:ctaParticleFloat 9s ease-in-out infinite}
.target-page-scope .cta-particles span:nth-child(1){top:18%;left:18%;animation-delay:0s}
.target-page-scope .cta-particles span:nth-child(2){top:28%;left:78%;animation-delay:1.5s}
.target-page-scope .cta-particles span:nth-child(3){top:62%;left:22%;animation-delay:3s}
.target-page-scope .cta-particles span:nth-child(4){top:68%;left:86%;animation-delay:4.5s}
.target-page-scope .cta-particles span:nth-child(5){top:38%;left:52%;animation-delay:6s}
@keyframes ctaParticleFloat{
  0%,100%{transform:translate3d(0,0,0) scale(1);opacity:.6}
  50%{transform:translate3d(34px,-56px,0) scale(.82);opacity:.26}
}
.target-page-scope .cta-box h2,.target-page-scope .cta-box p,.target-page-scope .cta-box .btns{position:relative;z-index:2}
.target-page-scope .cta-box h2{font-size:clamp(26px,3.6vw,40px);font-weight:950;line-height:1.2;margin-bottom:16px}
.target-page-scope .cta-box p{font-size:16.5px;opacity:.95;max-width:680px;margin:0 auto 28px;line-height:1.75}
.target-page-scope .cta-box .btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.target-page-scope .cta-box .btn-w{background:#fff;color:var(--gold)}
.target-page-scope .cta-box .btn-w:hover{background:#ffedd5;color:var(--gold-light)}
.target-page-scope .cta-box .btn-o{background:rgba(255,255,255,.12);color:#0F172A;border:2px solid rgba(255,255,255,.55);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.target-page-scope .cta-box .btn-o:hover{background:#fff;color:var(--gold)}
.target-page-scope .category-page{
  background:
    radial-gradient(circle at 12% 7%,rgba(29,123,255,.08),transparent 30%),
    radial-gradient(circle at 88% 10%,rgba(126,34,206,.07),transparent 34%),
    linear-gradient(180deg,#7E22CE 0%,#f8fafc 48%,#fff 100%);
}
.target-page-scope .category-hero{
  padding:72px 0 96px;
}
.target-page-scope .category-hero .hero-grid{
  grid-template-columns:1.02fr .98fr;
}
.target-page-scope .category-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  color:rgba(255,255,255,.72);
  font-size:13px;
  margin-bottom:18px;
}
.target-page-scope .category-breadcrumb a:hover{color:#0F172A}
.target-page-scope .category-title-main{
  font-size:clamp(34px,4.7vw,58px);
  font-weight:950;
  line-height:1.12;
  letter-spacing:-1.2px;
  color:#0F172A;
  margin-bottom:18px;
  text-shadow:0 14px 40px rgba(241,245,249,.35);
}
.target-page-scope .category-title-main em{
  font-style:normal;
  background:linear-gradient(135deg,#7E22CE 0%,var(--gold-light) 32%,var(--gold-soft) 74%,rgba(126,34,206,.10) 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
.target-page-scope .category-hero-desc{
  font-size:17px;
  color:rgba(255,255,255,.9);
  line-height:1.78;
  margin-bottom:28px;
  max-width:720px;
}
.target-page-scope .category-hero-meta{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
}
.target-page-scope .category-hero-meta .hm{
  display:flex;
  flex-direction:column;
}
.target-page-scope .category-hero-meta .hm b{
  font-size:25px;
  font-weight:950;
  line-height:1.1;
  background:linear-gradient(135deg,var(--gold-light),var(--gold-light),var(--gold-soft));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
.target-page-scope .category-hero-meta .hm span{
  font-size:13px;
  color:rgba(255,255,255,.72);
  margin-top:2px;
}
.target-page-scope .category-visual{
  position:relative;
  animation:float 6s ease-in-out infinite;
}
.target-page-scope .category-panel{
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.22);
  border-radius:22px;
  padding:24px;
  box-shadow:0 0 20px rgba(29,123,255,.5),0 0 40px rgba(126,34,206,.28),0 30px 80px -24px rgba(241,245,249,.48),inset 0 1px 0 rgba(255,255,255,.18);
}
.target-page-scope .category-panel h3{
  font-size:17px;
  font-weight:950;
  color:#0F172A;
  margin-bottom:16px;
}
.target-page-scope .category-panel-list{
  display:grid;
  gap:12px;
}
.target-page-scope .category-panel-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
}
.target-page-scope .category-panel-item i{
  width:34px;
  height:34px;
  border-radius:11px;
  background:linear-gradient(135deg,var(--gold-light),var(--gold-light));
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0F172A;
  font-style:normal;
  font-weight:950;
  flex-shrink:0;
}
.target-page-scope .category-panel-item b{
  display:block;
  color:#0F172A;
  font-size:14px;
  margin-bottom:2px;
}
.target-page-scope .category-panel-item span{
  display:block;
  color:rgba(255,255,255,.76);
  font-size:12.5px;
  line-height:1.55;
}
.target-page-scope .category-main-section{
  padding:76px 0 88px;
}
.target-page-scope .category-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:30px;
  align-items:start;
}
.target-page-scope .category-main{
  min-width:0;
}
.target-page-scope .article-list{
  display:grid;
  gap:22px;
}
.target-page-scope .post-card{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:0;
  background:#fff;
  border:1px solid rgba(241,245,249,.08);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 20px 58px -38px rgba(241,245,249,.32);
  transition:.3s;
}
.target-page-scope .post-card:hover{
  transform:translateY(-5px);
  border-color:rgba(29,123,255,.24);
  box-shadow:0 28px 70px -38px rgba(29,123,255,.36);
}
.target-page-scope .post-img{
  display:block;
  min-height:220px;
  background:#f1f5f9;
  overflow:hidden;
}
.target-page-scope .post-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.55s;
}
.target-page-scope .post-card:hover .post-img img{
  transform:scale(1.06);
}
.target-page-scope .post-content{
  min-width:0;
  padding:24px 26px;
  display:flex;
  flex-direction:column;
}
.target-page-scope .post-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.target-page-scope .post-meta span{
  display:inline-flex;
  align-items:center;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(29,123,255,.08);
  color:var(--gold);
  font-size:12px;
  font-weight:900;
}
.target-page-scope .post-title{
  font-size:22px;
  line-height:1.38;
  color:#0F172A;
  font-weight:950;
  margin-bottom:10px;
  letter-spacing:-.25px;
}
.target-page-scope .post-title a:hover{color:var(--gold)}
.target-page-scope .post-desc{
  color:#64748b;
  font-size:14.5px;
  line-height:1.78;
  margin-bottom:18px;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.target-page-scope .post-footer{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.target-page-scope .post-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  color:#64748b;
  font-size:12.5px;
}
.target-page-scope .post-tags a,.target-page-scope .post-tags span{
  display:inline-flex;
  padding:4px 8px;
  border-radius:999px;
  background:#f8fafc;
  color:#64748b;
}
.target-page-scope .read-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:8px 14px;
  border-radius:11px;
  background:linear-gradient(135deg,var(--gold),var(--gold-light));
  color:#0F172A;
  font-size:13px;
  font-weight:950;
  box-shadow:0 12px 24px -16px rgba(126,34,206,.75);
}
.target-page-scope .read-more:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 30px -16px rgba(126,34,206,.85);
}
.target-page-scope .pagination{
  margin-top:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}
.target-page-scope .pagination a{
  min-width:42px;
  height:42px;
  padding:0 14px;
  border-radius:13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid rgba(241,245,249,.08);
  color:#475569;
  font-size:14px;
  font-weight:900;
  box-shadow:0 12px 26px -22px rgba(241,245,249,.35);
}
.target-page-scope .pagination a:hover{
  transform:translateY(-2px);
  color:var(--gold);
  border-color:rgba(29,123,255,.28);
  background:rgba(126,34,206,.08);
  box-shadow:0 18px 38px -24px rgba(29,123,255,.42);
}
.target-page-scope .pagination a.active,.target-page-scope .pagination a.current,.target-page-scope .pagination a.on,.target-page-scope .pagination a.selected,.target-page-scope .pagination a.page-current{
  color:#0F172A;
  border-color:transparent;
  background:linear-gradient(135deg,var(--gold),var(--gold-light));
  box-shadow:0 18px 34px -20px rgba(126,34,206,.72);
}
.target-page-scope .category-sidebar{
  position:sticky;
  top:96px;
  display:grid;
  gap:18px;
}
.target-page-scope .widget{
  background:#fff;
  border:1px solid rgba(241,245,249,.08);
  border-radius:20px;
  padding:22px;
  box-shadow:0 18px 48px -30px rgba(241,245,249,.28);
}
.target-page-scope .widget h3{
  font-size:18px;
  font-weight:950;
  color:#0F172A;
  margin-bottom:12px;
}
.target-page-scope .widget p{
  font-size:14px;
  color:#64748b;
  line-height:1.75;
}
.target-page-scope .widget-checks{
  display:grid;
  gap:10px;
  margin-top:12px;
}
.target-page-scope .widget-checks li{
  display:flex;
  gap:10px;
  color:#334155;
  font-size:13.5px;
  line-height:1.65;
}
.target-page-scope .widget-checks li::before{
  content:"✓";
  width:22px;
  height:22px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gold),var(--gold-light));
  color:#0F172A;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:12px;
  font-weight:900;
  margin-top:1px;
}
.target-page-scope .widget-links{
  display:grid;
  gap:10px;
}
.target-page-scope .widget-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 14px;
  border-radius:13px;
  background:#f8fafc;
  border:1px solid rgba(241,245,249,.06);
  color:#334155;
  font-size:13.5px;
  font-weight:850;
}
.target-page-scope .widget-links a::after{
  content:"→";
  color:var(--gold);
  font-weight:950;
}
.target-page-scope .widget-links a:hover{
  color:var(--gold);
  background:rgba(126,34,206,.08);
  border-color:rgba(29,123,255,.24);
  transform:translateY(-1px);
}
.target-page-scope .sidebar-cta{
  color:#0F172A;
  overflow:hidden;
  position:relative;
  background:linear-gradient(135deg,#ede9fe,var(--surface-2) 45%,var(--gold) 74%,var(--gold-light));
}
.target-page-scope .sidebar-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 16% 20%,rgba(255,255,255,.16),transparent 38%),radial-gradient(circle at 82% 72%,rgba(168,85,247,.16),transparent 42%);
  pointer-events:none;
}
.target-page-scope .sidebar-cta>*{position:relative;z-index:1}
.target-page-scope .sidebar-cta h3{color:#0F172A}
.target-page-scope .sidebar-cta p{color:rgba(255,255,255,.82)}
.target-page-scope .sidebar-cta a{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:16px;
  background:#fff;
  color:var(--gold);
  border-radius:12px;
  padding:12px 16px;
  font-size:14px;
  font-weight:900;
}
.target-page-scope .sidebar-cta a:hover{
  color:var(--gold-light);
  background:rgba(126,34,206,.10);
}
@media(max-width:1100px){.target-page-scope .category-hero .hero-grid,.target-page-scope .category-layout{
    grid-template-columns:1fr;
  }
.target-page-scope .category-visual{animation:none}
.target-page-scope .category-sidebar{position:static;grid-template-columns:1fr 1fr}

}
@media(max-width:860px){.target-page-scope .post-card{
    grid-template-columns:1fr;
  }
.target-page-scope .post-img{
    min-height:auto;
    aspect-ratio:16/10;
  }

}
@media(max-width:760px){.target-page-scope .category-sidebar{grid-template-columns:1fr}
.target-page-scope .post-content{padding:20px}
.target-page-scope .category-hero{padding:54px 0 82px}

}
.target-page-scope .site-topbar{background:linear-gradient(90deg,#f1f5f9,#ffffff 44%,#ffffff 68%,#7E22CE);color:var(--text);font-size:13px;border-bottom:1px solid var(--line)}
.target-page-scope .site-topbar .tb-wrap{max-width:1280px;margin:0 auto;padding:8px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.target-page-scope .site-topbar .tb-left{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.target-page-scope .site-topbar .tb-left span{display:inline-flex;align-items:center;gap:6px;opacity:.94;color:var(--text-2)}
.target-page-scope .site-topbar .tb-right{display:flex;gap:14px;align-items:center}
.target-page-scope .site-topbar a{opacity:.92;color:var(--gold-light);transition:.25s}
.target-page-scope .site-topbar a:hover{opacity:1;color:var(--gold-soft)}
@media(max-width:820px){.target-page-scope .site-topbar .tb-left span:nth-child(n+2){display:none}
.target-page-scope .site-topbar .tb-wrap{padding:7px 14px}
.target-page-scope .site-topbar .tb-right{display:none}

}
.target-page-scope .site-header{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line)}
.target-page-scope .header-wrap{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:72px;gap:24px}
.target-page-scope .logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:20px;color:var(--text);letter-spacing:.2px;flex-shrink:0}
.target-page-scope .logo img{height:38px;width:auto;max-width:190px;object-fit:contain;border-radius:8px}
.target-page-scope .logo span{background:linear-gradient(120deg,var(--gold-light),var(--gold) 60%,var(--gold-soft));-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:.5px}
.target-page-scope .logo img[style*="display:none"]+span,.target-page-scope .logo img[style*="display: none"]+span{display:inline!important}
.target-page-scope .logo img[src=""],.target-page-scope .logo img:not([src]){display:none}
.target-page-scope .logo img[src=""]+span,.target-page-scope .logo img:not([src])+span{display:inline!important}
.target-page-scope .nav-desktop{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}
.target-page-scope .nav-desktop>li{position:relative}
.target-page-scope .nav-desktop>li>a,.target-page-scope .nav-desktop>li>.nav-link{display:inline-flex;align-items:center;gap:6px;padding:12px 14px;font-size:15px;font-weight:700;color:var(--text-2);border-radius:10px;cursor:pointer;transition:.25s;white-space:nowrap}
.target-page-scope .nav-desktop>li>a:hover,.target-page-scope .nav-desktop>li>.nav-link:hover{background:rgba(126,34,206,.09);color:var(--gold-light)}
.target-page-scope .nav-desktop .has-caret::after{content:"";width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.65;transition:transform .25s}
.target-page-scope .nav-desktop>li:hover .has-caret::after{transform:rotate(-135deg) translateY(-1px)}
.target-page-scope .nav-drop{position:absolute;top:100%;left:50%;transform:translate(-50%,8px);min-width:240px;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 60px -10px rgba(15,23,42,.55);padding:10px;opacity:0;visibility:hidden;pointer-events:none;transition:all .25s ease;z-index:210}
.target-page-scope .nav-desktop>li:hover .nav-drop{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.target-page-scope .nav-drop a{display:block;padding:10px 12px;border-radius:8px;font-size:14.5px;color:var(--text-2)}
.target-page-scope .nav-drop a:hover{background:rgba(126,34,206,.08);color:var(--gold-light)}
.target-page-scope .mega-wrap{position:absolute;top:100%;left:50%;transform:translate(-50%,8px);width:min(1120px,calc(100vw - 40px));background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 30px 70px -10px rgba(15,23,42,.6);padding:18px;opacity:0;visibility:hidden;pointer-events:none;transition:all .28s ease;z-index:210;display:grid;grid-template-columns:260px 1fr;gap:18px}
.target-page-scope .nav-desktop>li:hover .mega-wrap{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.target-page-scope .mega-left{background:linear-gradient(160deg,#ffffff,#ffffff);border-radius:12px;padding:10px;max-height:440px;overflow:auto;border:1px solid var(--line)}
.target-page-scope .mega-left .product-cat{padding:2px}
.target-page-scope .mega-left .product-cat>a{display:block;padding:11px 14px;border-radius:9px;font-size:14.5px;font-weight:700;color:var(--text-2);cursor:pointer}
.target-page-scope .mega-left .product-cat:hover>a,.target-page-scope .mega-left .product-cat.active>a,.target-page-scope .mega-left .product-cat.on>a{background:rgba(126,34,206,.12);color:var(--gold-light);box-shadow:0 6px 18px -6px rgba(126,34,206,.35)}
.target-page-scope .mega-right{position:relative;min-height:280px}
.target-page-scope .mega-right .product-panel{display:none;grid-template-columns:repeat(4,1fr);gap:12px}
.target-page-scope .mega-right .product-panel.active,.target-page-scope .mega-right .product-panel.on{display:grid}
.target-page-scope .mega-product-card{display:block;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--bg-2);transition:all .25s}
.target-page-scope .mega-product-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px -12px rgba(126,34,206,.35);border-color:rgba(126,34,206,.45)}
.target-page-scope .mega-product-img{aspect-ratio:4/3;overflow:hidden;background:#f1f5f9}
.target-page-scope .mega-product-img img{width:100%;height:100%;object-fit:cover}
.target-page-scope .mega-product-title{padding:9px 10px;font-size:13px;font-weight:700;color:var(--text);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.target-page-scope .broker-drop,.target-page-scope .tools-drop,.target-page-scope .video-drop{position:absolute;top:100%;left:50%;transform:translate(-50%,8px);background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 30px 70px -10px rgba(15,23,42,.6);padding:14px;opacity:0;visibility:hidden;pointer-events:none;transition:all .28s ease;z-index:210}
.target-page-scope .broker-drop{width:min(360px,calc(100vw - 40px))}
.target-page-scope .tools-drop{width:min(520px,calc(100vw - 40px));padding:16px}
.target-page-scope .video-drop{width:min(320px,calc(100vw - 40px))}
.target-page-scope .nav-desktop>li:hover .broker-drop,.target-page-scope .nav-desktop>li:hover .tools-drop,.target-page-scope .nav-desktop>li:hover .video-drop{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.target-page-scope .broker-drop h4,.target-page-scope .tools-drop h4,.target-page-scope .video-drop h4{font-size:13px;font-weight:900;color:var(--gold-light);letter-spacing:.6px;text-transform:uppercase;margin-bottom:10px;padding:0 2px}
.target-page-scope .tools-drop h4{margin-bottom:12px}
.target-page-scope .broker-drop-list,.target-page-scope .video-drop-list{display:grid;gap:6px}
.target-page-scope .broker-drop-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid transparent;background:transparent;transition:.25s}
.target-page-scope .broker-drop-item:hover,.target-page-scope .video-drop-list a:hover,.target-page-scope .tool-drop-item:hover{background:rgba(255,255,255,.03);border-color:rgba(126,34,206,.22);box-shadow:0 12px 24px -18px rgba(126,34,206,.38)}
.target-page-scope .broker-drop-item img{width:42px;height:42px;border-radius:12px;background:#fff;border:1px solid rgba(255,255,255,.08);object-fit:contain;padding:6px;flex-shrink:0}
.target-page-scope .broker-drop-item span{font-size:14px;font-weight:800;color:var(--text);line-height:1.35}
.target-page-scope .broker-drop-more,.target-page-scope .tools-drop-more,.target-page-scope .video-drop-more{display:flex;align-items:center;justify-content:center;margin-top:10px;padding:10px 14px;border-radius:12px;background:linear-gradient(120deg,var(--gold-light),var(--gold) 60%,var(--gold-dark));color:#ffffff;font-size:13px;font-weight:900;box-shadow:var(--shadow-gold)}
.target-page-scope .tools-drop-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.target-page-scope .tool-drop-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:14px;border:1px solid transparent;background:transparent;transition:all .25s ease}
.target-page-scope .tool-drop-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,rgba(126,34,206,.16),rgba(126,34,206,.08));border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}
.target-page-scope .tool-drop-icon img{width:24px;height:24px;object-fit:contain}
.target-page-scope .tool-drop-icon span{font-size:18px;line-height:1}
.target-page-scope .tool-drop-body{min-width:0}
.target-page-scope .tool-drop-body b{display:block;font-size:14px;font-weight:800;color:var(--text);line-height:1.35;margin-bottom:4px}
.target-page-scope .tool-drop-body em{display:block;font-style:normal;font-size:12.5px;color:var(--muted);line-height:1.55}
.target-page-scope .video-drop-list a{display:block;padding:10px 12px;border-radius:12px;border:1px solid transparent;font-size:14px;font-weight:700;color:var(--text-2);transition:.25s}
.target-page-scope .video-drop-list a:hover{color:var(--gold-light)}
.target-page-scope .contact-mega{position:absolute;top:100%;right:0;transform:translateY(8px);width:min(680px,calc(100vw - 40px));background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 30px 70px -10px rgba(15,23,42,.6);padding:18px;opacity:0;visibility:hidden;pointer-events:none;transition:all .28s ease;z-index:210;display:grid;grid-template-columns:1fr 1.1fr;gap:18px}
.target-page-scope .nav-desktop>li:hover .contact-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.target-page-scope .contact-cta{background:linear-gradient(150deg,#f1f5f9,#ffffff 46%,#7E22CE);color:#0F172A;border-radius:12px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(126,34,206,.22)}
.target-page-scope .contact-cta h4{font-size:18px;margin-bottom:10px;font-weight:900;color:#0F172A}
.target-page-scope .contact-cta p{font-size:13.5px;opacity:.92;line-height:1.6;margin-bottom:16px;color:#0F172A}
.target-page-scope .contact-cta .cta-btn{display:inline-flex;align-items:center;gap:6px;background:var(--gold-light);color:#ffffff;padding:9px 16px;border-radius:8px;font-weight:800;font-size:13.5px;align-self:flex-start}
.target-page-scope .contact-links{display:grid;gap:4px;align-content:start}
.target-page-scope .contact-links a{display:flex;gap:12px;padding:12px;border-radius:10px;align-items:flex-start;transition:.25s}
.target-page-scope .contact-links a:hover{background:rgba(126,34,206,.08)}
.target-page-scope .contact-links .ci{width:36px;height:36px;border-radius:9px;background:linear-gradient(135deg,rgba(126,34,206,.2),rgba(126,34,206,.1));display:flex;align-items:center;justify-content:center;font-weight:900;color:var(--gold-light);flex-shrink:0;border:1px solid var(--line)}
.target-page-scope .contact-links .cl-body h5{font-size:14px;font-weight:800;color:var(--text);margin-bottom:2px}
.target-page-scope .contact-links .cl-body span{font-size:12.5px;color:var(--muted)}
.target-page-scope .header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}
.target-page-scope .btn-quote{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:999px;background:linear-gradient(120deg,var(--gold-light),var(--gold) 60%,var(--gold-dark));color:#ffffff;font-weight:900;font-size:14px;box-shadow:var(--shadow-gold);transition:.25s;white-space:nowrap}
.target-page-scope .btn-quote:hover{transform:translateY(-1px);box-shadow:0 14px 28px -10px rgba(126,34,206,.55);color:#ffffff}
.target-page-scope .menu-toggle{display:none;width:42px;height:42px;border-radius:10px;background:rgba(126,34,206,.08);border:1px solid var(--line);color:var(--gold-light);align-items:center;justify-content:center;flex-direction:column;gap:4px}
.target-page-scope .menu-toggle i{width:20px;height:2px;background:currentColor;border-radius:2px;display:block}
@media(max-width:1180px){.target-page-scope .nav-desktop>li>a,.target-page-scope .nav-desktop>li>.nav-link{padding:12px 10px;font-size:14px}
.target-page-scope .tools-drop{width:min(480px,calc(100vw - 40px))}}
@media(max-width:1080px){.target-page-scope .nav-desktop,.target-page-scope .btn-quote{display:none}
.target-page-scope .drawer-foot .btn-quote{display:inline-flex}
.target-page-scope .menu-toggle{display:inline-flex}
.target-page-scope .header-wrap{height:64px;padding:0 16px}

}
.target-page-scope .drawer-mask{position:fixed;inset:0;background:rgba(15,23,42,.62);opacity:0;visibility:hidden;transition:all .3s;z-index:998}
.target-page-scope .drawer-mask.on{opacity:1;visibility:visible}
.target-page-scope .drawer{position:fixed;top:0;left:-100%;width:min(86%,340px);height:100%;background:var(--bg-2);border-right:1px solid var(--line);z-index:999;transition:left .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:6px 0 40px rgba(15,23,42,.45);transform:none}
.target-page-scope .drawer.on{left:0}
.target-page-scope .drawer-head{padding:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.target-page-scope .drawer-close{width:36px;height:36px;border-radius:9px;background:rgba(255,255,255,.04);border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:var(--gold-light);font-size:22px;line-height:1}
.target-page-scope .drawer-body{flex:1;overflow-y:auto;padding:10px 0}
.target-page-scope .m-item{border-bottom:1px solid var(--line)}
.target-page-scope .m-top{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;font-size:15.5px;font-weight:700;color:var(--text);cursor:pointer}
.target-page-scope .m-top .caret{width:10px;height:10px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);transition:transform .3s}
.target-page-scope .m-item.open .m-top .caret{transform:rotate(-135deg)}
.target-page-scope .m-sub{max-height:0;overflow:hidden;transition:max-height .4s ease;background:rgba(255,255,255,.025)}
.target-page-scope .m-item.open .m-sub{max-height:2400px}
.target-page-scope .m-sub a.mobile-text-link{display:block;padding:11px 22px 11px 32px;font-size:14px;color:var(--text-2)}
.target-page-scope .m-sub a.mobile-text-link:hover{color:var(--gold-light)}
.target-page-scope .m-group{padding:6px 14px}
.target-page-scope .m-group-title{font-size:13px;font-weight:800;color:var(--gold-light);padding:10px 8px 6px;text-transform:uppercase;letter-spacing:.4px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}
.target-page-scope .m-group-title .caret{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .3s;opacity:.7}
.target-page-scope .m-group.open .m-group-title .caret{transform:rotate(-135deg)}
.target-page-scope .m-group-body{max-height:0;overflow:hidden;transition:max-height .35s}
.target-page-scope .m-group.open .m-group-body{max-height:1200px}
.target-page-scope .m-prod-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px 0 12px}
.target-page-scope .m-prod-card{display:block;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface)}
.target-page-scope .m-prod-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#f1f5f9}
.target-page-scope .m-prod-card .t{padding:8px 10px;font-size:12.5px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.target-page-scope .mobile-broker-list,.target-page-scope .mobile-tools-list{display:grid;gap:8px;padding:12px 16px 16px}
.target-page-scope .mobile-broker-item,.target-page-scope .mobile-tool-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:var(--surface)}
.target-page-scope .mobile-tool-item{align-items:flex-start;padding:11px 12px}
.target-page-scope .mobile-broker-item img{width:36px;height:36px;border-radius:10px;background:#fff;border:1px solid rgba(255,255,255,.08);object-fit:contain;padding:5px;flex-shrink:0}
.target-page-scope .mobile-broker-item span{font-size:13px;font-weight:800;color:var(--text)}
.target-page-scope .mobile-broker-more,.target-page-scope .mobile-tool-more{display:block;margin:0 16px 16px;padding:11px 14px;border-radius:12px;background:linear-gradient(120deg,var(--gold-light),var(--gold) 60%,var(--gold-dark));color:#ffffff;font-size:13px;font-weight:900;text-align:center}
.target-page-scope .mobile-tool-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,rgba(126,34,206,.2),rgba(126,34,206,.08));border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}
.target-page-scope .mobile-tool-icon img{width:20px;height:20px;object-fit:contain}
.target-page-scope .mobile-tool-icon span{font-size:16px;line-height:1}
.target-page-scope .mobile-tool-body{min-width:0}
.target-page-scope .mobile-tool-body b{display:block;font-size:13px;font-weight:800;color:var(--text);line-height:1.35;margin-bottom:2px}
.target-page-scope .mobile-tool-body em{display:block;font-style:normal;font-size:11.8px;color:var(--muted);line-height:1.45}
.target-page-scope .drawer-foot{padding:14px 18px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}
.target-page-scope .drawer-foot .btn-quote{display:inline-flex;justify-content:center;width:100%}
.target-page-scope .drawer-foot .tel{font-size:13px;color:var(--muted);text-align:center}
@media(max-width:768px){.target-page-scope .tools-drop-grid{grid-template-columns:1fr}
.target-page-scope .mega-wrap{display:none}
.target-page-scope .contact-mega{display:none}}
.target-page-scope .site-footer{background:#f1f5f9;border-top:1px solid var(--line);padding:70px 0 30px;color:var(--text-2)}
.target-page-scope .ft-grid{display:grid;grid-template-columns:1.4fr repeat(5,1fr);gap:34px;margin-bottom:50px}
.target-page-scope .ft-col h4{color:var(--text);font-size:15px;margin-bottom:18px;letter-spacing:1px;font-weight:900;text-transform:uppercase}
.target-page-scope .ft-brand .logo{margin-bottom:14px}
.target-page-scope .ft-desc{font-size:14px;margin:14px 0 18px;line-height:1.8;color:var(--text-2)}
.target-page-scope .ft-contact{display:grid;gap:8px;font-size:14px;line-height:1.8}
.target-page-scope .ft-contact a,.target-page-scope .ft-contact span{display:flex;align-items:center;gap:8px;color:var(--text-2)}
.target-page-scope .ft-contact a:hover{color:var(--gold-light)}
.target-page-scope .ft-list{display:grid;gap:4px}
.target-page-scope .ft-list a{display:block;padding:6px 0;font-size:14px;color:var(--text-2);transition:.2s}
.target-page-scope .ft-list a:hover{color:var(--gold-light);padding-left:4px}
.target-page-scope .ft-bar{border-top:1px solid var(--line);padding-top:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;font-size:13px;color:var(--muted)}
.target-page-scope .ft-pol{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.target-page-scope .ft-pol a{color:var(--text-2)}
.target-page-scope .ft-pol a:hover{color:var(--gold-light)}
@media(max-width:1180px){.target-page-scope .ft-grid{grid-template-columns:1.4fr repeat(3,1fr)}}
@media(max-width:900px){.target-page-scope .ft-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.target-page-scope .ft-grid{grid-template-columns:1fr;gap:28px}
.target-page-scope .ft-bar{flex-direction:column;text-align:center}
.target-page-scope .site-footer{padding:54px 0 26px}}
.target-page-scope,.target-page-scope{background:var(--bg);color:var(--text);font-family:"PingFang SC","Microsoft YaHei",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden;scroll-behavior:smooth}
.target-page-scope{font-size:15px;background:var(--bg);color:var(--text)}
.target-page-scope .section{position:relative;overflow:hidden}
.target-page-scope .hero-gradient{
  color:var(--text);
  background:
    radial-gradient(900px 460px at 18% 24%,rgba(126,34,206,.28),transparent 62%),
    radial-gradient(760px 420px at 82% 28%,rgba(126,34,206,.14),transparent 60%),
    radial-gradient(620px 360px at 48% 78%,rgba(109,40,177,.18),transparent 62%),
    linear-gradient(135deg,#f1f5f9 0%,#f1f5f9 35%,#ffffff 70%,#ffffff 100%);
  background-size:180% 180%,180% 180%,180% 180%,300% 300%;
}
.target-page-scope .hero-gradient::before{background:linear-gradient(120deg,rgba(126,34,206,.10),transparent 28%,rgba(126,34,206,.08) 55%,transparent 82%),radial-gradient(circle at 50% 50%,rgba(126,34,206,.08),transparent 62%);opacity:.78}
.target-page-scope .hero-gradient::after{background:linear-gradient(to bottom,transparent,var(--bg))}
.target-page-scope .particle{background:rgba(126,34,206,.76);box-shadow:0 0 16px rgba(126,34,206,.62),0 0 30px rgba(126,34,206,.35),0 0 46px rgba(109,40,177,.28)}
.target-page-scope .category-page{background:radial-gradient(circle at 12% 7%,rgba(126,34,206,.10),transparent 32%),radial-gradient(circle at 88% 10%,rgba(126,34,206,.08),transparent 34%),linear-gradient(180deg,var(--bg) 0%,var(--bg-2) 50%,var(--bg) 100%)}
.target-page-scope .category-panel{background:rgba(255,255,255,.62);border:1px solid var(--line);box-shadow:0 24px 70px -22px rgba(15,23,42,.55),0 0 34px rgba(126,34,206,.14),inset 0 1px 0 rgba(255,255,255,.06)}
.target-page-scope .category-panel-item{background:rgba(255,255,255,.035);border:1px solid var(--line)}
.target-page-scope .category-panel-item i,.target-page-scope .read-more,.target-page-scope .pagination a.active,.target-page-scope .pagination a.current,.target-page-scope .pagination a.on,.target-page-scope .pagination a.selected,.target-page-scope .pagination a.page-current,.target-page-scope .widget-checks li::before{background:linear-gradient(120deg,var(--gold-light),var(--gold) 60%,var(--gold-dark));color:#ffffff}
.target-page-scope .category-hero-meta .hm b,.target-page-scope .category-title-main em{background:linear-gradient(120deg,var(--gold-light),var(--gold),var(--gold-soft));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.target-page-scope .category-main-section{padding:76px 0 88px;background:transparent}
.target-page-scope .post-card,.target-page-scope .widget,.target-page-scope .pagination a{background:linear-gradient(160deg,rgba(255,255,255,.86),rgba(255,255,255,.88));border:1px solid var(--line);box-shadow:var(--shadow);color:var(--text)}
.target-page-scope .post-card:hover{border-color:rgba(126,34,206,.45);box-shadow:var(--shadow-gold);transform:translateY(-5px)}
.target-page-scope .post-img{background:#f1f5f9}
.target-page-scope .post-meta span,.target-page-scope .post-tags a,.target-page-scope .post-tags span{background:rgba(126,34,206,.10);color:var(--gold-light)}
.target-page-scope .post-title,.target-page-scope .post-title a,.target-page-scope .widget h3,.target-page-scope .widget-checks li,.target-page-scope .widget-links a{color:var(--text)}
.target-page-scope .post-title a:hover,.target-page-scope .widget-links a:hover,.target-page-scope .pagination a:hover{color:var(--gold-light)}
.target-page-scope .post-desc,.target-page-scope .post-tags,.target-page-scope .widget p{color:var(--text-2)}
.target-page-scope .widget-links a{background:rgba(255,255,255,.035);border:1px solid var(--line)}
.target-page-scope .widget-links a::after{color:var(--gold-light)}
.target-page-scope .widget-links a:hover{background:rgba(126,34,206,.08);border-color:rgba(126,34,206,.35);transform:translateY(-1px)}
.target-page-scope .pagination a{color:var(--text-2)}
.target-page-scope .pagination a:hover{background:rgba(126,34,206,.08);border-color:rgba(126,34,206,.36);box-shadow:var(--shadow-gold)}
.target-page-scope .read-more{box-shadow:var(--shadow-gold)}
.target-page-scope .read-more:hover{color:#ffffff;box-shadow:0 16px 34px rgba(126,34,206,.30)}
.target-page-scope .sidebar-cta{background:linear-gradient(160deg,#f1f5f9,#ffffff 42%,#ffffff 76%,#7E22CE);border-color:rgba(126,34,206,.28)}
.target-page-scope .sidebar-cta::before{background:radial-gradient(circle at 16% 20%,rgba(126,34,206,.16),transparent 38%),radial-gradient(circle at 82% 72%,rgba(126,34,206,.18),transparent 42%)}
.target-page-scope .sidebar-cta a{background:linear-gradient(120deg,var(--gold-light),var(--gold) 60%,var(--gold-dark));color:#ffffff}
.target-page-scope .sidebar-cta a:hover{background:linear-gradient(120deg,var(--gold-soft),var(--gold-light));color:#ffffff}
.target-page-scope .category-sidebar{z-index:1}
.target-page-scope .site-header{position:sticky!important;top:0!important;z-index:200!important;overflow:visible!important}
.target-page-scope .site-header .header-wrap{height:72px!important;max-width:1280px!important;margin:0 auto!important;padding:0 24px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;flex-wrap:nowrap!important}
.target-page-scope .site-header .nav-desktop > li > a,.target-page-scope .site-header .nav-desktop > li > .nav-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:12px 14px!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.7!important;
  color:var(--text-2)!important;
  border-radius:10px!important;
  cursor:pointer!important;
  transition:.25s!important;
  white-space:nowrap!important;
}
.target-page-scope .site-header .nav-desktop > li > a:hover,.target-page-scope .site-header .nav-desktop > li > .nav-link:hover{background:rgba(126,34,206,.09)!important;color:var(--gold-light)!important}
.target-page-scope .site-header .nav-desktop .has-caret::after{
  content:""!important;
  box-sizing:content-box!important;
  width:6px!important;
  height:6px!important;
  border-right:2px solid currentColor!important;
  border-bottom:2px solid currentColor!important;
  transform:rotate(45deg) translateY(-2px)!important;
  opacity:.65!important;
  transition:transform .25s!important;
  flex-shrink:0!important;
}
.target-page-scope .site-header .nav-desktop > li:hover .has-caret::after{transform:rotate(-135deg) translateY(-1px)!important}
@media(max-width:1080px){.target-page-scope .site-header .header-wrap{height:64px!important;padding:0 16px!important}
.target-page-scope .nav-desktop,.target-page-scope .btn-quote{display:none!important}
.target-page-scope .drawer-foot .btn-quote{display:inline-flex!important}
.target-page-scope .menu-toggle{display:inline-flex!important}}
.target-page-scope{--header-h:72px;}
.target-page-scope,.target-page-scope{overflow-x:hidden!important;}
.target-page-scope .site-topbar{position:relative!important;z-index:999980!important;}
.target-page-scope .site-header{
  position:sticky!important;
  top:0!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  z-index:999990!important;
  overflow:visible!important;
  transform:none!important;
  filter:none!important;
  perspective:none!important;
  contain:unset!important;
  isolation:isolate!important;
  background:rgba(255,255,255,.92)!important;
  backdrop-filter:saturate(180%) blur(14px)!important;
  -webkit-backdrop-filter:saturate(180%) blur(14px)!important;
  border-bottom:1px solid var(--line)!important;
}
.target-page-scope .site-header.nav-force-fixed{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:999990!important;
  box-shadow:0 14px 34px rgba(15,23,42,.38)!important;
}
.target-page-scope .header-sticky-spacer{display:none!important;height:0!important;min-height:0!important;background:transparent!important;pointer-events:none!important;}
.target-page-scope .header-sticky-spacer.on{display:block!important;height:var(--header-h)!important;min-height:var(--header-h)!important;}
.target-page-scope .site-header .header-wrap{height:72px!important;min-height:72px!important;overflow:visible!important;}
.target-page-scope .site-header .nav-desktop,.target-page-scope .site-header .nav-desktop>li{overflow:visible!important;}
.target-page-scope .site-header .nav-drop,.target-page-scope .site-header .mega-wrap,.target-page-scope .site-header .broker-drop,.target-page-scope .site-header .tools-drop,.target-page-scope .site-header .video-drop,.target-page-scope .site-header .contact-mega{z-index:1000000!important;}
.target-page-scope .drawer-mask{z-index:1000001!important;}
.target-page-scope .drawer{z-index:1000002!important;}
@media(max-width:1080px){.target-page-scope{--header-h:64px;}
.target-page-scope .site-header .header-wrap{height:64px!important;min-height:64px!important;}

}



/* Target page conflict reset: preserve original target hero/list layout against finished-index homepage module styles. */
.target-page-scope .hero{min-height:auto;display:block;align-items:initial}
.target-page-scope .category-hero{padding:72px 0 96px}
.target-page-scope .category-main-section{padding:76px 0 88px}
@media(max-width:560px){.target-page-scope .category-hero{padding:48px 0 72px}}

/* =========================================================
   Target Page Main Final Override V3
   只覆盖 target-page-scope 内的中间主体区域；不改 Topbar/Header/Drawer/Footer 尺寸。
   目标：把目标页主体的旧浅色/蓝橙色布局统一为成品首页深色金色视觉体系。
   ========================================================= */
.target-page-scope{
  --gold:#7E22CE;
  --gold-light:#a855f7;
  --gold-dark:#6D28B1;
  --gold-soft:rgba(126,34,206,0.12);
  --pri:#7E22CE;
  --sky:#1D7BFF;
  --orange:#1D7BFF;
  --bg:#f8fafc;
  --bg-2:#ffffff;
  --surface:rgba(255,255,255,0.82);
  --surface-2:rgba(126,34,206,0.045);
  --line:rgba(126,34,206,0.12);
  --line-strong:rgba(126,34,206,0.24);
  --text:#0F172A;
  --text-2:#64748B;
  --muted:#64748B;
  --radius:14px;
  --radius-lg:24px;
  --shadow:0 20px 60px rgba(15,23,42,0.38);
  --shadow-gold:0 12px 32px rgba(126,34,206,0.18);
  --maxw:1240px;
  background:#f8fafc;
  color:#0F172A;
  font-family:"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
}
.target-page-scope .container,
.target-page-scope .fx-content{
  max-width:1240px;
  margin:0 auto;
  padding:0 40px;
}
.target-page-scope .section,
.target-page-scope section{
  position:relative;
}
.target-page-scope .category-hero{
  min-height:auto;
  padding:86px 0 82px;
  display:block;
  overflow:hidden;
  background:
    radial-gradient(ellipse at 15% 8%,rgba(126,34,206,0.12),transparent 42%),
    radial-gradient(ellipse at 86% 18%,rgba(168,85,247,0.065),transparent 44%),
    radial-gradient(ellipse at 50% 100%,rgba(126,34,206,0.055),transparent 52%),
    #f8fafc;
  border-bottom:1px solid rgba(126,34,206,0.16);
  box-shadow:inset 0 -1px 0 rgba(255,255,255,0.025);
}
.target-page-scope .category-hero::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(126,34,206,0.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(126,34,206,0.025) 1px,transparent 1px);
  background-size:76px 76px;
  mask-image:linear-gradient(180deg,rgba(15,23,42,.58),transparent 82%);
}
.target-page-scope .hero-particles .particle{
  background:rgba(126,34,206,0.75);
  box-shadow:0 0 22px rgba(126,34,206,0.35);
  opacity:.55;
}
.target-page-scope .category-hero .hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr);
  gap:54px;
  align-items:center;
  position:relative;
  z-index:1;
}
.target-page-scope .hero-left{
  max-width:650px;
}
.target-page-scope .category-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  color:#64748B;
  font-size:13px;
  line-height:1.5;
  margin-bottom:18px;
}
.target-page-scope .category-breadcrumb a{
  color:#64748B;
}
.target-page-scope .category-breadcrumb a:hover{
  color:#7E22CE;
}
.target-page-scope .hero-tag{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 20px;
  margin-bottom:22px;
  border-radius:30px;
  border:1px solid rgba(126,34,206,0.22);
  background:rgba(126,34,206,0.08);
  color:#7E22CE;
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}
.target-page-scope .hero-tag::before{
  content:'';
  width:7px;
  height:7px;
  border-radius:50%;
  background:#7E22CE;
  box-shadow:0 0 0 5px rgba(126,34,206,0.08);
}
.target-page-scope .category-title-main{
  margin:0 0 20px;
  color:#0F172A;
  font-size:clamp(38px,4.8vw,62px);
  line-height:1.08;
  font-weight:800;
  letter-spacing:-1.6px;
}
.target-page-scope .category-title-main span,
.target-page-scope .category-title-main strong{
  background:linear-gradient(135deg,#7E22CE,#a855f7,#7E22CE);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
.target-page-scope .category-hero-desc{
  max-width:640px;
  margin:0 0 30px;
  color:#64748B;
  font-size:16px;
  line-height:1.82;
  font-weight:400;
}
.target-page-scope .hero-btns{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin:0 0 34px;
}
.target-page-scope .btn,
.target-page-scope .read-more,
.target-page-scope .sidebar-cta a,
.target-page-scope .pagination a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:12px;
  font-weight:600;
  transition:all .35s cubic-bezier(0.4,0,0.2,1);
}
.target-page-scope .btn{
  min-height:52px;
  padding:15px 30px;
  font-size:15px;
}
.target-page-scope .btn-primary,
.target-page-scope .sidebar-cta a,
.target-page-scope .pagination a.active,
.target-page-scope .pagination a.current{
  background:linear-gradient(135deg,#7E22CE,#6D28B1);
  color:#ffffff;
  border:1px solid rgba(168,85,247,0.2);
  box-shadow:0 8px 24px rgba(126,34,206,0.28),inset 0 1px 0 rgba(255,255,255,0.22);
}
.target-page-scope .btn-primary:hover,
.target-page-scope .sidebar-cta a:hover,
.target-page-scope .pagination a.active:hover,
.target-page-scope .pagination a.current:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 32px rgba(126,34,206,0.38),inset 0 1px 0 rgba(255,255,255,0.3);
}
.target-page-scope .btn-ghost{
  background:rgba(126,34,206,0.08);
  color:#7E22CE;
  border:2px solid rgba(126,34,206,0.24);
  backdrop-filter:blur(10px);
}
.target-page-scope .btn-ghost:hover{
  background:rgba(126,34,206,0.15);
  border-color:rgba(126,34,206,0.38);
  transform:translateY(-3px);
}
.target-page-scope .category-hero-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  max-width:600px;
}
.target-page-scope .hm{
  position:relative;
  padding:0 0 0 18px;
  background:transparent;
  border:0;
  box-shadow:none;
}
.target-page-scope .hm::before{
  content:'';
  position:absolute;
  left:0;
  top:3px;
  bottom:3px;
  width:2px;
  border-radius:2px;
  background:linear-gradient(180deg,#7E22CE,transparent);
}
.target-page-scope .hm b{
  display:block;
  margin-bottom:4px;
  color:#7E22CE;
  font-size:26px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.7px;
}
.target-page-scope .hm span{
  display:block;
  color:#64748B;
  font-size:12.5px;
  line-height:1.5;
  font-weight:500;
}
.target-page-scope .category-visual{
  position:relative;
}
.target-page-scope .category-panel{
  position:relative;
  overflow:hidden;
  padding:34px;
  border-radius:24px;
  background:rgba(255,255,255,0.78);
  border:1px solid rgba(126,34,206,0.16);
  box-shadow:0 20px 60px rgba(15,23,42,0.4),inset 0 1px 0 rgba(126,34,206,0.1);
  backdrop-filter:blur(20px);
}
.target-page-scope .category-panel::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:1px;
  background:linear-gradient(90deg,transparent,#7E22CE,transparent);
}
.target-page-scope .category-panel h3{
  margin:0 0 24px;
  padding-bottom:18px;
  color:#0F172A;
  font-size:20px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:-.3px;
  border-bottom:1px solid rgba(126,34,206,0.1);
}
.target-page-scope .category-panel-list{
  display:grid;
  gap:16px;
}
.target-page-scope .category-panel-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:16px;
  border-radius:12px;
  background:rgba(126,34,206,0.035);
  border:1px solid rgba(126,34,206,0.08);
  transition:all .3s cubic-bezier(0.4,0,0.2,1);
}
.target-page-scope .category-panel-item:hover{
  background:rgba(126,34,206,0.07);
  border-color:rgba(126,34,206,0.18);
  transform:translateX(4px);
}
.target-page-scope .category-panel-item i{
  width:42px;
  height:42px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 42px;
  background:rgba(126,34,206,0.1);
  border:1px solid rgba(126,34,206,0.16);
  color:#7E22CE;
  font-size:14px;
  font-style:normal;
  font-weight:800;
}
.target-page-scope .category-panel-item b{
  display:block;
  margin-bottom:5px;
  color:#0F172A;
  font-size:15px;
  line-height:1.35;
  font-weight:700;
}
.target-page-scope .category-panel-item span{
  display:block;
  color:#64748B;
  font-size:13px;
  line-height:1.65;
}
.target-page-scope .category-page{
  background:
    radial-gradient(ellipse at 8% 0%,rgba(126,34,206,0.055),transparent 36%),
    radial-gradient(ellipse at 92% 16%,rgba(168,85,247,0.035),transparent 42%),
    linear-gradient(180deg,#f8fafc 0%,#ffffff 48%,#f8fafc 100%);
}
.target-page-scope .category-main-section{
  padding:88px 0 104px;
}
.target-page-scope .category-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:34px;
  align-items:start;
}
.target-page-scope .category-main{
  min-width:0;
}
.target-page-scope .article-list{
  display:grid;
  gap:22px;
}
.target-page-scope .post-card{
  display:grid;
  grid-template-columns:252px minmax(0,1fr);
  overflow:hidden;
  border-radius:20px;
  background:rgba(255,255,255,0.72);
  border:1px solid rgba(126,34,206,0.12);
  box-shadow:0 16px 44px rgba(15,23,42,0.28),inset 0 1px 0 rgba(126,34,206,0.05);
  backdrop-filter:blur(14px);
  transition:all .35s cubic-bezier(0.4,0,0.2,1);
}
.target-page-scope .post-card:hover{
  transform:translateY(-5px);
  border-color:rgba(126,34,206,0.28);
  background:rgba(255,255,255,0.9);
  box-shadow:0 22px 56px rgba(15,23,42,0.36),0 0 0 1px rgba(126,34,206,0.08);
}
.target-page-scope .post-img{
  position:relative;
  display:block;
  min-height:220px;
  background:rgba(126,34,206,0.05);
  overflow:hidden;
}
.target-page-scope .post-img::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,0.32));
  pointer-events:none;
}
.target-page-scope .post-img img{
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
  transform:scale(1.01);
  transition:transform .45s cubic-bezier(0.4,0,0.2,1),filter .45s cubic-bezier(0.4,0,0.2,1);
}
.target-page-scope .post-card:hover .post-img img{
  transform:scale(1.06);
  filter:saturate(1.05) contrast(1.03);
}
.target-page-scope .post-content{
  padding:26px 28px;
  min-width:0;
  display:flex;
  flex-direction:column;
}
.target-page-scope .post-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:13px;
}
.target-page-scope .post-meta span{
  display:inline-flex;
  align-items:center;
  padding:5px 11px;
  border-radius:20px;
  background:rgba(126,34,206,0.08);
  border:1px solid rgba(126,34,206,0.13);
  color:#7E22CE;
  font-size:12px;
  line-height:1.3;
  font-weight:600;
}
.target-page-scope .post-title{
  margin:0 0 12px;
  font-size:23px;
  line-height:1.28;
  font-weight:750;
  letter-spacing:-.45px;
}
.target-page-scope .post-title a{
  color:#0F172A;
  background:none;
}
.target-page-scope .post-title a:hover{
  color:#7E22CE;
}
.target-page-scope .post-desc{
  margin:0 0 22px;
  color:#64748B;
  font-size:14.5px;
  line-height:1.75;
}
.target-page-scope .post-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:14px;
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid rgba(126,34,206,0.08);
}
.target-page-scope .post-tags{
  color:#64748B;
  font-size:12.5px;
  line-height:1.5;
}
.target-page-scope .post-tags a,
.target-page-scope .post-tags span{
  display:inline-flex;
  margin:3px 5px 3px 0;
  padding:5px 11px;
  border-radius:18px;
  background:rgba(126,34,206,0.07);
  border:1px solid rgba(126,34,206,0.11);
  color:#7E22CE;
  font-size:12px;
}
.target-page-scope .read-more{
  flex-shrink:0;
  color:#7E22CE;
  font-size:14px;
  padding:9px 14px;
  background:rgba(126,34,206,0.06);
  border:1px solid rgba(126,34,206,0.12);
}
.target-page-scope .read-more:hover{
  color:#ffffff;
  background:linear-gradient(135deg,#7E22CE,#6D28B1);
  transform:translateX(4px);
}
.target-page-scope .category-sidebar{
  display:grid;
  gap:22px;
  position:sticky;
  top:128px;
}
.target-page-scope .widget{
  position:relative;
  overflow:hidden;
  padding:26px;
  border-radius:18px;
  background:rgba(255,255,255,0.78);
  border:1px solid rgba(126,34,206,0.12);
  box-shadow:0 14px 42px rgba(15,23,42,0.25),inset 0 1px 0 rgba(126,34,206,0.05);
}
.target-page-scope .widget::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,#7E22CE,rgba(168,85,247,0.35),transparent);
  opacity:.75;
}
.target-page-scope .widget h3{
  margin:0 0 14px;
  color:#0F172A;
  font-size:18px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:-.25px;
}
.target-page-scope .widget p{
  margin:0 0 18px;
  color:#64748B;
  font-size:13.5px;
  line-height:1.75;
}
.target-page-scope .widget-checks,
.target-page-scope .widget-links{
  display:grid;
  gap:10px;
}
.target-page-scope .widget-checks li,
.target-page-scope .widget-links li{
  position:relative;
  padding-left:18px;
  color:#64748B;
  font-size:13.5px;
  line-height:1.65;
}
.target-page-scope .widget-checks li::before,
.target-page-scope .widget-links li::before{
  content:'';
  position:absolute;
  left:0;
  top:.75em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#7E22CE;
  box-shadow:0 0 0 4px rgba(126,34,206,0.08);
}
.target-page-scope .widget-links a{
  color:#64748B;
}
.target-page-scope .widget-links a:hover{
  color:#7E22CE;
  padding-left:4px;
}
.target-page-scope .sidebar-cta{
  background:
    radial-gradient(circle at 20% 0%,rgba(126,34,206,0.16),transparent 42%),
    rgba(255,255,255,0.86);
  border-color:rgba(126,34,206,0.22);
}
.target-page-scope .sidebar-cta a{
  width:100%;
  min-height:48px;
  padding:13px 18px;
  font-size:14px;
}
.target-page-scope .pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:38px;
}
.target-page-scope .pagination a{
  min-width:42px;
  min-height:42px;
  padding:9px 14px;
  color:#64748B;
  background:rgba(255,255,255,0.78);
  border:1px solid rgba(126,34,206,0.12);
  box-shadow:0 8px 22px rgba(15,23,42,0.18);
}
.target-page-scope .pagination a:hover{
  color:#7E22CE;
  border-color:rgba(126,34,206,0.28);
  transform:translateY(-2px);
}
.target-page-scope .pagination a.active,
.target-page-scope .pagination a.current{
  color:#ffffff;
}
@media (max-width:1200px){
  .target-page-scope .container,
  .target-page-scope .fx-content{padding:0 30px}
  .target-page-scope .category-hero{padding:74px 0 72px}
  .target-page-scope .category-hero .hero-grid{grid-template-columns:1fr;gap:34px}
  .target-page-scope .hero-left{max-width:780px;margin:0 auto;text-align:center}
  .target-page-scope .category-hero-desc{margin-left:auto;margin-right:auto}
  .target-page-scope .hero-btns{justify-content:center}
  .target-page-scope .category-hero-meta{margin:0 auto;text-align:left}
  .target-page-scope .category-visual{max-width:620px;margin:0 auto;width:100%}
  .target-page-scope .category-layout{grid-template-columns:1fr;gap:30px}
  .target-page-scope .category-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .target-page-scope .sidebar-cta{grid-column:1/-1}
}
@media (max-width:768px){
  .target-page-scope .container,
  .target-page-scope .fx-content{padding:0 20px}
  .target-page-scope .category-hero{padding:56px 0 54px}
  .target-page-scope .category-title-main{font-size:clamp(30px,9vw,42px);letter-spacing:-1px}
  .target-page-scope .category-hero-desc{font-size:14.5px;line-height:1.75;margin-bottom:24px}
  .target-page-scope .hero-tag{padding:7px 16px;font-size:11px;margin-bottom:18px}
  .target-page-scope .btn{min-height:46px;padding:12px 20px;font-size:14px;width:100%}
  .target-page-scope .hero-btns{gap:12px}
  .target-page-scope .category-hero-meta{grid-template-columns:1fr;gap:14px;max-width:280px}
  .target-page-scope .hm b{font-size:22px}
  .target-page-scope .category-panel{padding:22px;border-radius:18px}
  .target-page-scope .category-panel h3{font-size:18px;margin-bottom:18px;padding-bottom:14px}
  .target-page-scope .category-main-section{padding:58px 0 68px}
  .target-page-scope .post-card{grid-template-columns:1fr;border-radius:18px}
  .target-page-scope .post-img,
  .target-page-scope .post-img img{min-height:190px;height:190px}
  .target-page-scope .post-content{padding:22px}
  .target-page-scope .post-title{font-size:20px}
  .target-page-scope .post-desc{font-size:13.5px}
  .target-page-scope .post-footer{align-items:flex-start;flex-direction:column}
  .target-page-scope .category-sidebar{grid-template-columns:1fr}
  .target-page-scope .widget{padding:22px}
}
@media (max-width:480px){
  .target-page-scope .category-hero{padding:44px 0 46px}
  .target-page-scope .category-title-main{font-size:30px}
  .target-page-scope .category-panel-item{padding:14px}
  .target-page-scope .category-panel-item i{width:38px;height:38px;flex-basis:38px}
  .target-page-scope .post-img,
  .target-page-scope .post-img img{height:172px;min-height:172px}
  .target-page-scope .pagination a{min-width:38px;min-height:38px;padding:8px 12px}
}
/* dark hero banner restore */
.target-page-scope .hero-gradient{background:radial-gradient(circle at 18% 24%,rgba(29,123,255,.30),transparent 40%),radial-gradient(circle at 82% 28%,rgba(126,34,206,.28),transparent 42%),radial-gradient(circle at 48% 82%,rgba(168,85,247,.20),transparent 44%),linear-gradient(135deg,#15203E 0%,#0B1226 46%,#090D1A 100%);color:#f1f5f9}
.target-page-scope .hero-gradient .hero-tag,.target-page-scope .hero-gradient h1,.target-page-scope .hero-gradient .btn-ghost,.target-page-scope .hero-gradient .hv-head h4,.target-page-scope .hero-gradient .hv-tbl td,.target-page-scope .hero-gradient .hv-float,.target-page-scope .hero-gradient .hv-float .fi,.target-page-scope .hero-gradient .hv-float .fb,.target-page-scope .hero-gradient .hv-float .fb b{color:#f1f5f9}
