:root{--bg: #ffffff;--card: #ffffff;--accent: #0071e3;--text: #000000;--heading-color: #000000;--muted: #666666;--border: #e5e7eb;--header-height: 64px;--nav-font-size: 15px;--nav-font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, system-ui, Arial, sans-serif;--font-family-heading: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, Arial, sans-serif;--font-family-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, system-ui, Arial, sans-serif}html{box-sizing:border-box;height:100%;overflow-x:hidden}*,*:before,*:after{box-sizing:inherit}.app-root{width:100%;min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0;background:var(--bg);color:#0f172a;overflow-x:clip}html,body,#root{height:100%;width:100%}body{font-family:var(--font-family-body);background:var(--bg);margin:0;color:var(--text);overflow-x:hidden;font-size:16px;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.mobile-nav-open{overflow:hidden;overscroll-behavior:none}img,video,iframe{max-width:100%}.header h1{margin:0;font-size:1.4rem}h2{color:#000;font-family:var(--font-family-heading);font-weight:700;font-size:2rem;line-height:1.2;letter-spacing:-.02em}h1{font-family:var(--font-family-heading);font-weight:700;letter-spacing:-.02em;line-height:1.2}h3{font-family:var(--font-family-heading);font-weight:600;letter-spacing:-.01em;line-height:1.3}h4,h5,h6{font-family:var(--font-family-heading);font-weight:600;letter-spacing:-.01em;line-height:1.4}.sub{color:var(--muted);margin:4px 0 12px}.asset-management.layout-grid{display:grid;grid-template-columns:300px 1fr;gap:20px;background:transparent;min-height:0;height:100%}.sidebar{background:var(--card);border-radius:8px;padding:16px;box-shadow:0 2px 6px #0206170f;border:1px solid var(--border)}.sidebar-header h2{margin:0;font-size:1.05rem}.sidebar-header .muted{margin:6px 0 12px;color:var(--muted);font-size:.9rem}.filter-block{margin-bottom:12px}.filter-label{display:block;font-size:.85rem;margin-bottom:6px;color:#0f172a}.search-input,.sidebar select,.sidebar input{width:100%;padding:10px;border:1px solid var(--border);border-radius:6px;font-size:.95rem}.filter-row{display:flex;gap:10px}.filter-block.small{flex:1}.sidebar-footer{margin-top:12px}.primary{background:var(--accent);color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-pills{display:flex;flex-wrap:wrap;gap:10px}.filter-pill{background:#f8fafc;border:1px solid var(--border);padding:10px 14px;border-radius:999px;cursor:pointer;min-width:64px;text-align:center}.filter-pill.active{background:var(--accent);color:#fff;border-color:transparent}.filter-select{display:none;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:1rem}@media(max-width:700px){.filter-pills{display:none}.filter-select{display:block}}.results{background:var(--card);border-radius:8px;padding:16px;box-shadow:0 2px 6px #0206170a;border:1px solid var(--border);overflow:auto;min-height:0}.results-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.results-top h3{margin:0}.muted{color:var(--text)}.table-wrap{margin-top:4px}.table-info{color:var(--muted);font-size:.9rem;margin-bottom:6px}.table-info select{padding:4px 8px;border:1px solid var(--border);border-radius:4px;font-size:.85rem;margin-left:8px}.etf-table{width:100%;border-collapse:collapse;background:#fff}.etf-table th,.etf-table td{padding:12px 10px;border-bottom:1px solid #f0f1f3;text-align:left}.etf-table thead th{background:#f8f9fa;position:sticky;top:0;border-bottom:2px solid #e5e7eb;font-weight:700;color:#0f172a;font-size:.9rem}.etf-table th{cursor:pointer;font-weight:700;color:#0f172a;transition:background .2s ease}.etf-table th:hover{background:#f0f1f3}.etf-table tbody tr:hover{background:#f9fafb;transition:background .2s ease}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace}.pager{display:flex;gap:8px;align-items:center;justify-content:flex-end;margin-top:10px}.pager button{padding:6px 10px;border-radius:6px;border:1px solid #d6d9e3;background:#fff;cursor:pointer}.pager button.active{background:#0b61d8;color:#fff;border-color:#0b61d8}.footer{text-align:center;color:var(--muted);margin-top:14px}main{flex:1;display:flex;min-height:0;padding:0}.page{padding-top:calc(var(--header-height));padding-bottom:36px;min-height:calc(100vh - var(--header-height));background:transparent}.home-root{padding-top:0!important}.page .container{max-width:1100px;margin:0 auto;padding:24px 20px}.sidebar{display:flex;flex-direction:column;min-height:0}.sidebar .filter-block,.sidebar .sidebar-footer{flex:0 0 auto}.sidebar{overflow:auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;margin:0}.topbar{background:#fff;color:#0f172a;padding:0;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:none}.topbar-inner{max-width:1200px;min-height:var(--header-height);margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px;gap:20px}.brand{display:flex;align-items:center;gap:18px;flex:0 0 auto;min-width:0}.site-logo{height:44px;width:auto;display:block}.brand .eyebrow{font-size:.85rem;opacity:.85}.brand-title{font-weight:800;font-size:22px;letter-spacing:.4px;margin-top:2px}.top-actions{display:flex;align-items:center;gap:14px;flex:0 0 auto}.top-actions .demo-btn{padding:8px 16px;border-radius:26px}.top-actions .lang{font-size:.9rem;color:#6b7280}.top-actions .partner{font-size:.85rem;color:#6b7280}.search-pill{display:flex;align-items:center;gap:10px;background:transparent;padding:8px 12px;border-radius:24px;border:1px solid transparent}.search-pill svg{flex:0 0 auto}.search-pill input{background:transparent;border:none;color:var(--muted);outline:none;width:220px}.login{position:relative}.login-btn{background:#f8fafc;color:#0f172a;border:1.5px solid #e2e8f0;padding:10px 16px;border-radius:999px;cursor:pointer;font-weight:700;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;transition:all .2s ease;box-shadow:0 2px 4px #0f172a0d}.login-btn:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a1a;transform:translateY(-2px)}.login-btn:focus{outline:none;box-shadow:0 0 0 3px #0b61d81a,0 4px 12px #0f172a1a;border-color:#0b61d8}.login-dropdown{position:absolute;right:0;top:48px;background:#fff;color:#0b2b4a;border-radius:8px;box-shadow:0 6px 24px #0206171f;min-width:180px;border:1px solid var(--border);z-index:200}.login-item{display:block;padding:10px 14px;text-decoration:none;color:inherit;border-bottom:1px solid rgba(11,43,75,.04)}.login-item:last-child{border-bottom:none}.login-item:hover{background:linear-gradient(90deg,#0b61d808,#0b61d803)}.main-nav{background:transparent;border-top:none;border-bottom:none;flex:1 1 auto;display:flex;justify-content:center;align-items:center}.main-nav ul{margin:0;padding:0;display:flex;gap:clamp(20px,4vw,40px);list-style:none;align-items:center}.main-nav a{display:block;padding:8px 0;color:#000;font-weight:500;text-decoration:none;letter-spacing:-.01em;font-size:var(--nav-font-size);font-family:var(--nav-font-family)}.main-nav li.products-menu{position:relative}.main-nav .menu-btn{display:block;background:transparent;border:none;padding:8px 0;color:#000;font-weight:500;cursor:pointer;font-family:inherit;font-size:var(--nav-font-size);line-height:1;box-shadow:none}.main-nav .menu-btn:after{content:" ▾";font-size:.85rem;color:#6b7280}.main-nav .menu-btn:focus{outline:none}h1,h2,h3,h4,p,li,a,span,label,.main-nav a,.main-nav .menu-btn,.login-btn{color:var(--text)}h1,h2,h3,h4,h5,h6{color:var(--heading-color)}.main-nav .menu-dropdown{position:absolute;left:0;top:46px;background:#fff;color:#0b2b4a;border-radius:8px;box-shadow:0 6px 24px #0206171f;min-width:220px;border:1px solid var(--border);z-index:200}.main-nav .menu-item{display:block;padding:10px 14px;text-decoration:none;color:inherit;border-bottom:1px solid rgba(11,43,75,.04)}.main-nav .menu-item:last-child{border-bottom:none}.main-nav .menu-item:hover{background:linear-gradient(90deg,#0b61d808,#0b61d803)}.main-nav .menu-dropdown{left:50%;transform:translate(-50%);top:56px;width:min(720px,calc(100vw - 32px));min-width:0;padding:18px 20px;display:block;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.main-nav .menu-dropdown .menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.main-nav .menu-dropdown .menu-card{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:8px;background:linear-gradient(180deg,#fffffff5,#f9fafbf2);border:1px solid rgba(16,33,59,.04);box-shadow:0 6px 18px #0206170f}.main-nav .menu-dropdown .menu-card+.menu-card{margin-left:0}.main-nav .menu-dropdown .menu-icon{flex:0 0 44px}.main-nav .menu-dropdown .menu-title{font-weight:700;color:#0b2b4a;margin-bottom:6px}.main-nav .menu-dropdown .menu-desc{color:var(--muted);font-size:.95rem;line-height:1.35}.products-menu .menu-dropdown.open{visibility:visible;opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.main-nav .menu-btn:hover{background:transparent;box-shadow:none}.main-nav .menu-dropdown .menu-card{border-left:none}.main-nav .menu-dropdown .menu-card:nth-child(2){border-left:1px solid rgba(16,33,59,.04);padding-left:18px}.main-nav .menu-dropdown .menu-card:nth-child(3){border-left:1px solid rgba(16,33,59,.04);padding-left:18px}@media(max-width:900px){.main-nav .menu-dropdown{position:static;transform:none;left:auto;top:auto;min-width:0;padding:12px;background:transparent;box-shadow:none;border:none}.main-nav .menu-dropdown .menu-grid{display:block}.products-menu:hover .menu-dropdown{visibility:visible;opacity:1;pointer-events:auto}}.top-actions .demo-btn{background:#1f2937;color:#fff;border:none;padding:10px 18px;border-radius:26px;font-weight:700}.top-actions .demo-btn:hover{opacity:.95}button,.btn,input[type=button],input[type=submit],.login-btn,.register-btn,.product-cta,.newsletter-form button,.sidebar button,.pager button{border-radius:10px;padding:10px 16px;background:linear-gradient(180deg,#ffffffeb,#ffffffb8);border:1px solid rgba(255,255,255,.6);color:#0f172a;box-shadow:0 10px 28px #0206171f,0 2px 6px #0206170f inset;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn.primary,.product-cta,.register-btn{background:linear-gradient(180deg,#0b61d8,#0a4db0);color:#fff;border:none;box-shadow:0 8px 24px #0b61d83d,inset 0 1px 2px #fff3;transition:all .2s ease}.top-actions .demo-btn{background:linear-gradient(180deg,#0b61d8,#0a4db0);color:#fff;border:none;box-shadow:0 8px 24px #0b61d83d,inset 0 1px 2px #fff3;padding:10px 18px;font-weight:700;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;border-radius:999px;transition:all .2s ease}button:hover,.btn:hover,.product-cta:hover{transform:translateY(-2px);box-shadow:0 16px 32px #02061726,inset 0 1px 3px #ffffff26}.top-actions .demo-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0b61d852,inset 0 1px 3px #ffffff40;background:linear-gradient(180deg,#1871e8,#095fd9)}.pager button,.sidebar button{padding:8px 10px;border-radius:8px}button[disabled],.btn[disabled]{opacity:.6;transform:none;box-shadow:none}@media(max-width:900px){.brand-title{font-size:20px}.search-pill input{width:120px}.main-nav ul{flex-wrap:wrap}:root{--header-height:82px}.topbar-inner{padding:0 16px;gap:16px}.site-logo{height:36px}}.hamburger{display:none;background:transparent;border:none;width:44px;height:44px;border-radius:8px;align-items:center;justify-content:center;cursor:pointer}.hamburger-box{display:inline-block;width:24px;height:16px;position:relative}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{display:block;background:currentColor;height:2px;border-radius:2px;position:absolute;width:24px}.hamburger-inner{top:7px}.hamburger-inner:before{content:"";top:-7px}.hamburger-inner:after{content:"";top:7px}.mobile-nav{position:fixed;inset:0;z-index:2200;transform:translate(100%);transition:transform .28s ease,opacity .28s ease;opacity:0;pointer-events:none;background:#0f172a42;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:flex-end}.mobile-nav.open{transform:translate(0);opacity:1;pointer-events:auto}.mobile-nav-inner{width:min(100%,360px);max-width:100%;padding:20px 16px 24px;height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-18px 0 48px #0f172a2e;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.mobile-panel-label{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.mobile-nav .mobile-close{background:transparent;border:none;font-size:22px;line-height:1;cursor:pointer;padding:8px;border-radius:10px;box-shadow:none}.mobile-nav ul{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-direction:column}.mobile-nav li{margin:0}.mobile-menu-link,.mobile-section-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 6px;background:transparent;border:none;border-top:1px solid rgba(15,23,42,.08);color:var(--text);font:inherit;font-weight:600;text-decoration:none;cursor:pointer;box-shadow:none}.mobile-nav ul>li:first-child>.mobile-menu-link,.mobile-nav ul>li:first-child>.mobile-section-btn{border-top:none}.mobile-submenu{display:none;padding:0 0 8px 14px}.mobile-submenu.open{display:grid;gap:4px}.mobile-submenu a{display:block;padding:10px 6px;color:#334155;text-decoration:none}.mobile-actions{margin-top:24px;padding-top:18px;border-top:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;gap:10px}.mobile-actions .btn{width:100%;text-align:center}@media(max-width:900px){.hamburger{display:flex}.main-nav,.top-actions{display:none}}@media(max-width:640px){:root{--header-height:76px}.page .container{padding:20px 16px}.topbar-inner{padding:0 14px;gap:12px}.site-logo{height:32px}.mobile-nav-inner{padding:18px 14px 20px}}.import-row input[type=file]{width:100%}.import-row .filter-label{margin-bottom:6px}.results .etf-table thead th{padding-top:14px;padding-bottom:14px}.sidebar button{border:1px solid #d0d7ef;background:#fff;padding:8px 10px;border-radius:6px}.sidebar button.primary{border:none}.sidebar .search-input{padding:8px}.results .etf-table td,.results .etf-table th{vertical-align:middle}@media(max-width:900px){.asset-management.layout-grid{grid-template-columns:1fr}.sidebar{order:2}.results{order:1}}.site-footer{background:transparent;padding:18px 0 6px;color:var(--muted);border-top:1px solid #eaeef6;margin-top:10px}.footer-inner{max-width:1100px;margin:0 auto;padding:8px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px}.footer-links a,.footer-legal a{color:var(--muted);margin-right:14px;text-decoration:none}.footer-links a:hover,.footer-legal a:hover{color:#0b2b4a}.footer-bottom{text-align:center;color:var(--muted);font-size:.9rem;padding:8px 16px}@media(max-width:700px){.footer-inner{flex-direction:column;align-items:flex-start}.footer-links,.footer-legal{margin-bottom:8px}}.site-footer-dark{background:#17264a;color:#fff;padding:42px 0;margin-top:18px}.footer-inner-wide{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;gap:40px;align-items:flex-start}.footer-left{flex:0 0 320px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.footer-logo-wrap{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.footer-logo{height:112px;width:auto}.footer-logo-secondary{width:300px;max-width:100%;max-height:92px;height:auto;border-radius:10px;border:1px solid rgba(255,255,255,.18)}.footer-copy{color:#d1d9f0;font-size:.95rem;margin-top:6px}.footer-columns{display:flex;gap:56px;flex:1}.footer-col{min-width:200px}.col-title{font-weight:700;margin-bottom:12px;font-size:1.05rem;color:#fff}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:10px}.footer-col a{color:#dbe7ff;text-decoration:none}.footer-col a:hover{color:#fff;text-decoration:underline}.footer-left .footer-social{display:flex;gap:12px;align-items:center;margin-top:12px}.footer-social .social-link{display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;width:40px;height:40px;transition:all .3s ease}.footer-social .social-link:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px)}.footer-social .social-link svg{display:block;width:20px;height:20px}@media(max-width:900px){.footer-inner-wide{flex-direction:column;align-items:flex-start;padding:0 16px}.footer-left{flex:0 0 auto}.footer-logo-secondary{width:240px;max-height:80px}.footer-columns{flex-direction:column;gap:18px;width:100%}}.home-hero{background:linear-gradient(180deg,#fff,#f7fbff);padding:48px 0;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 6px #02061708}.hero-inner{max-width:1100px;margin:0 auto;padding:0 16px}.home-hero h1{font-size:2rem;margin:0 0 12px}.lead{color:var(--muted);max-width:780px;line-height:1.5}.hero-ctas{margin-top:18px;display:flex;gap:12px}.btn{padding:10px 14px;border-radius:8px;border:1px solid #d6d9e3;background:#fff;text-decoration:none;color:var(--text);display:inline-block;transition:all .2s ease;font-weight:600}.btn.primary{background:var(--accent);color:#fff;border:none}.home-info{max-width:1100px;margin:18px auto;padding:0 16px}.home-hero{position:relative;overflow:hidden;padding:80px 0 100px;border-radius:8px;margin-bottom:20px}.hero-video-wrapper{position:absolute;inset:0;overflow:hidden;z-index:0}.hero-bg-video{width:100%;height:100%;object-fit:cover;display:block}.hero-video-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#060c1e73,#060c1e73);z-index:1}.hero-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:0 16px;color:#fff}@media(min-width:900px){.home-hero{height:calc(100vh - var(--header-height));padding:0;margin-bottom:0;border-radius:0}.home-hero .hero-inner{height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 16px}.home-hero .hero-video-wrapper{position:absolute;inset:0;height:100%}.home-hero .hero-bg-video{width:100%;height:100%;object-fit:cover}}.article-page-wrap{padding-top:0}.article-reading-progress{position:fixed;left:0;right:0;height:4px;top:var(--header-height);background:transparent;z-index:1500}.article-reading-progress span{display:block;height:100%;background:linear-gradient(90deg,#0b61d8,#1871e8);transform-origin:left center;transform:scaleX(0);transition:transform .12s linear}.news-article{max-width:1100px;margin:0 auto;padding:0 16px 48px}.article-cover{position:relative;height:520px;overflow:hidden;border-radius:12px;margin-bottom:28px;box-shadow:0 12px 40px #02061714;background-size:cover;background-position:center center;background-repeat:no-repeat}.article-cover img{display:none}.article-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#060c1e47,#060c1e80);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.article-hero{position:absolute;left:50%;top:40px;transform:translate(-50%);padding:18px;z-index:6;display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:min(92%,1000px)}.article-hero.top-aligned{align-items:flex-start}.article-hero-inner{background:linear-gradient(180deg,#00000038,#0000001f);padding:28px 36px;border-radius:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.article-hero-title{margin:0;font-size:3rem;line-height:1.02;font-weight:800;text-align:left;letter-spacing:-.02em;color:#fff;text-shadow:0 8px 30px rgba(2,6,23,.32)}.article-hero-meta{color:#fffffff2;font-weight:600;text-align:left;margin-top:6px}.article-breadcrumbs{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#fffffff2}.article-breadcrumbs a{color:#ffffffe6;text-decoration:none}.article-breadcrumbs .crumb-current{opacity:.95}.article-content{background:transparent;padding:20px 8px;color:var(--text);line-height:1.8}.article-content h1{font-size:1.6rem;margin-top:0}.article-content p.lede{font-size:1.05rem;color:var(--muted);max-width:820px}.article-content ul{margin:12px 0 18px 20px}.article-content li{margin-bottom:8px}.article-references{margin-top:28px;border-top:1px solid var(--border);padding-top:16px}.article-references h4{margin:0 0 10px}.article-references ul{list-style:none;padding:0;margin:0}.article-references li{margin-bottom:8px}.article-references a{color:var(--accent);text-decoration:underline}.article-share{margin-top:20px;display:flex;gap:12px;align-items:center}.article-share .article-share-label{font-weight:700;color:var(--muted)}@media(max-width:900px){.article-cover{height:300px;border-radius:10px}.article-hero{top:50%;padding:12px;width:min(94%,720px)}.article-hero-inner{padding:14px}.article-hero-title{font-size:1.4rem}.article-content{padding:12px}}@media(max-width:420px){.article-cover{height:220px;border-radius:8px}.article-hero{top:50%;padding:10px;width:92%}.article-hero-title{font-size:1.1rem}.article-hero-inner,.article-content{padding:10px}}.newsletter-modal-root{position:fixed;inset:0;z-index:2200;display:flex;align-items:center;justify-content:center}.newsletter-modal-backdrop{position:absolute;inset:0;background:#060c1e8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.newsletter-modal-backdrop{animation:ni_backdrop_fade .36s cubic-bezier(.2,.9,.2,1) both}.newsletter-modal-card{position:relative;z-index:2;width:min(760px,92%);background:#fff;border-radius:12px;box-shadow:0 20px 60px #02061766;padding:22px;transform-origin:center center;animation:ni_modal_roll .64s cubic-bezier(.2,.9,.2,1) both;display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center}.newsletter-modal-close{position:absolute;right:14px;top:12px;background:transparent;border:none;font-size:20px;color:#334155;cursor:pointer}.newsletter-modal-header h3{margin:0;font-size:1.6rem}.newsletter-modal-header p{margin:4px 0 0;color:#64748b}.newsletter-modal-body{padding-top:6px}.newsletter-modal-right{display:flex;flex-direction:column;gap:12px}.newsletter-modal-actions{display:flex;justify-content:flex-end;padding-top:6px}.newsletter-modal-actions .btn-secondary{background:transparent;border:1px solid #e6e9ef;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:.9rem}.newsletter-modal-left{display:flex;align-items:center;justify-content:center;padding:8px}.newsletter-modal-logo{height:56px;max-width:100%;object-fit:contain}@media(max-width:700px){.newsletter-modal-card{width:min(640px,96%);padding:16px}.newsletter-modal-header h3{font-size:1.25rem}}@keyframes ni_modal_roll{0%{opacity:0;transform:translateY(28px) rotateX(6deg) scale(.995);filter:blur(4px)}60%{opacity:1;transform:translateY(-6px) rotateX(2deg) scale(1.003);filter:blur(0px)}to{opacity:1;transform:translateY(0) rotateX(0) scale(1);filter:blur(0)}}@keyframes ni_backdrop_fade{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.newsletter-modal-card,.newsletter-modal-backdrop{animation:none!important}}.home-hero h1{font-size:2.2rem;margin:0 0 12px;color:#fff}.lead{color:#ffffffe6;max-width:780px;line-height:1.5}.hero-ctas .btn{border-color:#fff3}.hero-ctas .btn.primary{background:var(--accent)}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.info-card{background:var(--card);padding:14px;border-radius:8px;border:1px solid var(--border)}.product-showcase{padding:30px 0}.product-inner{max-width:1100px;margin:0 auto;padding:0 16px}.product-grid{display:grid;grid-template-columns:1fr;gap:18px;margin-top:12px}.product-card{background:var(--card);padding:22px;border-radius:12px;border:1px solid var(--border);text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;transition:transform .18s ease,box-shadow .18s ease}.modern-hero{position:relative;overflow:hidden;padding:56px 20px;margin-bottom:28px;color:var(--heading-color);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0}.modern-hero .hero-content,.modern-hero .hero-content-split,.modern-hero .hero-text{position:relative;z-index:2}.modern-hero:before{content:"";position:absolute;inset:-10%;z-index:0;pointer-events:none;filter:blur(48px) saturate(110%);transform:scale(1.02);transition:opacity .4s ease}.modern-hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#01092052,#063fe814)}.alpha-hero:before,.nice-hero:before{background:radial-gradient(32% 32% at 12% 22%,rgba(93,182,255,.92) 0%,rgba(93,182,255,.2) 42%,transparent 66%),radial-gradient(40% 40% at 86% 78%,rgba(11,97,216,.64) 0%,rgba(11,97,216,.08) 40%,transparent 70%)}.modern-hero .hero-grid-texture{position:absolute;inset:0;z-index:1;background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.02) 0 1px,transparent 1px 40px),repeating-linear-gradient(0deg,rgba(255,255,255,.02) 0 1px,transparent 1px 40px);mix-blend-mode:overlay;pointer-events:none}.modern-hero h1,.modern-hero h2,.modern-hero p,.modern-hero .eyebrow{color:#fffffffa}@media(min-width:900px){.modern-hero{padding:88px 20px;border-radius:0}}@media(max-width:900px){.modern-hero{padding:48px 16px;border-radius:12px}}.hero-content-split{display:flex;gap:28px;align-items:center}.hero-content-split .hero-text{flex:1}.hero-content-split .hero-image{flex:0 0 360px}.modern-hero .modern-hero-illustration{max-width:100%;border-radius:12px;box-shadow:0 10px 30px #060d711f}.advisor-hero .hero-content-split{flex-direction:column;align-items:center;justify-content:center;text-align:center}.advisor-hero .hero-text{max-width:900px}.advisor-hero .hero-image{flex:0 0 auto;width:100%;max-width:820px}.product-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #02061714}.product-illustration{width:96px;height:96px;border-radius:12px;background:linear-gradient(180deg,#fff,#f7fbff);display:flex;align-items:center;justify-content:center;font-size:40px;margin-bottom:12px}.product-card h3{margin:6px 0 8px}.product-card p{margin:0 0 12px;color:var(--muted);max-width:220px;text-align:center}.product-cta{margin-top:auto;padding:8px 12px;border-radius:8px;background:var(--accent);color:#fff;font-weight:700}.product-card.tamp{background-image:linear-gradient(#060c1e80,#060c1e59),url(/images/TAMP.jpg);background-size:cover;background-position:center;color:#fff;border-color:transparent}.product-card.tamp .product-illustration{background:#ffffff0f;font-size:36px}.product-card.tamp p,.product-card.tamp h3,.product-card.tamp strong,.product-card.tamp .muted{color:#fffffff2}.product-card.tamp .product-cta{background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff}.product-card.news-bg{background-image:linear-gradient(#060c1e7a,#060c1e47),url(/images/market_news_blogs.jpg);background-size:cover;background-position:center;color:#fff;border-color:transparent}.product-card.news-bg .product-illustration{background:#ffffff0f;font-size:36px}.product-card.news-bg p,.product-card.news-bg h3,.product-card.news-bg .muted{color:#fffffff2}.product-card.news-bg .product-cta{background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff}.product-card{min-height:320px}.product-card.manager-bg{background-image:linear-gradient(#060c1e61,#060c1e38),url(/images/manager-portrait.jpg);background-size:cover;background-position:right center;color:#fff;border-color:transparent}.product-card.manager-bg .product-illustration{display:none}.product-card.manager-bg p,.product-card.manager-bg h3,.product-card.manager-bg .muted{color:#fffffff2;text-align:left}.product-card.manager-bg .product-cta{background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff}@media(max-width:700px){.product-card{min-height:240px}.product-card.manager-bg{background-position:center top}.product-card.manager-bg .product-illustration{display:flex}}.product-card.consult-bg{background-image:linear-gradient(#060c1e70,#060c1e47),url(/images/client_investment_portal.jpg);background-size:cover;background-position:center;color:#fff;border-color:transparent}.product-card.consult-bg .product-illustration{display:none}.product-card.consult-bg p,.product-card.consult-bg h3,.product-card.consult-bg .muted{color:#fffffff2;text-align:left}.product-card.consult-bg .product-cta{background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff}.featured-reports-row{display:flex;gap:28px;align-items:flex-start;margin-bottom:28px}.featured-reports-row .blog-featured{flex:2}.featured-reports-row .blog-reports{flex:1}.featured-reports-row .blog-featured .featured-card,.featured-reports-row .blog-reports .featured-card{display:flex;flex-direction:column;height:100%}.blog-reports.full-width{flex:1 1 100%}@media(max-width:900px){.featured-reports-row{flex-direction:column}.featured-reports-row .blog-featured,.featured-reports-row .blog-reports{width:100%}}html,body{text-rendering:optimizeLegibility;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;-webkit-text-size-adjust:100%;font-kerning:normal}body,h1,h2,h3,h4,h5,h6,p,a,button,input,textarea{text-rendering:optimizeLegibility;-webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto;font-optical-sizing:auto}body,h1,h2,p,a{text-shadow:.01px .01px rgba(17,16,16,.01)}@media(max-width:700px){.product-card.consult-bg{background-position:center top}.product-card.consult-bg .product-illustration{display:flex}}.asset-hero{background:linear-gradient(180deg,#fff,#f7fbff);padding:56px 0;border-radius:8px}.asset-hero .hero-inner{max-width:1100px;margin:0 auto;padding:0 16px;text-align:center}.asset-hero h1{font-size:2.2rem;margin:0 0 12px;color:#071426}.asset-hero .lead{color:var(--muted);max-width:780px;margin:0 auto 12px}.asset-features{padding:28px 0}.feature-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:0 16px}.feature-card{background:var(--card);padding:20px;border-radius:12px;border:1px solid var(--border);box-shadow:0 6px 20px #0206170a;text-align:left}.feature-icon{width:48px;height:48px;color:var(--accent);margin-bottom:12px;display:block}.feature-card h3{margin:6px 0;font-size:1.05rem}.asset-hero .hero-ctas{margin-top:18px;display:flex;justify-content:center;gap:12px}.asset-hero .btn{border-radius:26px;padding:12px 18px}.asset-hero .btn.primary{background:linear-gradient(180deg,#0b61d8,#0b4fc6);box-shadow:0 14px 36px #0b61d82e}@media(max-width:900px){.feature-grid{grid-template-columns:1fr}}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.product-grid{grid-template-columns:1fr}.product-illustration{width:72px;height:72px;font-size:30px}}.blog-page{background:#fff;padding-top:calc(var(--header-height) + 40px)}.blog-container{max-width:1200px;margin:0 auto;padding:0 24px 60px}.blog-header{text-align:center;padding:40px 0 50px}.blog-header h1{font-size:3rem;margin:0 0 16px;color:#0f172a;font-weight:800}.blog-tagline{font-size:1.1rem;color:var(--muted);max-width:700px;margin:0 auto;line-height:1.6}.blog-featured{margin-bottom:60px}.section-title{font-size:1.6rem;font-weight:700;margin:0 0 32px;color:#000;letter-spacing:-.01em}.featured-card{display:grid;grid-template-columns:1fr 1fr;gap:40px;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 12px #00000014;border:1px solid rgba(0,0,0,.08)}.featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.featured-image{background:linear-gradient(135deg,#667eea,#764ba2);background-size:cover;background-position:center;min-height:380px;position:relative;display:flex;align-items:flex-end;padding:24px;isolation:isolate}.featured-image:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,#03081414,#03081494)}.featured-badge{position:relative;z-index:1;background:#fffffff2;color:#0f172a;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.75rem;letter-spacing:.5px}.featured-content{padding:40px;display:flex;flex-direction:column;justify-content:center}.featured-content h3{font-size:1.8rem;margin:0 0 16px;color:#000;line-height:1.3;font-weight:700}.featured-excerpt{font-size:1.05rem;color:#666;line-height:1.7;margin:0}.blog-filters{margin:40px 0 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.filter-group{flex:1}.filter-label{display:block;font-weight:600;margin-bottom:12px;color:#0f172a;font-size:.95rem}.filter-pills{display:flex;gap:10px;flex-wrap:wrap}.filter-pill{background:#f3f4f6;border:1px solid #e5e7eb;padding:10px 20px;border-radius:24px;font-size:.95rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.filter-pill:hover{background:#e5e7eb;border-color:#d1d5db}.filter-pill.active{background:#0b61d8;color:#fff;border-color:#0b61d8}.clear-filters{background:transparent;border:none;color:#0b61d8;font-weight:600;padding:10px 20px;cursor:pointer;text-decoration:underline;font-size:.95rem}.clear-filters:hover{color:#094fb2}.blog-search{margin-bottom:40px}.blog-search .search-input{width:100%;max-width:500px;padding:14px 20px;border:1px solid #e5e7eb;border-radius:10px;font-size:1rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:50px}.blog-card{background:#fff;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #0000001f}.blog-card-image{background:linear-gradient(135deg,#667eea,#764ba2);background-size:cover;background-position:center;height:200px;display:flex;align-items:flex-end;padding:16px;position:relative;isolation:isolate}.blog-card-image:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,#0308141f,#0308149e)}.blog-badge{position:relative;z-index:1;background:#fffffff2;color:#0f172a;padding:6px 12px;border-radius:6px;font-weight:700;font-size:.7rem;letter-spacing:.5px}.blog-card-content{padding:24px;flex:1;display:flex;flex-direction:column}.blog-card-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.85rem}.blog-category{color:#0071e3;font-weight:600}.blog-date{color:#999}.blog-card-title{margin:0 0 12px;font-size:1.2rem;line-height:1.4;font-weight:600;letter-spacing:-.01em}.blog-card-title a{color:#000;text-decoration:none;transition:color .2s ease}.blog-card-title a:hover{color:#0071e3}.blog-card-excerpt{color:#666;line-height:1.6;margin:0 0 16px;flex:1;font-size:.95rem}.blog-read-more{color:#0071e3;font-weight:600;text-decoration:none;font-size:.95rem;transition:gap .2s ease;display:inline-flex;align-items:center;gap:6px}.blog-read-more:hover{gap:10px;color:#0077ed}.blog-load-more{text-align:center;margin:40px 0}.load-more-btn{background:#f3f4f6;border:1px solid #e5e7eb;padding:14px 32px;border-radius:10px;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease;font-size:1rem}.load-more-btn:hover{background:#e5e7eb;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.blog-empty{text-align:center;padding:60px 20px;color:var(--muted)}.blog-empty p{font-size:1.1rem;margin-bottom:20px}@media(max-width:1100px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:24px}.featured-card{grid-template-columns:1fr;gap:0}.featured-image{min-height:300px}}@media(max-width:768px){.blog-container{padding:0 16px 48px}.blog-header{padding:28px 0 36px}.blog-header h1{font-size:2.2rem}.blog-tagline{font-size:1rem}.blog-grid{grid-template-columns:1fr;gap:20px}.featured-content h3{font-size:1.5rem}.featured-content{padding:24px}.featured-image{min-height:240px}.filter-pills{flex-direction:column;align-items:stretch}.filter-pill{text-align:center}.blog-filters{flex-direction:column}}.article-page-wrap{max-width:1100px;margin:calc(var(--header-height) + 24px) auto 80px;padding:0 24px}.article-reading-progress{position:fixed;top:var(--header-height);left:0;right:0;height:3px;background:#0f172a14;z-index:1300;pointer-events:none}.article-reading-progress span{display:block;height:100%;width:100%;background:linear-gradient(90deg,#ef4444,#0b61d8 55%,#22c55e);transform-origin:left center;transition:transform .12s ease-out}.article-page-wrap .news-article{color:#0f172a;background:#fff;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;box-shadow:0 18px 56px #0206171f}.article-cover{height:340px;background:linear-gradient(135deg,#7a0008,#1a0f3f 55%,#0b4f9a);position:relative;overflow:hidden}.article-cover img{width:100%;height:100%;object-fit:cover;display:block}.article-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#03081414,#0308148a)}.article-content{padding:44px 58px 14px}.article-content .news-meta{display:inline-flex;align-items:center;gap:8px;font-size:.77rem;letter-spacing:.11em;text-transform:uppercase;font-weight:700;color:#0b61d8;background:#eef5ff;padding:7px 14px;border-radius:999px}.article-content h1{margin:20px 0;font-size:clamp(2rem,4.2vw,3.1rem);line-height:1.08;letter-spacing:-.02em;color:#0f172a}.article-content .lede{font-size:1.2rem;line-height:1.78;color:#334155;border-left:4px solid #0b61d8;padding-left:16px;margin:0 0 30px}.article-content h2,.article-content h3,.article-content h4{color:#0f172a;line-height:1.3;font-weight:700;letter-spacing:-.01em;margin:34px 0 12px}.article-content h2{font-size:1.85rem}.article-content h3{font-size:1.5rem}.article-content h4{font-size:1.3rem}.article-content p{font-size:1.06rem;line-height:1.9;color:#1f2937;margin:0 0 18px}.article-content ul,.article-content ol{margin:0 0 22px 24px;padding:0}.article-content li{font-size:1.04rem;line-height:1.82;color:#1f2937;margin-bottom:10px}.article-content section{margin-bottom:12px}.article-content strong{color:#0f172a}.article-content a{color:#0b61d8;text-underline-offset:2px}.article-content .muted{display:block;border-top:1px solid #e5e7eb;margin-top:32px;padding-top:18px;color:#64748b;font-size:.98rem}.article-share{display:flex;align-items:center;gap:10px;padding:0 58px 34px}.article-share-label{font-size:.86rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-right:6px}.article-share a{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;border:1px solid #dbe4f0;background:#fff;color:#0f172a;text-decoration:none;font-size:.88rem;font-weight:600;transition:all .2s ease}.article-share a:hover{transform:translateY(-2px);border-color:#0b61d8;color:#0b61d8;box-shadow:0 8px 20px #0b61d829}@media(max-width:900px){.article-page-wrap{padding:0 16px;margin:calc(var(--header-height) + 14px) auto 56px}.article-cover{height:250px}.article-content{padding:28px 22px 8px}.article-content h1{margin-top:14px}.article-content .lede{font-size:1.08rem}.article-content h2{font-size:1.5rem}.article-content h3{font-size:1.28rem}.article-content h4{font-size:1.14rem}.article-content p,.article-content li{font-size:1rem;line-height:1.8}.article-share{padding:0 22px 24px;flex-wrap:wrap}}@media(max-width:640px){.article-cover{height:210px}.article-content{padding:22px 16px 8px}.article-content .news-meta{font-size:.72rem;padding:6px 12px}.article-content .lede{padding-left:12px}.article-share{padding:0 16px 20px}}.flow-page{color:#0f172a;background:#fff}.flow-page h2{color:#000;font-size:2.2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.flow-hero{padding:60px 16px 40px;background:linear-gradient(135deg,#fafbfc,#f3f5f8);border-bottom:1px solid rgba(0,0,0,.08)}.flow-page .hero-inner{max-width:1100px;margin:0 auto;padding:0 16px}.flow-hero p{color:#666;font-size:1.1rem;margin:0;font-weight:400;line-height:1.6}.flow-controls{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:24px}.flow-controls .search-input{width:360px;padding:12px 16px;border:1px solid #d6d9e3;border-radius:8px;font-size:.95rem;background:#fff;color:#0f172a;transition:all .2s ease}.flow-controls .search-input:focus{outline:none;border-color:#0071e3;box-shadow:0 0 0 3px #0071e31a}.flow-controls select{padding:12px 16px;border:1px solid #d6d9e3;border-radius:8px;font-size:.95rem;background:#fff;color:#0f172a;cursor:pointer;transition:all .2s ease;font-weight:500}.flow-controls select:focus{outline:none;border-color:#0071e3;box-shadow:0 0 0 3px #0071e31a}.flow-summary{margin-top:20px;font-size:.95rem;color:#666;font-weight:500}.flow-table{margin-top:40px}.flow-table-scroll-wrap{padding-bottom:0;background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 2px 8px #0000000a}.flow-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.flow-table .etf-table{min-width:760px}.flow-table .etf-table th,.flow-table .etf-table td{color:#0f172a}.flow-table-hint{display:none;margin:0 0 8px;font-size:.9rem;color:#666}.manager-hero{display:flex;align-items:center;gap:18px}.manager-portrait{width:120px;height:160px;object-fit:cover;border-radius:8px;flex:0 0 auto;border:1px solid #e5e7eb;box-shadow:0 4px 12px #00000014}@media(max-width:900px){.flow-hero{padding:48px 16px 32px}.flow-page h2{font-size:1.8rem}.flow-controls{gap:12px}.flow-controls .search-input{width:100%}.flow-controls select{flex:1;min-width:200px}}@media(max-width:700px){.flow-hero{padding:32px 16px 24px}.flow-page h2{font-size:1.5rem;margin-bottom:8px}.flow-hero p{font-size:1rem}.flow-table-hint{display:block}.flow-controls{flex-direction:column;align-items:stretch;gap:12px}.flow-controls .search-input,.flow-controls select{width:100%}.flow-table .etf-table th{padding:12px 10px;font-size:.8rem}.flow-table .etf-table td{padding:10px;font-size:.9rem}.manager-hero{flex-direction:column;align-items:flex-start}.manager-portrait{width:100px;height:140px}}.nice-portfolio{display:block;text-align:center}.nice-portfolio>h1{margin-bottom:12px}.nice-portfolio section{max-width:880px;margin:18px auto;padding:0 12px}.nice-portfolio h2,.nice-portfolio h3,.nice-portfolio p{text-align:center}@media(max-width:700px){.nice-portfolio section{max-width:100%;padding:0 8px}}.newsletter-signup{background:transparent;border-top:1px solid var(--border);padding:28px 0;margin-top:18px}.newsletter-inner{max-width:1100px;margin:0 auto;display:flex;gap:24px;align-items:center;padding:0 16px}.newsletter-left h2{font-size:40px;margin:0;font-family:Georgia,serif}.newsletter-right{flex:1}.newsletter-right p{margin:0 0 12px;color:var(--muted)}.newsletter-form{display:flex;gap:8px}.newsletter-form input{flex:1;padding:10px;border:1px solid var(--border);border-radius:4px}.newsletter-form button{padding:10px 18px;border-radius:4px;border:1px solid #000;background:#fff;cursor:pointer}.newsletter-note{margin-top:10px;color:green}.newsletter-note.error{color:#c0392b}@media(max-width:800px){.newsletter-inner{flex-direction:column;align-items:flex-start}.newsletter-left h2{font-size:28px}.newsletter-right,.newsletter-form{width:100%}}@media(max-width:560px){.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}}.advisor-page{color:#000;text-align:center}.advisor-page .container{max-width:900px;margin:0 auto;padding:18px}.advisor-page .hero{padding:28px 0}.advisor-page .hero-inner h1{font-size:2rem;color:#000;margin-bottom:12px}.advisor-page .lead{color:#000;max-width:780px;margin:0 auto 18px}.reveal-section{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.reveal-section.visible{opacity:1;transform:translateY(0)}.reveal-section.staggered{transition-delay:.12s}@media(prefers-reduced-motion:reduce){.reveal-section{transition:none;opacity:1;transform:none}}.advisor-page .hero-inner{display:flex;align-items:center;gap:28px}.advisor-hero-illustration{max-width:520px;width:48%;height:auto;border-radius:10px;box-shadow:0 8px 28px #02061714;object-fit:cover}@media(max-width:900px){.advisor-page .hero-inner{flex-direction:column}.advisor-hero-illustration{width:100%;max-width:820px}}.nice-portfolio .hero-inner{display:flex;align-items:center;gap:28px}.nice-portfolio .hero-inner>div:first-child{flex:0 0 45%}.nice-portfolio .hero-inner>div:nth-child(2){flex:0 0 55%}.portfolio-illustration{width:100%;height:auto;border-radius:10px;box-shadow:0 8px 28px #02061714;object-fit:cover;max-width:920px}@media(max-width:900px){.nice-portfolio .hero-inner{flex-direction:column}.nice-portfolio .hero-inner>div:first-child{flex:auto}.nice-portfolio .hero-inner>div:nth-child(2){flex:auto}.portfolio-illustration{width:100%;max-width:560px}}.value-strip{display:block;padding:28px 0;text-align:center}.value-strip h3{font-size:2.6rem;line-height:1.2;margin:8px 0 14px;font-weight:700;color:#000;letter-spacing:-.02em;transform-origin:bottom center}.value-strip p{margin-top:12px;color:#666;max-width:820px;margin-left:auto;margin-right:auto}.value-strip{transform-origin:bottom center}.value-strip{opacity:0;transform:translateY(36px) rotateX(10deg);transition:transform .7s cubic-bezier(.2,.9,.2,1),opacity .7s ease}.value-strip.visible{opacity:1;transform:translateY(0) rotateX(0)}.highlight-strip h2{font-size:2.6rem;line-height:1.2;margin:10px 0 14px;font-weight:700;color:#000;letter-spacing:-.02em}.highlight-strip h4{font-size:1.15rem;margin:6px 0 14px;font-weight:600;color:#666}@media(max-width:900px){.highlight-strip h2{font-size:1.6rem}.highlight-strip h4{font-size:1rem}}.modern-product-page{background:#fff;padding-top:var(--header-height)}.product-container{max-width:1400px;margin:0 auto;padding:0 24px 80px}.modern-hero{background:#fff;padding:120px 0 80px;position:relative;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.06);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0;display:flex;justify-content:center;align-items:center}.modern-hero:before{content:"";position:absolute;inset:0;background:transparent;opacity:0;pointer-events:none}.hero-content{position:relative;z-index:1;max-width:900px;width:100%;margin:0 auto;text-align:center;color:#000;padding:0 24px}.eyebrow{display:inline-block;background:transparent;color:#666;padding:0;border-radius:0;font-size:.75rem;font-weight:700;letter-spacing:.12em;margin-bottom:20px;text-transform:uppercase}.hero-content h1{font-size:3.5rem;margin:0 0 24px;color:#000;font-weight:700;line-height:1.1;letter-spacing:-.02em}.hero-description{font-size:1.25rem;line-height:1.7;margin:0 0 32px;color:#666;font-weight:400}.hero-actions{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.btn-modern{padding:14px 32px;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;font-size:1rem;transition:all .2s ease;cursor:pointer;border:none;font-family:var(--font-family-body)}.btn-modern.primary{background:#0071e3;color:#fff;box-shadow:none}.btn-modern.primary:hover{background:#0077ed;transform:scale(1.02)}.btn-modern.secondary{background:#fff;color:#0071e3;border:1.5px solid #0071e3}.btn-modern.secondary:hover{background:#f5f5f5}.crm-hero,.advisor-hero,.nice-hero,.onboarding-hero,.alpha-hero{background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.hero-content-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1300px;margin:0 auto;padding:0 24px}.hero-text{color:#fff}.hero-image{display:flex;justify-content:center;align-items:center}.modern-hero-illustration{max-width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px #0003}.modern-features{padding:80px 0}.section-title-center{text-align:center;font-size:2.5rem;margin:0 0 60px;color:#000;font-weight:700;letter-spacing:-.02em}.modern-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.modern-feature-grid.two-col{grid-template-columns:repeat(2,1fr)}.modern-intro-card{background:transparent;border:none;padding:48px;border-radius:0;text-align:center;max-width:900px;margin:0 auto 48px}.modern-intro-card h2{font-size:2rem;margin:0 0 12px;color:#000}.modern-intro-card h3{font-size:1.5rem;margin:0 0 16px;color:#0071e3;font-weight:600}.modern-intro-card p{color:#666;line-height:1.7;margin:0}.modern-feature-card{background:#fff;border-radius:12px;padding:36px;box-shadow:none;transition:all .3s ease;border:1px solid rgba(0,0,0,.08)}.modern-feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-icon-wrapper{width:80px;height:80px;background:#f5f5f5;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-icon-wrapper .feature-icon{width:40px;height:40px;color:#0071e3}.modern-feature-card h3{font-size:1.5rem;margin:0 0 16px;color:#000;font-weight:600}.modern-feature-card p{color:#666;line-height:1.7;margin:0 0 12px}.modern-feature-card strong{color:#000;font-weight:600}.modern-feature-card ul{margin:12px 0;padding-left:20px;color:#666;line-height:1.8}.modern-feature-card li{margin-bottom:8px}.modern-feature-card.detailed{padding:40px}.modern-feature-card.highlight{background:#f9fafb;border:1px solid rgba(0,0,0,.08)}.modern-cta-section{background:#f5f5f7;padding:60px 24px;margin:60px -24px 0;border-radius:0}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin:0 0 20px;color:#000}.cta-content p{font-size:1.1rem;color:#666;line-height:1.6;margin:0 0 32px}.modern-highlight-section{padding:60px 24px;margin:60px -24px;background:#fff;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.highlight-content{max-width:900px;margin:0 auto;text-align:center}.highlight-header h2{font-size:2.5rem;margin:0 0 20px;color:#000}.highlight-header h3{font-size:1.3rem;margin:0 0 32px;color:#666;font-weight:400}.highlight-content p{font-size:1.1rem;line-height:1.7;color:#666;margin:0 0 20px}.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:18px;align-items:stretch}.highlight-tile{background:#fff;border-radius:12px;padding:20px;box-shadow:0 8px 26px #0206170f;display:flex;align-items:center;gap:16px}.highlight-tile .tile-number{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2)}.highlight-tile h4{margin:0;font-size:1rem;color:#0f172a}@media(max-width:900px){.highlight-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.highlight-grid{grid-template-columns:1fr}}.research-capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:0 auto}.capability-tile{display:flex;align-items:center;gap:16px;padding:18px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.06)}.capability-number{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;background:linear-gradient(135deg,#7aa7ff,#8c5ce6)}.capability-tile h4{margin:0;font-size:1rem;color:#fff}@media(max-width:900px){.research-capabilities-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.research-capabilities-grid{grid-template-columns:1fr}}.modern-highlight-section.gradient{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-top:0;border-bottom:0}.modern-highlight-section.gradient .highlight-header h2{color:#fff}.modern-highlight-section.gradient .highlight-header h3{color:#ffffffe6}.modern-highlight-section.gradient .highlight-content p{color:#fffffff2}@media(max-width:900px){.modern-highlight-section.gradient{padding:40px 20px;margin:32px -20px}}.modern-value-section h2{font-size:2.5rem;margin:0 0 20px;color:#000}.modern-value-section p{font-size:1.1rem;color:#666;line-height:1.7;max-width:900px;margin:0 auto}.data-grid{display:grid;grid-template-columns:320px 1fr;gap:32px;max-width:1400px;margin:0 auto}.modern-sidebar{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 20px #0000000f;border:1px solid #e5e7eb;height:fit-content;position:sticky;top:calc(var(--header-height) + 20px)}.modern-sidebar .sidebar-header h3{margin:0 0 8px;font-size:1.3rem;color:#0f172a;font-weight:700}.sidebar-subtitle{color:var(--muted);font-size:.95rem;margin:0 0 24px}.modern-results{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #0000000f;border:1px solid #e5e7eb}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}@media(max-width:1200px){.modern-feature-grid{grid-template-columns:repeat(2,1fr);gap:24px}.modern-feature-grid.two-col{grid-template-columns:1fr}.data-grid{grid-template-columns:280px 1fr;gap:24px}.hero-content-split{grid-template-columns:1fr;gap:40px}}@media(max-width:900px){.product-container{padding:0 20px 48px}.hero-content h1{font-size:2.2rem;letter-spacing:-.02em}.hero-description{font-size:1rem}.modern-hero{padding:60px 0;margin:0 -20px;border-bottom:1px solid rgba(0,0,0,.06)}.section-title-center{font-size:1.8rem;letter-spacing:-.02em}.modern-feature-grid{grid-template-columns:1fr;gap:24px}.modern-feature-grid.two-col,.data-grid{grid-template-columns:1fr}.modern-sidebar{position:static}.hero-actions{flex-direction:column;width:100%}.btn-modern{width:100%;max-width:420px;text-align:center}.hero-content-split{grid-template-columns:1fr;gap:32px}.modern-value-section{padding:40px 0}.modern-cta-section{padding:40px 20px;margin:40px -20px 0}.modern-highlight-section{padding:40px 20px;margin:32px -20px}.modern-product-page section h2{font-size:1.6rem}.modern-product-page section h3{font-size:1.1rem}.side-by-side-list{gap:32px;flex-direction:column}.side-by-side-list .heading-col{flex:100%;text-align:left}.side-by-side-list .heading-col h2{font-size:1.6rem}.side-by-side-list .heading-col h3{font-size:1.1rem}}@media(max-width:640px){.product-container{padding:0 16px 40px}.hero-content h1{font-size:2rem}.modern-hero{margin:0 -16px;padding:52px 0}.hero-content,.hero-content-split{padding:0 16px}.modern-feature-card{padding:20px}.modern-feature-card.detailed,.modern-intro-card{padding:24px}.section-title-center{font-size:1.75rem}.section-subtitle{font-size:1rem}.highlight-card{padding:20px}.modern-product-page section{padding:36px 0}.modern-cta-section{padding:40px 16px;margin:40px -16px 0}.modern-highlight-section{padding:40px 16px;margin:24px -16px}.side-by-side-list{gap:16px;padding:0}}.home-hero-fullscreen{position:relative;min-height:100svh;height:auto;box-sizing:border-box;padding:calc(var(--header-height) + 40px) 0 96px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.home-hero-fullscreen .hero-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.home-hero-fullscreen .hero-bg-video{width:100%;height:100%;object-fit:cover}.home-hero-fullscreen .hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:2}.hero-content-center{position:relative;z-index:3;text-align:center;color:#000;max-width:900px;width:100%;padding:0 24px}.hero-badge{display:inline-block;padding:6px 14px;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:20px;font-size:.8rem;font-weight:500;letter-spacing:.04em;margin-bottom:24px;color:#fff}.hero-title-xl{font-size:3.5rem;font-weight:600;line-height:1.1;margin:0 0 24px;color:#fff;letter-spacing:-.01em}.hero-subtitle-lg{font-size:1.25rem;line-height:1.6;color:#fff;max-width:800px;margin:0 auto 40px;font-weight:400}.hero-actions-center{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.btn-hero{display:inline-block;padding:14px 32px;border-radius:8px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s ease;border:none;font-family:var(--font-family-body)}.btn-hero.primary{background:#0071e3;color:#fff}.btn-hero.primary:hover{background:#0077ed;box-shadow:0 6px 16px #0071e34d}.btn-hero.secondary{background:#f5f5f5;color:#0071e3;border:none}.btn-hero.secondary:hover{background:#ebebeb}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:3;background:transparent;border:none;color:#fff;cursor:pointer;animation:bounce 2s infinite;opacity:.8;transition:opacity .3s}.scroll-indicator:hover{opacity:1}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.home-section{padding:100px 24px;position:relative}.home-section.light{background:#fff}.home-section.dark{background:#0f172a;color:#fff}.home-section.gradient{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.home-section.cta-final{background:linear-gradient(180deg,#f8fafc,#e2e8f0)}.home-section.dark,.home-section.dark h1,.home-section.dark h2,.home-section.dark h3,.home-section.dark h4,.home-section.dark h5,.home-section.dark h6,.home-section.dark p,.home-section.dark li,.home-section.dark a,.home-section.dark .section-description,.home-section.dark .section-title-xl{color:#fff}.home-section.dark a{color:#fffffff2}.home-section.dark .resource-card,.home-section.dark .product-card-modern{color:inherit}.modern-highlight-section.gradient,.modern-highlight-section.gradient h1,.modern-highlight-section.gradient h2,.modern-highlight-section.gradient h3,.modern-highlight-section.gradient h4,.modern-highlight-section.gradient p,.modern-highlight-section.gradient li,.modern-highlight-section.gradient a{color:#fff}.modern-highlight-section.gradient a{color:#fffffff2}.section-container{max-width:1200px;margin:0 auto}.section-header-centered{text-align:center;margin-bottom:60px}.section-title-xl{font-size:3rem;font-weight:900;line-height:1.2;margin:0 0 20px;color:#0f172a}.section-title-xl.white{color:#fff}.section-description{font-size:1.2rem;line-height:1.7;color:#64748b;max-width:800px;margin:0 auto}.section-description.white{color:#ffffffe6}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px}.stat-card{text-align:center;padding:32px;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:16px;border:2px solid rgba(102,126,234,.1)}.stat-number{font-size:3rem;font-weight:900;color:#667eea;margin-bottom:12px}.stat-label{font-size:1.1rem;color:#64748b;font-weight:600}.product-grid-modern{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.product-card-modern{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:40px;text-decoration:none;color:#fff;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:100%}.product-card-modern:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .3s}.product-card-modern:hover:before{opacity:1}.product-card-modern:hover{transform:translateY(-8px);border-color:#fff6;box-shadow:0 20px 60px #0000004d}.product-card-modern .card-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.18);position:relative;z-index:1}.product-card-modern .card-kicker{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#ffffffe0;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.product-card-modern .card-index{color:#ffffff8f;font-size:.9rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.product-card-modern h3{font-size:1.5rem;margin:0 0 16px;color:#fff;font-weight:700;position:relative;z-index:1}.product-card-modern p{color:#ffffffd9;line-height:1.6;margin:0;position:relative;z-index:1}.product-card-modern .card-link-text{display:inline-flex;align-items:center;margin-top:auto;padding-top:28px;color:#ffffffeb;font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;position:relative;z-index:1}.product-card-modern .card-arrow{display:block;margin-top:10px;font-size:1.5rem;color:#fff;opacity:.6;transition:all .3s;position:relative;z-index:1}.product-card-modern:hover .card-arrow{opacity:1;transform:translate(5px)}.features-grid-three{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.feature-column{text-align:left}.feature-column h3{font-size:1.5rem;margin:0 0 16px;color:#0f172a;font-weight:700}.feature-column p{color:#64748b;line-height:1.7;margin:0}.resources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.resource-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:32px;text-decoration:none;color:#fff;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:100%}.resource-card:hover{transform:translateY(-8px);background:#fff3;box-shadow:0 20px 60px #0000004d}.resource-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.18)}.resource-kicker{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#ffffffe6;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.resource-index{color:#ffffff8f;font-size:.9rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.resource-card h3{font-size:1.3rem;margin:0 0 12px;color:#fff;font-weight:700}.resource-card p{color:#ffffffd9;line-height:1.6;margin:0}.resource-link-text{display:inline-flex;align-items:center;gap:10px;margin-top:auto;padding-top:26px;color:#ffffffeb;font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.resource-link-text:after{content:"→";font-size:1.1rem;opacity:.72;transition:transform .3s ease,opacity .3s ease}.resource-card:hover .resource-link-text:after{transform:translate(5px);opacity:1}.cta-content-centered{text-align:center;max-width:900px;margin:0 auto}.cta-title{font-size:3rem;font-weight:900;margin:0 0 24px;color:#0f172a}.cta-subtitle{font-size:1.3rem;line-height:1.7;color:#64748b;margin:0 0 40px}.cta-buttons{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:20px;max-width:920px;margin:0 auto;align-items:stretch}.cta-buttons .btn-hero{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:14px;min-height:188px;width:100%;max-width:none;padding:26px 28px;border-radius:20px;text-align:left;border-width:1px;overflow:hidden;box-shadow:0 18px 40px #0f172a1f}.cta-buttons .btn-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1f,#fff0);opacity:0;transition:opacity .3s ease}.cta-buttons .btn-hero:hover:before{opacity:1}.cta-buttons .btn-hero.primary{background:linear-gradient(145deg,#0f172a,#1d4ed8);color:#fff;border-color:#0f172a1f}.cta-buttons .btn-hero.primary:hover{background:linear-gradient(145deg,#0f172a,#2563eb);color:#fff;border-color:#ffffff2e;transform:translateY(-4px);box-shadow:0 26px 50px #0f172a33}.cta-buttons .btn-hero.secondary{background:#fffffff5;color:#0f172a;border-color:#94a3b861;box-shadow:0 16px 36px #0f172a14}.cta-buttons .btn-hero.secondary:hover{background:#fff;color:#0f172a;border-color:#2563eb3d;transform:translateY(-4px);box-shadow:0 24px 44px #0f172a24}.cta-button-kicker,.cta-button-row,.cta-button-meta{position:relative;z-index:1}.cta-button-kicker{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.cta-buttons .btn-hero.primary .cta-button-kicker{background:#ffffff1f;color:#ffffffe0;border:1px solid rgba(255,255,255,.16)}.cta-buttons .btn-hero.secondary .cta-button-kicker{background:#2563eb14;color:#1d4ed8;border:1px solid rgba(37,99,235,.12)}.cta-button-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;width:100%}.cta-button-label{font-size:1.4rem;line-height:1.2;font-weight:800}.cta-button-meta{max-width:34ch;line-height:1.6;font-size:.98rem}.cta-buttons .btn-hero.primary .cta-button-meta{color:#ffffffd1}.cta-buttons .btn-hero.secondary .cta-button-meta{color:#475569}.cta-button-arrow{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;font-size:1.2rem;line-height:1;flex:0 0 auto;transition:transform .3s ease,background .3s ease,color .3s ease}.cta-buttons .btn-hero.primary .cta-button-arrow{background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff}.cta-buttons .btn-hero.secondary .cta-button-arrow{background:#eff6ff;border:1px solid rgba(37,99,235,.14);color:#1d4ed8}.cta-buttons .btn-hero:hover .cta-button-arrow{transform:translate(4px)}@media(max-width:1200px){.hero-title-xl{font-size:3.5rem}.section-title-xl{font-size:2.5rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:32px}.product-grid-modern,.features-grid-three,.resources-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.home-hero-fullscreen{padding:calc(var(--header-height) + 28px) 0 72px}.hero-title-xl{font-size:2.8rem}.hero-subtitle-lg{font-size:1.2rem}.hero-actions-center{flex-direction:column;width:100%}.btn-hero{width:100%;max-width:420px;text-align:center}.home-section{padding:64px 20px}.section-header-centered{margin-bottom:40px}.stat-card{padding:24px}.product-card-modern,.resource-card{padding:28px}.section-title-xl{font-size:2.2rem}.section-description{font-size:1.1rem}.stats-grid{grid-template-columns:1fr;gap:24px}.product-grid-modern{grid-template-columns:1fr}.features-grid-three{grid-template-columns:1fr;gap:32px}.resources-grid{grid-template-columns:1fr}.cta-title{font-size:2.2rem}.cta-subtitle{font-size:1.1rem}.cta-buttons{grid-template-columns:1fr;width:100%}.cta-buttons .btn-hero{min-height:auto}}@media(max-width:640px){.home-hero-fullscreen{padding:calc(var(--header-height) + 20px) 0 40px}.hero-content-center{padding:0 16px}.hero-title-xl{font-size:2.2rem}.hero-subtitle-lg{font-size:1rem}.hero-badge{font-size:.85rem;padding:6px 16px}.scroll-indicator{display:none}.home-section{padding:48px 16px}.section-header-centered{margin-bottom:32px}.section-title-xl{font-size:1.8rem}.section-description{font-size:1rem}.stat-number{font-size:2.2rem}.stat-label{font-size:1rem}.stat-card,.product-card-modern,.resource-card{padding:20px}.cta-title{font-size:1.8rem}}.modern-value-section{padding:60px 0;text-align:center}.section-subtitle{font-size:1.2rem;color:var(--muted);max-width:900px;margin:0 auto;line-height:1.7}.modern-cta-section{background:linear-gradient(135deg,#667eea14,#764ba214);padding:80px 24px;margin:60px -24px 0;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin:0 0 20px;color:#0f172a;font-weight:800}.cta-content p{font-size:1.2rem;color:var(--muted);margin:0 0 32px;line-height:1.7}.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.modern-highlight-section{background:#f9fafb;padding:60px 24px;margin:40px -24px}.highlight-content{max-width:1000px;margin:0 auto}.highlight-header{text-align:center;margin-bottom:32px}.highlight-header h2{font-size:2.2rem;margin:0 0 12px;color:#0f172a;font-weight:800}.highlight-header h3{font-size:1.5rem;margin:0;color:#667eea;font-weight:600}@media(max-width:640px){.hero-content h1{font-size:2rem}.modern-feature-card{padding:24px}.modern-feature-card.detailed{padding:28px}}.highlight-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:28px;box-shadow:0 10px 30px #0206170f;max-width:980px;margin:0 auto}.highlight-card h3{font-size:2.2rem;line-height:1.03;margin:8px 0 14px;color:var(--heading-color)}.highlight-card p{color:var(--muted);font-size:1.02rem}@media(max-width:900px){.highlight-card{padding:18px}.highlight-card h3{font-size:1.6rem}}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch;margin-top:18px}.card-grid.two-up{grid-template-columns:repeat(2,1fr)}@media(max-width:900px){.card-grid.two-up{grid-template-columns:1fr}}@media(max-width:1200px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.card-grid{grid-template-columns:1fr}}.side-by-side-list{display:flex;gap:48px;align-items:flex-start;max-width:1100px;margin:32px auto;padding:0 12px}.side-by-side-list .heading-col{flex:0 0 40%;text-align:left}.side-by-side-list .list-col{flex:1}.stagger-list{list-style:disc;padding-left:20px;margin:12px 0;opacity:1}.stagger-list li{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease;margin-bottom:12px;color:#666;line-height:1.8;font-size:1.05rem}.stagger-list.visible li{opacity:1;transform:translateY(0)}@media(max-width:900px){.side-by-side-list{flex-direction:column}.side-by-side-list .heading-col{flex:auto}}.full-bleed-card{width:100vw;left:50%;position:relative;right:50%;margin-left:-50vw;margin-right:-50vw;background:linear-gradient(180deg,#fff,#fbfdff);border-top:1px solid var(--border);border-bottom:1px solid var(--border);box-shadow:0 8px 30px #0206170a;padding:36px 16px}.full-bleed-card .full-bleed-inner{max-width:1100px;margin:0 auto;display:flex;gap:28px;align-items:center}.full-bleed-card h2,.full-bleed-card h3{color:var(--heading-color);text-align:left}.full-bleed-card p{color:var(--muted);text-align:left;margin:8px 0}@media(max-width:900px){.full-bleed-card{padding:24px 12px}.full-bleed-card .full-bleed-inner{flex-direction:column;align-items:flex-start}}.modern-product-page section{padding:60px 0}.modern-product-page section h2{font-size:2rem;font-weight:700;color:#000;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}.modern-product-page section h3{font-size:1.3rem;font-weight:600;color:#000;margin:0 0 16px;line-height:1.3;letter-spacing:-.01em}.modern-product-page section h4{font-size:1.1rem;font-weight:600;color:#000;margin:0 0 14px;line-height:1.3}.modern-product-page section p{font-size:1.05rem;color:#666;line-height:1.7;margin:0 0 16px}.modern-product-page section li{font-size:1.05rem;color:#666;line-height:1.8;margin-bottom:12px}.side-by-side-list .heading-col h2{font-size:2rem;font-weight:700;color:#000;margin:0 0 8px;line-height:1.2;letter-spacing:-.02em}.side-by-side-list .heading-col h3{font-size:1.3rem;font-weight:600;color:#000;margin:0;line-height:1.3}.modern-feature-card h2{font-size:1.6rem;font-weight:700;color:#000;margin:0 0 12px}.modern-feature-card h3{font-size:1.25rem;font-weight:600;color:#000;margin:0 0 12px}.modern-feature-card.detailed h2{font-size:1.6rem;font-weight:700}.modern-feature-card.detailed h3{font-size:1.25rem;font-weight:600}.modern-feature-card p{font-size:1.04rem;color:#666;line-height:1.7}.modern-intro-card h2{font-size:2rem;font-weight:700;color:#000;margin:0 0 12px}.modern-intro-card h3{font-size:1.3rem;font-weight:600;color:#0071e3;margin:0 0 16px}.modern-intro-card p{font-size:1.05rem;color:#666;line-height:1.7}.highlight-content h2{font-size:2rem;font-weight:700;color:#000;margin:0 0 12px;line-height:1.2}.highlight-content h3{font-size:1.3rem;font-weight:600;color:#000;margin:0 0 16px;line-height:1.3}.highlight-content p{font-size:1.05rem;color:#666;line-height:1.7;margin:0 0 16px}.modern-cta-section h2{font-size:2.2rem;font-weight:700;color:#000;margin:0 0 16px;line-height:1.2}.modern-cta-section p{font-size:1.15rem;color:#666;line-height:1.7;margin:0 0 24px}.modern-product-page section>h2:first-child{margin-top:0}.modern-product-page section>p:first-of-type{margin-top:12px}@media(max-width:900px){.modern-product-page section h2{font-size:1.8rem}.modern-product-page section h3{font-size:1.2rem}.modern-product-page section h4{font-size:1rem}.modern-product-page section p,.modern-product-page section li{font-size:1rem}.side-by-side-list .heading-col h2{font-size:1.8rem}.side-by-side-list .heading-col h3{font-size:1.2rem}.modern-cta-section h2{font-size:2rem}}.centered-card{width:auto;left:auto;right:auto;margin-left:auto;margin-right:auto;max-width:1100px;border-radius:12px;padding:28px;background:linear-gradient(180deg,#fff,#fbfdff)}.centered-card .full-bleed-inner{display:block;padding:0}.centered-card h2,.centered-card h3,.centered-card p{text-align:center}@media(max-width:900px){.centered-card{padding:20px}}.advisor-page section{margin:22px 0}.advisor-page section h2{font-size:1.25rem;margin-bottom:8px;color:#000}.advisor-page section h4{font-size:1rem;margin-bottom:8px;color:#000}.advisor-page section p{color:#000;margin:8px 0}.advisor-page ul{list-style:disc;padding-left:20px;display:inline-block;text-align:left}.advisor-page .final-cta,.advisor-page .value-strip{margin-top:20px}.advisor-page .btn{display:inline-block;margin-top:12px}.careers-page .careers-hero{padding-bottom:80px}.careers-positions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.careers-position-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 16px #0f172a0d;transition:box-shadow .2s ease,transform .2s ease}.careers-position-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0f172a1a}.careers-position-meta{display:flex;gap:10px;flex-wrap:wrap}.careers-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.careers-badge.team{background:#eff6ff;color:#1d4ed8;border:1px solid rgba(29,78,216,.14)}.careers-badge.type{background:#f0fdf4;color:#15803d;border:1px solid rgba(21,128,61,.14)}.careers-position-card h3{font-size:1.3rem;font-weight:800;color:#0f172a;margin:0}.careers-position-card p{color:#475569;line-height:1.65;margin:0}.careers-apply-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:12px;color:#1d4ed8;font-weight:700;font-size:.9rem;text-decoration:none;letter-spacing:.06em}.careers-apply-link:hover{text-decoration:underline}.contact-page{padding:calc(var(--header-height) + 40px) 0 60px;background:#fff}.contact-container{max-width:1400px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:flex-start}.contact-left{padding-top:20px}.contact-title{font-size:3.5rem;font-weight:900;line-height:1.05;margin:32px 0 24px;color:#0f172a}.contact-intro{font-size:1.15rem;line-height:1.8;color:#475569;margin:0 0 50px}.contact-intro strong{color:#0f172a;font-weight:700}.contact-value-prop{margin-bottom:60px}.contact-value-prop h2{font-size:2rem;font-weight:800;color:#0f172a;margin:40px 0 16px;line-height:1.15}.contact-value-prop h2:first-child{margin-top:0}.contact-value-prop h3{font-size:1.4rem;font-weight:700;color:#0f172a;margin:28px 0 12px;line-height:1.2}.contact-value-prop p{font-size:1rem;line-height:1.8;color:#475569;margin:0 0 16px}.contact-expectations{margin-top:50px}.contact-expectations h2{font-size:2rem;font-weight:800;color:#0f172a;margin:0 0 12px;line-height:1.15}.contact-expectations-intro{font-size:1rem;color:#475569;margin:0 0 28px;font-weight:600}.expectation-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid #e2e8f0}.expectation-item:before{content:"";display:block;flex:0 0 4px;width:4px;height:4px;background:#e53e3e;border-radius:50%;margin-top:10px}.expectation-item:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.expectation-item p{font-size:1rem;color:#475569;line-height:1.7;margin:0}.media-inquiries{margin-top:32px;padding:18px;background:#f8fafc;border-radius:10px;border-left:4px solid #0b61d8;font-size:.95rem;color:#334155;line-height:1.6}.contact-right{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:48px;box-shadow:0 4px 20px #0f172a14;position:sticky;top:calc(var(--header-height) + 20px)}.contact-form{display:flex;flex-direction:column;gap:24px}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form .form-group{display:flex;flex-direction:column;gap:8px}.contact-form label{font-weight:700;font-size:.9rem;color:#0f172a;display:flex;align-items:center;gap:4px}.contact-form .required{color:#e53e3e;margin:0}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:13px 16px;border:1px solid #d1d5db;border-radius:10px;font-size:.95rem;font-family:inherit;color:#0f172a;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.contact-form textarea{resize:vertical;min-height:150px;line-height:1.6}.form-checkbox{display:flex;align-items:flex-start;gap:10px;margin:16px 0}.form-checkbox input{width:20px;height:20px;margin-top:2px;cursor:pointer;flex:0 0 auto}.form-checkbox label{font-size:.95rem;color:#475569;line-height:1.6;font-weight:400;cursor:pointer;margin:0}.form-privacy-notice{font-size:.85rem;color:#64748b;line-height:1.6;margin:12px 0}.form-error{padding:13px 16px;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:10px;font-size:.95rem;font-weight:600}.form-success{padding:24px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.success-checkmark{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#15803d;color:#fff;font-size:1.8rem;font-weight:700}.form-success p{margin:0;color:#166534;font-size:.95rem;font-weight:600}.btn-submit{width:100%;padding:14px 24px;background:linear-gradient(180deg,#0f61d8,#0a45a8);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:none}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #0b61d84d}.btn-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:1200px){.contact-container{gap:60px}}@media(max-width:900px){.contact-container{grid-template-columns:1fr;gap:40px}.contact-right{position:static;top:auto}.contact-title{font-size:2.8rem;margin:28px 0 20px}.contact-expectations h2{font-size:1.8rem}}@media(max-width:640px){.contact-hero{padding:60px 0}.contact-form-section{padding:50px 0}.contact-section-title{font-size:2rem}.contact-section-description{font-size:1rem}.contact-container{padding:0 16px;gap:30px}.contact-title{font-size:2rem;margin:20px 0 16px}.contact-intro{font-size:1rem}.contact-right{padding:28px 20px}.contact-form .form-row{grid-template-columns:1fr;gap:16px}.expectation-item{margin-bottom:16px;padding-bottom:16px}.media-inquiries{padding:14px;font-size:.9rem}}.careers-form-wrap{max-width:760px;margin:0 auto}.application-form{display:flex;flex-direction:column;gap:22px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:700;font-size:.92rem;color:#0f172a}.required{color:#e53e3e;margin-left:2px}.field-hint{font-weight:400;font-size:.84rem;color:#64748b;margin-left:6px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:13px 16px;border:1px solid #d1d5db;border-radius:10px;font-size:.95rem;font-family:inherit;color:#0f172a;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.form-group textarea{resize:vertical;min-height:140px;line-height:1.6}.file-upload-label{display:flex;align-items:center;gap:14px;cursor:pointer;border:1px dashed #d1d5db;border-radius:10px;padding:14px 18px;transition:border-color .2s ease,background .2s ease}.file-upload-label:hover{border-color:#2563eb;background:#f8faff}.file-upload-btn{display:inline-flex;align-items:center;padding:8px 18px;background:#2563eb14;color:#1d4ed8;border:1px solid rgba(37,99,235,.2);border-radius:8px;font-size:.88rem;font-weight:700;white-space:nowrap;flex:0 0 auto}.file-upload-name{color:#64748b;font-size:.9rem;word-break:break-all}.file-input-hidden{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.app-submit-btn{align-self:flex-start;min-width:200px}.btn-loading{display:inline-flex;align-items:center;gap:12px}.btn-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;flex:0 0 auto}@keyframes spin{to{transform:rotate(360deg)}}.form-error{padding:13px 18px;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:10px;font-size:.95rem;font-weight:600}.application-success-wrap{display:flex;justify-content:center;align-items:center;padding:80px 24px}.application-success-card{max-width:540px;text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;padding:56px 48px;display:flex;flex-direction:column;align-items:center;gap:16px}.success-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#15803d;color:#fff;font-size:1.8rem;font-weight:700}.application-success-card h2{font-size:1.8rem;font-weight:800;color:#14532d;margin:0}.application-success-card p{color:#166534;font-size:1.05rem;line-height:1.65;margin:0}@media(max-width:900px){.careers-positions-grid{grid-template-columns:1fr}}@media(max-width:640px){.form-row{grid-template-columns:1fr}.app-submit-btn{width:100%}.application-success-card{padding:36px 24px}}.providers-page{max-width:1100px;margin:0 auto;padding:0 16px}.providers-page .page-header{margin:12px 0 18px}.providers-controls{display:flex;gap:12px;align-items:center;margin-bottom:12px}.providers-controls .input{padding:8px;border:1px solid var(--border);border-radius:6px}.providers-list{display:grid;gap:12px}.provider-card{background:var(--card);padding:12px;border-radius:8px;border:1px solid var(--border);display:flex;flex-direction:column}.provider-card .provider-left{display:flex;flex-direction:column}.provider-card .provider-name{font-weight:700;font-size:1.05rem}.provider-card .provider-meta{color:var(--muted);font-size:.9rem;margin-top:6px}.provider-detail-meta{line-height:1.6}.provider-detail-card{margin-top:12px;background:#fff;padding:16px;border-radius:12px;border:1px solid #eef2f7;box-shadow:0 10px 30px #0206170a}.provider-detail-actions{margin-top:12px}.provider-right{display:flex;gap:12px;align-items:center;justify-content:flex-end}.provider-aum{font-weight:700}.provider-actions .btn{padding:6px 10px}.provider-desc{margin-top:10px;color:var(--muted)}.contact-shell{max-width:900px;padding-top:28px;padding-bottom:40px}.contact-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 10px 30px #0206170a}.contact-card h2{margin:0 0 12px}.contact-card .muted{display:block;line-height:1.6}.contact-widget-frame{border:1px solid #e6e9ef;border-radius:12px;overflow:hidden;margin-top:16px;background:#fff}@media(max-width:700px){.providers-controls{flex-direction:column;align-items:stretch}.providers-controls label{width:100%}.provider-right{justify-content:flex-start;flex-wrap:wrap}}@media(max-width:640px){.provider-detail-card{padding:14px}.contact-shell{padding-top:20px;padding-bottom:28px}.contact-card{padding:16px}}.auth-page{padding:calc(var(--header-height) + 28px) 0 40px;min-height:calc(100vh - var(--header-height));background:transparent}.auth-inner{max-width:1100px;margin:0 auto;padding:24px 16px;display:flex;gap:48px;align-items:flex-start}.auth-panel{background:#fff;border:1px solid var(--border);padding:34px;border-radius:8px;flex:1;min-width:0}.auth-panel h2{margin:0 0 18px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-form label{font-weight:600;color:#334155}.auth-form input{padding:12px;border:1px solid var(--border);border-radius:6px}.auth-form .remember{display:flex;align-items:center;gap:8px;color:var(--muted);margin-top:8px}.auth-help{margin-top:18px;color:var(--muted)}.auth-register{flex:0 0 420px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;padding:18px;max-width:100%}.auth-register h3{margin:0;font-size:1.4rem}.register-btn{display:inline-block;padding:18px 28px;background:#3f4346;color:#fff;border-radius:6px;text-decoration:none;font-weight:700}.register-btn:hover{opacity:.95}@media(max-width:900px){.auth-inner{flex-direction:column}.auth-register{width:100%;align-items:flex-start}}@media(max-width:640px){.auth-inner{gap:24px;padding:20px 16px}.auth-panel{padding:24px}.auth-register{padding:0}}
