.for-advisors-route{--green:#2d6a4f;--green-light:#40916c;--green-bg:#e8f5ee;--green-pale:#f0f7f2;--green-dark:#1b4332;--green-bright:#52b788;--sand:#f4f3f0;--sand-dark:#e8e6e1;--white:#fff;--text:#1a1a1a;--text-mid:#4a4a4a;--text-light:#7a7a7a;--text-hint:#a0a0a0;--border:#e0deda;--border-light:#ece9e4;--radius:12px;--radius-lg:16px;--radius-xl:20px;--radius-pill:50px;font-family:var(--font-dm-sans), "DM Sans", sans-serif;background:var(--sand);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}.for-advisors-route *{box-sizing:border-box;margin:0;padding:0}.for-advisors-route h1,.for-advisors-route h2,.for-advisors-route h3,.for-advisors-route h4{font-family:var(--font-dm-serif), "DM Serif Display", serif;color:var(--text);font-weight:400}.for-advisors-route a{color:inherit;text-decoration:none}.for-advisors-route .nav{z-index:100;justify-content:space-between;align-items:center;padding:14px 40px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.for-advisors-route .nav.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);background:#ffffffeb;padding:10px 40px}.for-advisors-route .nav-logo{color:var(--text);align-items:center;gap:10px;font-size:16px;font-weight:700;text-decoration:none;display:flex}.for-advisors-route .nav-logo-icon{background:var(--green);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.for-advisors-route .nav-links{align-items:center;gap:28px;display:flex}.for-advisors-route .nav-link{color:var(--text-mid);font-size:13px;font-weight:500;text-decoration:none;transition:color .15s}.for-advisors-route .nav-link:hover{color:var(--green)}.for-advisors-route .nav-link.active{color:var(--green);font-weight:600}.for-advisors-route .nav-cta{background:var(--green);color:#fff;border-radius:var(--radius-pill);padding:9px 22px;font-size:13px;font-weight:600;transition:all .15s}.for-advisors-route .nav-cta:hover{background:var(--green-dark);transform:translateY(-1px)}.for-advisors-route .nav-login{color:var(--text-mid);font-size:13px;font-weight:500;text-decoration:none;transition:color .15s}.for-advisors-route .nav-login:hover{color:var(--green)}.for-advisors-route .hero{background:var(--green-pale);align-items:center;min-height:100vh;padding:120px 40px 80px;display:flex;position:relative;overflow:hidden}.for-advisors-route .hero:before{content:"";background:#2d6a4f0f;border-radius:50%;width:600px;height:600px;animation:6s ease-in-out infinite fa-float;position:absolute;top:-200px;right:-150px}.for-advisors-route .hero:after{content:"";background:#2d6a4f0a;border-radius:50%;width:400px;height:400px;animation:8s ease-in-out 1s infinite fa-float;position:absolute;bottom:-100px;left:-100px}@keyframes fa-float{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}.for-advisors-route .hero-inner{z-index:1;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}.for-advisors-route .hero-left{flex:1;max-width:560px}.for-advisors-route .hero-badge{background:var(--white);border-radius:var(--radius-pill);color:var(--green);border:1px solid #d5e8db;align-items:center;gap:8px;margin-bottom:24px;padding:8px 18px;font-size:12px;font-weight:500;display:inline-flex}.for-advisors-route .hero-badge-dot{background:var(--green-bright);border-radius:50%;width:6px;height:6px}.for-advisors-route .hero h1{letter-spacing:-.5px;margin-bottom:18px;font-size:52px;line-height:1.12}.for-advisors-route .hero h1 em{color:var(--green);font-style:italic}.for-advisors-route .hero-sub{color:var(--text-light);max-width:440px;margin-bottom:32px;font-size:17px;line-height:1.65}.for-advisors-route .hero-right{flex:1;justify-content:center;display:flex;position:relative}.for-advisors-route .hero-ctas{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.for-advisors-route .btn-primary{background:var(--green);color:#fff}.for-advisors-route .btn-primary:hover{background:var(--green-dark);transform:translateY(-1px)}.for-advisors-route .btn-secondary{color:var(--text);border:1px solid var(--border);background:0 0}.for-advisors-route .btn-secondary:hover{border-color:var(--green);color:var(--green)}.for-advisors-route .btn-cta-secondary{color:#fff;background:0 0;border:1px solid #ffffff4d}.for-advisors-route .btn-cta-secondary:hover{background:#ffffff1a;border-color:#fff}.for-advisors-route .btn{border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:8px;padding:13px 26px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.for-advisors-route .btn-cta-primary{color:var(--green-dark);background:#fff}.for-advisors-route .btn-cta-primary:hover{background:var(--green-bright);color:#fff}.for-advisors-route .section{padding:100px 40px}.for-advisors-route .section-light{background:#fff}.for-advisors-route .section-inner{max-width:1100px;margin:0 auto}.for-advisors-route .section-label{color:var(--green);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-size:12px;font-weight:600}.for-advisors-route .section-title{max-width:780px;margin-bottom:12px;font-size:36px;line-height:1.2}.for-advisors-route .section-title em{color:var(--green);font-style:italic}.for-advisors-route .section-desc{color:var(--text-light);max-width:720px;margin-bottom:56px;font-size:16px;line-height:1.6}.for-advisors-route .cta-section{padding:80px 40px 120px}.for-advisors-route .cta-inner{max-width:1100px;margin:0 auto}.for-advisors-route .cta-box{background:var(--green-dark);color:#fff;text-align:center;border-radius:24px;padding:64px 56px;position:relative;overflow:hidden}.for-advisors-route .cta-box:before{content:"";pointer-events:none;background:#52b78826;border-radius:50%;width:400px;height:400px;position:absolute;top:-150px;right:-150px}.for-advisors-route .cta-box:after{content:"";pointer-events:none;background:#52b78814;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-100px;left:-100px}.for-advisors-route .cta-content{z-index:1;max-width:680px;margin:0 auto;position:relative}.for-advisors-route .cta-title{font-family:var(--font-dm-serif), "DM Serif Display", serif;color:#fff;margin-bottom:16px;font-size:36px;font-weight:400;line-height:1.2}.for-advisors-route .cta-title em{color:var(--green-bright);font-style:italic}.for-advisors-route .cta-desc{color:#fffc;margin-bottom:32px;font-size:16px;line-height:1.6}.for-advisors-route .cta-buttons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.for-advisors-route .about-hero{min-height:auto;padding:120px 40px 80px}.for-advisors-route .about-hero .hero-inner{text-align:left;gap:0;max-width:1200px;display:block}.for-advisors-route .about-hero .hero-left{max-width:760px}.for-advisors-route .about-hero h1{font-size:52px;line-height:1.1}.for-advisors-route .about-hero .hero-sub{max-width:680px;margin:0 0 40px;font-size:18px}.for-advisors-route .hero-journey{max-width:780px;margin:60px auto 0;position:relative}.for-advisors-route .hj-row{grid-template-columns:repeat(4,1fr);align-items:start;gap:0;display:grid;position:relative}.for-advisors-route .hj-row:before{content:"";background:repeating-linear-gradient(to right, var(--green-light), var(--green-light) 4px, transparent 4px, transparent 10px);z-index:0;height:1px;position:absolute;top:32px;left:12.5%;right:12.5%}.for-advisors-route .hj-step{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.for-advisors-route .hj-dot{border:1.5px solid var(--green-bright);width:64px;height:64px;box-shadow:0 0 0 8px var(--green-pale);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.for-advisors-route .hj-step.start .hj-dot{border-color:var(--border);color:var(--text-light)}.for-advisors-route .hj-step.end .hj-dot{background:var(--green-dark);border-color:var(--green-dark);color:#fff;box-shadow:0 0 0 8px var(--green-pale), 0 8px 24px #1b433226}.for-advisors-route .hj-step .hj-dot{color:var(--green)}.for-advisors-route .hj-label{color:var(--text);font-size:13px;font-weight:600}.for-advisors-route .hj-sub{color:var(--text-light);letter-spacing:.04em;text-transform:uppercase;margin-top:3px;font-size:11px;font-weight:500}.for-advisors-route .mission-quote-section{background:#fff;padding:80px 40px}.for-advisors-route .mission-quote{font-family:var(--font-dm-serif), "DM Serif Display", serif;color:var(--text);text-align:center;letter-spacing:-.01em;max-width:880px;margin:0 auto;font-size:34px;font-weight:400;line-height:1.3;position:relative}.for-advisors-route .mission-quote em{color:var(--green);font-style:italic}.for-advisors-route .mission-quote:before{content:"\"";font-family:var(--font-dm-serif), "DM Serif Display", serif;color:var(--green-bright);opacity:.15;font-size:120px;line-height:1;position:absolute;top:-50px;left:50%;transform:translate(-50%)}.for-advisors-route .problem-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.for-advisors-route .problem-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);background:#fff;padding:26px;transition:all .25s}.for-advisors-route .problem-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1b43320f}.for-advisors-route .problem-icon{background:var(--green-pale);width:40px;height:40px;color:var(--green);border:1px solid var(--green-bg);border-radius:10px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.for-advisors-route .problem-card h4{margin-bottom:6px;font-size:19px;line-height:1.25}.for-advisors-route .problem-card p{color:var(--text-light);font-size:13.5px;line-height:1.55}.for-advisors-route .beliefs{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.for-advisors-route .belief-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);background:#fff;padding:36px;transition:all .25s}.for-advisors-route .belief-card:hover{border-color:var(--green-bright);box-shadow:0 8px 24px #1b43320f}.for-advisors-route .belief-num{font-family:var(--font-dm-serif), "DM Serif Display", serif;color:var(--green-bright);letter-spacing:-.02em;opacity:.45;margin-bottom:16px;font-size:36px;line-height:1}.for-advisors-route .belief-title{margin-bottom:10px;font-size:24px;line-height:1.2}.for-advisors-route .belief-title em{color:var(--green);font-style:italic}.for-advisors-route .belief-desc{color:var(--text-light);font-size:14.5px;line-height:1.6}.for-advisors-route .staircase{flex-direction:column;gap:16px;max-width:880px;margin:0 auto;display:flex}.for-advisors-route .stair-step{border:1px solid var(--border-light);border-radius:var(--radius-lg);background:#fff;align-items:center;gap:24px;padding:28px 32px;transition:all .25s;display:flex}.for-advisors-route .stair-step:hover{border-color:var(--green-bright);transform:translate(6px);box-shadow:0 8px 24px #1b43320f}html[dir=rtl] .for-advisors-route .stair-step:hover{transform:translate(-6px)}.for-advisors-route .stair-step:nth-child(2){margin-inline-start:24px}.for-advisors-route .stair-step:nth-child(3){margin-inline-start:48px}.for-advisors-route .stair-step:nth-child(4){margin-inline-start:72px}.for-advisors-route .stair-num{font-family:var(--font-dm-serif), "DM Serif Display", serif;color:var(--green-bright);letter-spacing:-.02em;opacity:.5;flex-shrink:0;font-size:48px;line-height:1}.for-advisors-route .stair-content h4{margin-bottom:4px;font-size:22px;line-height:1.2}.for-advisors-route .stair-content p{color:var(--text-light);font-size:14px;line-height:1.55}.for-advisors-route .mv-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.for-advisors-route .mv-card{border-radius:var(--radius-lg);border:1px solid var(--border-light);background:#fff;padding:44px;position:relative;overflow:hidden}.for-advisors-route .mv-card.dark{background:var(--green-dark);color:#fff;border:none}.for-advisors-route .mv-card.dark .mv-label{color:var(--green-bright)}.for-advisors-route .mv-card.dark .mv-title{color:#fff}.for-advisors-route .mv-card.dark .mv-text{color:#ffffffc7}.for-advisors-route .mv-label{color:var(--green);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px;font-size:11px;font-weight:600}.for-advisors-route .mv-title{margin-bottom:16px;font-size:28px;line-height:1.2}.for-advisors-route .mv-title em{color:var(--green);font-style:italic}.for-advisors-route .mv-card.dark .mv-title em{color:var(--green-bright)}.for-advisors-route .mv-text{color:var(--text-light);font-size:15px;line-height:1.6}.for-advisors-route .region-section{background:var(--green-pale);padding:100px 40px;position:relative;overflow:hidden}.for-advisors-route .region-section:before{content:"";background:#2d6a4f0f;border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.for-advisors-route .region-inner{z-index:1;max-width:1100px;margin:0 auto;position:relative}.for-advisors-route .region-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.for-advisors-route .region-content h2{margin-bottom:18px;font-size:36px;line-height:1.2}.for-advisors-route .region-content h2 em{color:var(--green);font-style:italic}.for-advisors-route .region-content p{color:var(--text-light);margin-bottom:16px;font-size:15px;line-height:1.6}.for-advisors-route .region-list{flex-direction:column;gap:11px;margin-top:24px;display:flex}.for-advisors-route .region-li{align-items:flex-start;gap:12px;font-size:13.5px;line-height:1.5;display:flex}.for-advisors-route .region-li-check{color:var(--green);flex-shrink:0;margin-top:3px}.for-advisors-route .region-visual{border-radius:var(--radius-lg);border:1px solid var(--border-light);background:#fff;padding:36px;box-shadow:0 16px 40px #1b433214}.for-advisors-route .region-title{letter-spacing:1.5px;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:600}.for-advisors-route .region-subtitle{color:var(--text-light);margin-bottom:24px;font-size:12px}.for-advisors-route .country-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.for-advisors-route .country-row{background:var(--green-pale);border-radius:10px;justify-content:space-between;align-items:center;padding:11px 13px;font-size:13px;font-weight:500;display:flex}.for-advisors-route .country-row-name{align-items:center;gap:9px;display:flex}.for-advisors-route .country-flag{font-size:17px}.for-advisors-route .country-status{color:var(--green);border-radius:var(--radius-pill);letter-spacing:.02em;background:#52b78826;padding:2px 8px;font-size:10px;font-weight:600}.for-advisors-route .about-cta .cta-title{font-size:32px}.for-advisors-route .advisors-section{position:relative;overflow:hidden}.for-advisors-route .advisors-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#52b7880f 0%,#0000 65%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;left:-200px}.for-advisors-route .advisors-section .section-desc{margin-bottom:48px}.for-advisors-route .advisors-grid{z-index:1;grid-template-columns:repeat(7,1fr);gap:20px;display:grid;position:relative}.for-advisors-route .advisor-card{text-align:center;flex-direction:column;align-items:center;padding:8px;transition:all .25s;display:flex}.for-advisors-route .advisor-card:hover{transform:translateY(-3px)}.for-advisors-route .advisor-avatar-wrap{margin-bottom:18px;position:relative}.for-advisors-route .advisor-avatar{border:4px solid #fff;border-radius:50%;width:96px;height:96px;transition:all .25s;box-shadow:0 8px 24px #1b43321f}.for-advisors-route .advisor-card:hover .advisor-avatar{transform:scale(1.04);box-shadow:0 16px 40px #1b43322e}.for-advisors-route .av-1{background:linear-gradient(135deg,#2d6a4f 0%,#40916c 100%)}.for-advisors-route .av-2{background:linear-gradient(135deg,#7b68ee 0%,#5b4fcc 100%)}.for-advisors-route .av-3{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.for-advisors-route .av-4{background:linear-gradient(135deg,#52b788 0%,#2d6a4f 100%)}.for-advisors-route .av-5{background:linear-gradient(135deg,#e76f51 0%,#c44536 100%)}.for-advisors-route .av-6{background:linear-gradient(135deg,#40916c 0%,#1b4332 100%)}.for-advisors-route .advisor-name{font-family:var(--font-dm-serif), "DM Serif Display", serif;font-size:17px;line-height:1.25}.for-advisors-route .advisor-more .advisor-more-circle{background:var(--green-pale);border:2px dashed var(--green-bright);box-shadow:none;color:var(--green-dark);justify-content:center;align-items:center;transition:all .25s;display:flex}.for-advisors-route .advisor-more:hover .advisor-more-circle{background:var(--green-bg);border-color:var(--green);transform:scale(1.04)}.for-advisors-route .av-hero-visual{width:460px;height:420px;position:relative}.for-advisors-route .av-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);background:#fff;position:absolute;box-shadow:0 16px 40px #1b433214}.for-advisors-route .av-card.profile{z-index:2;padding:22px;top:0;left:0;right:0}.for-advisors-route .av-profile-top{align-items:center;gap:14px;margin-bottom:16px;display:flex}.for-advisors-route .av-avatar-wrap{flex-shrink:0;position:relative}.for-advisors-route .av-avatar{background:linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);color:#fff;width:56px;height:56px;font-family:var(--font-dm-serif), "DM Serif Display", serif;border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex}.for-advisors-route .av-online{background:var(--green-bright);border:2.5px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.for-advisors-route .av-name-block{flex:1;min-width:0}.for-advisors-route .av-name{font-size:15px;font-weight:600;line-height:1.2}.for-advisors-route .av-title{color:var(--text-mid);margin-top:2px;font-size:12.5px}.for-advisors-route .av-rating{color:var(--text-mid);align-items:center;gap:4px;margin-top:5px;font-size:11.5px;display:flex}.for-advisors-route .av-stars{color:#f59e0b;font-size:11px}.for-advisors-route .av-tags{flex-wrap:wrap;gap:5px;margin-bottom:16px;display:flex}.for-advisors-route .av-tag{background:var(--green-pale);color:var(--green);border-radius:var(--radius-pill);padding:4px 9px;font-size:10.5px;font-weight:500}.for-advisors-route .av-stats{border-top:1px solid var(--border-light);grid-template-columns:1fr 1fr 1fr;gap:10px;padding-top:14px;display:grid}.for-advisors-route .av-stat-val{font-family:var(--font-dm-serif), "DM Serif Display", serif;color:var(--green-dark);font-size:20px;line-height:1}.for-advisors-route .av-stat-label{color:var(--text-light);letter-spacing:.04em;text-transform:uppercase;margin-top:4px;font-size:10px;font-weight:500}.for-advisors-route .av-card.session{z-index:3;width:280px;padding:18px;top:225px;left:-25px}.for-advisors-route .av-session-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.for-advisors-route .av-session-label{color:var(--green);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:6px;font-size:10.5px;font-weight:600;display:flex}.for-advisors-route .av-session-label:before{content:"";background:var(--green-bright);border-radius:50%;width:6px;height:6px}.for-advisors-route .av-session-tag{background:var(--green-bg);color:var(--green);border-radius:var(--radius-pill);padding:3px 9px;font-size:10.5px;font-weight:600}.for-advisors-route .av-session-title{margin-bottom:5px;font-size:14px;font-weight:600;line-height:1.3}.for-advisors-route .av-session-time{color:var(--text-light);margin-bottom:12px;font-size:12px}.for-advisors-route .av-session-with{border-top:1px solid var(--border-light);color:var(--text-mid);align-items:center;gap:8px;padding-top:11px;font-size:11.5px;display:flex}.for-advisors-route .av-session-mini-avatar{background:var(--green-bg);width:22px;height:22px;color:var(--green-dark);border-radius:50%;justify-content:center;align-items:center;font-size:9.5px;font-weight:600;display:flex}.for-advisors-route .av-card.request{z-index:4;width:240px;padding:16px;top:320px;right:-15px}.for-advisors-route .av-request-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.for-advisors-route .av-request-from{color:var(--text-mid);align-items:center;gap:7px;font-size:11.5px;display:flex}.for-advisors-route .av-request-mini-avatar{color:#fff;background:#7b68ee;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:9.5px;font-weight:600;display:flex}.for-advisors-route .av-request-time{color:var(--text-hint);font-size:10px}.for-advisors-route .av-request-msg{margin-bottom:11px;font-size:11.5px;line-height:1.45}.for-advisors-route .av-request-action{color:var(--green);font-size:11px;font-weight:600}.for-advisors-route .why-grid{grid-template-columns:1.2fr 1fr 1fr;gap:18px;display:grid}.for-advisors-route .why-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);background:#fff;flex-direction:column;padding:28px;transition:all .25s;display:flex}.for-advisors-route .why-card:hover{border-color:var(--green-bright);transform:translateY(-2px);box-shadow:0 8px 24px #1b43320f}.for-advisors-route .why-card.feature{background:var(--green-dark);color:#fff;border:none;grid-area:span 2/1;padding:36px}.for-advisors-route .why-card.feature .w-title{color:#fff}.for-advisors-route .why-card.feature .w-desc{color:#ffffffc7}.for-advisors-route .w-icon{background:var(--green-bg);width:40px;height:40px;color:var(--green);border-radius:10px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.for-advisors-route .why-card.feature .w-icon{color:var(--green-bright);background:#ffffff1a}.for-advisors-route .w-title{margin-bottom:8px;font-size:22px;line-height:1.2}.for-advisors-route .why-card.feature .w-title{font-size:26px}.for-advisors-route .w-desc{color:var(--text-light);flex:1;font-size:14px;line-height:1.55}.for-advisors-route .feature-quote{font-family:var(--font-dm-serif), "DM Serif Display", serif;color:#ffffffeb;border-top:1px solid #ffffff1f;margin-top:auto;padding-top:24px;font-size:16px;font-style:italic;line-height:1.45}.for-advisors-route .feature-quote-author{color:#fff9;align-items:center;gap:9px;margin-top:12px;font-size:12px;font-style:normal;display:flex}.for-advisors-route .feature-quote-avatar{background:var(--green-bright);width:26px;height:26px;color:var(--green-dark);border-radius:50%;justify-content:center;align-items:center;font-size:10.5px;font-weight:600;display:flex}.for-advisors-route .aj-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.for-advisors-route .aj-step{border:1px solid var(--border-light);border-radius:var(--radius-lg);background:#fff;align-items:flex-start;gap:20px;padding:28px;transition:all .25s;display:flex}.for-advisors-route .aj-step:hover{border-color:var(--green-bright);box-shadow:0 8px 24px #1b43320f}.for-advisors-route .aj-num{background:var(--green-pale);width:50px;height:50px;color:var(--green-dark);font-family:var(--font-dm-serif), "DM Serif Display", serif;border:1px solid var(--green-bg);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:22px;display:flex}.for-advisors-route .aj-content h3{margin-bottom:6px;font-size:20px;line-height:1.2}.for-advisors-route .aj-content p{color:var(--text-light);font-size:14px;line-height:1.55}.for-advisors-route .support-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.for-advisors-route .support-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);background:#fff;padding:26px;transition:all .25s}.for-advisors-route .support-card:hover{border-color:var(--green-bright);transform:translateY(-2px);box-shadow:0 8px 24px #1b43320f}.for-advisors-route .support-icon{background:var(--green-bg);width:40px;height:40px;color:var(--green);border-radius:10px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.for-advisors-route .support-card h4{margin-bottom:8px;font-size:20px;line-height:1.2}.for-advisors-route .support-card p{color:var(--text-light);margin-bottom:14px;font-size:13.5px;line-height:1.55}.for-advisors-route .support-tag{background:var(--green-pale);color:var(--green);border-radius:var(--radius-pill);letter-spacing:.02em;padding:3px 9px;font-size:10.5px;font-weight:600;display:inline-block}.for-advisors-route .diff-grid{grid-template-columns:1fr 1fr;align-items:center;gap:32px;display:grid}.for-advisors-route .diff-content h3{margin-bottom:14px;font-size:30px;line-height:1.2}.for-advisors-route .diff-content h3 em{color:var(--green);font-style:italic}.for-advisors-route .diff-content p.lead{color:var(--text-light);margin-bottom:26px;font-size:15px;line-height:1.6}.for-advisors-route .diff-points{flex-direction:column;gap:14px;display:flex}.for-advisors-route .diff-point{align-items:flex-start;gap:12px;display:flex}.for-advisors-route .diff-check{background:var(--green-bg);width:22px;height:22px;color:var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.for-advisors-route .diff-point-text{font-size:13.5px;line-height:1.5}.for-advisors-route .diff-point-text b{margin-bottom:2px;font-weight:600;display:block}.for-advisors-route .diff-point-text span{color:var(--text-light)}.for-advisors-route .diff-profile-wrap{justify-content:center;align-items:center;display:flex;position:relative}.for-advisors-route .diff-profile-wrap:before{content:"";background:var(--green-pale);z-index:0;border-radius:50%;width:340px;height:340px;position:absolute}.for-advisors-route .diff-profile{z-index:1;border:1px solid var(--border-light);border-radius:var(--radius-lg);background:#fff;width:100%;max-width:340px;padding:26px;position:relative;box-shadow:0 16px 40px #1b433214}.for-advisors-route .diff-profile-header{border-bottom:1px solid var(--border-light);align-items:center;gap:12px;margin-bottom:18px;padding-bottom:16px;display:flex}.for-advisors-route .diff-profile-avatar{color:#fff;background:linear-gradient(135deg,#7b68ee,#5b4fcc);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:14px;font-weight:600;display:flex}.for-advisors-route .diff-profile-name{font-size:14px;font-weight:600;line-height:1.2}.for-advisors-route .diff-profile-yr{color:var(--text-light);margin-top:2px;font-size:11.5px}.for-advisors-route .diff-profile-row{justify-content:space-between;padding:7px 0;font-size:12.5px;display:flex}.for-advisors-route .diff-profile-row-label{color:var(--text-light)}.for-advisors-route .diff-profile-row-val{text-align:right;max-width:60%;font-weight:500}.for-advisors-route .diff-profile-section{border-top:1px solid var(--border-light);margin-top:12px;padding-top:12px}.for-advisors-route .diff-profile-section-label{color:var(--text-light);letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px;font-size:10.5px;font-weight:600}.for-advisors-route .diff-profile-tags{flex-wrap:wrap;gap:4px;display:flex}.for-advisors-route .diff-profile-tag{background:var(--green-pale);color:var(--green);border-radius:var(--radius-pill);padding:3px 8px;font-size:10.5px;font-weight:500}@media (max-width:900px){.for-advisors-route .nav{padding:12px 20px}.for-advisors-route .nav.scrolled{padding:10px 20px}.for-advisors-route .nav .nav-links--desktop{display:none}.for-advisors-route .nav-menu-btn{display:flex}.for-advisors-route .hero{padding:100px 20px 60px}.for-advisors-route .hero-inner{text-align:center;flex-direction:column}.for-advisors-route .hero-left{max-width:100%}.for-advisors-route .hero h1{font-size:36px}.for-advisors-route .hero-sub{margin:0 auto 32px}.for-advisors-route .hero-ctas{justify-content:center}.for-advisors-route .hero-right{display:none}.for-advisors-route .av-hero-visual{width:100%;height:auto;min-height:400px}.for-advisors-route .why-grid{grid-template-columns:1fr}.for-advisors-route .why-card.feature{grid-area:auto/1}.for-advisors-route .aj-grid,.for-advisors-route .support-grid{grid-template-columns:1fr}.for-advisors-route .diff-grid{grid-template-columns:1fr;gap:40px}.for-advisors-route .diff-profile-wrap:before{display:none}.for-advisors-route .section{padding:64px 20px}.for-advisors-route .section-title{font-size:28px}.for-advisors-route .section-desc{margin-bottom:40px}.for-advisors-route .cta-section{padding:48px 20px 80px}.for-advisors-route .cta-box{padding:48px 28px}.for-advisors-route .cta-title{font-size:28px}.for-advisors-route .about-hero h1{font-size:36px}.for-advisors-route .hj-row{grid-template-columns:1fr 1fr;gap:24px}.for-advisors-route .hj-row:before{display:none}.for-advisors-route .mission-quote{font-size:24px}.for-advisors-route .mission-quote:before{font-size:80px;top:-30px}.for-advisors-route .problem-grid{grid-template-columns:1fr 1fr}.for-advisors-route .beliefs{grid-template-columns:1fr}.for-advisors-route .stair-step{flex-direction:column;align-items:flex-start;gap:10px;padding:22px}.for-advisors-route .stair-step:nth-child(2),.for-advisors-route .stair-step:nth-child(3),.for-advisors-route .stair-step:nth-child(4){margin-inline-start:0}.for-advisors-route .stair-num{font-size:36px}.for-advisors-route .mv-grid{grid-template-columns:1fr}.for-advisors-route .region-section{padding:64px 20px}.for-advisors-route .region-grid{grid-template-columns:1fr;gap:40px}.for-advisors-route .country-grid{grid-template-columns:1fr}.for-advisors-route .advisors-grid{grid-template-columns:repeat(4,1fr);gap:32px 20px}}@media (max-width:600px){.for-advisors-route .av-hero-visual{min-height:280px}.for-advisors-route .problem-grid{grid-template-columns:1fr}.for-advisors-route .advisors-grid{grid-template-columns:repeat(2,1fr);gap:32px 16px}.for-advisors-route .advisor-avatar{width:84px;height:84px}}
