@font-face{font-family:Glacial Indifference;src:url(/fonts/GlacialIndifference-Regular.woff2)format("woff2"),url(/fonts/GlacialIndifference-Regular.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Glacial Indifference;src:url(/fonts/GlacialIndifference-Bold.woff2)format("woff2"),url(/fonts/GlacialIndifference-Bold.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#293e63;--navy-dark:#1a2a42;--navy-light:#3d5a87;--gold:#d1a549;--gold-light:#e6c47a;--gold-dark:#b8923a;--white:#fff;--off-white:#f8f9fa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--font-primary:"Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--font-title:"Glacial Indifference", "Montserrat", sans-serif;--section-padding:120px;--container-max:1400px;--container-padding:20px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 25px -5px #0000001a;--shadow-xl:0 25px 50px -12px #00000026;--shadow-gold:0 10px 40px #d1a54933;--shadow-navy:0 10px 40px #293e6333;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-2xl:32px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1);--transition-smooth:.7s cubic-bezier(.16, 1, .3, 1)}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);color:var(--gray-800);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);color:var(--navy);font-weight:700;line-height:1.2}h1{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}h2{letter-spacing:-.01em;font-size:clamp(2rem,4vw,3rem);font-weight:700}h3{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700}h4{font-size:clamp(1.1rem,2vw,1.25rem)}p{color:var(--gray-600);font-size:1.0625rem}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);box-sizing:border-box;margin:0 auto}section{padding:80px 0;position:relative;overflow-x:hidden}.section-header{text-align:center;max-width:800px;margin:0 auto 60px}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border:1px solid #d1a54933;border-radius:100px;margin-bottom:16px;padding:8px 16px;font-size:.75rem;font-weight:600;display:inline-block}@media (width>=1200px){.section-label{margin-bottom:20px;padding:10px 18px;font-size:.8rem}}.section-title{font-family:var(--font-title);margin-bottom:24px;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.3}@media (width>=1200px){.section-title{letter-spacing:-.01em;margin-bottom:32px;font-size:2.75rem;line-height:1.25}}.whatwedo__card-title,.whychooseus__card-title,.investment-card__title,.about__vm-title,.about__value-title,.about__step-title,.hero__title,.navbar__logo{font-family:var(--font-title);font-weight:700}.section-description{color:var(--gray-500);max-width:600px;margin:0 auto;font-size:1.125rem}.btn{font-family:var(--font-primary);letter-spacing:.02em;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn:hover:before{left:100%}.btn-primary{background:var(--navy);color:var(--white);box-shadow:var(--shadow-lg)}.btn-primary:hover{background:var(--navy-light);box-shadow:var(--shadow-xl);transform:translateY(-2px)}.btn-secondary{color:var(--navy);border:2px solid var(--navy);background:0 0}.btn-secondary:hover{background:var(--navy);color:var(--white);transform:translateY(-2px)}.btn-secondary-light{color:var(--white);border:2px solid var(--white);background:0 0}.btn-secondary-light:hover{background:var(--white);color:var(--navy);transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);color:var(--white);box-shadow:var(--shadow-gold)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 15px 50px #d1a54959}.card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:all var(--transition-base);border:1px solid #0000000d;padding:40px}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.gold-underline{position:relative}.gold-underline:after{content:"";background:linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);border-radius:2px;width:60px;height:3px;position:absolute;bottom:-4px;left:0}.divider{background:linear-gradient(90deg, transparent 0%, var(--gray-200) 50%, transparent 100%);width:100%;height:1px;margin:0 auto}.grid{gap:40px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=1200px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){:root{--section-padding:80px;--container-padding:24px}.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){:root{--section-padding:60px;--container-padding:16px}section{padding:60px 0}.container{padding:0 16px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section-header{margin-bottom:48px;padding:0 4px}.btn{min-height:48px;padding:12px 24px;font-size:.9375rem}a,button{min-width:44px;min-height:44px}h1{font-size:clamp(1.75rem,6vw,2.5rem)}h2{font-size:clamp(1.5rem,5vw,2rem)}h3{font-size:clamp(1.25rem,4vw,1.5rem)}p{font-size:1rem;line-height:1.7}.section-description{padding:0 8px;font-size:1rem}.section-label{margin-bottom:14px;padding:6px 14px;font-size:.6875rem}.section-title{margin-bottom:16px}}@media (width<=480px){:root{--container-padding:12px;--section-padding:48px}section{padding:48px 0}h1{font-size:1.625rem}h2{font-size:1.375rem}h3{font-size:1.125rem}.section-header{margin-bottom:32px;padding:0}.section-label{margin-bottom:12px;padding:5px 12px;font-size:.625rem}.section-title{margin-bottom:12px}.section-description{padding:0;font-size:.9375rem}.btn{min-height:44px;padding:10px 20px;font-size:.875rem}.card{border-radius:12px;padding:20px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-navy{color:var(--navy)}.text-gold{color:var(--gold)}.text-white{color:var(--white)}.bg-navy{background-color:var(--navy)}.bg-white{background-color:var(--white)}.bg-off-white{background-color:var(--off-white)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-30px)translate(15px)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@supports (padding:max(0px)){:root{--safe-area-inset-top:env(safe-area-inset-top,0px);--safe-area-inset-bottom:env(safe-area-inset-bottom,0px);--safe-area-inset-left:env(safe-area-inset-left,0px);--safe-area-inset-right:env(safe-area-inset-right,0px)}body{padding-top:var(--safe-area-inset-top);padding-bottom:var(--safe-area-inset-bottom);padding-left:var(--safe-area-inset-left);padding-right:var(--safe-area-inset-right)}}html,body{max-width:100vw;overflow-x:hidden}@supports (-webkit-touch-callout:none){input,textarea,select{font-size:16px!important}}@media screen and (width<=375px) and (-webkit-device-pixel-ratio>=0){:root{--container-padding:16px;--section-padding:48px}html{font-size:14px}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.container{padding:0 16px}section{padding:48px 0}h1{font-size:1.5rem;line-height:1.3}h2{font-size:1.25rem;line-height:1.3}h3{font-size:1.1rem;line-height:1.4}p{font-size:.9375rem;line-height:1.6}.btn{width:100%;max-width:280px;min-height:44px;padding:10px 18px;font-size:.8125rem}.section-header{margin-bottom:32px;padding:0 8px}.section-label{padding:6px 12px;font-size:.625rem}.section-title{margin-bottom:16px}.section-description{font-size:.9375rem}.card{border-radius:12px;padding:24px}a,button,input,select,textarea{min-width:44px;min-height:44px}.app,#root{-webkit-overflow-scrolling:touch;min-height:100%}}@media screen and (width>=376px) and (width<=414px){:root{--container-padding:20px;--section-padding:56px}html{font-size:15px}.container{padding:0 20px}section{padding:56px 0}h1{font-size:clamp(1.625rem,7vw,2rem)}h2{font-size:clamp(1.375rem,6vw,1.75rem)}.btn{min-height:48px;padding:14px 24px}.card{padding:28px}a,button{min-height:44px}}@media screen and (width>=388px) and (width<=393px){:root{--container-padding:20px}.container{padding:0 20px}}@media screen and (width>=415px) and (width<=428px){:root{--container-padding:24px;--section-padding:64px}html{font-size:16px}.container{padding:0 24px}section{padding:64px 0}h1{font-size:clamp(1.75rem,6vw,2.25rem)}h2{font-size:clamp(1.5rem,5vw,1.875rem)}}@media screen and (width<=926px) and (orientation:landscape){:root{--section-padding:40px}section{padding:40px 0}h1{font-size:clamp(1.5rem,4vw,2rem)}h2{font-size:clamp(1.25rem,3.5vw,1.75rem)}.section-header{margin-bottom:32px}.hero{min-height:auto;padding:80px 0 40px}}@media screen and (width>=1200px) and (width<=1399px){.container{padding:0 48px}}@media screen and (width>=1400px){html{font-size:16px}.container{padding:0 96px}}@supports (-webkit-touch-callout:none){.hero,.full-height-section{min-height:-webkit-fill-available}}@media (hover:none) and (pointer:coarse){.btn:hover{transform:none}.card:hover{box-shadow:var(--shadow-md);transform:none}.btn:active{transform:scale(.98)}.card:active{transform:scale(.99)}}@media (prefers-contrast:high){:root{--gold:#c9992a;--navy:#1a2a42}.btn-gold{border:2px solid var(--gold-dark)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{*{color:#000!important;background:#fff!important}.btn{border:1px solid #000}section{page-break-inside:avoid}}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}html{scroll-padding-top:100px}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}a{color:inherit;text-decoration:none}::selection{background:var(--gold);color:var(--white)}a{transition:color var(--transition-fast)}.animate-on-scroll{opacity:0;transform:translateY(30px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.gradient-text{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-gold{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass{-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #fff3}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}@media print{.navbar,.footer{display:none}section{page-break-inside:avoid}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.navbar{z-index:1000;background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);padding:0;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.navbar--scrolled{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);-webkit-backdrop-filter:blur(20px);box-shadow:0 2px 20px #00000026}.navbar__container{justify-content:space-between;align-items:center;max-width:1400px;height:80px;margin:0 auto;padding:0 48px;display:flex}.navbar__logo{z-index:10;align-items:center;text-decoration:none;display:flex}.navbar__logo-img{width:auto;height:72px;transition:all .3s}.navbar--scrolled .navbar__logo-img{height:62px}.navbar__center{white-space:nowrap;align-items:center;gap:8px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.navbar__nav-item{position:relative}.navbar__link{font-family:var(--font-primary);color:#fff;border-radius:8px;align-items:center;gap:6px;padding:12px 14px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .25s;display:flex;position:relative}.navbar__link:after{content:"";background:var(--gold);height:2px;transition:transform .25s;position:absolute;bottom:8px;left:18px;right:18px;transform:scaleX(0)}.navbar__link:hover:after{transform:scaleX(1)}.navbar__link:hover{color:#fff;background:#ffffff1a}.navbar__link--active{color:var(--gold)}.navbar__link--active:after{transform:scaleX(1)}.navbar__link--dropdown{cursor:pointer;background:0 0;border:none;font-family:inherit}.navbar__dropdown-arrow--rotated{transform:rotate(180deg)}.navbar__dropdown-arrow{margin-left:2px;transition:transform .25s}.navbar__nav-item:hover .navbar__dropdown-arrow{transform:rotate(180deg)}.navbar__dropdown{z-index:100;padding-top:8px;position:absolute;top:calc(100% - 8px);left:50%;transform:translate(-50%)}.navbar__dropdown-inner{background:var(--white);border:1px solid #0000000f;border-radius:16px;min-width:240px;padding:12px;box-shadow:0 4px 6px -1px #0000000d,0 10px 40px -5px #0000001a}.navbar__dropdown-link{color:var(--gray-700);border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.navbar__dropdown-link:hover{color:var(--navy);background:#d1a54914}.navbar__dropdown-link:hover svg{transform:translate(4px)}.navbar__dropdown-link svg{opacity:0;transition:all .2s}.navbar__dropdown-link:hover svg{opacity:1}.navbar__dropdown-link--active{color:var(--navy);background:#d1a5491f}.navbar__dropdown-link--active svg{opacity:1}.navbar__dropdown-text{flex:1}.navbar__right{z-index:10;align-items:center;gap:16px;display:flex}.navbar__cta{font-family:var(--font-primary);color:#fff;background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:12px 24px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #d1a54966}.navbar--scrolled .navbar__cta{color:#fff;box-shadow:0 4px 15px #d1a54959}.navbar__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #d1a54966}.navbar__cta svg{transition:transform .2s}.navbar__cta:hover svg{transform:translate(2px)}.navbar__cta--active{background:linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 100%);box-shadow:0 8px 30px #d1a54999}.navbar__mobile-toggle{cursor:pointer;z-index:1200;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:none;position:relative}.navbar__mobile-toggle span{background:#fff;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.navbar__mobile-toggle--open span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar__mobile-toggle--open span:nth-child(2){opacity:0}.navbar__mobile-toggle--open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.navbar__mobile-overlay{z-index:1100;-webkit-overflow-scrolling:touch;background:#fff;width:100%;height:100vh;position:fixed;inset:0;overflow-y:auto}.navbar__mobile-close{cursor:pointer;z-index:1200;width:44px;height:44px;color:var(--navy);background:#293e630d;border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:fixed;top:20px;right:20px}.navbar__mobile-close:hover{color:var(--gold);background:#293e631a}.navbar__mobile-close svg{width:24px;height:24px}.navbar__mobile-menu{background:#fff;width:100%;max-width:100%;position:absolute;inset:0;overflow-y:auto}.navbar__mobile-content{background:#fff;flex-direction:column;min-height:100%;padding:100px 24px 60px;display:flex}.navbar__mobile-links{flex:1}.navbar__mobile-link{color:#262626;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;width:100%;min-height:52px;padding:16px 0;font-family:inherit;font-size:1.125rem;font-weight:500;text-decoration:none;transition:color .2s,background-color .2s;display:flex}.navbar__mobile-link:hover,.navbar__mobile-link:active{color:#293e63;background:#293e6308}.navbar__mobile-link--active{color:#d1a549}.navbar__mobile-link--parent{color:#293e63;font-weight:600}.navbar__mobile-dropdown-arrow{color:#525252;flex-shrink:0;transition:transform .25s}.navbar__mobile-dropdown-arrow--rotated{transform:rotate(180deg)}.navbar__mobile-dropdown-items{background:#f8f9fa;border-radius:8px;margin-top:4px;padding-left:16px;overflow:hidden}.navbar__mobile-link--sub{color:#525252;border-bottom:none;padding:12px 16px;font-size:1rem}.navbar__mobile-link--sub:hover,.navbar__mobile-link--sub:active{color:#293e63;background:#293e630d}.navbar__mobile-cta-wrapper{border-top:1px solid #e5e5e5;margin-top:16px;padding-top:24px;padding-bottom:32px}.navbar__mobile-cta{color:#1a2a42;-webkit-tap-highlight-color:transparent;background:linear-gradient(135deg,#d1a549 0%,#b8923a 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:56px;padding:16px 24px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.navbar__mobile-cta:hover,.navbar__mobile-cta:active{transform:translateY(-2px);box-shadow:0 8px 24px #d1a54966}.navbar__mobile-cta--active{box-shadow:0 8px 30px #d1a54980}@media (width>=1400px){.navbar__container{max-width:1400px}.navbar__center{gap:12px}.navbar__link{padding:12px 18px;font-size:.9375rem}}@media (width<=1399px){.navbar__container{padding:0 40px}.navbar__center{gap:6px}.navbar__link{padding:10px 14px;font-size:.875rem}}@media (width<=1199px){.navbar__container{height:72px;padding:0 32px}.navbar__logo-img{height:58px}.navbar__center{gap:2px}.navbar__link{padding:8px 12px;font-size:.8125rem}.navbar__link:after{bottom:5px;left:12px;right:12px}.navbar__cta{padding:10px 18px;font-size:.875rem}.navbar__cta svg{width:14px;height:14px}}@media (width<=991px){.navbar__container{height:68px;padding:0 24px}.navbar__logo-img{height:52px}.navbar__center,.navbar__right{display:none!important}.navbar__mobile-toggle{display:flex}.navbar__mobile-content{padding-top:84px}}@media (width<=767px){.navbar__container{height:64px;padding:0 20px}.navbar__logo-img{height:48px}.navbar__mobile-menu{max-width:100%}.navbar__mobile-content{padding:80px 24px 40px}.navbar__mobile-cta-wrapper{padding-bottom:28px}.navbar__mobile-close{width:40px;height:40px;top:16px;right:16px}.navbar__mobile-close svg{width:22px;height:22px}.navbar__mobile-link{min-height:52px;padding:16px 0;font-size:1.0625rem}.navbar__mobile-cta{min-height:56px;padding:16px 28px}}@media (width<=575px){.navbar__container{height:60px;padding:0 16px}.navbar__logo-img{height:44px}.navbar__mobile-toggle{width:30px;height:30px}.navbar__mobile-content{padding:76px 20px 32px}.navbar__mobile-cta-wrapper{padding-bottom:24px}.navbar__mobile-link{min-height:48px;padding:14px 0;font-size:1rem}.navbar__mobile-link--sub{padding:12px 0;font-size:.9375rem}.navbar__mobile-cta{min-height:52px;padding:14px 24px;font-size:.9375rem}}@media (width<=479px){.navbar__container{height:60px}.navbar__logo-img{height:40px}.navbar__mobile-toggle{gap:4px;width:28px;height:28px}.navbar__mobile-toggle span{height:2px}.navbar__mobile-close{width:36px;height:36px;top:12px;right:12px}.navbar__mobile-close svg{width:20px;height:20px}.navbar__mobile-content{padding:72px 16px 28px}.navbar__mobile-cta-wrapper{padding-bottom:20px}.navbar__mobile-link{min-height:44px;padding:12px 0;font-size:.9375rem}.navbar__mobile-link--sub{padding:10px 0;font-size:.875rem}.navbar__mobile-cta{gap:8px;min-height:48px;padding:12px 20px;font-size:.875rem}.navbar__mobile-cta svg{width:14px;height:14px}}@media (width<=991px) and (height<=500px) and (orientation:landscape){.navbar__container{height:56px}.navbar__logo-img{height:40px}.navbar__mobile-menu{max-width:320px}.navbar__mobile-close{width:36px;height:36px;top:12px;right:12px}.navbar__mobile-close svg{width:20px;height:20px}.navbar__mobile-content{padding-top:68px;padding-bottom:24px}.navbar__mobile-link{min-height:40px;padding:10px 0;font-size:.9375rem}.navbar__mobile-link--sub{padding:8px 0;font-size:.875rem}.navbar__mobile-cta-wrapper{padding-top:12px;padding-bottom:20px}.navbar__mobile-cta{min-height:44px;padding:12px 20px}}@media screen and (width<=375px){.navbar__container{height:56px;padding:0 12px}.navbar__logo-img{height:36px}.navbar__mobile-toggle{gap:4px;width:26px;height:26px}.navbar__mobile-close{width:34px;height:34px;top:10px;right:10px}.navbar__mobile-close svg{width:18px;height:18px}.navbar__mobile-content{padding:70px 14px 24px}.navbar__mobile-cta-wrapper{padding-bottom:16px}.navbar__mobile-link{min-height:42px;padding:10px 0;font-size:.875rem}.navbar__mobile-cta{min-height:44px;padding:10px 16px;font-size:.8125rem}}@supports (padding:max(0px)){.navbar{padding-top:env(safe-area-inset-top,0px)}.navbar__container{padding-left:max(16px, env(safe-area-inset-left,16px));padding-right:max(16px, env(safe-area-inset-right,16px))}.navbar__mobile-content{padding-top:max(80px, calc(60px + env(safe-area-inset-top,20px)));padding-left:max(20px, env(safe-area-inset-left,20px));padding-right:max(20px, env(safe-area-inset-right,20px));padding-bottom:max(40px, env(safe-area-inset-bottom,40px))}.navbar__mobile-cta-wrapper{padding-bottom:max(24px, env(safe-area-inset-bottom,24px))}}@media (hover:none) and (pointer:coarse){.navbar__link{min-width:44px;min-height:44px}.navbar__cta{min-height:48px}.navbar__dropdown-link{min-height:48px;padding:14px 16px}.navbar__mobile-link{min-height:52px}.navbar__mobile-cta{min-height:56px}}@media (-webkit-device-pixel-ratio>=2),(resolution>=192dpi){.navbar__logo-img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion:reduce){.navbar,.navbar__link,.navbar__cta,.navbar__mobile-toggle span,.navbar__mobile-menu{transition:none}}.footer{color:var(--white);background:linear-gradient(#0a1628 0%,#0d1a2d 50%,#102038 100%);position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,#0000 0%,#d4af374d 20%,#d4af3780 50%,#d4af374d 80%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.footer:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);border-radius:0 0 4px 4px;width:120px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer__main{border-bottom:1px solid #ffffff14;grid-template-columns:1fr 1fr 1fr;gap:60px;padding:80px 0 50px;display:grid}.footer__column{flex-direction:column;display:flex}.footer__column--brand{padding-right:20px}.footer__logo{transition:transform var(--transition-fast);align-items:center;gap:12px;margin-bottom:20px;text-decoration:none;display:inline-flex}.footer__logo:hover{transform:translateY(-2px)}.footer__logo-img{filter:brightness(0)invert();width:auto;height:48px;transition:filter var(--transition-fast)}.footer__logo:hover .footer__logo-img{filter:brightness(0)invert()drop-shadow(0 0 8px #d4af374d)}.footer__tagline{color:#ffffffa6;max-width:280px;margin-bottom:28px;font-size:1rem;line-height:1.7}.footer__social{gap:12px;display:flex}.footer__social-link{color:#ffffffb3;width:44px;height:44px;transition:all var(--transition-fast);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;display:flex}.footer__social-link:hover{background:var(--gold);border-color:var(--gold);color:var(--white);transform:translateY(-3px);box-shadow:0 8px 20px #d4af3740}.footer__social-link svg{width:20px;height:20px}.footer__column--links{padding:0 20px}.footer__heading{color:var(--gold);text-transform:uppercase;letter-spacing:.15em;margin-bottom:24px;padding-bottom:12px;font-size:.8rem;font-weight:600;position:relative}.footer__heading:after{content:"";background:var(--gold);border-radius:2px;width:24px;height:2px;position:absolute;bottom:0;left:0}.footer__nav{flex-direction:column;gap:12px;display:flex}.footer__nav-item{flex-direction:column;gap:4px;display:flex}.footer__nav-link{color:#ffffffa6;transition:all var(--transition-fast);align-items:center;gap:6px;padding:4px 0;font-size:.9375rem;text-decoration:none;display:inline-flex;position:relative}.footer__nav-link:before{content:"";background:var(--gold);width:0;height:1px;transition:width var(--transition-fast);position:absolute;bottom:0;left:0}.footer__nav-link:hover{color:var(--white)}.footer__nav-link:hover:before{width:50%}.footer__nav-dropdown{border-left:2px solid #d4af3733;flex-direction:column;gap:4px;margin-top:4px;padding-left:16px;display:flex}.footer__nav-link--sub{color:#ffffff80;font-size:.8125rem}.footer__nav-link--sub:hover{color:var(--gold)}.footer__column--contact{padding-left:20px}.footer__contact-list{flex-direction:column;gap:16px;display:flex}.footer__contact-item{color:#ffffffb3;transition:all var(--transition-fast);background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:flex-start;gap:14px;padding:14px 16px;text-decoration:none;display:flex}.footer__contact-item:hover{color:var(--white);background:#ffffff0f;border-color:#d4af3733}.footer__contact-icon{width:20px;height:20px;color:var(--gold);flex-shrink:0;margin-top:2px}.footer__contact-item span{font-size:.875rem;line-height:1.5}.footer__bottom{padding:28px 0}.footer__disclaimer{background:#ffffff05;border-left:3px solid #d4af374d;border-radius:10px;margin-bottom:20px;padding:16px 20px}.footer__disclaimer p{color:#ffffff73;margin:0;font-size:.75rem;line-height:1.7}.footer__disclaimer strong{color:#ffffffa6;font-weight:600}.footer__copyright{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer__copyright p{color:#ffffff73;margin:0;font-size:.8125rem}@media (width<=1200px){.footer__main{grid-template-columns:1fr 1fr;gap:48px}.footer__column--contact{grid-column:span 2;margin-top:20px;padding-left:0}}@media (width<=992px){.footer__main{grid-template-columns:1fr;gap:40px;padding:60px 0 40px}.footer__column--brand{text-align:center;align-items:center;padding-right:0}.footer__tagline{max-width:100%}.footer__social{justify-content:center}.footer__column--links{text-align:center;padding:0}.footer__heading{display:inline-block}.footer__heading:after{left:50%;transform:translate(-50%)}.footer__nav{align-items:center}.footer__nav-link{justify-content:center}.footer__nav-dropdown{border-left:none;align-items:center;padding-left:0}.footer__column--contact{grid-column:auto;margin-top:0;padding-left:0}.footer__contact-list{max-width:400px;margin:0 auto}}@media (width<=768px){.footer__main{gap:36px;padding:48px 0 32px}.footer__logo-img{height:42px}.footer__tagline{font-size:.9rem}.footer__heading{margin-bottom:20px;font-size:.75rem}.footer__nav-link{font-size:.875rem}.footer__nav-link--sub{font-size:.8125rem}.footer__contact-item{padding:12px 14px}.footer__contact-item span{font-size:.8125rem}.footer__copyright{text-align:center;flex-direction:column;gap:12px}.footer__disclaimer{padding:12px 16px}.footer__disclaimer p{font-size:.6875rem}.footer__copyright p{font-size:.75rem}}@media (width<=575px){.footer__main{gap:32px;padding:40px 0 28px}.footer__social-link{width:40px;height:40px}.footer__social-link svg{width:18px;height:18px}.footer__contact-list{max-width:100%}}@media (width<=480px){.footer__main{gap:28px;padding:32px 0 24px}.footer__column--brand{text-align:center;align-items:center}.footer__column--links{text-align:center}.footer__nav{align-items:center}.footer__column--contact{text-align:center;align-items:center}.footer__logo-img{height:38px}.footer__tagline{margin-bottom:20px;font-size:.875rem}.footer__social{gap:10px}.footer__social-link{border-radius:10px;width:38px;height:38px}.footer__social-link svg{width:16px;height:16px}.footer__heading{margin-bottom:16px;padding-bottom:8px;font-size:.6875rem}.footer__heading:after{width:18px}.footer__nav{gap:8px}.footer__nav-link{padding:3px 0;font-size:.8125rem}.footer__nav-link--sub{font-size:.75rem}.footer__contact-item{gap:10px;padding:10px 12px}.footer__contact-icon{width:18px;height:18px}.footer__contact-item span{font-size:.75rem;line-height:1.4}.footer__copyright p{font-size:.6875rem}}@media (width<=375px){.footer__main{gap:24px;padding:28px 0 20px}.footer__logo-img{height:36px}.footer__tagline{margin-bottom:16px;font-size:.8125rem}.footer__social{gap:8px}.footer__social-link{border-radius:8px;width:36px;height:36px}.footer__social-link svg{width:15px;height:15px}.footer__heading{margin-bottom:14px;padding-bottom:6px;font-size:.625rem}.footer__nav{gap:6px}.footer__nav-link{padding:2px 0;font-size:.75rem}.footer__nav-link--sub{font-size:.6875rem}.footer__contact-item{border-radius:10px;gap:8px;padding:8px 10px}.footer__contact-icon{width:16px;height:16px;margin-top:1px}.footer__contact-item span{font-size:.6875rem;line-height:1.3}.footer__copyright{gap:8px}.footer__copyright p{font-size:.625rem}}@media (width<=320px){.footer__main{gap:20px;padding:24px 0 16px}.footer__logo-img{height:32px}.footer__tagline{margin-bottom:12px;font-size:.75rem}.footer__social{gap:6px}.footer__social-link{border-radius:8px;width:34px;height:34px}.footer__social-link svg{width:14px;height:14px}.footer__heading{margin-bottom:12px;padding-bottom:4px;font-size:.5625rem}.footer__nav{gap:4px}.footer__nav-link{font-size:.6875rem}.footer__nav-link--sub{font-size:.625rem}.footer__contact-item{border-radius:8px;gap:6px;padding:6px 8px}.footer__contact-icon{width:14px;height:14px}.footer__contact-item span{font-size:.625rem}}@media (hover:none) and (pointer:coarse){.footer__nav-link,.footer__contact-item{align-items:center;min-height:44px;display:flex}.footer__social-link{min-width:48px;min-height:48px}}@supports (padding:max(0px)){.footer{padding-bottom:max(32px, env(safe-area-inset-bottom,32px))}}@media (prefers-contrast:high){.footer{background:#0a0a0a}.footer__tagline,.footer__nav-link,.footer__contact-item span{color:#ffffffd9}}@media (prefers-reduced-motion:reduce){.footer__nav-link:before,.footer__social-link,.footer__logo,.footer__contact-item{transition:none}}@media print{.footer{color:#000;background:#fff;padding:20px 0}.footer__social{display:none}.footer__nav-link,.footer__contact-item{color:#000}}.scroll-progress{transform-origin:0%;z-index:10000;pointer-events:none;background:0 0;background:linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);background-size:200% 100%;height:3px;animation:2s infinite gradientShift;position:fixed;top:0;left:0;right:0}.scroll-progress__glow{opacity:.8;filter:blur(4px);pointer-events:none;background:linear-gradient(90deg,#0000 0%,#d1a54966 50%,#0000 100%);height:7px;position:absolute;top:-2px;left:0;right:0}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.cursor-glow{pointer-events:none;z-index:9998;mix-blend-mode:screen;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-glow__inner{pointer-events:none;background:radial-gradient(circle,#d1a54914 0%,#d1a5490a 30%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cursor-glow__outer{pointer-events:none;background:radial-gradient(circle,#293e6308 0%,#0000 60%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=992px){.cursor-glow{display:none}}@media (hover:none){.cursor-glow{display:none}}.layout{flex-direction:column;min-height:100vh;display:flex}.layout__main{flex:1;padding-top:80px}@media (width<=992px){.layout__main{padding-top:0}}:root{--ease-smooth:cubic-bezier(.16, 1, .3, 1);--ease-bounce:cubic-bezier(.34, 1.56, .64, 1);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-in-out-smooth:cubic-bezier(.65, 0, .35, 1);--ease-spring:cubic-bezier(.175, .885, .32, 1.275);--duration-fast:.2s;--duration-normal:.4s;--duration-slow:.6s;--duration-slower:.8s;--duration-slowest:1.2s}.scroll-progress{z-index:9999;pointer-events:none;background:0 0;width:100%;height:3px;position:fixed;top:0;left:0}.scroll-progress__bar{background:linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);transform-origin:0;height:100%;transition:transform .1s ease-out;box-shadow:0 0 10px #d1a54980}.cursor-glow{pointer-events:none;z-index:1;mix-blend-mode:screen;background:radial-gradient(circle,#d1a54914 0%,#0000 70%);border-radius:50%;width:400px;height:400px;transition:opacity .3s;position:fixed;transform:translate(-50%,-50%)}.animate-fade-in{animation:fadeIn var(--duration-normal) var(--ease-smooth) forwards}.animate-slide-up{animation:slideUp var(--duration-slow) var(--ease-smooth) forwards}.animate-slide-in-left{animation:slideInLeft var(--duration-slow) var(--ease-smooth) forwards}.animate-slide-in-right{animation:slideInRight var(--duration-slow) var(--ease-smooth) forwards}.animate-scale-in{animation:scaleIn var(--duration-normal) var(--ease-smooth) forwards}.animate-blur-in{animation:blurIn var(--duration-slow) var(--ease-smooth) forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-80px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}@keyframes blurIn{0%{opacity:0;filter:blur(10px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #d1a5494d}50%{box-shadow:0 0 40px #d1a54980}}@keyframes lightSweep{0%{transform:translate(-100%)rotate(25deg)}to{transform:translate(100%)rotate(25deg)}}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes drawLine{0%{stroke-dasharray:0 500}to{stroke-dasharray:500 0}}@keyframes revealMask{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}@keyframes gradientFlow{0%,to{background-position:0%}50%{background-position:100%}}@keyframes rotatingGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:#0000}}.parallax-container{position:relative;overflow:hidden}.parallax-layer{will-change:transform;transition:transform .1s linear;position:absolute}.parallax-layer--back{z-index:1}.parallax-layer--base{z-index:2}.parallax-layer--front{z-index:3}.magnetic-button{transition:transform var(--duration-fast) var(--ease-smooth);justify-content:center;align-items:center;display:inline-flex;position:relative}.magnetic-button__inner{transition:transform var(--duration-fast) var(--ease-smooth)}.ripple-button{position:relative;overflow:hidden}.ripple-button:after{content:"";opacity:0;background:#ffffff4d;border-radius:50%;width:0;height:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.ripple-button.rippling:after{animation:.6s ease-out rippleEffect}@keyframes rippleEffect{to{opacity:0;width:400px;height:400px;transform:translate(-50%,-50%)scale(1)}}.card-hover{transition:all var(--duration-normal) var(--ease-smooth)}.card-hover:hover{transform:translateY(-8px);box-shadow:0 20px 40px #293e6314,0 0 0 1px #d1a5491a}.card-tilt{transform-style:preserve-3d;perspective:1000px;transition:transform var(--duration-normal) var(--ease-smooth)}.card-tilt:hover{transform:perspective(1000px)rotateX(2deg)rotateY(-2deg)}.glow-gold{position:relative}.glow-gold:before{content:"";background:linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%);border-radius:inherit;opacity:0;transition:opacity var(--duration-normal) var(--ease-smooth);z-index:-1;filter:blur(8px);position:absolute;inset:-2px}.glow-gold:hover:before{opacity:.6}.underline-reveal{position:relative}.underline-reveal:after{content:"";background:var(--gold);transform-origin:100%;width:100%;height:2px;transition:transform var(--duration-normal) var(--ease-smooth);position:absolute;bottom:0;left:0;transform:scaleX(0)}.underline-reveal:hover:after{transform-origin:0;transform:scaleX(1)}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.stagger-7{animation-delay:.7s}.stagger-8{animation-delay:.8s}.text-reveal{position:relative;overflow:hidden}.text-reveal__inner{animation:textReveal var(--duration-slow) var(--ease-smooth) forwards;display:inline-block}@keyframes textReveal{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.counter{animation:countUp var(--duration-normal) var(--ease-smooth) forwards;display:inline-block}.icon-pop{transition:transform var(--duration-fast) var(--ease-spring)}.icon-pop:hover{transform:scale(1.1)}.gradient-border{background:#fff;border-radius:20px;position:relative}.gradient-border:before{content:"";background:linear-gradient(135deg, var(--gold), var(--navy), var(--gold));border-radius:inherit;z-index:-1;background-size:200% 200%;animation:3s linear infinite gradientFlow;position:absolute;inset:-2px}.scroll-reveal{opacity:0;transition:opacity var(--duration-slow) var(--ease-smooth), transform var(--duration-slow) var(--ease-smooth);transform:translateY(40px)}.scroll-reveal.is-visible{opacity:1;transform:translateY(0)}.image-parallax{overflow:hidden}.image-parallax img{transition:transform var(--duration-slowest) var(--ease-smooth)}.image-parallax:hover img{transform:scale(1.05)}.loading-shimmer{background:linear-gradient(90deg,#fff0 0%,#ffffff80 50%,#fff0 100%) 0 0/200% 100%;animation:1.5s infinite shimmer}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--navy);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--navy-light)}::selection{color:var(--navy);background:#d1a54933}.hero{background:#293e63;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg-image{pointer-events:none;background-image:url(/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero__bg-image:before{content:"";background:linear-gradient(135deg,#293e63e6 0%,#293e63b3 50%,#1a2a42d9 100%);position:absolute;inset:0}.hero__bg-image:after{content:"";background:linear-gradient(#0a16284d 0%,#0000 30% 70%,#0a162880 100%);position:absolute;inset:0}.hero__bg{pointer-events:none;z-index:2;position:absolute;inset:0}.hero__grid{z-index:1;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.hero__gradient{z-index:1;background:radial-gradient(80% 60% at 20% 0,#d1a54926 0%,#0000 50%),radial-gradient(60% 50% at 80% 20%,#293e631a 0%,#0000 50%);position:absolute;inset:0}.hero__particles{z-index:2;position:absolute;inset:0}.hero__particle{background:var(--gold);opacity:.4;border-radius:50%;position:absolute}.hero__particle--1{width:6px;height:6px;animation:8s ease-in-out infinite float;top:20%;left:15%}.hero__particle--2{width:4px;height:4px;animation:10s ease-in-out infinite reverse float;top:60%;left:10%}.hero__particle--3{width:8px;height:8px;animation:12s ease-in-out infinite float;top:30%;right:20%}.hero__container{text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;max-width:900px;margin:0 auto;padding-top:20px;display:flex;position:relative}.hero__content{max-width:100%}.hero__badge{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:10px 20px;font-size:.8125rem;font-weight:500;display:inline-flex}.hero__badge-icon{color:var(--gold)}.hero__title{letter-spacing:-.03em;color:#fff;margin-bottom:24px;font-size:clamp(2.75rem,5.5vw,4rem);font-weight:800;line-height:1.1}.hero__title-highlight{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__subtitle{color:#ffffffd9;margin-bottom:40px;font-size:1.1875rem;line-height:1.7}.hero__cta-group{justify-content:center;gap:16px;margin-bottom:40px;display:flex}.hero__cta-primary,.hero__cta-secondary{padding:18px 36px}.hero__metrics{align-items:center;gap:32px;display:flex}.hero__metric{flex-direction:column;gap:4px;display:flex}.hero__metric-value{color:#fff;font-size:2rem;font-weight:800;line-height:1}.hero__metric-label{color:#ffffffb3;font-size:.8125rem;font-weight:500}.hero__metric-divider{background:#fff3;width:1px;height:40px}.hero__visual{justify-content:center;align-items:center;display:flex;position:relative}.hero__cube-wrapper{justify-content:center;align-items:center;width:400px;height:400px;display:flex;position:relative}.hero__cube{width:200px;height:200px;transform-style:preserve-3d;animation:20s linear infinite cubeRotate;position:relative}@keyframes cubeRotate{0%{transform:rotateX(-20deg)rotateY(0)}to{transform:rotateX(-20deg)rotateY(360deg)}}.hero__cube-face{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fffffff2 0%,#ffffffd9 100%);border:1px solid #d1a5494d;width:200px;height:200px;position:absolute;box-shadow:inset 0 0 80px #d1a54914,0 20px 60px #293e631a}.hero__cube-face:before{content:"";background-color:#0000;background-image:linear-gradient(90deg,#293e6308 1px,#0000 1px),linear-gradient(#293e6308 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:20px}.hero__cube-front{transform:translateZ(100px)}.hero__cube-back{transform:rotateY(180deg)translateZ(100px)}.hero__cube-left{transform:rotateY(-90deg)translateZ(100px)}.hero__cube-right{transform:rotateY(90deg)translateZ(100px)}.hero__cube-top{transform:rotateX(90deg)translateZ(100px)}.hero__cube-bottom{transform:rotateX(-90deg)translateZ(100px)}.hero__glow{pointer-events:none;background:radial-gradient(circle,#d1a5491f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:4s ease-in-out infinite pulse;position:absolute}.hero__scroll{color:#ffffffb3;letter-spacing:.05em;z-index:10;flex-direction:column;align-items:center;gap:12px;font-size:.75rem;font-weight:500;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero__scroll-line{background:linear-gradient(180deg, var(--gold) 0%, transparent 100%);width:1px;height:40px;animation:2s ease-in-out infinite scrollLine}@keyframes scrollLine{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.5;transform:scaleY(.5)}}.trust-bar{background:var(--navy);padding:32px 0}.trust-bar__grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.trust-bar__item{align-items:center;gap:16px;display:flex}.trust-bar__icon{width:48px;min-width:48px;height:48px;color:var(--gold);background:#d1a54926;border-radius:12px;justify-content:center;align-items:center;display:flex}.trust-bar__icon svg{width:24px;height:24px}.trust-bar__content{flex-direction:column;gap:2px;display:flex}.trust-bar__value{color:var(--white);font-size:1.125rem;font-weight:700}.trust-bar__label{color:#ffffffb3;font-size:.8125rem}.services{background:var(--white);padding:80px 0}.services__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.services__card{background:#fff;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 10px 30px #0000000d}.services__imageWrapper{width:100%;height:200px;overflow:hidden}.services__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.services__content{padding:20px}.services__card:hover .services__image{transform:scale(1.08)}.services__card:hover{border-color:#0000;box-shadow:0 20px 40px #293e6314}.services__icon{background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 10%, transparent) 0%, color-mix(in srgb, var(--accent) 5%, transparent) 100%);width:64px;height:64px;color:var(--navy);background:linear-gradient(135deg,#293e630f 0%,#293e6305 100%);border-radius:16px;justify-content:center;align-items:center;margin-bottom:24px;transition:all .3s;display:flex}.services__card:hover .services__icon{background:var(--navy);color:var(--white)}.services__icon svg{width:28px;height:28px}.services__title{margin-bottom:10px;font-size:20px;font-weight:600}.services__description{color:#666;margin-bottom:15px;font-size:14px}.services__line{border-radius:2px;width:40px;height:3px}.services__card:hover .services__line{background:var(--gold);width:60px}.benefits{background:var(--off-white);padding:80px 0}.benefits__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px;display:grid}.benefits__card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:32px;transition:all .3s;position:relative;overflow:hidden}.benefits__card:hover{border-color:#0000;box-shadow:0 16px 32px #293e6314}.benefits__card--featured{background:0 0;border:none}.benefits__card-image{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:16px;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.benefits__card--featured:hover .benefits__card-image{opacity:0}.benefits__card-overlay{display:none}.benefits__card--featured .benefits__card-overlay{z-index:1;background:linear-gradient(#1e293b99 0%,#1e293bcc 100%);border-radius:16px;width:100%;height:100%;transition:opacity .4s;display:block;position:absolute;top:0;left:0}.benefits__card--featured:hover .benefits__card-overlay{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%)}.benefits__card--featured .benefits__title{color:var(--white);text-shadow:0 2px 4px #0000004d;z-index:2;position:relative}.benefits__card--featured .benefits__description{color:#ffffffe6;z-index:2;position:relative}.benefits__card--featured .benefits__icon{background:var(--gold);color:var(--white);z-index:2;position:relative}.benefits__card:hover .benefits__title{color:var(--white)}.benefits__card:hover .benefits__description{color:#ffffffd9}.benefits__card:hover .benefits__icon{background:var(--gold);color:var(--white);transform:scale(1.1);box-shadow:0 8px 24px #d1a54966}.benefits__icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);width:56px;height:56px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.benefits__icon svg{width:26px;height:26px}.benefits__title{color:var(--navy);margin-bottom:8px;font-size:1.125rem;font-weight:700;transition:color .3s}.benefits__description{color:var(--gray-600);font-size:.9375rem;line-height:1.6;transition:color .3s}.benefits__stats{background:var(--navy);border-radius:24px;justify-content:center;align-items:center;gap:48px;padding:40px;display:flex}.benefits__stat{text-align:center}.benefits__stat span:first-child{color:var(--white);margin-bottom:8px;font-size:3rem;font-weight:800;line-height:1;display:block}.benefits__stat-label{color:#ffffffb3;font-size:.875rem;font-weight:500}.benefits__stat-divider{background:#ffffff26;width:1px;height:50px}.about-preview{background:var(--white);padding:49px 0}.about-preview__grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-preview__text{color:var(--gray-600);margin-bottom:28px;font-size:1.0625rem;line-height:1.8}.about-preview__highlights{margin-bottom:36px;list-style:none}.about-preview__highlights li{border-bottom:1px solid var(--gray-100);align-items:center;gap:12px;padding:14px 0;display:flex}.about-preview__highlights li:last-child{border-bottom:none}.about-preview__highlights svg{width:20px;min-width:20px;height:20px;color:var(--gold)}.about-preview__highlights span{color:var(--navy);font-size:.9375rem;font-weight:500}.about-preview__visual{position:relative}.about-preview__image{aspect-ratio:4/3;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 50px #293e6326}.about-preview__image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.about-preview__visual:hover .about-preview__image img{transform:scale(1.05)}.about-preview__badge{background:var(--white);border-radius:16px;flex-direction:column;align-items:center;gap:4px;padding:24px 40px;display:flex;position:absolute;bottom:-37px;left:80%;transform:translate(-50%);box-shadow:0 16px 32px #0000001a}.about-preview__badge-value{color:var(--navy);font-size:2.5rem;font-weight:800;line-height:1}.about-preview__badge-label{color:var(--gray-600);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:600}.process{background:var(--off-white);padding:60px 0;position:relative;overflow:hidden}.process__bg-image{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.process__overlay{z-index:1;background:#ffffff59;width:100%;height:100%;position:absolute;top:0;left:0}.process .container{z-index:2;position:relative}.process .section-label,.process .section-title,.process .section-description{color:var(--navy)}.process .section-label{color:var(--gold)}.process .section-description{color:var(--gray-600)}.process__timeline{grid-template-columns:repeat(3,1fr);gap:24px;display:grid;position:relative}.process__line{background:linear-gradient(90deg, var(--navy) 0%, var(--gold) 50%, var(--navy) 100%);z-index:0;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.process__step{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);text-align:center;z-index:1;border:1px solid #ffffff1a;border-radius:20px;padding:32px 24px;transition:all .3s;position:relative}.process__step:hover{transform:translateY(-4px);box-shadow:0 16px 32px #293e634d}.process__number{background:var(--gold);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:.875rem;font-weight:700;display:inline-flex}.process__title{color:var(--white);margin-bottom:8px;font-size:1.125rem;font-weight:700}.process__description{color:#fffc;font-size:.875rem;line-height:1.5}.offering{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);padding:80px 0}.offering__content{text-align:center;max-width:900px;margin:0 auto}.offering__title{color:var(--white);flex-direction:column;gap:8px;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:800;display:flex}.offering__title .gold-accent{display:inline}.offering__description{color:#fffc;margin-bottom:40px;font-size:1.125rem;line-height:1.7}.offering__grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px;display:grid}.offering__item{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:28px;transition:all .3s}.offering__item:hover{background:#ffffff14;border-color:#d1a5494d}.offering__icon{width:48px;height:48px;color:var(--gold);background:linear-gradient(135deg,#d1a54933 0%,#d1a5491a 100%);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 16px;transition:all .3s;display:flex}.offering__item:hover .offering__icon{background:var(--gold);color:var(--navy)}.offering__icon svg{width:24px;height:24px}.offering__value{color:var(--gold);margin-bottom:8px;font-size:1.75rem;font-weight:800;display:block}.offering__label{color:#ffffffb3;font-size:.875rem}.offering__cta{padding:18px 40px}.risk-home{background:var(--white);padding:80px 0}.risk-home__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.risk-home__image-side{position:relative}.risk-home__image{border-radius:24px;width:100%;height:auto;box-shadow:0 20px 50px #293e6326}.risk-home__content-side{flex-direction:column;display:flex}.risk-home__content-side .section-header{text-align:left;margin-bottom:32px}.risk-home__grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.risk-home__card{background:var(--white);border:1px solid var(--gray-200);text-align:center;border-radius:16px;padding:28px 24px;transition:all .3s}.risk-home__card:hover{border-color:#0000;box-shadow:0 16px 32px #293e6314}.risk-home__icon{width:56px;height:56px;color:var(--gold);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 16px;transition:all .3s;display:flex}.risk-home__card:hover .risk-home__icon{background:var(--navy);color:var(--white)}.risk-home__icon svg{width:26px;height:26px}.risk-home__title{color:var(--navy);margin-bottom:8px;font-size:1rem;font-weight:700}.risk-home__description{color:var(--gray-600);font-size:.875rem;line-height:1.5}.opportunity-cta{background:linear-gradient(135deg,#d1a5490d 0%,#d1a54905 100%);padding:80px 0}.opportunity-cta__inner{text-align:center;max-width:700px;margin:0 auto}.opportunity-cta__badge{background:var(--gold);color:var(--white);text-transform:uppercase;letter-spacing:.05em;border-radius:100px;margin-bottom:24px;padding:8px 20px;font-size:.8125rem;font-weight:700;display:inline-block}.opportunity-cta__title{color:var(--navy);margin-bottom:16px;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.opportunity-cta__description{color:var(--gray-600);margin-bottom:36px;font-size:1.125rem;line-height:1.7}.opportunity-cta__actions{justify-content:center;gap:16px;display:flex}@media (width<=1200px){.hero__container{padding:60px 40px}.services__grid,.offering__grid{grid-template-columns:repeat(2,1fr)}.risk-home__wrapper{gap:40px}.risk-home__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.hero__container{text-align:center;padding:60px 24px}.hero__content{max-width:100%}.hero__cta-group{flex-wrap:wrap;justify-content:center}.hero__metrics{flex-wrap:wrap;justify-content:center;gap:24px}.hero__metric-divider{display:none}.trust-bar__grid{grid-template-columns:repeat(2,1fr);gap:24px}.benefits__grid{grid-template-columns:repeat(2,1fr)}.benefits__stats{flex-wrap:wrap;gap:32px}.benefits__stat-divider{display:none}.about-preview__grid{grid-template-columns:1fr;gap:60px}.about-preview__visual{order:-1}.process__timeline{grid-template-columns:repeat(2,1fr)}.process__line{display:none}}@media (width<=768px){.hero__title{font-size:2.25rem}.hero__cta-group{flex-direction:column;align-items:center}.hero__cta-primary,.hero__cta-secondary{width:100%;max-width:280px}.hero__metrics{flex-direction:column;gap:24px}.hero__metric-divider{width:40px;height:1px}.trust-bar__grid{grid-template-columns:1fr;gap:16px}.services__grid,.benefits__grid,.offering__grid,.risk-home__grid,.process__timeline{grid-template-columns:1fr}.risk-home__wrapper{grid-template-columns:1fr;gap:40px}.risk-home__image-side{order:-1}.risk-home__content-side .section-header{text-align:center}.risk-home__grid{grid-template-columns:1fr}.opportunity-cta__actions{flex-direction:column;align-items:center}.benefits{padding:40px 0}.benefits__stats{border-radius:16px;grid-template-columns:repeat(2,1fr);gap:20px;padding:24px 16px;display:grid}.benefits__stat span:first-child{margin-bottom:4px;font-size:2rem}.benefits__stat-label{font-size:.75rem}}@media (width<=992px){.faq__trust-content{padding:0}}@media (width<=768px){.faq{padding:60px 0}.faq__grid{gap:10px}.faq__question{padding:20px}.faq__question-text{font-size:.9375rem}.faq__answer{padding:0 20px 20px}.faq__trust{padding:32px 24px}.faq__trust-cta{flex-direction:column;align-items:center}}.home-cta{padding:80px 0;position:relative;overflow:hidden}.home-cta__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.home-cta__bg:after{content:"";background:linear-gradient(135deg,#1a2a42f2 0%,#293e63eb 100%);position:absolute;inset:0}.home-cta__content{z-index:1;text-align:center;max-width:800px;margin:0 auto;position:relative}.home-cta__title{font-family:var(--font-title);color:var(--white);margin-bottom:20px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.home-cta__title .gold-accent{color:var(--gold)}.home-cta__description{color:#ffffffd9;max-width:600px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.7}.home-cta__buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.home-cta__btn{border-radius:var(--radius-md);transition:all var(--transition-base);align-items:center;gap:12px;padding:18px 36px;font-size:1rem;font-weight:600;display:inline-flex}.home-cta__btn svg{transition:transform var(--transition-base)}.home-cta__btn:hover svg{transform:translate(4px)}@media (width<=768px){.home-cta{padding:60px 0}.home-cta__title{font-size:1.75rem}.home-cta__description{font-size:1rem}.home-cta__buttons{flex-direction:column;align-items:center}.home-cta__btn{justify-content:center;width:100%;max-width:280px;font-size:12px}}@media (width<=480px){.benefits__stats{border-radius:12px;grid-template-columns:repeat(2,1fr);gap:16px;padding:20px 12px}.benefits__stat span:first-child{font-size:1.625rem}.benefits__stat-label{font-size:.6875rem}}@media (width<=375px){.benefits__stats{border-radius:10px;gap:12px;padding:16px 8px}.benefits__stat span:first-child{font-size:1.375rem}.benefits__stat-label{font-size:.625rem}}.investor-benefits{background:linear-gradient(#fff 0%,#fafbfc 50%,#fff 100%);padding:140px 0;position:relative;overflow:hidden}.investor-benefits__bg{pointer-events:none;z-index:0;position:absolute;inset:0}.investor-benefits__bg-pattern{background-image:radial-gradient(circle at 20% 30%,#d1a54908 0%,#0000 50%),radial-gradient(circle at 80% 70%,#293e6308 0%,#0000 50%);position:absolute;inset:0}.investor-benefits__bg-gradient{background:linear-gradient(90deg,#0000 0%,#293e6305 100%);width:60%;height:100%;position:absolute;top:0;right:0}.investor-benefits__wrapper{z-index:1;grid-template-columns:1fr 1fr;align-items:stretch;gap:60px;min-height:750px;display:grid;position:relative}.investor-benefits__visual{flex-direction:column;height:100%;min-height:750px;display:flex;position:relative}.investor-benefits__collage{width:100%;height:100%;position:relative}.investor-benefits__image-wrapper--primary{z-index:2;border-radius:24px;width:95%;height:80%;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 25px 50px -12px #00000026,0 0 0 1px #d1a5491a}.investor-benefits__image-wrapper--secondary{z-index:3;border-radius:24px;width:60%;height:55%;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 25px 50px -12px #0003,0 0 0 1px #293e631a}.investor-benefits__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.investor-benefits__image-wrapper:hover .investor-benefits__image{transform:scale(1.05)}.investor-benefits__image-overlay{pointer-events:none;background:linear-gradient(#293e631a 0%,#293e634d 100%);position:absolute;inset:0}.investor-benefits__image-accent{background:linear-gradient(180deg, var(--gold) 0%, var(--gold-dark) 100%);width:4px;height:100%;position:absolute;top:0;left:0}.investor-benefits__floating-badge{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;background:#fffffff2;border-radius:16px;align-items:center;gap:12px;padding:16px 24px;display:flex;position:absolute;bottom:16%;left:20px;box-shadow:0 10px 40px #0000001a,0 0 0 1px #d1a54933}.investor-benefits__badge-icon{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.investor-benefits__badge-icon svg{width:24px;height:24px}.investor-benefits__badge-content{flex-direction:column;display:flex}.investor-benefits__badge-value{font-family:var(--font-title);color:var(--navy);font-size:1.5rem;font-weight:700;line-height:1}.investor-benefits__badge-label{color:var(--gray-500);letter-spacing:.05em;font-size:.75rem;font-weight:500}.investor-benefits__accent-line{background:linear-gradient(90deg, var(--gold) 0%, transparent 100%);z-index:1;width:60px;height:3px;position:absolute;top:50%;left:-30px;transform:translateY(-50%)}.investor-benefits__content{flex-direction:column;justify-content:center;height:100%;display:flex;position:relative}.investor-benefits__mobile-badge{display:none}.investor-benefits__title{font-family:var(--font-title);color:var(--navy);margin:16px 0 20px;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.2}.investor-benefits__subtitle{color:var(--gray-500);max-width:500px;margin-bottom:40px;font-size:1.125rem;line-height:1.6}.investor-benefits__list{flex-direction:column;gap:0;display:flex}.investor-benefits__item{cursor:default;border-radius:12px;align-items:flex-start;gap:20px;margin:0 -24px;padding:20px 24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.investor-benefits__item:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--gray-200) 50%, transparent 100%);height:1px;position:absolute;bottom:0;left:24px;right:24px}.investor-benefits__item:last-child:before{display:none}.investor-benefits__item:hover{background:linear-gradient(90deg,#d1a5490d 0%,#0000 100%)}.investor-benefits__item:hover .investor-benefits__item-icon{color:#000}.investor-benefits__item:hover .investor-benefits__icon-glow{opacity:1}.investor-benefits__item:hover .investor-benefits__item-accent{opacity:1;transform:scaleY(1)}.investor-benefits__item-icon{flex-shrink:0;position:relative}.investor-benefits__icon-wrapper{width:48px;height:48px;color:var(--gold);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border-radius:12px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.investor-benefits__icon-wrapper svg{width:22px;height:22px}.investor-benefits__icon-glow{opacity:0;z-index:-1;background:radial-gradient(circle,#d1a5494d 0%,#0000 70%);border-radius:16px;transition:opacity .3s;position:absolute;inset:-4px}.investor-benefits__item-content{flex:1;padding-top:2px}.investor-benefits__item-title{font-family:var(--font-primary);color:var(--navy);margin-bottom:4px;font-size:1.0625rem;font-weight:600;transition:color .3s}.investor-benefits__item:hover .investor-benefits__item-title{color:var(--navy)}.investor-benefits__item-description{color:var(--gray-500);margin:0;font-size:.9375rem;line-height:1.5}.investor-benefits__item-accent{background:linear-gradient(180deg, var(--gold) 0%, var(--gold-dark) 100%);opacity:0;border-radius:2px;width:3px;height:60%;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:0;transform:translateY(-50%)scaleY(0)}.investor-benefits__cta{margin-top:40px}.investor-benefits__cta-btn{letter-spacing:.02em;align-items:center;gap:12px;padding:18px 36px;font-size:1rem;font-weight:600;display:inline-flex}.investor-benefits__cta-btn svg{transition:transform .3s}.investor-benefits__cta-btn:hover svg{transform:translate(4px)}.investor-benefits__trust-indicators{border-top:1px solid var(--gray-200);align-items:center;gap:20px;margin-top:24px;padding-top:24px;display:flex}.investor-benefits__trust-item{color:var(--gray-500);align-items:center;gap:8px;font-size:.875rem;display:flex}.investor-benefits__trust-item svg{width:16px;height:16px;color:var(--gold)}.investor-benefits__trust-divider{background:var(--gray-300);width:1px;height:16px}@media (width<=1200px){.investor-benefits{padding:100px 0}.investor-benefits__wrapper{gap:50px}.investor-benefits__visual{height:580px}.investor-benefits__image-wrapper--primary{width:92%;height:75%}.investor-benefits__image-wrapper--secondary{width:58%;height:50%}}@media (width<=992px){.investor-benefits{padding:80px 0}.investor-benefits__wrapper{grid-template-columns:1fr;gap:40px;min-height:auto}.investor-benefits__visual{order:1;height:450px;min-height:auto}.investor-benefits__content{order:2}.investor-benefits__image-wrapper--primary{width:90%;height:70%}.investor-benefits__image-wrapper--secondary{width:55%;height:48%}.investor-benefits__floating-badge{bottom:20px;left:auto;right:20px}}@media (width<=768px){.investor-benefits{padding:60px 0}.investor-benefits__visual{display:none}.investor-benefits__wrapper{gap:0;min-height:auto}.investor-benefits__content{align-items:center;height:auto;padding:0}.investor-benefits__content .section-label{text-align:center;width:auto;margin:0 auto}.investor-benefits__title{text-align:center;margin:12px 0 16px;font-size:1.625rem}.investor-benefits__subtitle{text-align:center;max-width:100%;margin-bottom:28px;font-size:.9375rem}.investor-benefits__item{gap:14px;margin:0 -12px;padding:14px 12px}.investor-benefits__icon-wrapper{width:36px;min-width:36px;height:36px}.investor-benefits__icon-wrapper svg{width:16px;height:16px}.investor-benefits__item-title{font-size:.9375rem}.investor-benefits__item-description{font-size:.8125rem;line-height:1.5}.investor-benefits__cta{text-align:center;margin-top:28px}.investor-benefits__cta-btn{justify-content:center;width:100%;padding:14px 24px;font-size:.9375rem}.investor-benefits__trust-indicators{flex-direction:column;align-items:center;gap:10px;margin-top:20px;padding-top:20px}.investor-benefits__trust-item{font-size:.8125rem}.investor-benefits__trust-item svg{width:14px;height:14px}.investor-benefits__trust-divider{display:none}.investor-benefits__mobile-badge{justify-content:center;margin-bottom:24px;display:flex}.investor-benefits__floating-badge--mobile{background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border:1px solid #d1a5494d;border-radius:100px;align-items:center;gap:10px;padding:12px 20px;display:none}.investor-benefits__badge-icon--mobile{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.investor-benefits__badge-icon--mobile svg{width:16px;height:16px}.investor-benefits__badge-text--mobile{flex-direction:column;display:flex}.investor-benefits__badge-value--mobile{font-family:var(--font-title);color:var(--navy);font-size:1.125rem;font-weight:700;line-height:1}.investor-benefits__badge-label--mobile{color:var(--gray-500);font-size:.6875rem;font-weight:500}}@media (width<=480px){.investor-benefits{padding:0}.investor-benefits__visual{display:none}.investor-benefits__wrapper{gap:0;min-height:auto}.investor-benefits__content{height:auto}.investor-benefits__floating-badge--mobile{gap:8px;padding:10px 16px}.investor-benefits__badge-icon--mobile{width:28px;height:28px}.investor-benefits__badge-icon--mobile svg{width:14px;height:14px}.investor-benefits__badge-value--mobile{font-size:1rem}.investor-benefits__badge-label--mobile{font-size:.625rem}.investor-benefits__title{margin:10px 0 14px;font-size:1.375rem}.investor-benefits__subtitle{margin-bottom:24px;font-size:.875rem}.investor-benefits__item{gap:12px;margin:0 -10px;padding:12px 10px}.investor-benefits__icon-wrapper{width:32px;min-width:32px;height:32px}.investor-benefits__icon-wrapper svg{width:14px;height:14px}.investor-benefits__item-title{font-size:.875rem}.investor-benefits__item-description{font-size:.75rem}.investor-benefits__cta{margin-top:24px}.investor-benefits__cta-btn{padding:12px 20px;font-size:.875rem}.investor-benefits__trust-indicators{gap:8px;margin-top:16px;padding-top:16px}.investor-benefits__trust-item{font-size:.75rem}.investor-benefits__trust-item svg{width:12px;height:12px}}@media (width<=375px){.investor-benefits{padding:40px 0}.investor-benefits__visual{display:none}.investor-benefits__wrapper{min-height:auto}.investor-benefits__content{height:auto}.investor-benefits__floating-badge--mobile{gap:6px;padding:8px 14px}.investor-benefits__badge-icon--mobile{width:24px;height:24px}.investor-benefits__badge-icon--mobile svg{width:12px;height:12px}.investor-benefits__badge-value--mobile{font-size:.875rem}.investor-benefits__badge-label--mobile{font-size:.5625rem}.investor-benefits__title{margin:8px 0 12px;font-size:1.25rem}.investor-benefits__subtitle{margin-bottom:20px;font-size:.8125rem}.investor-benefits__item{gap:10px;padding:10px 8px}.investor-benefits__icon-wrapper{width:28px;min-width:28px;height:28px}.investor-benefits__icon-wrapper svg{width:12px;height:12px}.investor-benefits__item-title{font-size:.8125rem}.investor-benefits__item-description{font-size:.6875rem}.investor-benefits__cta{margin-top:20px}.investor-benefits__cta-btn{padding:10px 18px;font-size:.8125rem}.investor-benefits__trust-item{font-size:.6875rem}.investor-benefits__trust-item svg{width:10px;height:10px}}.investor-benefits__image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff1a 50%,#0000 100%);width:50%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.investor-benefits__image-wrapper:hover:after{left:150%}.faq{background:var(--off-white);padding:80px 0}.faq .section-header{text-align:center;margin-bottom:48px}.faq__grid{flex-direction:column;gap:12px;max-width:800px;margin:0 auto;display:flex}.faq__item{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;transition:all .3s;overflow:hidden}.faq__item:hover{border-color:var(--gray-300);box-shadow:0 4px 20px #293e630f}.faq__item--active{border-color:var(--gold);box-shadow:0 8px 32px #d1a5491a}.faq__item--active .faq__question{color:var(--navy)}.faq__item--active .faq__icon{background:var(--gold);color:var(--white);transform:rotate(45deg)}.faq__question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:24px 28px;transition:all .3s;display:flex}.faq__question:hover{background:#293e6305}.faq__question-text{color:var(--navy);font-size:1.0625rem;font-weight:600;line-height:1.5}.faq__icon{width:32px;min-width:32px;height:32px;color:var(--navy);background:#293e630d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.faq__icon svg{width:14px;height:14px}.faq__answer-wrapper{overflow:hidden}.faq__answer{padding:0 28px 24px}.faq__answer p{color:var(--gray-600);margin:0;font-size:.9375rem;line-height:1.7}.faq__trust{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);text-align:center;border-radius:24px;margin-top:48px;padding:40px}.faq__trust-content{max-width:600px;margin:0 auto}.faq__trust-icon{width:64px;height:64px;color:var(--gold);background:#d1a54926;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;display:flex}.faq__trust-icon svg{width:32px;height:32px}.faq__trust-text h4{color:var(--white);margin-bottom:8px;font-size:1.5rem;font-weight:700}.faq__trust-text p{color:#fffc;margin-bottom:32px;font-size:1rem}.faq__trust-cta{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width<=992px){.faq__trust-content{padding:0}}@media (width<=768px){.faq{padding:60px 0}.faq__grid{gap:10px}.faq__question{padding:20px}.faq__question-text{font-size:.9375rem}.faq__answer{padding:0 20px 20px}.faq__trust{padding:32px 24px}.faq__trust-cta{flex-direction:column;align-items:center}}@media (width<=480px){.faq{padding:48px 0}.faq .section-header{margin-bottom:32px}.faq__question{gap:12px;padding:16px}.faq__question-text{font-size:.875rem}.faq__icon{width:28px;min-width:28px;height:28px}.faq__icon svg{width:12px;height:12px}.faq__answer{padding:0 16px 16px}.faq__answer p{font-size:.875rem}.faq__trust{border-radius:16px;padding:24px 16px}.faq__trust-icon{width:56px;height:56px;margin-bottom:16px}.faq__trust-icon svg{width:28px;height:28px}.faq__trust-text h4{font-size:1.25rem}.faq__trust-text p{margin-bottom:24px;font-size:.875rem}}.about__trust-bar{background:var(--navy);padding:24px 0}.trust-bar__grid--small{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.trust-bar__grid--small .trust-bar__item{align-items:center;gap:12px;display:flex}.trust-bar__grid--small .trust-bar__icon{width:40px;min-width:40px;height:40px;color:var(--gold);background:#d1a54926;border-radius:10px;justify-content:center;align-items:center;display:flex}.trust-bar__grid--small .trust-bar__icon svg{width:20px;height:20px}.trust-bar__grid--small .trust-bar__content{flex-direction:column;gap:2px;display:flex}.trust-bar__grid--small .trust-bar__value{color:var(--white);font-size:1rem;font-weight:700}.trust-bar__grid--small .trust-bar__label{color:#ffffffb3;font-size:.75rem}.about__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.about__hero-bg-image{background-image:url(/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.about__hero-overlay{background:linear-gradient(135deg,#293e63f2 0%,#1a2a42e6 100%);position:absolute;inset:0}.about__hero-content{z-index:2;text-align:center;padding:60px 0 80px;position:relative}.about__hero-inner{max-width:800px;margin:0 auto}.about__hero-title{letter-spacing:-.03em;color:#fff;margin-bottom:20px;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.1}.about__hero-subtitle{color:var(--gold);margin-bottom:24px;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600}.about__hero-description{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.about__hero-scroll{color:#ffffffb3;letter-spacing:.05em;z-index:10;flex-direction:column;align-items:center;gap:12px;font-size:.75rem;font-weight:500;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.about__hero-scroll-line{background:linear-gradient(180deg, var(--gold) 0%, transparent 100%);width:1px;height:40px;animation:2s ease-in-out infinite scrollLine}.about__who{background:var(--white);padding:120px 0}.about__who-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:80px;min-height:600px;display:grid}.about__who-images{align-items:center;height:100%;display:flex;position:relative}.about__who-image-main{border-radius:24px;width:100%;position:relative;overflow:hidden;box-shadow:0 25px 60px #293e6333}.about__who-image-main img{aspect-ratio:4/3;object-fit:cover;width:100%;height:100%;display:block}.about__who-image-secondary{border:4px solid var(--white);border-radius:20px;width:60%;position:absolute;bottom:-40px;right:-40px;overflow:hidden;box-shadow:0 20px 50px #293e6340}.about__who-image-secondary img{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;display:block}.about__who-content{flex-direction:column;justify-content:center;height:100%;display:flex}.about__who-badge{background:var(--navy);border-radius:16px;flex-direction:column;align-items:center;gap:4px;padding:24px 32px;display:flex;position:absolute;top:20px;left:-20px;box-shadow:0 15px 40px #293e634d}.about__who-badge-value{color:var(--gold);font-size:2.5rem;font-weight:800;line-height:1}.about__who-badge-label{color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}@media (width<=1200px){.about__who-badge{padding:20px 28px;top:10px;left:-10px}.about__who-badge-value{font-size:2rem}}@media (width<=992px){.about__who-badge{padding:20px 28px;top:16px;left:-16px}.about__who-badge-value{font-size:1.75rem}.about__who-badge-label{font-size:.6875rem}}@media (width<=768px){.about__who-badge{padding:16px 24px;top:12px;left:-12px}.about__who-badge-value{font-size:1.5rem}.about__who-badge-label{letter-spacing:.04em;font-size:.625rem}}@media (width<=480px){.about__who-images{flex-direction:column;align-items:center;margin-bottom:0;display:flex}.about__who-image-main{width:100%;max-width:100%}.about__who-image-secondary{display:none}.about__who-badge{align-self:center;margin-top:-30px;margin-bottom:20px;padding:16px 24px;display:inline-flex;position:relative;top:auto;left:auto}.about__who-badge-value{font-size:1.5rem}.about__who-badge-label{font-size:.625rem}}@media (width<=375px){.about__who-badge{padding:14px 20px}.about__who-badge-value{font-size:1.5rem}.about__who-badge-label{font-size:.6rem}}.about__who-content{position:relative}.about__who-text{margin-top:24px}.about__who-text p{color:var(--gray-600);margin-bottom:20px;font-size:1.0625rem;line-height:1.8}.about__who-text strong{color:var(--navy)}.about__who-credentials{flex-direction:column;gap:16px;margin-top:32px;display:flex}.about__who-credential{background:var(--off-white);border-radius:16px;align-items:center;gap:16px;padding:20px 24px;transition:all .3s;display:flex;overflow:visible}.about__who-credential:hover{background:var(--white);transform:translate(8px);box-shadow:0 10px 30px #293e631a}.about__who-credential:hover .about__who-credential-title{color:var(--gold)}.about__who-credential-icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);width:52px;min-width:52px;height:52px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;display:flex}.about__who-credential-icon svg{width:26px;height:26px}.about__who-credential-text{flex-direction:column;gap:4px;display:flex}.about__who-credential-title{color:var(--navy);font-size:1rem;font-weight:700}.about__who-credential-desc{color:var(--gray-600);font-size:.875rem}.about__stats{background:var(--white);padding:80px 0;position:relative}.about__stats-grid{justify-content:center;align-items:center;max-width:100%;display:flex}.about__stats .benefits__stats{background:var(--navy);box-sizing:border-box;border-radius:24px;justify-content:center;align-items:center;gap:48px;max-width:1200px;margin:0 auto;padding:40px;display:flex}.about__stats .benefits__stat{text-align:center;flex:1;min-width:140px}.about__stats .benefits__stat>span:first-child{color:var(--white);margin-bottom:8px;font-size:3rem;font-weight:800;line-height:1;display:block}.about__stats .benefits__stat-label{color:#ffffffb3;font-size:.875rem;font-weight:500}.about__stats .benefits__stat-divider{background:#ffffff26;flex-shrink:0;width:1px;height:50px}@media (width>=1400px){.about__stats{padding:100px 0}.about__stats .benefits__stats{padding:48px 50px}}@media (width>=1024px) and (width<=1399px){.about__stats{padding:80px 0}.about__stats .benefits__stats{padding:40px 32px}}@media (width<=992px){.about__stats .benefits__stats{flex-wrap:wrap;gap:32px}.about__stats .benefits__stat-divider{display:none}}@media (width<=768px){.about__stats{padding:60px 0}.about__stats-grid{padding:0 16px}.about__stats .benefits__stats{border-radius:16px;grid-template-columns:repeat(2,1fr);gap:20px;padding:24px 16px;display:grid}.about__stats .benefits__stat>span:first-child{margin-bottom:4px;font-size:2rem}.about__stats .benefits__stat-label{font-size:.75rem}}@media (width<=480px){.about__stats{padding:48px 0}.about__stats .benefits__stats{border-radius:12px;gap:16px;padding:20px 12px}.about__stats .benefits__stat>span:first-child{font-size:1.625rem}.about__stats .benefits__stat-label{font-size:.6875rem}}@media (width<=375px){.about__stats{padding:40px 0}.about__stats .benefits__stats{border-radius:10px;gap:12px;padding:16px 8px}.about__stats .benefits__stat>span:first-child{font-size:1.375rem}.about__stats .benefits__stat-label{font-size:.625rem}}.about__vision{padding:120px 0;position:relative;overflow:hidden}.about__vision-bg{z-index:0;position:absolute;inset:0}.about__vision-bg img{object-fit:cover;opacity:.05;width:100%;height:100%}.about__vision-header{text-align:center;z-index:1;margin-bottom:60px;position:relative}.about__vision-grid{z-index:1;grid-template-columns:repeat(2,1fr);gap:40px;display:grid;position:relative}.about__vision-card{-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-radius:24px;padding:48px;transition:all .4s;position:relative;overflow:visible;box-shadow:0 20px 60px #293e6326}.about__vision-card:before{content:"";background:linear-gradient(90deg, var(--navy) 0%, var(--gold) 100%);border-radius:24px 24px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.about__vision-card-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#d1a5491a 0%,#0000 50%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:-50%;right:-50%}.about__vision-card:hover{transform:translateY(-4px);box-shadow:0 30px 80px #293e6333}.about__vision-card:hover .about__vision-card-glow{opacity:1}.about__vision-icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);width:64px;height:64px;color:var(--white);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.about__vision-icon svg{width:32px;height:32px}.about__vision-title{color:var(--navy);margin-bottom:16px;font-size:1.5rem;font-weight:700;line-height:1.3}.about__vision-text{color:var(--gray-600);margin-bottom:24px;font-size:1rem;line-height:1.7}.about__vision-list{margin:0;padding:0;list-style:none}.about__vision-list li{color:var(--gray-700);margin-bottom:12px;padding-left:24px;font-size:.9375rem;line-height:1.5;position:relative}.about__vision-list li:before{content:"";background:var(--gold);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:0}.about__values{background:var(--off-white);padding:120px 0;overflow:hidden}.about__values-grid{grid-template-columns:repeat(5,1fr);gap:24px;display:grid}.about__values-card{background:var(--white);text-align:center;border-radius:20px;padding:40px 24px;transition:all .4s;position:relative;overflow:visible;box-shadow:0 4px 20px #293e6314}.about__values-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #293e6326}.about__values-card:hover .about__values-icon{background:var(--navy);color:var(--white)}.about__values-card:hover .about__values-line{background:var(--gold);width:60px}.about__values-icon{width:120px;height:72px;color:var(--gold);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;margin:0 auto 24px;transition:all .4s;display:flex}.about__values-icon svg{width:32px;height:32px}.about__values-title{color:var(--navy);margin-bottom:12px;font-size:1.25rem;font-weight:700;line-height:1.3}.about__values-desc{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.about__values-line{background:var(--gray-200);border-radius:2px;width:40px;height:3px;margin:20px auto 0;transition:all .4s}.about__approach{background:var(--white);padding:120px 0}.about__approach-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:80px;min-height:500px;display:grid}.about__approach-content{flex-direction:column;justify-content:center;height:100%;display:flex}.about__approach-text{color:var(--gray-600);margin-bottom:40px;font-size:1.0625rem;line-height:1.8}.about__approach-steps{flex-direction:column;gap:24px;display:flex}.about__approach-step{background:var(--off-white);border-radius:16px;align-items:flex-start;gap:20px;padding:24px;transition:all .3s;display:flex}.about__approach-step:hover{background:var(--white);transform:translate(8px);box-shadow:0 10px 30px #293e631a}.about__approach-number{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);width:48px;min-width:48px;height:48px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.about__approach-step-content{flex:1}.about__approach-step-title{color:var(--navy);margin-bottom:8px;font-size:1.125rem;font-weight:700}.about__approach-step-desc{color:var(--gray-600);font-size:.9375rem;line-height:1.5}.about__approach-image{align-items:center;height:100%;display:flex;position:relative}.about__approach-image img{border-radius:24px;width:100%;height:auto;box-shadow:0 25px 60px #293e6333}.about__approach-image-badge{background:var(--navy);border-radius:16px;flex-direction:column;align-items:center;gap:4px;padding:28px 36px;display:flex;position:absolute;bottom:40px;left:-30px;box-shadow:0 15px 40px #293e634d}.about__approach-badge-value{color:var(--gold);font-size:2rem;font-weight:800;line-height:1}.about__approach-badge-label{color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}@media (width<=1200px){.about__approach-image-badge{padding:24px 32px;bottom:30px;left:-20px}.about__approach-badge-value{font-size:1.75rem}}@media (width<=992px){.about__approach-image-badge{padding:20px 28px;bottom:20px;left:-15px}.about__approach-badge-value{font-size:1.5rem}.about__approach-badge-label{font-size:.6875rem}}@media (width<=768px){.about__approach-image-badge{padding:18px 24px;bottom:-15px;left:50%;transform:translate(-50%)}.about__approach-badge-value{font-size:1.5rem}.about__approach-badge-label{letter-spacing:.04em;font-size:.625rem}}@media (width<=480px){.about__approach-image-badge{display:none}.about__approach-badge-value{font-size:1.5rem}.about__approach-badge-label{font-size:.6875rem}}@media (width<=375px){.about__approach-image-badge{display:none}.about__approach-badge-value{font-size:1.25rem}.about__approach-badge-label{font-size:.6rem}}.about__trust{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);padding:100px 0;position:relative;overflow:hidden}.about__trust-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.about__trust-bg:after{content:"";background:linear-gradient(135deg,#293e63eb 0%,#1a2a42e0 100%);position:absolute;inset:0}.about__trust-content{z-index:1;text-align:center;max-width:1200px;margin:0 auto;position:relative}.about__trust-title{color:var(--white);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.about__trust-subtitle{color:#fffc;max-width:700px;margin-bottom:60px;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.7}.about__trust-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.about__trust-item{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:32px 24px;transition:all .3s;overflow:visible}.about__trust-item:hover{background:#ffffff14;border-color:#d1a5494d;transform:translateY(-4px)}.about__trust-item-icon{width:56px;height:56px;color:var(--gold);background:#d1a54926;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.about__trust-item-icon svg{width:28px;height:28px}.about__trust-item h4{color:var(--white);margin-bottom:8px;font-size:1rem;font-weight:700;line-height:1.3}.about__trust-item p{color:#ffffffb3;font-size:.875rem;line-height:1.5}.about__why{background:var(--off-white);padding:120px 0;overflow:hidden}.about__why-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.about__why-card{background:var(--white);text-align:center;border-radius:20px;padding:40px 28px;transition:all .4s;overflow:visible;box-shadow:0 4px 20px #293e630f}.about__why-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #293e631f}.about__why-card:hover .about__why-card-icon{background:var(--navy);color:var(--white)}.about__why-card-icon{width:64px;height:64px;color:var(--gold);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;margin:0 auto 24px;transition:all .4s;display:flex}.about__why-card-icon svg{width:28px;height:28px}.about__why-card-title{color:var(--navy);margin-bottom:12px;font-size:1.125rem;font-weight:700;line-height:1.3}.about__why-card-desc{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.about__cta{padding:120px 0;position:relative;overflow:hidden}.about__cta-bg{z-index:0;position:absolute;inset:0}.about__cta-bg img{object-fit:cover;width:100%;height:100%}.about__cta-overlay{z-index:1;background:linear-gradient(135deg,#293e63f2 0%,#1a2a42e6 100%);position:absolute;inset:0}.about__cta-content{z-index:2;text-align:center;max-width:700px;margin:0 auto;position:relative}.about__cta-title{color:var(--white);margin-bottom:20px;font-size:clamp(2rem,4vw,3rem);font-weight:800}.about__cta-text{color:#ffffffd9;margin-bottom:40px;font-size:1.125rem;line-height:1.7}.about__cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width<=1200px){.about__who-grid,.about__approach-grid{gap:60px}.about__values-grid{grid-template-columns:repeat(3,1fr);gap:20px}.about__values-card{padding:32px 20px}.about__values-card:nth-child(4),.about__values-card:nth-child(5){grid-column:auto}.about__trust-grid,.about__why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.about__hero{min-height:60vh}.about__hero-content{padding:60px 0}.about__trust-bar{padding:20px 0}.trust-bar__grid--small{grid-template-columns:repeat(2,1fr);gap:16px}.about__who-grid,.about__approach-grid{grid-template-columns:1fr;gap:60px}.about__who-images{order:-1;max-width:500px;margin:0 auto -70px}.about__who-image-main{aspect-ratio:4/3}.about__who-image-secondary{bottom:-30px;right:-20px}.about__approach-image{order:-1}.about__vision-grid{grid-template-columns:1fr;gap:32px}.about__values-grid{grid-template-columns:repeat(2,1fr);gap:20px}.about__values-card{padding:28px 20px}.about__values-card:nth-child(5){grid-column:1/-1}}@media (width<=768px){.about__hero{min-height:50vh}.about__hero-content{padding:80px 16px 40px}.about__hero-title{font-size:2.25rem}.about__hero-subtitle{font-size:1.125rem}.about__trust-bar{padding:16px 0}.trust-bar__grid--small{grid-template-columns:1fr 1fr;gap:12px}.trust-bar__grid--small .trust-bar__icon{width:36px;min-width:36px;height:36px}.trust-bar__grid--small .trust-bar__icon svg{width:18px;height:18px}.trust-bar__grid--small .trust-bar__value{font-size:.9375rem}.trust-bar__grid--small .trust-bar__label{font-size:.6875rem}.about__who,.about__values,.about__approach,.about__why{padding:60px 0}.about__who-content{text-align:center;flex-direction:column;align-items:center;display:flex}.about__who-content .section-label{margin:0 auto}.about__approach-content{text-align:center;flex-direction:column;align-items:center;display:flex}.about__approach-content .section-label{margin:0 auto}.about__who-images{max-width:100%;margin-bottom:0}.about__who-content{text-align:center}.about__who-text{text-align:left}.about__cta{padding:60px 0}.about__cta-card{padding:40px 20px}.about__cta-title{font-size:1.75rem}.about__cta-text{margin-bottom:24px;font-size:1rem}.about__trust{padding:48px 0}.about__trust-content{padding:0 16px}.about__trust-grid{grid-template-columns:1fr;gap:16px}.about__trust-item{padding:20px 16px}.about__trust-title{margin-bottom:12px;font-size:1.5rem}.about__trust-subtitle{margin-bottom:32px;font-size:.9375rem}.about__why-grid{grid-template-columns:1fr;gap:16px}.about__why-card{padding:28px 20px}.about__values-grid{grid-template-columns:1fr;gap:16px}.about__values-card{padding:24px 20px}.about__vision-grid{grid-template-columns:1fr;gap:24px}.about__vision-card{padding:28px 20px}.about__vision-title{font-size:1.25rem}.about__vision-text{font-size:.9375rem}.about__approach-steps{gap:16px}.about__approach-step{gap:16px;padding:20px}.about__approach-number{width:40px;min-width:40px;height:40px;font-size:.75rem}.about__approach-step-title{font-size:1rem}.about__approach-step-desc{font-size:.875rem}.about__values-card:nth-child(5){grid-column:span 1;max-width:none;margin:0}.about__cta-buttons{flex-direction:column;align-items:center}.about__cta-buttons .btn{width:100%;max-width:280px}.about__who-image-secondary{display:none}}@media (width<=480px){.about__hero{min-height:40vh}.about__hero-title{margin-bottom:12px;font-size:1.75rem}.about__hero-subtitle{margin-bottom:16px;font-size:1rem}.about__hero-description{padding:0 16px;font-size:1rem}.about__who,.about__values,.about__approach,.about__why{padding:60px 0}.about__who-images{margin-bottom:-75px}.about__who-grid,.about__approach-grid{gap:40px}.about__who-image-main img,.about__who-image-secondary img{aspect-ratio:4/3;object-fit:cover}.about__vision{padding:60px 0}.about__approach-image img{aspect-ratio:16/9;object-fit:cover}.about__who-credential{padding:16px 20px}.about__who-credential-icon{width:44px;min-width:44px;height:44px}.about__vision-card{padding:32px 24px}.about__trust{padding:48px 0}.about__trust-grid{gap:16px}}@media (width<=375px){.about__hero-title{font-size:1.5rem}.about__hero-subtitle,.about__hero-description{font-size:.9375rem}.about__who,.about__values,.about__approach,.about__why{padding:48px 0}.about__vision-card{padding:24px 20px}.about__vision-title{font-size:1.25rem}.about__values-card{padding:24px 16px}.about__values-icon{width:56px;height:56px}.about__values-title{font-size:1rem}.about__trust-item{padding:24px 16px}.about__trust-item h4{font-size:.9375rem}.about__trust-item p{font-size:.8125rem}}@supports (padding:max(0px)){.about__hero-content{padding-top:max(60px, calc(80px + env(safe-area-inset-top,40px)))}.about__who,.about__values,.about__approach,.about__why,.about__trust,.about__cta{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}}.about__who-text .read-more{margin-top:0}.about__who-text p,.about__who-text .read-more p{color:var(--gray-600);margin:0;font-size:1.0625rem;line-height:1.8}.about__approach-text .read-more{margin-top:0}.about__approach-text p,.about__approach-text .read-more p{color:var(--gray-600);margin:0;font-size:1.0625rem;line-height:1.8}@media (width<=768px){.about__who-text p,.about__who-text .read-more p,.about__approach-text p,.about__approach-text .read-more p{font-size:1rem;line-height:1.7}}@media (width<=480px){.about__who-text p,.about__who-text .read-more p,.about__approach-text p,.about__approach-text .read-more p{font-size:.9375rem}}.about-page{padding-top:0}.strategy{background:linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);padding:80px 0;position:relative;overflow:hidden}.strategy__tabs{-webkit-overflow-scrolling:touch;background:0 0;border-radius:0;flex-wrap:wrap;justify-content:center;gap:12px;max-width:100%;margin-bottom:48px;margin-left:auto;margin-right:auto;padding:0;display:flex;overflow-x:auto}.strategy__tab{background:var(--white);border:2px solid var(--navy);font-family:var(--font-primary);color:var(--navy);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;border-radius:32px;min-width:fit-content;padding:12px 28px;font-size:.95rem;font-weight:600}.strategy__tab:hover{color:var(--white);background:var(--navy);border-color:var(--navy);transform:translateY(-2px);box-shadow:0 4px 12px #293e6326}.strategy__tab--active{background:var(--navy);color:var(--white);border-color:var(--navy);box-shadow:0 6px 16px #293e6340}.strategy__tab-short{display:none}.strategy__content{position:relative}.strategy__main{grid-template-columns:1fr 280px;align-items:start;gap:70px;margin-bottom:40px;display:grid}.strategy__info{max-width:680px}.strategy__title{color:var(--navy);margin-bottom:20px;font-size:2.25rem;font-weight:700;line-height:1.2}.strategy__description{color:var(--gray-600);margin-bottom:40px;font-size:1.0625rem;line-height:1.8}.strategy__details-title{color:var(--navy);text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px;font-size:1rem;font-weight:700}.strategy__list{gap:16px;list-style:none;display:grid}.strategy__list-item{color:var(--gray-700);align-items:center;gap:12px;font-size:1rem;display:flex}.strategy__check{width:24px;min-width:24px;height:24px;color:var(--gold)}.strategy__metrics{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);border-radius:var(--radius-xl);border:1px solid #ffffff1a;flex-direction:column;gap:28px;min-width:240px;height:fit-content;padding:36px 28px;display:flex;position:relative;top:0;overflow:hidden;box-shadow:0 20px 50px #293e6326}.strategy__metrics:before{content:"";pointer-events:none;background:radial-gradient(100% 80% at 30% 100%,#d1a5491a 0%,#0000 50%);position:absolute;inset:0}.strategy__metric{text-align:center;z-index:1;border-bottom:1px solid #ffffff1a;padding-bottom:24px;position:relative}.strategy__metric:last-child{border-bottom:none;padding-bottom:0}.strategy__metric-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:.75rem;font-weight:600}.strategy__metric-value{color:var(--white);font-size:1.5rem;font-weight:700}.strategy__metric-value--gold{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.strategy__cta{text-align:center;margin-top:48px}.strategy__bg{pointer-events:none;background:radial-gradient(circle,#d1a5490d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:0;right:-200px}@media (width<=1200px){.strategy{padding:60px 0}.strategy__main{grid-template-columns:1fr;gap:48px}.strategy__metrics{flex-flow:wrap;justify-content:space-around;min-width:auto;height:auto;top:0}.strategy__metric{border-bottom:1px solid #ffffff1a;border-right:none;flex:0 calc(50% - 14px);padding-bottom:24px}.strategy__metric:nth-child(odd):nth-last-child(-n+2),.strategy__metric:last-child{border-bottom:none;padding-bottom:0}}@media (width<=992px){.strategy{padding:50px 0}.strategy__tabs{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:40px;padding:0}.strategy__tab{border-width:2px;padding:11px 22px;font-size:.875rem}.strategy__tab-full{display:inline}.strategy__tab-short{display:none}.strategy__title{font-size:1.75rem}.strategy__metrics{flex-flow:wrap;gap:16px;margin-top:20px}.strategy__metric{border-bottom:none;border-right:1px solid #ffffff1a;flex:0 calc(50% - 8px);padding:20px 16px 20px 0}.strategy__metric:nth-child(2n){border-right:none;padding-left:16px;padding-right:0}}@media (width<=768px){.strategy{padding:40px 0}.strategy__tabs{gap:8px;margin-bottom:30px;padding:0}.strategy__tab{border-width:1.5px;padding:10px 20px;font-size:.8125rem}.strategy__tab-full{display:inline}.strategy__tab-short{display:none}.strategy__title{margin-bottom:16px;font-size:1.5rem}.strategy__description{margin-bottom:28px;font-size:1rem}.strategy__metrics{flex-direction:column;gap:0}.strategy__metric{border-bottom:1px solid #ffffff1a;border-right:none;flex:1;padding-bottom:20px;padding-left:0;padding-right:0}.strategy__metric:last-child{border-bottom:none;padding-bottom:0}}@media (width<=575px){.strategy{padding:32px 0}.strategy__tabs{flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:24px;padding:0}.strategy__tab{border-width:1px;padding:10px 16px;font-size:.75rem}.strategy__tab{white-space:normal;flex:0 calc(50% - 3px);justify-content:center;align-items:center;min-height:44px;padding:11px 16px;font-size:.8rem;display:flex}.strategy__tab-short{display:inline}.strategy__tab-full{display:none}.strategy__title{margin-bottom:14px;font-size:1.375rem;line-height:1.3}.strategy__description{margin-bottom:24px;font-size:.9875rem;line-height:1.7}.strategy__details-title{margin-bottom:14px;font-size:.875rem}.strategy__list{gap:12px}.strategy__list-item{gap:10px;font-size:.875rem}.strategy__check{width:20px;min-width:20px;height:20px}.strategy__metrics{gap:20px;padding:24px 20px}.strategy__metric{padding-bottom:20px}.strategy__metric-label{margin-bottom:6px;font-size:.6875rem}.strategy__metric-value{font-size:1.25rem}.strategy__cta{margin-top:28px}}@media (width<=375px){.strategy{padding:28px 0}.strategy__tabs{gap:6px;margin-bottom:22px;padding:6px}.strategy__tab{flex:0 calc(50% - 3px);min-height:40px;padding:10px 14px;font-size:.75rem}.strategy__title{margin-bottom:12px;font-size:1.25rem}.strategy__description{margin-bottom:20px;font-size:.9375rem}.strategy__details-title{font-size:.8125rem}.strategy__list-item{gap:8px;font-size:.875rem}.strategy__check{width:18px;min-width:18px;height:18px}.strategy__metrics{gap:18px;padding:22px}.strategy__metric{padding-bottom:18px}.strategy__metric-value{font-size:1.25rem}.strategy__metric-label{font-size:.625rem}.strategy__cta{margin-top:24px}}@media (width<=992px) and (height<=500px) and (orientation:landscape){.strategy{padding:40px 0}.strategy__tabs{margin-bottom:24px}.strategy__main{gap:24px}.strategy__description{margin-bottom:20px}.strategy__metrics{gap:16px;padding:20px}.strategy__cta{margin-top:24px}}@media (hover:none) and (pointer:coarse){.strategy__tab{min-width:48px;min-height:48px}.strategy__list-item{align-items:center;min-height:44px;display:flex}}@supports (padding:max(0px)){.strategy{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}}.howitworks{background:var(--white);position:relative;overflow:hidden}.howitworks__timeline{grid-template-columns:repeat(3,1fr);gap:32px;display:grid;position:relative}.howitworks__line{display:none}.howitworks__step{text-align:center;background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);transition:all var(--transition-base);padding:32px 24px;position:relative}.howitworks__step:hover{border-color:var(--gold);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.howitworks__step-number{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);color:var(--white);letter-spacing:.05em;border-radius:100px;padding:6px 16px;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.howitworks__step-content{padding-top:20px}.howitworks__step-icon{border-radius:var(--radius-lg);width:64px;height:64px;color:var(--gold);transition:all var(--transition-base);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.howitworks__step:hover .howitworks__step-icon{background:var(--navy);color:var(--white)}.howitworks__step-icon svg{width:28px;height:28px}.howitworks__step-title{color:var(--navy);margin-bottom:12px;font-size:1.125rem;font-weight:700}.howitworks__step-description{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.howitworks__cta{text-align:center;background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:var(--radius-2xl);margin-top:64px;padding:48px}.howitworks__cta-text{color:var(--white);opacity:.9;margin-bottom:24px;font-size:1.25rem}@media (width<=992px){.howitworks__timeline{grid-template-columns:repeat(2,1fr);gap:24px}}@media (width<=768px){.howitworks{padding:48px 0}.howitworks__timeline{grid-template-columns:1fr;gap:20px}.howitworks__step{text-align:left;gap:16px;padding:20px;display:flex}.howitworks__step-number{flex-shrink:0;align-self:flex-start;padding:6px 14px;font-size:.6875rem;position:relative;top:0;left:0;transform:none}.howitworks__step-content{flex:1;padding-top:0}.howitworks__step-icon{border-radius:12px;width:44px;min-width:44px;height:44px;margin:0 0 12px}.howitworks__step-icon svg{width:22px;height:22px}.howitworks__step-title{margin-bottom:8px;font-size:1rem}.howitworks__step-description{font-size:.875rem;line-height:1.5}.howitworks__cta{border-radius:16px;margin-top:48px;padding:32px 20px}.howitworks__cta-text{margin-bottom:20px;font-size:1rem}}@media (width<=480px){.howitworks{padding:40px 0}.howitworks__timeline{gap:16px}.howitworks__step{gap:12px;padding:16px}.howitworks__step-number{padding:5px 12px;font-size:.625rem}.howitworks__step-icon{width:40px;min-width:40px;height:40px;margin-bottom:10px}.howitworks__step-icon svg{width:20px;height:20px}.howitworks__step-title{margin-bottom:6px;font-size:.9375rem}.howitworks__step-description{font-size:.8125rem;line-height:1.5}.howitworks__cta{margin-top:36px;padding:24px 16px}.howitworks__cta-text{margin-bottom:16px;font-size:.9375rem}}@media (hover:none) and (pointer:coarse){.howitworks__step{padding:20px}.howitworks__step-icon{min-width:48px;min-height:48px}}.risk{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);position:relative;overflow:hidden}.risk__wrapper{z-index:1;position:relative}.risk__content{max-width:100%}.risk__description{color:#fffc;max-width:600px;margin-top:20px;font-size:1.125rem;line-height:1.8}.risk__protections{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px;display:grid}.risk__protection{border-radius:var(--radius-lg);transition:all var(--transition-base);background:#ffffff0d;border:1px solid #ffffff1a;gap:16px;padding:24px;display:flex}.risk__protection:hover{background:#ffffff1a;border-color:#d1a5494d}.risk__protection-icon{border-radius:var(--radius-md);width:48px;min-width:48px;height:48px;color:var(--gold);background:#d1a54933;justify-content:center;align-items:center;display:flex}.risk__protection-icon svg{width:24px;height:24px}.risk__protection-content{flex:1}.risk__protection-title{color:var(--white);margin-bottom:8px;font-size:1rem;font-weight:700}.risk__protection-description{color:#ffffffb3;font-size:.875rem;line-height:1.5}.risk__stats{border-top:1px solid #ffffff1a;justify-content:center;gap:80px;margin-top:64px;padding-top:48px;display:flex}.risk__stat{text-align:center}.risk__stat-value{color:var(--gold);margin-bottom:12px;font-size:3.5rem;font-weight:800;line-height:1}.risk__stat-label{color:#ffffffb3;letter-spacing:.02em;font-size:.875rem;font-weight:500}.risk__pattern{pointer-events:none;opacity:.5;position:absolute;inset:0}@media (width<=992px){.risk__protections{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.risk__protections{grid-template-columns:1fr}.risk__stats{flex-direction:column;align-items:center;gap:32px}.risk__stat-value{font-size:2.5rem}}@media (width<=575px){.risk__content{padding:0 8px}.risk__description{margin-top:16px;font-size:1rem;line-height:1.6}.risk__protections{gap:16px;margin-top:32px}.risk__protection{gap:14px;padding:20px}.risk__protection-icon{width:44px;min-width:44px;height:44px}.risk__protection-icon svg{width:22px;height:22px}.risk__protection-title{margin-bottom:6px;font-size:.9375rem}.risk__protection-description{font-size:.8125rem;line-height:1.5}.risk__stats{gap:24px;margin-top:40px;padding-top:32px}.risk__stat-value{margin-bottom:8px;font-size:2rem}.risk__stat-label{font-size:.8125rem}}@media (width<=375px){.risk__protection{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.risk__protection-icon{width:40px;min-width:40px;height:40px}.risk__protection-title{font-size:.875rem}.risk__protection-description{font-size:.75rem}.risk__stat-value{font-size:1.75rem}.risk__stat-label{font-size:.75rem}}@media (width<=992px) and (height<=500px) and (orientation:landscape){.risk{padding:40px 0}.risk__protections{gap:16px}.risk__protection{padding:16px}.risk__stats{gap:20px;margin-top:32px;padding-top:24px}}@media (hover:none) and (pointer:coarse){.risk__protection{min-height:48px}}@supports (padding:max(0px)){.risk{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}}.opportunities{background:var(--off-white);position:relative}.opportunities__grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px;display:grid}.opportunities__card{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);transition:all var(--transition-base);padding:32px}.opportunities__card:hover{border-color:var(--gold);box-shadow:var(--shadow-xl)}.opportunities__card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.opportunities__type{color:var(--navy);text-transform:uppercase;letter-spacing:.05em;background:#293e6314;border-radius:100px;padding:6px 12px;font-size:.75rem;font-weight:600}.opportunities__status{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:6px 12px;font-size:.75rem;font-weight:600}.opportunities__status.open{color:#16a34a;background:#22c55e1a}.opportunities__status.limited{color:var(--gold-dark);background:#d1a54926}.opportunities__status.closed{color:#dc262d;background:#ef44441a}.opportunities__title{color:var(--navy);margin-bottom:12px;font-size:1.25rem;font-weight:700}.opportunities__location{color:var(--gray-500);align-items:center;gap:8px;margin-bottom:24px;font-size:.875rem;display:flex}.opportunities__location svg{width:16px;height:16px}.opportunities__metrics{border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;padding:20px 0;display:grid}.opportunities__metric{text-align:center}.opportunities__metric-value{color:var(--navy);margin-bottom:4px;font-size:1.25rem;font-weight:700}.opportunities__metric:first-child .opportunities__metric-value{color:var(--gold)}.opportunities__metric-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem}.opportunities__highlights{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.opportunities__highlight{color:var(--gray-600);background:var(--gray-100);border-radius:100px;padding:4px 10px;font-size:.75rem;font-weight:500}.opportunities__cta{justify-content:center;width:100%}.opportunities-structure__terms{flex-direction:column;gap:16px;margin-top:32px;display:flex}.opportunities-structure__term{border-bottom:1px solid var(--gray-200);grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:16px 0;transition:all .3s;display:grid}.opportunities-structure__term:hover{background:#293e6305;border-radius:8px;padding:16px}.opportunities__footer{text-align:center;background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--gray-200);padding:40px}.opportunities__footer-text{color:var(--gray-600);margin-bottom:20px;font-size:1rem}@media (width<=1200px){.opportunities__grid{grid-template-columns:repeat(2,1fr)}.opportunities-structure__term{grid-template-columns:1fr 1fr;gap:30px}.opportunities-structure__term-label,.opportunities-structure__term-value{font-size:.9375rem}}@media (width<=992px){.opportunities-structure__term{grid-template-columns:1fr 1fr;gap:20px}.opportunities-structure__term-label{font-size:.9375rem}.opportunities-structure__term-value{text-align:right;font-size:.9375rem}}@media (width<=768px){.opportunities__grid{grid-template-columns:1fr}.opportunities__metrics{grid-template-columns:1fr;gap:12px}.opportunities__metric{text-align:left;justify-content:space-between;display:flex}.opportunities__metric-value{font-size:1rem}.opportunities__metric-label{font-size:.75rem}.opportunities-structure__term{grid-template-columns:1fr;align-items:flex-start;gap:8px;padding:12px 0}.opportunities-structure__term-label{color:var(--gray-600);font-size:.875rem;font-weight:500}.opportunities-structure__term-value{text-align:left;color:var(--navy);font-size:.875rem;font-weight:700}}@media (width<=576px){.opportunities-structure__terms{gap:12px;margin-top:24px}.opportunities-structure__term{gap:6px;padding:10px 0}.opportunities-structure__term-label{color:var(--gray-500);font-size:.8125rem}.opportunities-structure__term-value{font-size:.8125rem}}@media (width<=480px){.opportunities{padding:40px 0}.opportunities__grid{gap:16px}.opportunities__card{border-radius:16px;padding:20px 16px}.opportunities__card-header{margin-bottom:14px}.opportunities__type,.opportunities__status{padding:4px 8px;font-size:.625rem}.opportunities__title{margin-bottom:8px;font-size:1rem}.opportunities__location{margin-bottom:16px;font-size:.75rem}.opportunities__location svg{width:14px;height:14px}.opportunities__metrics{gap:10px;padding:14px 0}.opportunities__metric-value{font-size:.9375rem}.opportunities__metric-label{font-size:.6875rem}.opportunities__highlights{flex-wrap:wrap;gap:6px;margin-bottom:16px}.opportunities__highlight{padding:3px 8px;font-size:.625rem}.opportunities__footer{border-radius:16px;padding:24px 16px}.opportunities__footer-text{margin-bottom:14px;font-size:.875rem}}@media (hover:none) and (pointer:coarse){.opportunities__card{min-height:auto}.opportunities__cta{min-height:48px}}.investments-hero{background:linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);padding:120px 0 80px}.investments-hero__content{text-align:center;max-width:700px;margin:0 auto}.investments-hero__title{color:var(--navy);margin-bottom:20px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.investments-hero__description{color:var(--gray-600);font-size:1.125rem;line-height:1.7}@media (width<=992px){.investments-hero{padding:90px 0 60px}.investments-hero__title{font-size:2.5rem}.investments-hero__description{font-size:1rem}}@media (width<=768px){.investments-hero{padding:70px 0 50px}.investments-hero__title{font-size:2rem}.investments-hero__description{font-size:.9375rem}}@media (width<=480px){.investments-hero{padding:50px 0 40px}.investments-hero__title{font-size:1.5rem}.investments-hero__description{font-size:.875rem}}.strategy-page{overflow-x:hidden}.strategy-hero{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.strategy-hero__bg-image{will-change:transform;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.strategy-hero__overlay{background:linear-gradient(135deg,#293e63d9 0%,#1a2a42e6 100%);position:absolute;inset:0}.strategy-hero .container{z-index:2;position:relative}.strategy-hero__content{text-align:center;max-width:800px;margin:0 auto;padding:120px 0}.strategy-hero__title{letter-spacing:-.03em;color:#fff;margin-bottom:20px;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.1}.strategy-hero__subtitle{color:var(--gold);margin-bottom:0;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600}.strategy-hero__scroll{color:#ffffffb3;letter-spacing:.05em;z-index:10;flex-direction:column;align-items:center;gap:12px;font-size:.75rem;font-weight:500;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.strategy-hero__scroll-line{background:linear-gradient(180deg, var(--gold) 0%, transparent 100%);width:1px;height:40px}.strategy-intro{background:var(--white);padding:100px 0;position:relative;overflow:hidden}.strategy-intro__bg{opacity:.08;z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.strategy-intro__overlay{z-index:0;background:linear-gradient(135deg,#ffffffe6 0%,#fffffff2 100%);position:absolute;inset:0}.strategy-intro .container{z-index:1;position:relative}.strategy-intro__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}@media (width<=992px){.strategy-intro__wrapper{grid-template-columns:1fr;gap:40px}}.strategy-intro__text{color:var(--gray-600);margin-bottom:20px;font-size:1.125rem;line-height:1.8}.strategy-intro__stats{border-top:1px solid var(--gray-200);gap:32px;margin-top:40px;padding-top:32px;display:flex}@media (width<=768px){.strategy-intro__stats{gap:24px}}@media (width<=576px){.strategy-intro__stats{flex-direction:column;gap:20px}}.strategy-intro__stat{text-align:center;flex-direction:column;flex:1;min-width:0;display:flex}.strategy-intro__stat-value{color:var(--gold);margin-bottom:8px;font-size:2.5rem;font-weight:800;line-height:1}@media (width<=768px){.strategy-intro__stat-value{font-size:2rem}}.strategy-intro__stat-label{color:var(--gray-600);font-size:.875rem;line-height:1.4}.strategy-intro__visual{position:relative}.strategy-intro__image-wrapper{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.strategy-intro__image{object-fit:cover;object-position:center;width:100%;height:500px;display:block}@media (width<=992px){.strategy-intro__image{height:400px}}.strategy-intro__image-overlay{background:linear-gradient(#0000 50%,#293e634d 100%);position:absolute;inset:0}.strategy-core{background:var(--off-white);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:100px 0;position:relative;overflow-x:hidden}.strategy-core:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--gray-300) 50%, transparent 100%);width:80%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.strategy-core:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--gray-300) 50%, transparent 100%);width:80%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.section-header--center{text-align:center;max-width:700px;margin:0 auto;overflow-x:hidden}.strategy-core__list{z-index:1;flex-direction:column;gap:80px;display:flex;position:relative;overflow:hidden}.strategy-core__list .strategy-core__item{border-radius:20px;padding:60px 40px;transition:all .3s}.strategy-core__list .strategy-core__item:hover{box-shadow:0 8px 24px #00000014}@media (width<=768px){.strategy-core__list .strategy-core__item{padding:40px 24px;overflow:hidden}.strategy-core__image-wrapper,.strategy-core__content,.strategy-core__highlights{overflow:hidden}.strategy-core__description{word-wrap:break-word;overflow-wrap:break-word;font-size:1rem}.strategy-core__highlights li{word-wrap:break-word;overflow-wrap:break-word;font-size:.9375rem}}@media (width<=480px){.strategy-core__list .strategy-core__item{padding:30px 16px;overflow:hidden}.strategy-core__image-wrapper,.strategy-core__content,.strategy-core__highlights{overflow:hidden}.strategy-core__description{word-wrap:break-word;overflow-wrap:break-word;font-size:.9375rem}.strategy-core__highlights li{word-wrap:break-word;overflow-wrap:break-word;font-size:.875rem}}.strategy-core__item{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;overflow:hidden}.strategy-core__item--reverse{direction:rtl}.strategy-core__item--reverse>*{direction:ltr}@media (width<=992px){.strategy-core__item,.strategy-core__item--reverse{direction:ltr;grid-template-columns:1fr;gap:40px;overflow:hidden}}.strategy-core__image-wrapper{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000001f}.strategy-core__image{object-fit:cover;object-position:center;width:100%;height:450px;transition:transform .5s;display:block}.strategy-core__item:hover .strategy-core__image{transform:scale(1.03)}.strategy-core__image-overlay{background:linear-gradient(135deg,#293e6333 0%,#0000 100%);position:absolute;inset:0}.strategy-core__content{padding:20px 0;overflow:hidden}.strategy-core__number{opacity:.2;margin-bottom:16px;font-size:4rem;font-weight:800;line-height:1}.strategy-core__title{color:var(--navy);margin-bottom:16px;font-size:2rem;font-weight:700}.strategy-core__description{color:var(--gray-600);margin-bottom:24px;font-size:1.125rem;line-height:1.7}.strategy-core__highlights{margin:0 0 32px;padding:0;list-style:none;overflow:hidden}.strategy-core__highlights li{color:var(--gray-700);align-items:flex-start;gap:12px;margin-bottom:12px;font-size:1rem;display:flex}.strategy-core__highlights li svg{width:20px;height:20px;color:var(--gold);flex-shrink:0;margin-top:2px}.btn-secondary{color:var(--navy);border:2px solid var(--navy);background:0 0;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover{background:var(--navy);color:var(--white)}.strategy-returns{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;margin-top:20px;padding:100px 0;position:relative}.strategy-returns:before{content:"";background:linear-gradient(90deg,#0000 0%,#d1a5494d 50%,#0000 100%);width:80%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.strategy-returns:after{content:"";background:linear-gradient(90deg,#0000 0%,#d1a5494d 50%,#0000 100%);width:80%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.section-label--light{color:var(--gold)}.section-description--light{color:#fffc}.strategy-returns__timeline{z-index:1;grid-template-columns:repeat(3,1fr);gap:11px 72px;padding:80px 40px;display:grid;position:relative}@media (width<=1024px){.strategy-returns__timeline{padding:60px 30px}}@media (width<=768px){.strategy-returns__timeline{padding:50px 20px}}@media (width<=480px){.strategy-returns__timeline{padding:40px 16px}}.strategy-returns__path{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.strategy-returns__path-line{stroke-dasharray:500;stroke-dashoffset:0;animation:3s ease-out forwards drawLine}.strategy-returns__path-dot{filter:drop-shadow(0 0 8px #d1a549)drop-shadow(0 0 16px #d1a549cc)}.strategy-returns__path-glow{filter:blur(4px);opacity:.6}@media (width<=992px){.strategy-returns__timeline{grid-template-columns:repeat(2,1fr)}.strategy-returns__path{display:none}}@media (width<=576px){.strategy-returns__timeline{grid-template-columns:1fr}}.strategy-returns__step{text-align:center;z-index:2;padding:30px 20px;position:relative}.strategy-returns__step-number{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);width:70px;height:70px;color:var(--navy);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 10px 30px #d1a5494d}.strategy-returns__step-title{color:var(--white);margin-bottom:12px;font-size:1.25rem;font-weight:600}.strategy-returns__step-description{color:#ffffffb3;font-size:.9375rem;line-height:1.6}.strategy-funds{background:var(--white);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);margin-top:20px;padding:100px 0;position:relative}.strategy-funds:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--gray-300) 50%, transparent 100%);width:80%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.strategy-funds:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--gray-300) 50%, transparent 100%);width:80%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.strategy-funds__grid{z-index:1;grid-template-columns:repeat(5,1fr);gap:24px;margin-top:48px;display:grid;position:relative}@media (width<=1200px){.strategy-funds__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.strategy-funds__grid{grid-template-columns:repeat(2,1fr)}}.strategy-funds__card{background:var(--off-white);border:1px solid var(--gray-200);text-align:center;border-radius:16px;padding:28px 20px;transition:all .3s;position:relative}.strategy-funds__card:before{content:"";background:linear-gradient(90deg, var(--gold), var(--gold-dark));opacity:0;border-radius:16px 16px 0 0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.strategy-funds__card:hover{transform:translateY(-4px);box-shadow:0 10px 40px #0000001a}.strategy-funds__card:hover:before{opacity:1}.strategy-funds__percentage{color:var(--gold);margin-bottom:12px;font-size:2.5rem;font-weight:800;line-height:1}.strategy-funds__title{color:var(--navy);margin-bottom:10px;font-size:1rem;font-weight:600}.strategy-funds__description{color:var(--gray-600);margin-bottom:16px;font-size:.875rem;line-height:1.5}.strategy-funds__bar{background:var(--gray-200);border-radius:3px;height:6px;overflow:hidden}.strategy-funds__bar-fill{background:linear-gradient(90deg, var(--gold), var(--gold-dark));border-radius:3px;height:100%;transition:width 1s}.strategy-benefits{background:var(--off-white);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);margin-top:20px;padding:100px 0;position:relative}.strategy-benefits:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--gray-300) 50%, transparent 100%);width:80%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.strategy-benefits:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--gray-300) 50%, transparent 100%);width:80%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.strategy-benefits__wrapper{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}@media (width<=992px){.strategy-benefits__wrapper{grid-template-columns:1fr;gap:60px}}.strategy-benefits__image-grid{grid-template-columns:1fr 1fr;gap:16px;height:500px;display:grid}.strategy-benefits__image{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.strategy-benefits__image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s;display:block}.strategy-benefits__image:hover img{transform:scale(1.05)}.strategy-benefits__image--1{grid-row:span 2}.strategy-benefits__image--1 img{height:100%;min-height:450px}.strategy-benefits__image--2,.strategy-benefits__image--3{align-items:stretch;display:flex}.strategy-benefits__image--2 img,.strategy-benefits__image--3 img{height:100%;min-height:217px}.strategy-benefits__intro{color:var(--gray-600);margin-bottom:32px;font-size:1.125rem;line-height:1.7}.strategy-benefits__list{flex-direction:column;gap:20px;display:flex}.strategy-benefits__item{background:var(--white);cursor:pointer;border-radius:12px;gap:16px;padding:16px;transition:all .3s;display:flex}.strategy-benefits__item:hover{transform:translate(4px);box-shadow:0 4px 20px #00000014}.strategy-benefits__item:hover .strategy-benefits__icon{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);color:var(--white)}.strategy-benefits__icon{width:44px;height:44px;color:var(--gold);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.strategy-benefits__icon svg{width:22px;height:22px}.strategy-benefits__item-title{color:var(--navy);margin-bottom:4px;font-size:1rem;font-weight:600}.strategy-benefits__item-description{color:var(--gray-600);font-size:.875rem;line-height:1.5}.strategy-risk{background:var(--navy);border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;margin-top:20px;padding:100px 0;position:relative;overflow:hidden}.strategy-risk:before{content:"";z-index:1;background:linear-gradient(90deg,#0000 0%,#d1a5494d 50%,#0000 100%);width:80%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.strategy-risk:after{content:"";z-index:1;background:linear-gradient(90deg,#0000 0%,#d1a5494d 50%,#0000 100%);width:80%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.strategy-risk__bg-image{opacity:.1;background:url(/strategy-risk-bg.jpg) 50%/cover no-repeat;position:absolute;inset:0}.strategy-risk__overlay{background:linear-gradient(135deg,#293e63f2 0%,#1a273ffa 100%);position:absolute;inset:0}.strategy-risk .container{z-index:2;position:relative}.strategy-risk__grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px;display:grid;position:relative}@media (width<=992px){.strategy-risk__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.strategy-risk__grid{grid-template-columns:1fr}}.strategy-risk__card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:32px 24px;transition:all .3s;position:relative;overflow:hidden}.strategy-risk__card:before{content:"";opacity:0;background:linear-gradient(90deg,#d1a54980,#d1a54933);height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.strategy-risk__card:hover{background:#ffffff14;border-color:#d1a5494d;transform:translateY(-2px)}.strategy-risk__card:hover:before{opacity:1}.strategy-risk__card-number{color:var(--gold);opacity:.5;margin-bottom:12px;font-size:.875rem;font-weight:600}.strategy-risk__card-title{color:var(--white);margin-bottom:12px;font-size:1.125rem;font-weight:600}.strategy-risk__card-description{color:#ffffffb3;font-size:.9375rem;line-height:1.6}.strategy-risk__cta{text-align:center;margin-top:48px}.btn-outline-gold{color:var(--gold);border:2px solid var(--gold);background:0 0;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-outline-gold:hover{background:var(--gold);color:var(--navy)}.strategy-metrics{background:var(--white);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);margin-top:20px;padding:80px 0;position:relative}.strategy-metrics:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--gray-300) 50%, transparent 100%);width:80%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.strategy-metrics:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--gray-300) 50%, transparent 100%);width:80%;height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.strategy-metrics__card{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);text-align:center;z-index:1;border:1px solid #ffffff14;border-radius:24px;padding:60px;position:relative}@media (width<=768px){.strategy-metrics__card{padding:40px 24px}}.strategy-metrics__header{margin-bottom:48px}.strategy-metrics__title{color:var(--white);margin-bottom:8px;font-size:2rem;font-weight:700}.strategy-metrics__subtitle{color:#ffffffb3;font-size:1rem}.strategy-metrics__grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:24px;display:grid}@media (width<=1024px){.strategy-metrics__grid{grid-template-columns:repeat(4,1fr);gap:20px}}@media (width<=768px){.strategy-metrics__grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (width<=480px){.strategy-metrics__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.strategy-metrics__item{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:140px;padding:28px 16px;transition:all .3s;display:flex;position:relative}.strategy-metrics__item:before{content:"";opacity:0;background:linear-gradient(90deg,#0000 0%,#d1a54966 50%,#0000 100%);height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.strategy-metrics__item:hover{background:#ffffff14;border-color:#d1a54966;transform:translateY(-2px);box-shadow:0 8px 24px #d1a54926}.strategy-metrics__item:hover:before{opacity:1}.strategy-metrics__value{color:var(--gold);margin-bottom:12px;font-size:2.5rem;font-weight:800;line-height:1}@media (width<=480px){.strategy-metrics__value{font-size:2rem}}.strategy-metrics__label{color:#ffffffd9;font-size:.875rem;line-height:1.4}.strategy-faq{background:var(--off-white);border-top:1px solid var(--gray-200);margin-top:20px;padding:100px 0;position:relative}.strategy-faq:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--gray-300) 50%, transparent 100%);width:80%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.strategy-faq__list{z-index:1;max-width:800px;margin:0 auto;position:relative}.strategy-faq__item{background:var(--white);border-left:3px solid #0000;border-radius:12px;margin-bottom:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000000a}.strategy-faq__question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:24px;font-family:inherit;display:flex}.strategy-faq__question-text{color:var(--navy);font-size:1.0625rem;font-weight:600}.strategy-faq__icon{width:24px;height:24px;color:var(--gold);flex-shrink:0;transition:transform .3s}.strategy-faq__item--active{border-left-color:var(--gold);box-shadow:0 4px 12px #d1a54926}.strategy-faq__item--active .strategy-faq__icon{transform:rotate(45deg)}.strategy-faq__answer-wrapper{overflow:hidden}.strategy-faq__answer{padding:0 24px 24px}.strategy-faq__answer p{color:var(--gray-600);font-size:1rem;line-height:1.7}.strategy-cta{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);padding:100px 0;position:relative;overflow:hidden}.strategy-cta:before{content:"";background:radial-gradient(at 30%,#d1a54914 0%,#0000 50%);position:absolute;inset:0}.strategy-cta .container{z-index:2;position:relative}.strategy-cta__content{text-align:center;max-width:700px;margin:0 auto}.strategy-cta__title{color:var(--white);margin-bottom:20px;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.strategy-cta__text{color:#fffc;margin-bottom:40px;font-size:1.125rem;line-height:1.7}.strategy-cta__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width>=1440px){.strategy-core,.strategy-returns,.strategy-funds,.strategy-benefits,.strategy-risk{padding:120px 0}.strategy-metrics{padding:100px 0}.strategy-metrics__grid{gap:28px}.strategy-metrics__item{min-height:160px}}@media (width>=1200px) and (width<=1439px){.strategy-core,.strategy-returns,.strategy-funds,.strategy-benefits,.strategy-risk{padding:100px 0}.strategy-metrics{padding:80px 0}.strategy-metrics__grid{gap:24px}.strategy-metrics__item{min-height:150px}}@media (width>=1025px) and (width<=1199px){.strategy-core,.strategy-returns,.strategy-funds,.strategy-benefits,.strategy-risk{padding:80px 0}.strategy-metrics{padding:60px 0}.strategy-metrics__card{padding:48px 40px}.strategy-metrics__grid{gap:18px}.strategy-metrics__item{min-height:130px;padding:24px 14px}}@media (width<=992px){.strategy-hero{min-height:60vh}.strategy-hero__content{padding:100px 0 60px}.strategy-intro__wrapper{grid-template-columns:1fr;gap:40px}.strategy-intro__image{height:400px}.strategy-core__item,.strategy-core__item--reverse{direction:ltr;grid-template-columns:1fr;gap:40px}.strategy-returns__timeline{grid-template-columns:repeat(2,1fr)}.strategy-benefits__wrapper{grid-template-columns:1fr;gap:40px}.strategy-risk__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.strategy-hero{min-height:50vh}.strategy-hero__content{padding:80px 24px 40px}.strategy-hero__title{font-size:2.25rem}.strategy-hero__subtitle{font-size:1.125rem}.strategy-intro{padding:60px 0}.strategy-intro__stats{flex-direction:column;gap:20px;margin-top:24px;padding-top:24px}.strategy-intro__stat{text-align:center}.strategy-core{padding:60px 0}.strategy-core__list{gap:60px}.strategy-core__image{height:300px}.strategy-core__number{font-size:3.5rem}.strategy-returns{padding:60px 0}.strategy-returns__timeline{grid-template-columns:1fr;gap:24px}.strategy-returns__path{display:none}.strategy-funds{padding:60px 0}.strategy-funds__grid{grid-template-columns:1fr}.strategy-benefits{padding:60px 0}.strategy-benefits__image-grid{grid-template-columns:1fr;height:auto;min-height:auto}.strategy-benefits__image--1{grid-row:span 1}.strategy-benefits__image--1 img{height:250px;min-height:auto}.strategy-benefits__image--2 img,.strategy-benefits__image--3 img{height:150px;min-height:auto}.strategy-risk{padding:60px 0}.strategy-risk__grid{grid-template-columns:1fr}.strategy-metrics{padding:60px 0}.strategy-metrics__card{padding:32px 24px}.strategy-metrics__grid{grid-template-columns:repeat(2,1fr);gap:16px}.strategy-metrics__item{padding:24px 12px}.strategy-metrics__value{font-size:2rem}.strategy-metrics__label{font-size:.8125rem}.strategy-faq,.strategy-cta{padding:60px 0}.strategy-cta__buttons{flex-direction:column;align-items:center}.strategy-cta__buttons .btn{width:100%;max-width:280px}}@media (width<=480px){.strategy-hero__title{font-size:1.625rem}.strategy-hero__subtitle{font-size:1rem}.strategy-hero__content{padding:72px 20px 32px}.strategy-intro__image{height:280px}.strategy-core__image{height:220px}.strategy-intro,.strategy-core{padding:48px 0}.strategy-core__title{font-size:1.5rem}.strategy-core__number{font-size:3rem}.strategy-returns__step-number{width:56px;height:56px;font-size:1.25rem}.strategy-returns__step-title{font-size:1rem}.strategy-returns__step-description{font-size:.875rem}.strategy-funds{padding:48px 0}.strategy-funds__percentage{font-size:2rem}.strategy-benefits,.strategy-risk{padding:48px 0}.strategy-cta__title{font-size:1.5rem}.strategy-cta__text{font-size:1rem}}.offering-hero{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.offering-page .container{padding-left:24px;padding-right:24px}@media (width>=1200px){.offering-page .container{padding-left:48px;padding-right:48px}}.offering-hero__bg-image{will-change:transform;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.offering-hero__overlay{background:linear-gradient(135deg,#293e63d9 0%,#1a2a42e6 100%);position:absolute;inset:0}.offering-hero .container{z-index:2;position:relative}.offering-hero__content{text-align:center;max-width:800px;margin:0 auto;padding:120px 0}.offering-hero__title{letter-spacing:-.03em;color:#fff;margin-bottom:20px;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.1}.offering-hero__subtitle{color:var(--gold);margin-bottom:0;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600}.offering-hero__scroll{color:#ffffffb3;letter-spacing:.05em;z-index:10;flex-direction:column;align-items:center;gap:12px;font-size:.75rem;font-weight:500;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.offering-hero__ctas{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.offering-hero__btn{border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.offering-hero__btn.btn-gold{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);color:var(--navy);box-shadow:0 4px 20px #d1a54966}.offering-hero__btn.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 30px #d1a54980}.offering-hero__btn.btn-outline-light{color:var(--white);background:0 0;border:2px solid #ffffff4d}.offering-hero__btn.btn-outline-light:hover{background:#ffffff1a;border-color:#ffffff80}.offering-hero__scroll{color:#fff9;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:12px;font-size:.75rem;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.offering-hero__scroll-line{background:linear-gradient(to bottom, var(--gold), transparent);width:1px;height:50px}.offering-overview{background:var(--white);border-top:1px solid #d1a5494d;padding:120px 0;position:relative}.offering-overview:before{content:"";background:linear-gradient(90deg,#0000,#d1a54966,#0000);height:4px;position:absolute;top:0;left:0;right:0}.offering-overview__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}@media (width<=992px){.offering-overview__wrapper{grid-template-columns:1fr;gap:60px}}.offering-overview__wrapper>div:first-child{text-align:left}.offering-overview__text{margin-top:24px}.offering-overview__text p{color:var(--gray-600);margin-bottom:20px;font-size:1.125rem;line-height:1.8}.offering-overview__text strong{color:var(--navy)}.offering-overview__highlights{flex-wrap:wrap;gap:16px;margin-top:32px;display:flex}.offering-overview__highlight{background:var(--off-white);color:var(--navy);border-radius:100px;align-items:center;gap:10px;padding:12px 20px;font-size:.9375rem;font-weight:500;display:flex}.offering-overview__highlight svg{width:18px;height:18px;color:var(--gold)}.offering-overview__visual{position:relative}.offering-overview__image-main{border-radius:24px;position:relative;overflow:hidden;box-shadow:0 25px 60px #293e6333}.offering-overview__image-main img{width:100%;height:auto;display:block}.offering-overview__image-secondary{border:4px solid var(--white);border-radius:20px;width:55%;position:absolute;bottom:-30px;right:-30px;overflow:hidden;box-shadow:0 20px 50px #293e6340}.offering-overview__image-secondary img{width:100%;height:auto;display:block}@media (width<=768px){.offering-overview__image-secondary{width:100%;margin-top:20px;position:relative;bottom:auto;right:auto}}.offering-vehicle{background:var(--off-white);border-top:1px solid #d1a5494d;padding:100px 0;position:relative}.offering-vehicle:before{content:"";background:linear-gradient(90deg,#0000,#d1a54966,#0000);height:4px;position:absolute;top:0;left:0;right:0}.offering-vehicle__content{padding-left:0}@media (width>=992px){.offering-vehicle__content{padding-left:40px}}.offering-vehicle__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}@media (width<=992px){.offering-vehicle__wrapper{grid-template-columns:1fr;gap:60px}}.offering-vehicle__image-side{position:relative}.offering-vehicle__image{object-fit:cover;object-position:center;border-radius:24px;width:100%;height:450px;display:block;box-shadow:0 25px 60px #293e6333}@media (width<=992px){.offering-vehicle__image{height:350px}}@media (width<=576px){.offering-vehicle__image{height:280px}}.offering-vehicle__badge{background:var(--navy);border-radius:16px;flex-direction:column;align-items:center;gap:4px;padding:24px 32px;display:flex;position:absolute;top:30px;right:-30px;box-shadow:0 15px 40px #293e634d}@media (width<=768px){.offering-vehicle__badge{top:auto;bottom:-20px;right:50%;transform:translate(50%)}}.offering-vehicle__badge-value{color:var(--gold);font-size:2.5rem;font-weight:800;line-height:1}.offering-vehicle__badge-label{color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.offering-vehicle__features{flex-direction:column;gap:24px;padding-left:0;display:flex}@media (width>=992px){.offering-vehicle__features{padding-left:20px}}.offering-vehicle__feature{background:var(--white);border-radius:16px;gap:20px;padding:20px 24px;transition:all .3s;display:flex;box-shadow:0 4px 15px #0000000d}.offering-vehicle__feature:hover{transform:translate(8px);box-shadow:0 8px 25px #0000001a}.offering-vehicle__feature-icon{width:48px;height:48px;color:var(--gold);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.offering-vehicle__feature:hover .offering-vehicle__feature-icon{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);color:var(--white)}.offering-vehicle__feature-icon svg{width:24px;height:24px}.offering-vehicle__feature-content h4{color:var(--navy);margin-bottom:6px;font-size:1rem;font-weight:600}.offering-vehicle__feature-content p{color:var(--gray-600);margin:0;font-size:.9375rem;line-height:1.5}.offering-benefits-section{background:var(--white);border-top:1px solid #d1a5494d;padding:100px 0;position:relative}.offering-benefits-section:before{content:"";background:linear-gradient(90deg,#0000,#d1a54966,#0000);height:4px;position:absolute;top:0;left:0;right:0}.offering-benefits-section__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}@media (width<=992px){.offering-benefits-section__wrapper{grid-template-columns:1fr;gap:50px}}.offering-benefits-section__images{grid-template-columns:1fr 1fr;gap:16px;display:grid;position:relative}.offering-benefits-section__image{border-radius:20px;transition:transform .4s;overflow:hidden;box-shadow:0 15px 40px #293e6326}.offering-benefits-section__image:hover{transform:scale(1.03)}.offering-benefits-section__image img{object-fit:cover;width:100%;height:100%;display:block}.offering-benefits-section__image--1{grid-row:span 2}.offering-benefits-section__image--1 img{object-fit:cover;object-position:center;height:100%;min-height:500px}.offering-benefits-section__image--2 img,.offering-benefits-section__image--3 img{object-fit:cover;object-position:center;height:242px}@media (width<=992px){.offering-benefits-section__image--1 img{min-height:400px}.offering-benefits-section__image--2 img,.offering-benefits-section__image--3 img{height:200px}}@media (width<=576px){.offering-benefits-section__images{grid-template-columns:1fr}.offering-benefits-section__image--1{grid-row:span 1}.offering-benefits-section__image--1 img{min-height:300px}.offering-benefits-section__image--2 img,.offering-benefits-section__image--3 img{height:180px}}.offering-benefits-section__list{text-align:left;flex-direction:column;gap:16px;padding-left:0;display:flex}@media (width>=992px){.offering-benefits-section__list{text-align:left;padding-left:24px}}.offering-benefits-section__item{background:var(--off-white);border:1px solid #0000;border-radius:16px;gap:16px;padding:20px;transition:all .3s;display:flex}.offering-benefits-section__item:hover{background:var(--white);border-color:#d1a54933;box-shadow:0 10px 30px #00000014}.offering-benefits-section__icon{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);width:44px;height:44px;color:var(--white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.offering-benefits-section__icon svg{width:22px;height:22px}.offering-benefits-section__title{color:var(--navy);margin-bottom:4px;font-size:1rem;font-weight:600}.offering-benefits-section__description{color:var(--gray-600);margin:0;font-size:.875rem;line-height:1.5}.offering-terms{background:var(--off-white);border-top:1px solid #d1a5494d;padding:100px 0;position:relative}.offering-terms:before{content:"";background:linear-gradient(90deg,#0000,#d1a54966,#0000);height:4px;position:absolute;top:0;left:0;right:0}.offering-terms__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}@media (width<=992px){.offering-terms__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.offering-terms__grid{grid-template-columns:1fr}}.offering-terms__card{background:var(--white);text-align:center;border-radius:20px;padding:40px 28px;transition:all .3s;box-shadow:0 4px 15px #0000000d}.offering-terms__card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.offering-terms__icon{width:56px;height:56px;color:var(--gold);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.offering-terms__icon svg{width:28px;height:28px}.offering-terms__value{color:var(--navy);margin-bottom:8px;font-size:1.5rem;font-weight:800}.offering-terms__label{color:var(--gray-600);font-size:.9375rem;font-weight:500}.offering-security{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);border-top:1px solid #d1a5494d;padding:100px 0;position:relative;overflow:hidden}.offering-security:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#d1a54980,#0000);height:4px;position:absolute;top:0;left:0;right:0}.offering-security__bg{opacity:.1;background:url(/offering-security-bg.jpg) 50%/cover no-repeat;position:absolute;inset:0}.offering-security__wrapper{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}@media (width<=992px){.offering-security__wrapper{grid-template-columns:1fr;gap:50px}}.offering-security__content{color:var(--white);padding-right:0}@media (width>=992px){.offering-security__content{padding-right:40px}}.offering-security__text{color:#fffc;margin-bottom:32px;font-size:1.125rem;line-height:1.7}.offering-security__features{flex-direction:column;gap:20px;display:flex}.offering-security__feature{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;gap:16px;padding:20px;display:flex}.offering-security__feature svg{width:24px;height:24px;color:var(--gold);flex-shrink:0}.offering-security__feature h4{color:var(--white);margin-bottom:4px;font-size:1rem;font-weight:600}.offering-security__feature p{color:#ffffffb3;margin:0;font-size:.875rem}.offering-security__visual{position:relative}.offering-security__visual img{object-fit:cover;object-position:center;border-radius:24px;width:100%;height:400px;display:block;box-shadow:0 25px 60px #0000004d}@media (width<=992px){.offering-security__visual img{height:350px}}@media (width<=576px){.offering-security__visual img{height:280px}}.offering-eligibility{background:var(--white);border-top:1px solid #d1a5494d;padding:100px 0;position:relative}.offering-eligibility:before{content:"";background:linear-gradient(90deg,#0000,#d1a54966,#0000);height:4px;position:absolute;top:0;left:0;right:0}.offering-eligibility__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}@media (width<=992px){.offering-eligibility__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.offering-eligibility__grid{grid-template-columns:1fr}}.offering-eligibility__card{background:var(--off-white);text-align:center;border:1px solid var(--gray-100);border-radius:20px;padding:40px 28px;transition:all .3s}.offering-eligibility__card:hover{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);border-color:#0000;transform:translateY(-8px);box-shadow:0 15px 40px #00000026}.offering-eligibility__card:hover .offering-eligibility__icon{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%)}.offering-eligibility__card:hover .offering-eligibility__icon svg,.offering-eligibility__card:hover .offering-eligibility__title{color:var(--white)}.offering-eligibility__card:hover .offering-eligibility__description{color:#fffc}.offering-eligibility__icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);width:64px;height:64px;color:var(--white);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 24px;transition:all .3s;display:flex}.offering-eligibility__icon svg{width:28px;height:28px;transition:color .3s}.offering-eligibility__title{color:var(--navy);margin-bottom:12px;font-size:1.125rem;font-weight:600;transition:color .3s}.offering-eligibility__description{color:var(--gray-600);font-size:.9375rem;line-height:1.6;transition:color .3s}.offering-eligibility__note{background:var(--off-white);border:1px solid var(--gray-200);border-radius:12px;justify-content:center;align-items:center;gap:12px;margin-top:32px;padding:20px 28px;display:flex}.offering-eligibility__note svg{width:20px;height:20px;color:var(--gold);flex-shrink:0}.offering-eligibility__note span{color:var(--gray-600);font-size:.9375rem}.offering-process{background:var(--off-white);border-top:1px solid #d1a5494d;padding:100px 0;position:relative}.offering-process:before{content:"";background:linear-gradient(90deg,#0000,#d1a54966,#0000);height:4px;position:absolute;top:0;left:0;right:0}.offering-process__timeline{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:60px;display:grid;position:relative}@media (width<=992px){.offering-process__timeline{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.offering-process__timeline{grid-template-columns:1fr;gap:24px}}.offering-process__path{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=992px){.offering-process__path{display:none}}.offering-process__path-line{stroke:var(--gold);stroke-width:2px;opacity:.25}.offering-process__path-dot{filter:drop-shadow(0 0 6px #d1a549)drop-shadow(0 0 12px #d1a549)}.offering-process__step{text-align:center;z-index:1;padding:0 20px;position:relative}.offering-process__number{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);width:70px;height:70px;color:var(--navy);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:1.25rem;font-weight:700;display:flex;box-shadow:0 10px 30px #d1a5494d}.offering-process__title{color:var(--navy);margin-bottom:12px;font-size:1.125rem;font-weight:600}.offering-process__description{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.offering-redemption{background:var(--white);border-top:1px solid #d1a5494d;padding:100px 0;position:relative}.offering-redemption:before{content:"";background:linear-gradient(90deg,#0000,#d1a54966,#0000);height:4px;position:absolute;top:0;left:0;right:0}.offering-redemption__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}@media (width<=992px){.offering-redemption__wrapper{grid-template-columns:1fr;gap:60px}}.offering-redemption__visual{position:relative}.offering-redemption__image{border-radius:24px;width:100%;box-shadow:0 25px 60px #293e6333}.offering-redemption__badge{background:var(--navy);border-radius:12px;align-items:center;gap:12px;padding:16px 24px;display:flex;position:absolute;bottom:-20px;left:-20px;box-shadow:0 15px 40px #293e634d}@media (width<=768px){.offering-redemption__badge{bottom:-20px;left:50%;transform:translate(-50%)}}.offering-redemption__badge-icon{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);width:40px;height:40px;color:var(--navy);border-radius:10px;justify-content:center;align-items:center;display:flex}.offering-redemption__badge-icon svg{width:20px;height:20px}.offering-redemption__badge-text{color:var(--white);font-size:.875rem;font-weight:600}.offering-redemption__text{color:var(--gray-600);margin-bottom:28px;font-size:1.125rem;line-height:1.7}.offering-redemption__content{text-align:left;padding-left:0}@media (width>=992px){.offering-redemption__content{text-align:left;padding-left:40px}}.offering-redemption__content .btn{cursor:pointer;pointer-events:auto;z-index:1;align-items:center;gap:10px;display:inline-flex;position:relative}.offering-redemption__content .btn:hover{transform:translateY(-2px)}.offering-redemption__content .btn:active{transform:scale(.98)}.offering-redemption__list{flex-direction:column;gap:12px;margin-bottom:32px;padding-left:4px;display:flex}.offering-redemption__item{color:var(--gray-700);align-items:center;gap:12px;font-size:1rem;display:flex}.offering-redemption__item svg{width:20px;height:20px;color:var(--gold);flex-shrink:0}.offering-why{background:var(--off-white);border-top:1px solid #d1a5494d;padding:100px 0;position:relative}.offering-why:before{content:"";background:linear-gradient(90deg,#0000,#d1a54966,#0000);height:4px;position:absolute;top:0;left:0;right:0}.offering-why__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}@media (width<=992px){.offering-why__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.offering-why__grid{grid-template-columns:1fr}}.offering-why__card{background:var(--white);border-radius:20px;padding:36px 28px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.offering-why__card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001a}.offering-why__title{color:var(--navy);margin-bottom:12px;font-size:1.125rem;font-weight:600}.offering-why__description{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.offering-why__line{background:var(--gold);border-radius:2px;width:40px;height:3px;margin-top:20px;transition:width .3s}.offering-why__card:hover .offering-why__line{width:60px}.offering-faq{background:var(--white);border-top:1px solid #d1a5494d;padding:100px 0;position:relative}.offering-faq:before{content:"";background:linear-gradient(90deg,#0000,#d1a54966,#0000);height:4px;position:absolute;top:0;left:0;right:0}.offering-faq__list{max-width:800px;margin:0 auto}.offering-faq__item{background:var(--off-white);border:1px solid #0000;border-radius:12px;margin-bottom:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000000a}.offering-faq__item:hover{border-color:#d1a54933;box-shadow:0 4px 16px #0000000f}.offering-faq__item--active{border-color:var(--gold);box-shadow:0 8px 24px #d1a54926}.offering-faq__question{cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:24px;font-family:inherit;transition:all .2s;display:flex}.offering-faq__question:hover{background:#d1a5490d}.offering-faq__question:focus-visible{outline-offset:-2px;outline:2px solid #d1a54966}.offering-faq__question:focus{outline-offset:2px;outline:2px solid #d1a5494d}.offering-faq__question-text{color:var(--navy);font-size:1.0625rem;font-weight:600}.offering-faq__icon{width:24px;height:24px;color:var(--gold);flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex}.offering-faq__item--active .offering-faq__icon{transform:rotate(45deg)}.offering-faq__answer-wrapper{overflow:hidden}.offering-faq__answer{padding:0 24px 24px}.offering-faq__answer p{color:var(--gray-600);margin:0;font-size:1rem;line-height:1.7}.offering-final-cta{border-top:1px solid #d1a5494d;padding:120px 0;position:relative;overflow:hidden}.offering-final-cta:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#d1a54980,#0000);height:4px;position:absolute;top:0;left:0;right:0}.offering-final-cta__bg{opacity:.15;z-index:0;background:url(/offering-cta-bg.jpg) 50%/cover no-repeat;position:absolute;inset:0}.offering-final-cta__bg:after{content:"";background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);position:absolute;inset:0}.offering-final-cta .container{z-index:2;position:relative}.offering-final-cta__content{text-align:center;background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);z-index:3;border-radius:32px;max-width:900px;margin:0 auto;padding:60px 80px;position:relative;box-shadow:0 25px 60px #293e634d}@media (width<=768px){.offering-final-cta__content{border-radius:24px;padding:40px 24px}}.offering-final-cta__title{color:var(--white);margin-bottom:20px;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;line-height:1.3}.offering-final-cta__title .gold-accent{color:var(--gold)}.offering-final-cta__text{color:#ffffffd9;margin-bottom:32px;font-size:1.125rem;line-height:1.7}.offering-final-cta__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.offering-final-cta__buttons .btn-gold,.offering-final-cta__buttons .btn-outline-light{z-index:4;pointer-events:auto;position:relative}.offering-final-cta__buttons .btn-outline-light{color:var(--white);background:0 0;border:2px solid #fff6;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.offering-final-cta__buttons .btn-outline-light:hover{color:var(--white);background:#ffffff1a;border-color:#ffffffb3}.offering-final-cta__buttons .btn{border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.offering-final-cta__buttons .btn-gold{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);color:var(--navy);box-shadow:0 4px 20px #d1a54966}.offering-final-cta__buttons .btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 30px #d1a54980}.offering-final-cta__buttons .btn-outline-light{color:var(--white);background:0 0;border:2px solid #ffffff80}.offering-final-cta__buttons .btn-outline-light:hover{border-color:var(--gold);color:var(--gold);background:#ffffff26}.offering-page a.btn{cursor:pointer;transition:all .3s}.offering-page a.btn:active{transform:scale(.98)}.offering-page a{transition:color .2s}@media (width<=768px){.offering-hero{min-height:50vh}.offering-hero__content{padding:80px 20px}.offering-hero__title{font-size:2.25rem}.offering-hero__subtitle{font-size:1.125rem}.offering-hero__scroll{bottom:30px}.offering-overview,.offering-vehicle,.offering-benefits-section,.offering-terms,.offering-security,.offering-eligibility,.offering-process,.offering-redemption,.offering-why,.offering-faq{padding:60px 0}.offering-vehicle__badge{padding:18px 24px}.offering-vehicle__badge-value{font-size:2rem}.offering-final-cta__buttons{flex-direction:column;align-items:center;gap:12px}.offering-final-cta__buttons .btn{justify-content:center;width:100%;max-width:280px}}@media (width<=480px){.offering-hero{min-height:40vh}.offering-hero__content{padding:0 20px 32px}.offering-hero__title{font-size:1.75rem}.offering-hero__subtitle{font-size:1rem}.offering-overview,.offering-vehicle,.offering-benefits-section,.offering-terms,.offering-security,.offering-eligibility,.offering-process,.offering-redemption,.offering-why,.offering-faq{padding:48px 0}.offering-terms__value{font-size:1.25rem}.offering-eligibility__title{font-size:1rem}.offering-process__number{width:56px;height:56px;font-size:1.125rem}.offering-process__title{font-size:1rem}.offering-final-cta__title{font-size:1.5rem}.offering-final-cta__text{font-size:1rem}.offering-final-cta__buttons{flex-direction:column;align-items:center;gap:10px}.offering-final-cta__buttons .btn{justify-content:center;width:100%;max-width:100%;padding:12px 20px;font-size:.9375rem}}.opportunities-hero{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.opportunities-hero__bg-image{will-change:transform;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.opportunities-hero__overlay{background:linear-gradient(135deg,#293e63e0 0%,#1a2a42eb 100%);position:absolute;inset:0}.opportunities-hero .container{z-index:2;position:relative}.opportunities-hero__content{text-align:center;max-width:800px;margin:0 auto;padding:120px 0}.opportunities-hero__title{letter-spacing:-.03em;color:#fff;margin-bottom:20px;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.1}.opportunities-hero__subtitle{color:var(--gold);margin-bottom:40px;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600}.opportunities-hero__cta{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.opportunities-hero__scroll{color:#ffffffb3;letter-spacing:.05em;z-index:10;flex-direction:column;align-items:center;gap:12px;font-size:.75rem;font-weight:500;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.opportunities-hero__scroll-line{background:linear-gradient(180deg, var(--gold) 0%, transparent 100%);width:1px;height:40px}.opportunities-overview{background:var(--white);padding:80px 0}.opportunities-overview__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}@media (width<=992px){.opportunities-overview__wrapper{grid-template-columns:1fr;gap:60px}}.opportunities-overview__content{text-align:left}.opportunities-overview__text{color:var(--gray-600);margin-bottom:20px;font-size:1.125rem;line-height:1.8}.opportunities-overview__highlights{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px;margin-bottom:24px;display:grid}@media (width<=768px){.opportunities-overview__highlights{grid-template-columns:1fr;gap:12px}}.opportunities-overview__highlight{background:var(--off-white);text-align:left;border-radius:12px;align-items:flex-start;gap:12px;padding:16px 12px;transition:all .3s;display:flex}.opportunities-overview__highlight:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.opportunities-overview__highlight-icon{width:44px;height:44px;color:var(--gold);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.opportunities-overview__highlight-icon svg{width:22px;height:22px}.opportunities-overview__highlight h4{color:var(--navy);text-align:left;font-size:.9375rem;font-weight:600}.opportunities-overview__highlight p{color:var(--gray-600);text-align:left;margin:0;font-size:.8125rem}.opportunities-overview__visual{position:relative}.opportunities-overview__image-wrapper{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000026}.opportunities-overview__image{object-fit:cover;width:100%;height:100%;min-height:450px;max-height:550px;transition:transform .5s;display:block}.opportunities-overview__image-wrapper:hover .opportunities-overview__image{transform:scale(1.05)}@media (width<=992px){.opportunities-overview__image{min-height:350px}}.opportunities-overview__image-overlay{pointer-events:none;background:linear-gradient(#0000 50%,#293e634d 100%);position:absolute;inset:0}.opportunities-highlights{background:var(--off-white);padding:80px 0}.opportunities-highlights__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}@media (width<=992px){.opportunities-highlights__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.opportunities-highlights__grid{grid-template-columns:1fr}}.opportunities-highlights__card{background:var(--white);border:1px solid var(--gray-100);border-radius:16px;padding:32px 16px;transition:all .3s}.opportunities-highlights__card:hover{background:linear-gradient(135deg, var(--navy) 0%, #3a5185 100%);border-color:#0000;transform:translateY(-4px);box-shadow:0 10px 40px #293e6333}.opportunities-highlights__card:hover .opportunities-highlights__title{color:var(--white)}.opportunities-highlights__card:hover .opportunities-highlights__description{color:#fffc}.opportunities-highlights__card:hover .opportunities-highlights__icon{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%)}.opportunities-highlights__card:hover .opportunities-highlights__icon svg{color:var(--white)}.opportunities-highlights__icon{width:56px;height:56px;color:var(--gold);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;transition:all .3s;display:flex}.opportunities-highlights__icon svg{width:28px;height:28px;transition:color .3s}.opportunities-highlights__title{color:var(--navy);margin-bottom:12px;font-size:1.25rem;font-weight:700;transition:color .3s}.opportunities-highlights__description{color:var(--gray-600);font-size:.9375rem;line-height:1.6;transition:color .3s}.opportunities-showcase{background:var(--white);padding:80px 0}.opportunities-showcase__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}@media (width<=992px){.opportunities-showcase__wrapper{grid-template-columns:1fr;gap:60px}}.opportunities-showcase__content{text-align:left}.opportunities-showcase__images{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:16px;display:grid}.opportunities-showcase__image{border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.opportunities-showcase__image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s;display:block}.opportunities-showcase__image:hover img{transform:scale(1.08)}.opportunities-showcase__image--1{grid-row:span 2}.opportunities-showcase__image--1 img{width:100%;height:100%;min-height:420px}.opportunities-showcase__image--2,.opportunities-showcase__image--3{height:100%}.opportunities-showcase__image--2 img,.opportunities-showcase__image--3 img{height:100%;min-height:200px}@media (width<=768px){.opportunities-showcase__images{grid-template-rows:auto;grid-template-columns:1fr}.opportunities-showcase__image--1{grid-row:span 1}.opportunities-showcase__image--1 img{height:280px;min-height:auto}.opportunities-showcase__image--2 img,.opportunities-showcase__image--3 img{height:180px;min-height:auto}}.opportunities-showcase__text{color:var(--gray-600);text-align:left;margin-bottom:24px;font-size:1.125rem;line-height:1.8}.opportunities-showcase__list{margin:0;padding:0;list-style:none}.opportunities-showcase__list li{color:var(--gray-700);align-items:flex-start;gap:12px;margin-bottom:12px;font-size:1rem;display:flex}.opportunities-showcase__list li svg{width:20px;height:20px;color:var(--gold);flex-shrink:0;margin-top:2px}.opportunities-funds{background:var(--white);padding:80px 0}.opportunities-funds__grid{grid-template-columns:repeat(5,1fr);gap:24px;margin-top:48px;display:grid}@media (width<=1200px){.opportunities-funds__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.opportunities-funds__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.opportunities-funds__grid{grid-template-columns:1fr}}.opportunities-funds__card{background:var(--off-white);border:1px solid var(--gray-100);text-align:center;border-radius:16px;padding:28px 12px;transition:all .3s}.opportunities-funds__card:hover{background:var(--white);border-color:var(--gold);transform:translateY(-4px);box-shadow:0 10px 40px #d1a54926}.opportunities-funds__content{text-align:center}.opportunities-funds__percentage{color:var(--gold);margin-bottom:12px;font-size:2.5rem;font-weight:800;line-height:1}.opportunities-funds__title{color:var(--navy);margin-bottom:12px;font-size:1rem;font-weight:600}.opportunities-funds__description{color:var(--gray-600);font-size:.875rem;line-height:1.5}.opportunities-why{padding:80px 0;position:relative;overflow:hidden}.opportunities-why__bg{opacity:.1;background:url(/opportunity-why-bg.jpg) 50%/cover no-repeat;position:absolute;inset:0}.opportunities-why__overlay{background:linear-gradient(135deg,#293e63f2 0%,#1a273ffa 100%);position:absolute;inset:0}.opportunities-why .container{z-index:2;position:relative}.opportunities-why__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}@media (width<=992px){.opportunities-why__wrapper{grid-template-columns:1fr;gap:60px}}.opportunities-why__content{text-align:left}.opportunities-why__text{color:#fffc;margin-bottom:32px;font-size:1.125rem;line-height:1.8}.opportunities-why__points{flex-direction:column;gap:24px;display:flex}.opportunities-why__point{text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:flex-start;gap:16px;padding:20px;transition:all .3s;display:flex}.opportunities-why__point:hover{background:#ffffff14;border-color:#d1a5494d}.opportunities-why__point-icon{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);width:48px;height:48px;color:var(--navy);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.opportunities-why__point-icon svg{width:24px;height:24px}.opportunities-why__point h3{color:var(--white);margin:0 0 4px;font-size:1rem;font-weight:600}.opportunities-why__point p{color:#ffffffb3;margin:0;font-size:.875rem}.opportunities-why__image{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.opportunities-why__image img{object-fit:cover;width:100%;height:100%;max-height:450px;transition:transform .5s;display:block}.opportunities-why__image:hover img{transform:scale(1.05)}@media (width<=992px){.opportunities-why__image img{max-height:350px}}.opportunities-structure{background:var(--white);padding:80px 0}.opportunities-structure__grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-top:48px;display:grid}@media (width<=992px){.opportunities-structure__grid{grid-template-columns:1fr;gap:40px}.opportunities-structure__terms{gap:18px;margin-top:40px}.opportunities-structure__term{border:1px solid var(--gray-200);border-radius:12px;grid-template-columns:1.2fr 1fr;gap:50px;padding:24px 32px}.opportunities-structure__term:hover{border-color:var(--gold);padding:24px 36px;box-shadow:0 4px 16px #d1a5491f}.opportunities-structure__term-label,.opportunities-structure__term-value{font-size:.9375rem}}.opportunities-structure__image{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026}.opportunities-structure__image img{object-fit:cover;width:100%;height:400px;transition:transform .5s;display:block}.opportunities-structure__image:hover img{transform:scale(1.05)}.opportunities-structure__terms{text-align:left;flex-direction:column;gap:20px;margin-top:48px;display:flex}.opportunities-structure__term{border:1px solid var(--gray-200);cursor:pointer;background:var(--white);border-radius:12px;grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;padding:28px 36px;transition:all .3s;display:grid}.opportunities-structure__term:last-child{border-bottom:1px solid var(--gray-200)}.opportunities-structure__term:hover{border-color:var(--gold);background:var(--white);padding:28px 40px;box-shadow:0 4px 16px #d1a5491f}.opportunities-structure__term-label{color:var(--gray-600);font-size:.95rem;font-weight:500;line-height:1.4}.opportunities-structure__term-value{color:var(--navy);text-align:right;font-size:1rem;font-weight:700;line-height:1.4}.opportunities-exit{background:var(--off-white);padding:80px 0}.opportunities-exit__timeline{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:48px;display:grid}@media (width<=992px){.opportunities-exit__timeline{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.opportunities-exit__timeline{grid-template-columns:1fr}}.opportunities-exit__step{text-align:center;padding:30px 20px}.opportunities-exit__step-number{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);width:70px;height:70px;color:var(--navy);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 24px;font-size:1.5rem;font-weight:700;display:flex;box-shadow:0 10px 30px #d1a5494d}.opportunities-exit__step-title{color:var(--navy);margin-bottom:12px;font-size:1.25rem;font-weight:600}.opportunities-exit__step-description{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.opportunities-exit__note{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;align-items:flex-start;gap:16px;max-width:700px;margin:48px auto 0;padding:20px 24px;display:flex}.opportunities-exit__note-icon{width:40px;height:40px;color:var(--gold);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.opportunities-exit__note-icon svg{width:20px;height:20px}.opportunities-exit__note p{color:var(--gray-600);margin:0;font-size:.9375rem;line-height:1.6}.opportunities-urgency{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);padding:80px 0}.opportunities-urgency__card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:60px;display:grid}@media (width<=992px){.opportunities-urgency__card{grid-template-columns:1fr;padding:40px 24px}}.opportunities-urgency__content{text-align:left}.opportunities-urgency__title{color:var(--white);margin-bottom:16px;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2}.opportunities-urgency__text{color:#fffc;margin-bottom:20px;font-size:1rem;line-height:1.7}.opportunities-urgency__points{flex-wrap:wrap;gap:16px;margin-bottom:24px;display:flex}.opportunities-urgency__point{color:var(--gold);background:#d1a5491a;border-radius:100px;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;display:flex}.opportunities-urgency__point svg{width:16px;height:16px}.opportunities-urgency__image{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.opportunities-urgency__image img{object-fit:cover;width:100%;height:100%;max-height:400px;transition:transform .5s;display:block}.opportunities-urgency__image:hover img{transform:scale(1.05)}.opportunities-faq{background:var(--white);padding:80px 0}.opportunities-faq__list{max-width:800px;margin:48px auto 0}.opportunities-faq__item{background:var(--off-white);border-radius:12px;margin-bottom:12px;overflow:hidden;box-shadow:0 2px 8px #0000000a}.opportunities-faq__question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:24px;font-family:inherit;display:flex}.opportunities-faq__question-text{color:var(--navy);font-size:1.0625rem;font-weight:600}.opportunities-faq__icon{width:24px;height:24px;color:var(--gold);flex-shrink:0;transition:transform .3s}.opportunities-faq__item--active .opportunities-faq__icon{transform:rotate(45deg)}.opportunities-faq__answer-wrapper{overflow:hidden}.opportunities-faq__answer{padding:0 24px 24px}.opportunities-faq__answer p{color:var(--gray-600);margin:0;font-size:1rem;line-height:1.7}.opportunities-cta{padding:80px 0;position:relative;overflow:hidden}.opportunities-cta__bg{opacity:.15;background:url(/opportunity-cta-bg.jpg) 50%/cover no-repeat;position:absolute;inset:0}.opportunities-cta__bg:after{content:"";background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);position:absolute;inset:0}.opportunities-cta .container{z-index:2;position:relative}.opportunities-cta__content{text-align:center;background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);border-radius:32px;max-width:700px;margin:0 auto;padding:60px 50px;box-shadow:0 25px 60px #293e634d}@media (width<=768px){.opportunities-cta__content{border-radius:24px;padding:40px 24px}}.opportunities-cta__title{color:var(--white);margin-bottom:20px;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;line-height:1.3}.opportunities-cta__title .gold-accent{color:var(--gold)}.opportunities-cta__text{color:#ffffffd9;margin-bottom:32px;font-size:1.125rem;line-height:1.7}.opportunities-cta__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.opportunities-cta__buttons .btn-outline-light{color:var(--white);background:0 0;border:2px solid #fff6;border-radius:12px;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.opportunities-cta__buttons .btn-outline-light:hover{border-color:var(--gold);color:var(--gold);background:#ffffff26}@media (width<=768px){.opportunities-hero__content{padding:80px 24px 40px}.opportunities-hero__title{font-size:2.25rem}.opportunities-hero__subtitle{font-size:1.125rem}.opportunities-hero__scroll{bottom:30px}.opportunities-overview,.opportunities-highlights,.opportunities-showcase,.opportunities-funds,.opportunities-why,.opportunities-structure,.opportunities-exit,.opportunities-urgency,.opportunities-faq,.opportunities-cta{padding:50px 0}.opportunities-urgency__card{padding:32px 20px}.opportunities-structure__terms{gap:16px;margin-top:32px}.opportunities-structure__term{border:1px solid var(--gray-200);border-radius:12px;grid-template-columns:1fr 1fr;gap:40px;padding:20px 24px}.opportunities-structure__term:last-child{border-bottom:1px solid var(--gray-200)}.opportunities-structure__term:hover{border-color:var(--gold);padding:20px 28px;box-shadow:0 4px 12px #d1a5491a}.opportunities-structure__term-label,.opportunities-structure__term-value{font-size:.9375rem}}@media (width<=480px){.opportunities-hero{min-height:60vh}.opportunities-hero__content{padding:72px 20px 32px}.opportunities-hero__title{font-size:1.75rem}.opportunities-hero__subtitle{font-size:1rem}.opportunities-overview__image{min-height:280px;max-height:350px}.opportunities-showcase__image--1 img{height:220px;min-height:auto}.opportunities-showcase__image--2 img,.opportunities-showcase__image--3 img{height:140px;min-height:auto}.opportunities-highlights__icon{width:48px;height:48px}.opportunities-highlights__title{font-size:1.125rem}.opportunities-funds__percentage{font-size:2rem}.opportunities-why__image img{max-height:280px}.opportunities-structure__image img{height:280px}.opportunities-structure__terms{gap:14px;margin-top:28px}.opportunities-structure__term{border:1px solid var(--gray-200);border-radius:12px;grid-template-columns:1fr;gap:12px;padding:16px 20px}.opportunities-structure__term:last-child{border-bottom:1px solid var(--gray-200)}.opportunities-structure__term:hover{border-color:var(--gold);padding:16px 24px;box-shadow:0 4px 12px #d1a5491a}.opportunities-structure__term-label{color:var(--gray-600);margin-bottom:4px;font-size:.875rem;display:block}.opportunities-structure__term-value{text-align:left;color:var(--navy);font-size:.9375rem;display:block}.opportunities-urgency__image img{max-height:280px}.opportunities-cta__title{font-size:1.5rem}}.hiw-hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hiw-hero__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;animation:20s ease-in-out infinite alternate slowZoom;position:absolute;inset:0}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.05)}}.hiw-hero__overlay{background:linear-gradient(135deg,#293e63e6 0%,#1a2840f2 100%);position:absolute;inset:0}.hiw-hero .container{z-index:2;position:relative}.hiw-hero__content{text-align:center;max-width:800px;margin:0 auto;padding-bottom:20px}.hiw-hero__label{color:var(--gold);letter-spacing:.05em;text-transform:uppercase;background:#d1a54926;border:1px solid #d1a5494d;border-radius:100px;align-items:center;margin-bottom:12px;padding:8px 20px;font-size:.875rem;font-weight:600;display:inline-flex}.hiw-hero__title{letter-spacing:-.02em;color:var(--white);margin-bottom:12px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.hiw-hero__title-gold{color:var(--gold);display:block}.hiw-hero__description{color:#ffffffd9;max-width:600px;margin-bottom:0;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.7}.hiw-hero__scroll{color:#ffffffb3;letter-spacing:.05em;flex-direction:column;align-items:center;gap:12px;font-size:.75rem;font-weight:500;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hiw-hero__scroll-line{background:linear-gradient(180deg, var(--gold) 0%, transparent 100%);width:1px;height:40px}.hiw-process{background:var(--off-white);padding:80px 0}.hiw-process__steps{justify-content:center;align-items:flex-start;gap:0;margin-top:48px;display:flex}.hiw-process__step{text-align:center;flex-direction:column;flex:1;align-items:center;max-width:180px;display:flex;position:relative}.hiw-process__step-number{background:linear-gradient(135deg, var(--navy) 0%, #3a5185 100%);width:70px;height:70px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.25rem;font-weight:800;transition:all .3s;display:flex;box-shadow:0 10px 30px #293e634d}.hiw-process__step:hover .hiw-process__step-number{transform:scale(1.1);box-shadow:0 15px 40px #293e6366}.hiw-process__step-label{color:var(--navy);font-size:1rem;font-weight:600}.hiw-process__step-line{background:linear-gradient(90deg, var(--gold), #d1a5494d);width:calc(100% - 80px);height:2px;position:absolute;top:35px;left:calc(50% + 40px)}.hiw-process__step:last-child .hiw-process__step-line{display:none}@media (width<=992px){.hiw-process__steps{flex-wrap:wrap;gap:40px}.hiw-process__step{flex:0 0 calc(33.333% - 27px);max-width:none}.hiw-process__step-line{display:none}}@media (width<=576px){.hiw-process__step{flex:0 0 calc(50% - 20px)}}.hiw-journey{background:var(--white);padding:80px 0}.hiw-journey__steps{flex-direction:column;gap:40px;margin-top:48px;display:flex;overflow:hidden}.hiw-journey__step{grid-template-columns:1fr 1fr;align-items:center;gap:0;display:grid}.hiw-journey__step--right{direction:rtl}.hiw-journey__step--right>*{direction:ltr}@media (width<=992px){.hiw-journey__step,.hiw-journey__step--right{direction:ltr;grid-template-columns:1fr;gap:40px}}.hiw-journey__content{max-width:520px}.hiw-journey__number{background:linear-gradient(135deg, var(--gold) 0%, #b8922e 100%);width:48px;height:48px;color:var(--navy);border-radius:12px;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.125rem;font-weight:800;display:inline-flex}.hiw-journey__title{color:var(--navy);margin-bottom:16px;font-size:2rem;font-weight:800;line-height:1.2}.hiw-journey__description{color:var(--gray-600);margin-bottom:24px;font-size:1.125rem;line-height:1.8}.hiw-journey__highlights{margin:0;padding:0;list-style:none}.hiw-journey__highlights li{color:var(--gray-700);align-items:center;gap:12px;margin-bottom:12px;font-size:1rem;display:flex}.hiw-journey__highlights li svg{width:20px;height:20px;color:var(--gold);flex-shrink:0}.hiw-journey__image-wrapper{border-radius:20px;padding:0;overflow:hidden;box-shadow:0 20px 60px #00000026}.hiw-journey__image-wrapper img{display:block}.hiw-journey__image{object-fit:cover;width:100%;height:400px;transition:transform .5s;display:block}.hiw-journey__image-wrapper:hover .hiw-journey__image{transform:scale(1.05)}@media (width<=992px){.hiw-journey__image{height:300px}}.hiw-visual{background:var(--off-white);padding:80px 0}.hiw-visual__wrapper{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}@media (width<=992px){.hiw-visual__wrapper{grid-template-columns:1fr;gap:40px}}.hiw-visual__images{grid-template-columns:1fr 1fr;gap:16px;height:400px;display:grid;position:sticky;top:100px}.hiw-visual__image{border-radius:16px;padding:0;overflow:hidden;box-shadow:0 10px 30px #0000001a}.hiw-visual__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.hiw-visual__image:hover img{transform:scale(1.08)}.hiw-visual__image--1{grid-row:span 2}.hiw-visual__image--1 img{height:100%;min-height:400px}.hiw-visual__image--2,.hiw-visual__image--3{align-items:stretch;display:flex}.hiw-visual__image--2 img,.hiw-visual__image--3 img{height:100%;min-height:190px}@media (width<=768px){.hiw-visual__images{grid-template-rows:auto;grid-template-columns:1fr;position:static}.hiw-visual__image--1{grid-row:span 1}.hiw-visual__image--1 img{min-height:280px}.hiw-visual__image--2 img,.hiw-visual__image--3 img{min-height:180px}}.hiw-visual__text{color:var(--gray-600);margin-bottom:28px;font-size:1.125rem;line-height:1.8}.hiw-visual__list{margin:0;padding:0;list-style:none}.hiw-visual__list li{color:var(--gray-700);align-items:center;gap:12px;margin-bottom:14px;font-size:1rem;display:flex}.hiw-visual__list li svg{width:20px;height:20px;color:var(--gold);flex-shrink:0}.hiw-visual__content{align-self:center}@media (width<=992px){.hiw-visual__content{align-self:start}}.hiw-visual__content{align-self:center;position:sticky;top:100px}@media (width<=992px){.hiw-visual__content{position:static}}.hiw-after{background:var(--white);padding:80px 0}.hiw-after__grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px;display:grid}@media (width<=992px){.hiw-after__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.hiw-after__grid{grid-template-columns:1fr}}.hiw-after__card{background:var(--off-white);text-align:center;border:1px solid #0000;border-radius:16px;padding:32px 24px;transition:all .3s}.hiw-after__card:hover{background:var(--white);border-color:var(--gold);transform:translateY(-4px);box-shadow:0 10px 40px #d1a54926}.hiw-after__number{color:var(--gold);margin-bottom:16px;font-size:2.5rem;font-weight:800}.hiw-after__title{color:var(--navy);margin-bottom:12px;font-size:1.125rem;font-weight:700}.hiw-after__description{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.hiw-communication{padding:80px 0;position:relative;overflow:hidden}.hiw-communication__bg{opacity:.08;background:url(/transparency-bg.jpg) 50%/cover no-repeat;position:absolute;inset:0}.hiw-communication__overlay{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);position:absolute;inset:0}.hiw-communication .container{z-index:2;position:relative}.hiw-communication__wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}@media (width<=992px){.hiw-communication__wrapper{grid-template-columns:1fr;gap:40px}}.hiw-communication__text{color:#ffffffd9;margin-bottom:32px;font-size:1.125rem;line-height:1.8}.hiw-communication__points{flex-direction:column;gap:20px;display:flex}.hiw-communication__point{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;gap:16px;padding:20px;transition:all .3s;display:flex}.hiw-communication__point:hover{background:#ffffff14;border-color:#d1a5494d}.hiw-communication__point-icon{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.hiw-communication__point-icon svg{width:22px;height:22px;color:var(--navy)}.hiw-communication__point h4{color:var(--white);margin-bottom:4px;font-size:1rem;font-weight:600}.hiw-communication__point p{color:#ffffffb3;margin:0;font-size:.875rem}.hiw-communication__image{border-radius:20px;padding:0;overflow:hidden;box-shadow:0 20px 60px #0000004d}.hiw-communication__image img{object-fit:cover;width:100%;height:100%;max-height:450px;transition:transform .5s;display:block}.hiw-communication__image:hover img{transform:scale(1.05)}.hiw-timeline{background:var(--white);padding:80px 0}.hiw-timeline__track{justify-content:space-between;align-items:flex-start;gap:20px;margin-top:48px;display:flex;position:relative}.hiw-timeline__track:before{content:"";background:linear-gradient(90deg, var(--gold), #d1a5494d);height:2px;position:absolute;top:16px;left:40px;right:40px}@media (width<=992px){.hiw-timeline__track:before{display:none}.hiw-timeline__track{flex-direction:column;align-items:center;gap:40px}}.hiw-timeline__item{text-align:center;flex-direction:column;flex:1;align-items:center;max-width:180px;display:flex;position:relative}@media (width<=992px){.hiw-timeline__item{text-align:left;flex-direction:row;gap:20px;width:100%;max-width:none}}.hiw-timeline__dot{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);z-index:1;border-radius:50%;width:32px;height:32px;margin-bottom:20px;position:relative;box-shadow:0 4px 15px #d1a54966}@media (width<=992px){.hiw-timeline__dot{flex-shrink:0;margin-bottom:0}}.hiw-timeline__phase{color:var(--navy);margin-bottom:8px;font-size:1.125rem;font-weight:700}.hiw-timeline__description{color:var(--gray-600);font-size:.875rem;line-height:1.5}.hiw-confidence{background:var(--off-white);padding:80px 0}.hiw-confidence__grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px;display:grid}@media (width<=992px){.hiw-confidence__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.hiw-confidence__grid{grid-template-columns:1fr}}.hiw-confidence__card{background:var(--white);text-align:center;border:1px solid var(--gray-100);border-radius:16px;padding:32px 24px;transition:all .3s}.hiw-confidence__card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 10px 40px #d1a54926}.hiw-confidence__icon{background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.hiw-confidence__icon svg{width:28px;height:28px;color:var(--gold)}.hiw-confidence__title{color:var(--navy);margin-bottom:12px;font-size:1.125rem;font-weight:700}.hiw-confidence__description{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.hiw-faq{background:var(--white);padding:80px 0}.hiw-faq__list{max-width:800px;margin:48px auto 0}.hiw-faq__item{background:var(--off-white);border-radius:12px;margin-bottom:12px;overflow:hidden;box-shadow:0 2px 8px #0000000a}.hiw-faq__question{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:24px;font-family:inherit;display:flex}.hiw-faq__question-text{color:var(--navy);font-size:1.0625rem;font-weight:600}.hiw-faq__icon{width:24px;height:24px;color:var(--gold);flex-shrink:0;transition:transform .3s}.hiw-faq__item--active .hiw-faq__icon{transform:rotate(45deg)}.hiw-faq__answer-wrapper{overflow:hidden}.hiw-faq__answer{padding:0 24px 24px}.hiw-faq__answer p{color:var(--gray-600);margin:0;font-size:1rem;line-height:1.7}.hiw-cta{padding:80px 0;position:relative;overflow:hidden}.hiw-cta__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hiw-cta__bg:after{content:"";background:linear-gradient(135deg,#293e63f0 0%,#1a2a42e6 100%);position:absolute;inset:0}.hiw-cta .container{z-index:2;position:relative}.hiw-cta__content{text-align:center;max-width:700px;margin:0 auto}.hiw-cta__title{color:var(--white);margin-bottom:20px;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.2}.hiw-cta__title-gold{color:var(--gold);display:block}.hiw-cta__text{color:#ffffffd9;margin-bottom:40px;font-size:1.125rem;line-height:1.7}.hiw-cta__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.section-label--light{color:var(--gold);background:#d1a54926}@media (width<=768px){.hiw-hero{min-height:70vh}.hiw-hero__overlay{padding:0;bottom:0}.hiw-hero__content{padding:30px 24px 20px}.hiw-hero__label{margin-bottom:8px}.hiw-hero__title{margin-bottom:8px;font-size:2rem}.hiw-hero__description{margin-bottom:0;font-size:1rem}.hiw-process{padding:50px 0 40px}.hiw-process__steps{gap:20px;margin-top:32px}.hiw-process__step{flex:0 0 calc(50% - 10px);max-width:none}.hiw-process__step-number{width:56px;height:56px;margin-bottom:12px;font-size:1rem}.hiw-process__step-label{font-size:.875rem}.hiw-journey{padding:40px 0}.hiw-journey__steps{gap:32px;margin-top:32px}.hiw-journey__content{max-width:100%}.hiw-journey__number{width:40px;height:40px;margin-bottom:16px;font-size:1rem}.hiw-journey__title{margin-bottom:12px;font-size:1.5rem}.hiw-journey__description{margin-bottom:16px;font-size:1rem}.hiw-journey__image{height:250px}.hiw-visual{padding:40px 0}.hiw-visual__wrapper{gap:32px}.hiw-visual__images{gap:12px;height:300px}.hiw-visual__image--1 img{min-height:250px}.hiw-visual__image--2 img,.hiw-visual__image--3 img{min-height:150px}.hiw-visual__text{margin-bottom:20px;font-size:1rem}.hiw-after{padding:40px 0}.hiw-after__grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:32px}.hiw-after__card{padding:20px 16px}.hiw-after__number{margin-bottom:12px;font-size:2rem}.hiw-after__title{margin-bottom:8px;font-size:1rem}.hiw-after__description{font-size:.8125rem}.hiw-communication{padding:40px 0}.hiw-communication__wrapper{gap:32px}.hiw-communication__text{margin-bottom:24px;font-size:1rem}.hiw-communication__points{gap:16px}.hiw-communication__point{gap:12px;padding:16px}.hiw-communication__point-icon{width:40px;height:40px}.hiw-timeline{padding:40px 0}.hiw-timeline__track{gap:16px;margin-top:32px}.hiw-timeline__item{gap:16px}.hiw-timeline__dot{width:28px;height:28px;margin-bottom:0}.hiw-timeline__phase{margin-bottom:4px;font-size:1rem}.hiw-confidence{padding:40px 0}.hiw-confidence__grid{grid-template-columns:1fr;gap:16px;margin-top:32px}.hiw-confidence__card{padding:20px 16px}.hiw-confidence__icon{width:48px;height:48px;margin-bottom:16px}.hiw-confidence__title{margin-bottom:8px;font-size:1rem}.hiw-confidence__description{font-size:.8125rem}.hiw-faq{padding:40px 0}.hiw-faq__list{max-width:100%;margin:32px auto 0}.hiw-faq__question{gap:12px;padding:16px}.hiw-faq__question-text{font-size:.9375rem}.hiw-faq__answer{padding:0 16px 16px}.hiw-faq__answer p{font-size:.9375rem}.hiw-cta{padding:40px 0}.hiw-cta__content{max-width:100%}.hiw-cta__title{margin-bottom:16px;font-size:1.75rem}.hiw-cta__text{margin-bottom:28px;font-size:1rem}}@media (width<=480px){.hiw-hero{min-height:60vh}.hiw-hero__overlay{padding:0;bottom:0}.hiw-hero__content{padding:20px 16px 15px}.hiw-hero__label{margin-bottom:6px;padding:6px 16px;font-size:.75rem}.hiw-hero__title{margin-bottom:6px;font-size:1.5rem}.hiw-hero__description{margin-bottom:0;font-size:.95rem}.hiw-process__step{flex:0 0 100%;max-width:none}.hiw-after__grid,.hiw-confidence__grid{grid-template-columns:1fr}.hiw-cta__buttons{flex-direction:column}.hiw-cta__buttons .btn{width:100%}}@media (width<=360px){.hiw-hero__title{margin-bottom:12px;font-size:1.5rem}.hiw-hero__description{font-size:.9375rem}.hiw-process__step-number{width:48px;height:48px;font-size:.875rem}.hiw-journey__title{font-size:1.25rem}.hiw-journey__description{font-size:.9375rem}.hiw-cta__title{margin-bottom:12px;font-size:1.5rem}}.risk-hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.risk-hero__bg{background:linear-gradient(135deg,#1a2a42 0%,#293e63 50%,#3d5a87 100%) 0 0/400% 400%;position:absolute;inset:0}.risk-hero__bg:before{content:"";opacity:.15;background-image:url(/hero-bg.png);background-position:50%;background-size:cover;animation:20s ease-in-out infinite alternate slowZoom;position:absolute;inset:0}.risk-hero__overlay{background:linear-gradient(#1a2a424d 0%,#1a2a42b3 100%);position:absolute;inset:0}.risk-hero__content{z-index:2;text-align:center;max-width:900px;padding:0 20px;position:relative}.risk-hero__title{font-family:var(--font-title);color:var(--white);letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2}@media (width>=1200px){.risk-hero__title{margin-bottom:32px;font-size:4.2rem}}.risk-hero__title .gold-accent{color:var(--gold)}.risk-hero__subtitle{color:#ffffffd9;max-width:700px;margin:0 auto;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.7}.risk-hero__scroll{z-index:2;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.risk-hero__scroll-line{background:linear-gradient(180deg, var(--gold) 0%, transparent 100%);width:1px;height:60px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.3;height:40px}50%{opacity:1;height:60px}}.risk-philosophy{background:var(--white);padding:60px 0}@media (width>=1200px){.risk-philosophy{padding:80px 0}}.risk-philosophy__grid{grid-template-columns:1fr 1fr;align-items:center;gap:45px;display:grid}@media (width>=1200px){.risk-philosophy__grid{gap:60px}}.risk-philosophy__content{max-width:560px}.risk-philosophy__description{color:var(--gray-600);margin:20px 0 24px;font-size:1.125rem;line-height:1.8}.risk-philosophy__points{margin:0;padding:0;list-style:none}.risk-philosophy__points li{border-bottom:1px solid var(--gray-200);align-items:center;gap:12px;padding:12px 0;display:flex}.risk-philosophy__points li:last-child{border-bottom:none}.risk-philosophy__points svg{width:24px;min-width:24px;height:24px;color:var(--gold)}.risk-philosophy__points span{color:var(--gray-700);font-size:1rem;font-weight:500}.risk-philosophy__image{position:relative}.risk-philosophy__image-wrapper{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.risk-philosophy__image-wrapper img{object-fit:cover;width:100%;height:400px;transition:transform .6s}.risk-philosophy__image-wrapper:hover img{transform:scale(1.03)}@media (width>=1200px){.risk-philosophy__image-wrapper:hover img{transform:scale(1.05)}}.risk-philosophy__image-overlay{pointer-events:none;background:linear-gradient(#0000 60%,#293e6366 100%);position:absolute;inset:0}.risk-philosophy__badge{background:var(--navy);color:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);z-index:2;padding:24px 32px;position:absolute;bottom:-30px;left:30px}.risk-philosophy__badge-value{color:var(--gold);font-size:2.5rem;font-weight:800;line-height:1;display:block}.risk-philosophy__badge-label{color:#fffc;max-width:200px;margin-top:8px;font-size:.875rem;display:block}.risk-pillars{background:var(--off-white);padding:60px 0}@media (width>=1200px){.risk-pillars{padding:80px 0}}.risk-pillars__grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:32px;display:grid}.risk-pillars__card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:all var(--transition-base);border:1px solid #0000000d;padding:40px 32px;position:relative;overflow:hidden}.risk-pillars__card:hover{box-shadow:var(--shadow-xl);border-color:#d1a5494d;transform:translateY(-8px)}@media (width>=1200px){.risk-pillars__card{padding:48px 40px;box-shadow:0 4px 20px #00000014}.risk-pillars__card:hover{transform:translateY(-12px);box-shadow:0 20px 40px #0000001f}}.risk-pillars__card:before{content:"";background:linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);opacity:0;height:4px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.risk-pillars__card:hover:before{opacity:1}.risk-pillars__card-icon{border-radius:var(--radius-lg);background:linear-gradient(135deg,#d1a54926 0%,#d1a5490d 100%);justify-content:center;align-items:center;width:100px;height:56px;margin-bottom:20px;display:flex}.risk-pillars__card-icon svg{width:40px;height:28px;color:var(--gold)}.risk-pillars__card-title{font-family:var(--font-title);color:var(--navy);margin-bottom:12px;font-size:1.25rem;font-weight:700}@media (width>=1200px){.risk-pillars__card-title{margin-bottom:16px;font-size:1.4rem;line-height:1.3}}.risk-pillars__card-description{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.risk-pillars__card-image{opacity:.05;pointer-events:none;width:120px;height:120px;position:absolute;bottom:0;right:0}.risk-pillars__card-image-bg{background:linear-gradient(135deg, var(--navy) 0%, var(--gold) 100%);border-radius:50% 0 0;width:100%;height:100%}.risk-approach{background:var(--white);padding:60px 0}@media (width>=1200px){.risk-approach{padding:80px 0}}.risk-approach__grid{grid-template-columns:1fr 1fr;align-items:center;gap:45px;display:grid}@media (width>=1200px){.risk-approach__grid{gap:60px}}.risk-approach__images{height:400px;position:relative}.risk-approach__image{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);transition:transform var(--transition-slow);position:absolute;overflow:hidden}.risk-approach__image img{object-fit:cover;width:100%;height:100%}.risk-approach__image--1{z-index:3;width:55%;height:60%;top:0;left:0}.risk-approach__image--2{z-index:2;width:50%;height:55%;bottom:0;right:0}.risk-approach__image--3{z-index:1;width:45%;height:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.risk-approach__image:hover{transform:scale(1.02)}.risk-approach__content{max-width:560px}.risk-approach__description{color:var(--gray-600);margin:20px 0 24px;font-size:1.125rem;line-height:1.8}.risk-approach__list{margin:0;padding:0;list-style:none}.risk-approach__list li{border-bottom:1px solid var(--gray-200);align-items:center;gap:16px;padding:16px 0;display:flex}.risk-approach__list li:last-child{border-bottom:none}.risk-approach__list svg{width:24px;min-width:24px;height:24px;color:var(--gold)}.risk-approach__list span{color:var(--gray-700);font-size:1rem;font-weight:500}.risk-safeguards{background:linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);padding:60px 0}.risk-safeguards__grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:32px;display:grid}.risk-safeguards__card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:all var(--transition-base);border:1px solid #0000000d;align-items:flex-start;gap:24px;padding:32px;display:flex}.risk-safeguards__card:hover{box-shadow:var(--shadow-xl);border-color:#d1a54933;transform:translateY(-4px)}.risk-safeguards__card-icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:120px;min-width:100px;height:48px;display:flex}.risk-safeguards__card-icon svg{width:38px;height:24px;color:var(--gold)}.risk-safeguards__card-title{font-family:var(--font-title);color:var(--navy);margin-bottom:8px;font-size:1.125rem;font-weight:700}.risk-safeguards__card-description{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.risk-diligence{padding:60px 0;position:relative;overflow:hidden}.risk-diligence__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.risk-diligence__bg:before{content:"";background:linear-gradient(135deg,#1a2a42eb 0%,#293e63e0 100%);position:absolute;inset:0}.risk-diligence .container{z-index:1;position:relative}.section-label--light{background:#d1a54926;border-color:#d1a5494d}.section-title--light{color:var(--white)}.risk-diligence__timeline{justify-content:space-between;margin-top:32px;display:flex;position:relative}.risk-diligence__timeline:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);opacity:.3;height:2px;position:absolute;top:40px;left:60px;right:60px}.risk-diligence__step{text-align:center;flex:1;padding:0 20px;position:relative}.risk-diligence__step-number{background:linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);width:80px;height:80px;color:var(--white);font-family:var(--font-title);box-shadow:var(--shadow-gold);z-index:2;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.5rem;font-weight:800;display:flex;position:relative}.risk-diligence__step-title{font-family:var(--font-title);color:var(--white);margin-bottom:12px;font-size:1.125rem;font-weight:700}.risk-diligence__step-description{color:#ffffffb3;max-width:200px;margin:0 auto;font-size:.875rem;line-height:1.6}.risk-diligence__step-line{background:linear-gradient(90deg, var(--gold), transparent);opacity:.5;width:20%;height:2px;position:absolute;top:40px;right:-10%}.risk-framework{background:var(--off-white);padding:60px 0;position:relative;overflow:hidden}.risk-framework .container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:45px;display:grid;position:relative}.risk-framework__content{max-width:560px}.risk-framework__title{font-family:var(--font-title);color:var(--navy);margin-bottom:20px;font-size:clamp(2rem,4vw,2.75rem);font-weight:700}.risk-framework__title .gold-accent{color:var(--gold)}.risk-framework__description{color:var(--gray-600);margin-bottom:32px;font-size:1.125rem;line-height:1.8}.risk-framework__stats{gap:48px;display:flex}.risk-framework__stat{text-align:center;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--gray-200);padding:24px 32px}.risk-framework__stat-value{font-family:var(--font-title);color:var(--gold);margin-bottom:8px;font-size:3rem;font-weight:800;line-height:1;display:block}.risk-framework__stat-label{color:var(--gray-600);font-size:.875rem;font-weight:500}.risk-framework__image{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.risk-framework__image img{object-fit:cover;width:100%;height:400px}.risk-framework__image:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 60%,#293e6333 100%);position:absolute;inset:0}.risk-monitoring{background:var(--white);padding:60px 0}.risk-monitoring__grid{grid-template-columns:1fr 1fr;align-items:center;gap:45px;display:grid}.risk-monitoring__visual{justify-content:center;display:flex}.risk-monitoring__visual-card{background:linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);width:100%;max-width:400px;padding:32px}.risk-monitoring__chart{margin-bottom:24px}.risk-monitoring__chart-svg{width:100%;height:auto}.risk-monitoring__metrics{border-top:1px solid var(--gray-200);justify-content:space-between;padding-top:20px;display:flex}.risk-monitoring__metric{text-align:center}.risk-monitoring__metric-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.75rem;display:block}.risk-monitoring__metric-value{font-family:var(--font-title);color:var(--navy);font-size:1.5rem;font-weight:700}.risk-monitoring__metric-value--low{color:#22c55e}.risk-monitoring__content{max-width:560px}.risk-monitoring__features{margin-top:24px}.risk-monitoring__feature{border-bottom:1px solid var(--gray-200);padding:20px 0}.risk-monitoring__feature:last-child{border-bottom:none}.risk-monitoring__feature-title{font-family:var(--font-title);color:var(--navy);margin-bottom:8px;font-size:1.125rem;font-weight:700}.risk-monitoring__feature-description{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.risk-transparency{background:var(--off-white);padding:60px 0}.risk-transparency__grid{grid-template-columns:1fr 1fr;align-items:center;gap:45px;display:grid}.risk-transparency__content{max-width:560px}.risk-transparency__description{color:var(--gray-600);margin:20px 0 24px;font-size:1.125rem;line-height:1.8}.risk-transparency__highlights{margin:0 0 16px;padding:0;list-style:none}.risk-transparency__highlights li{border-bottom:1px solid var(--gray-200);align-items:center;gap:12px;padding:12px 0;display:flex}.risk-transparency__highlights li:last-child{border-bottom:none}.risk-transparency__highlights svg{width:20px;min-width:20px;height:20px;color:var(--gold)}.risk-transparency__highlights span{color:var(--gray-700);font-size:.9375rem;font-weight:500}.risk-transparency__features{margin-top:24px}.risk-transparency__feature{gap:16px;padding:16px 0;display:flex}.risk-transparency__feature-dot{background:var(--gold);border-radius:50%;width:12px;min-width:12px;height:12px;margin-top:6px}.risk-transparency__feature-title{font-family:var(--font-title);color:var(--navy);margin-bottom:4px;font-size:1rem;font-weight:700}.risk-transparency__feature-description{color:var(--gray-600);font-size:.875rem;line-height:1.6}.risk-transparency__image{position:relative}.risk-transparency__image-wrapper{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.risk-transparency__image-wrapper img{object-fit:cover;width:100%;height:360px;transition:transform .6s}.risk-transparency__image-wrapper:hover img{transform:scale(1.03)}.risk-transparency__image-overlay{pointer-events:none;background:linear-gradient(#0000 50%,#293e6366 100%);position:absolute;inset:0}.risk-summary{background:var(--white);padding:60px 0}@media (width>=1200px){.risk-summary{padding:80px 0}}.risk-summary__grid{grid-template-columns:repeat(4,1fr);gap:32px;margin-top:32px;display:grid}.risk-summary__card{background:linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-md);border:1px solid var(--gray-200);transition:all var(--transition-base);padding:40px 28px}.risk-summary__card:hover{box-shadow:var(--shadow-xl);border-color:var(--gold);transform:translateY(-4px)}@media (width>=1200px){.risk-summary__card{padding:48px 36px;box-shadow:0 4px 20px #00000014}.risk-summary__card:hover{border-color:var(--gold);transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}}.risk-summary__card-icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:var(--radius-lg);justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}@media (width>=1200px){.risk-summary__card-icon{width:72px;height:72px;margin-bottom:28px}.risk-summary__card-icon svg{width:36px;height:36px}}.risk-summary__card-icon svg{width:32px;height:32px;color:var(--gold)}.risk-summary__card-title{font-family:var(--font-title);color:var(--navy);margin-bottom:12px;font-size:1.125rem;font-weight:700}@media (width>=1200px){.risk-summary__card-title{margin-bottom:16px;font-size:1.3rem}}.risk-summary__card-description{color:var(--gray-600);font-size:.9375rem;line-height:1.6}@media (width>=1200px){.risk-summary__card-description{font-size:1rem;line-height:1.7}}.risk-faq{background:var(--off-white);padding:60px 0}@media (width>=1200px){.risk-faq{padding:80px 0}}.risk-faq__grid{max-width:900px;margin:32px auto 0}.risk-faq__item{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:all var(--transition-base);margin-bottom:16px;overflow:hidden}.risk-faq__item:hover{box-shadow:var(--shadow-md)}.risk-faq__item--active{border-color:var(--gold);box-shadow:var(--shadow-lg)}.risk-faq__question{cursor:pointer;text-align:left;width:100%;transition:all var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.risk-faq__question:hover{background:var(--off-white)}.risk-faq__question-text{font-family:var(--font-primary);color:var(--navy);flex:1;font-size:1.0625rem;font-weight:600}.risk-faq__icon{background:var(--off-white);width:32px;height:32px;transition:all var(--transition-base);border-radius:50%;justify-content:center;align-items:center;display:flex}.risk-faq__icon svg{width:16px;height:16px;color:var(--navy);transition:transform var(--transition-base)}.risk-faq__item--active .risk-faq__icon{background:var(--gold)}.risk-faq__item--active .risk-faq__icon svg{color:var(--white);transform:rotate(45deg)}.risk-faq__answer-wrapper{overflow:hidden}.risk-faq__answer{padding:0 28px 24px}.risk-faq__answer p{color:var(--gray-600);margin:0;font-size:.9375rem;line-height:1.8}.risk-cta{padding:60px 0;position:relative;overflow:hidden}@media (width>=1200px){.risk-cta{padding:80px 0}}.risk-cta__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.risk-cta__bg:after{content:"";background:linear-gradient(135deg,#1a2a42e6 0%,#293e63d9 100%);position:absolute;inset:0}.risk-cta__content{z-index:1;text-align:center;max-width:800px;margin:0 auto;position:relative}.risk-cta__title{font-family:var(--font-title);color:var(--white);margin-bottom:20px;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.risk-cta__title .gold-accent{color:var(--gold)}.risk-cta__description{color:#fffc;margin-bottom:32px;font-size:1.125rem;line-height:1.7}.risk-cta__buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.risk-cta__btn{border-radius:var(--radius-md);transition:all var(--transition-base);align-items:center;gap:8px;padding:12px 24px;font-size:.875rem;font-weight:600;display:inline-flex}.risk-cta__btn svg{transition:transform var(--transition-base)}.risk-cta__btn:hover svg{transform:translate(4px)}.risk-cta__btn-text-short{display:none}@media (width<=640px){.risk-cta__btn-text-long{display:none}.risk-cta__btn-text-short{display:inline}.risk-cta__btn{gap:6px;padding:10px 20px;font-size:.8125rem}}@media (width<=1200px){.risk-pillars__grid{grid-template-columns:repeat(2,1fr)}.risk-diligence__timeline{flex-wrap:wrap;gap:40px}.risk-diligence__step{flex:0 0 calc(50% - 20px)}.risk-diligence__step-line{display:none}.risk-summary__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.risk-philosophy__grid,.risk-approach__grid,.risk-framework .container,.risk-monitoring__grid,.risk-transparency__grid{grid-template-columns:1fr;gap:48px}.risk-philosophy__image{order:-1}.risk-philosophy__badge{bottom:-20px;left:50%;transform:translate(-50%)}.risk-safeguards__grid{grid-template-columns:1fr}.risk-framework__content{text-align:center;max-width:100%}.risk-framework__stats{justify-content:center}.risk-monitoring__content{max-width:100%}}@media (width<=768px){.risk-hero{min-height:60vh}.risk-hero__title{font-size:2rem}.risk-hero__subtitle{font-size:1rem}.risk-philosophy,.risk-pillars,.risk-approach,.risk-safeguards,.risk-diligence,.risk-framework,.risk-monitoring,.risk-transparency,.risk-summary,.risk-faq,.risk-cta{padding:50px 0}.risk-diligence__step-number{width:64px;height:64px;margin:0 auto 16px;font-size:1.25rem}.risk-diligence__step-title{margin-bottom:8px;font-size:1rem}.risk-diligence__step-description{font-size:.8125rem;line-height:1.5}.risk-diligence__timeline{margin-top:24px}.risk-pillars__grid,.risk-safeguards__grid,.risk-summary__grid{grid-template-columns:1fr}.risk-diligence__step{flex:0 0 100%;padding:0 16px 24px}.section-label{margin-bottom:12px}.section-title{margin-bottom:16px}.risk-diligence__timeline:before{display:none}.risk-framework__stats{flex-direction:column;gap:24px}.risk-cta__buttons{flex-direction:column;align-items:center}.risk-cta__btn{justify-content:center;gap:10px;width:100%;max-width:300px;padding:16px 24px;font-size:.95rem}.risk-approach__images{height:300px}.risk-approach__image--1{width:70%;height:50%}.risk-approach__image--2{width:60%;height:45%}.risk-approach__image--3{width:50%;height:40%}.risk-philosophy__image-wrapper img,.risk-transparency__image-wrapper img,.risk-framework__image img{height:250px}.risk-summary__card-icon{width:52px;height:52px}.risk-summary__card-icon svg{width:24px;height:24px}.risk-safeguards__card-icon{width:80px;height:44px;min-width:80pxx}.risk-safeguards__card-icon svg{width:34px;height:20px}.risk-pillars__card-icon{width:90px;height:48px}.risk-pillars__card-icon svg{width:36px;height:24px}.risk-diligence__step-number{width:60px;min-width:60px;height:60px;min-height:60px;font-size:1.5rem}.risk-framework__stat-value{font-size:2rem}}@media (width<=480px){.risk-hero{min-height:55vh}.risk-hero__title{font-size:1.75rem}.risk-hero__subtitle{font-size:.95rem}.risk-philosophy,.risk-pillars,.risk-approach,.risk-safeguards,.risk-diligence,.risk-framework,.risk-monitoring,.risk-transparency,.risk-summary,.risk-faq,.risk-cta{padding:30px 0}.risk-pillars__card,.risk-safeguards__card{padding:28px 24px}.risk-philosophy__badge{display:none}.risk-philosophy__badge-value{font-size:2rem}.risk-framework__stat-value{font-size:2.25rem}.risk-monitoring__visual-card{padding:24px}.risk-faq__question{padding:20px}.risk-faq__question-text{font-size:.9375rem}.risk-diligence__timeline{flex-direction:column;gap:16px;margin-top:20px}.risk-diligence__step{text-align:center;border-bottom:1px solid #ffffff1a;flex:0 0 100%;padding:0 0 20px}.risk-diligence__step:last-child{border-bottom:none;padding-bottom:0}.risk-diligence__step-number{width:56px;height:56px;box-shadow:var(--shadow-md);margin:0 auto 12px;font-size:1.125rem}.risk-diligence__step-title{margin-bottom:6px;font-size:.9375rem;font-weight:600}.risk-diligence__step-description{max-width:100%;font-size:.75rem;line-height:1.4}.risk-diligence__step-line{display:none}}.contact{background:var(--white);position:relative}.contact__wrapper{grid-template-columns:1fr 1fr;align-items:stretch;gap:80px;min-height:600px;display:grid}.contact__description{color:var(--gray-600);margin-top:16px;margin-bottom:32px;font-size:1.0625rem;line-height:1.8}.contact__details{flex-direction:column;gap:24px;margin-bottom:40px;display:flex}.contact__detail{gap:16px;display:flex}.contact__detail-icon{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:var(--radius-md);width:48px;min-width:48px;height:48px;color:var(--white);justify-content:center;align-items:center;display:flex}.contact__detail-icon svg{width:24px;height:24px}.contact__detail-content h4{color:var(--navy);margin-bottom:4px;font-size:.9375rem;font-weight:700}.contact__detail-content a,.contact__detail-content address{color:var(--gray-600);font-size:.9375rem;font-style:normal;line-height:1.5}.contact__detail-content a:hover{color:var(--gold)}.contact__trust{background:var(--off-white);border-radius:var(--radius-lg);padding:24px}.contact__trust h4{color:var(--navy);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;font-size:.875rem;font-weight:700}.contact__trust ul{list-style:none}.contact__trust li{color:var(--gray-700);align-items:center;gap:10px;margin-bottom:12px;font-size:.875rem;display:flex}.contact__trust li:last-child{margin-bottom:0}.contact__trust li svg{width:20px;min-width:20px;height:20px;color:var(--gold)}.contact__form-wrapper{position:relative}.contact__form{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-2xl);box-shadow:var(--shadow-lg);padding:40px}.contact__form-title{color:var(--navy);margin-bottom:8px;font-size:1.5rem;font-weight:700}.contact__form-subtitle{color:var(--gray-600);margin-bottom:32px;font-size:.9375rem}.contact__form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact__field{margin-bottom:20px}.contact__field label{color:var(--navy);margin-bottom:8px;font-size:.875rem;font-weight:600;display:block}.contact__field input,.contact__field select,.contact__field textarea{width:100%;font-family:var(--font-primary);color:var(--gray-800);background:var(--off-white);border:1px solid var(--gray-200);border-radius:var(--radius-md);transition:all var(--transition-fast);padding:14px 16px;font-size:.9375rem}.contact__field input:focus,.contact__field select:focus,.contact__field textarea:focus{border-color:var(--navy);background:var(--white);outline:none;box-shadow:0 0 0 3px #293e631a}.contact__field input::placeholder,.contact__field textarea::placeholder{color:var(--gray-400)}.contact__field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:48px}.contact__field textarea{resize:vertical;min-height:120px}.contact__submit{justify-content:center;width:100%;margin-top:8px}.contact__disclaimer{color:var(--gray-500);text-align:center;margin-top:16px;font-size:.75rem;line-height:1.5}.contact__status{border-radius:var(--radius-md);text-align:center;margin-top:16px;padding:14px 16px;font-size:.9375rem}.contact__status--success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.contact__status--error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}.contact__modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.contact__success-modal{background:var(--white);text-align:center;border-radius:24px;width:100%;max-width:420px;padding:48px;box-shadow:0 20px 60px #0000004d}.contact__modal-header{margin-bottom:24px}.contact__modal-icon{width:80px;height:80px;color:var(--white);background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;margin:0 auto;display:flex}.contact__modal-icon svg{stroke-width:3px;width:40px;height:40px}.contact__modal-title{color:var(--navy);margin-bottom:12px;font-size:1.75rem;font-weight:600}.contact__modal-message{color:var(--gray-600);margin-bottom:20px;font-size:1rem;line-height:1.6}.contact__modal-details{text-align:left;background:#f9fafb;border-radius:12px;margin-bottom:24px;padding:16px}.contact__modal-details p{color:var(--gray-700);align-items:center;gap:8px;margin-bottom:8px;font-size:.9375rem;display:flex}.contact__modal-details p:last-child{margin-bottom:0}.contact__modal-redirect{color:var(--gray-500);margin-bottom:20px;font-size:.875rem}.contact__countdown{color:var(--gold);font-size:1rem;font-weight:600}.contact__modal-button{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);color:var(--white);cursor:pointer;border:none;border-radius:8px;width:100%;padding:14px 28px;font-size:1rem;font-weight:500;transition:all .3s;display:inline-block}.contact__modal-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f19384d}.contact__modal-button:active{transform:translateY(0)}@media (width<=992px){.contact__wrapper{grid-template-columns:1fr;gap:48px}}@media (width<=768px){.contact__form{padding:28px}.contact__form-row{grid-template-columns:1fr}.contact__field input,.contact__field select,.contact__field textarea{min-height:48px;font-size:16px}.contact__submit{min-height:52px}.contact__detail{padding:8px 0}}@media (width<=575px){.contact__form{border-radius:20px;padding:24px}.contact__form-title{font-size:1.25rem}.contact__form-subtitle{margin-bottom:24px;font-size:.875rem}.contact__field{margin-bottom:16px}.contact__field label{margin-bottom:6px;font-size:.8125rem}.contact__field input,.contact__field select,.contact__field textarea{min-height:48px;padding:12px 14px;font-size:16px}.contact__field textarea{min-height:100px}.contact__detail-icon{width:44px;min-width:44px;height:44px}.contact__detail-icon svg{width:20px;height:20px}.contact__trust{border-radius:12px;padding:20px}.contact__trust h4{font-size:.8125rem}.contact__trust li{margin-bottom:10px;font-size:.8125rem}}@media (width<=375px){.contact__form{padding:20px}.contact__form-title{font-size:1.125rem}.contact__form-subtitle{font-size:.8125rem}.contact__field input,.contact__field select,.contact__field textarea{min-height:44px;padding:10px 12px;font-size:16px}.contact__submit{padding:14px 20px;font-size:.9375rem}.contact__description{font-size:1rem;line-height:1.7}.contact__details{gap:20px}.contact__detail{flex-direction:row;align-items:flex-start}.contact__detail-content h4,.contact__detail-content a,.contact__detail-content address{font-size:.875rem}}@media (width<=896px) and (height<=500px) and (orientation:landscape){.contact__wrapper{gap:32px}.contact__form{padding:24px}.contact__field{margin-bottom:12px}.contact__field input,.contact__field select,.contact__field textarea{min-height:44px;padding:10px 14px}}@media (hover:none) and (pointer:coarse){.contact__field input,.contact__field select,.contact__field textarea{font-size:16px}.contact__submit{min-height:52px}.contact__detail-icon{min-width:48px;min-height:48px}}@supports (padding:max(0px)){.contact__form{padding-left:max(20px, env(safe-area-inset-left,20px));padding-right:max(20px, env(safe-area-inset-right,20px))}}.contact__description .read-more{margin-top:0}.contact__description p,.contact__description .read-more p{color:var(--gray-600);margin:0;font-size:1.0625rem;line-height:1.8}@media (width<=768px){.contact__description p,.contact__description .read-more p{font-size:1rem;line-height:1.7}}@media (width<=480px){.contact__description p,.contact__description .read-more p{font-size:.9375rem}}.contact-hero{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);min-height:89vh;position:relative;overflow:hidden}.contact-hero__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.contact-hero__overlay{background:linear-gradient(135deg,#1a2a42f0 0%,#293e63e6 100%);position:absolute;inset:0}.contact-hero .container{z-index:1;min-height:inherit;flex-direction:column;justify-content:center;padding-top:80px;padding-bottom:80px;display:flex;position:relative}.contact-hero__content{text-align:center;max-width:700px;margin:0 auto}.contact-hero__title{color:var(--white);margin-bottom:20px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.contact-hero__description{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}@media (width<=768px){.contact-hero{min-height:60vh}.contact-hero .container{flex-direction:column;justify-content:center;padding-top:60px;padding-bottom:60px;display:flex}.contact-hero__content{padding:0 16px}.contact-hero__title{margin-bottom:16px;font-size:2rem}.contact-hero__description{font-size:1rem;line-height:1.6}}@media (width<=480px){.contact-hero{min-height:60vh}.contact-hero .container{padding-top:48px;padding-bottom:48px}.contact-hero__title{margin-bottom:12px;font-size:1.75rem}.contact-hero__description{font-size:.9375rem}}@media (width<=375px){.contact-hero .container{padding-top:40px;padding-bottom:40px}.contact-hero__title{font-size:1.5rem}.contact-hero__description{font-size:.875rem}}.invest-hero{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);min-height:90vh;padding:120px 0 80px;position:relative;overflow:hidden}.invest-hero__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.invest-hero__bg-old{background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.invest-hero__bg:after{content:"";background:linear-gradient(135deg,#1a2a42f2 0%,#293e63e6 100%);position:absolute;inset:0}.invest-hero__content{z-index:1;text-align:center;max-width:800px;margin:0 auto;position:relative}.invest-hero__badge{color:var(--gold);background:#d1a54926;border:1px solid #d1a5494d;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 20px;font-size:.875rem;font-weight:500;display:inline-flex}.invest-hero__badge-icon{color:var(--gold)}.invest-hero__title{color:var(--white);margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.invest-hero__title .gold-accent{color:var(--gold)}.invest-hero__description{color:#fffc;max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.7}@media (width<=768px){.invest-hero{flex-direction:column;justify-content:center;min-height:60vh;padding:60px 0;display:flex}.invest-hero__content{padding:0 16px}.invest-hero__badge{margin-bottom:16px;padding:8px 16px;font-size:.8125rem}.invest-hero__title{margin-bottom:16px;font-size:2rem}.invest-hero__description{font-size:1rem;line-height:1.6}}@media (width<=480px){.invest-hero{min-height:60vh;padding:48px 0}.invest-hero__badge{margin-bottom:12px;padding:6px 14px;font-size:.75rem}.invest-hero__title{margin-bottom:12px;font-size:1.75rem}.invest-hero__description{font-size:.9375rem}}@media (width<=375px){.invest-hero{padding:40px 0}.invest-hero__badge{font-size:.6875rem}.invest-hero__title{font-size:1.5rem}.invest-hero__description{font-size:.875rem}}.invest-metrics{background:var(--white);border-bottom:1px solid var(--gray-100);padding:60px 0}.invest-metrics__grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}@media (width<=768px){.invest-metrics__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.invest-metrics__grid{grid-template-columns:1fr}}.invest-metrics__item{text-align:center}.invest-metrics__value{color:var(--gold);margin-bottom:8px;font-size:2.5rem;font-weight:800}.invest-metrics__label{color:var(--gray-600);font-size:.9375rem}.invest-benefits{background:var(--off-white);padding:80px 0}.invest-benefits__grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px;display:grid}@media (width<=1024px){.invest-benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.invest-benefits__grid{grid-template-columns:1fr}}.invest-benefits__card{background:var(--white);text-align:center;border-radius:16px;padding:32px 24px;transition:all .3s;box-shadow:0 4px 6px -1px #0000000d}.invest-benefits__card:hover{box-shadow:0 10px 30px -5px #0000001a}.invest-benefits__icon{width:56px;height:56px;color:var(--gold);background:linear-gradient(135deg,#d1a5491a 0%,#d1a5490d 100%);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.invest-benefits__icon svg{width:28px;height:28px}.invest-benefits__title{color:var(--navy);margin-bottom:12px;font-size:1.125rem;font-weight:600}.invest-benefits__description{color:var(--gray-600);font-size:.9375rem;line-height:1.6}.invest-form-section{background:var(--white);padding:80px 0}.invest-form-wrapper{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}@media (width<=992px){.invest-form-wrapper{grid-template-columns:1fr;gap:40px}}.invest-form-info__text{color:var(--gray-600);margin-bottom:32px;font-size:1.125rem;line-height:1.7}.invest-form-info__benefits{margin-bottom:32px}.invest-form-info__benefits h4{color:var(--navy);margin-bottom:16px;font-size:1rem;font-weight:600}.invest-form-info__benefits ul{margin:0;padding:0;list-style:none}.invest-form-info__benefits li{color:var(--gray-700);align-items:center;gap:12px;margin-bottom:12px;font-size:1rem;display:flex}.invest-form-info__benefits li svg{width:20px;height:20px;color:var(--gold);flex-shrink:0}.invest-form-info__contact{flex-direction:column;gap:16px;display:flex}.invest-form-info__contact-item{align-items:center;gap:16px;display:flex}.invest-form-info__contact-item svg{width:24px;height:24px;color:var(--gold);flex-shrink:0}.invest-form-info__contact-label{color:var(--gray-500);margin-bottom:4px;font-size:.875rem;display:block}.invest-form-info__contact-item a{color:var(--navy);font-size:1rem;font-weight:500;text-decoration:none}.invest-form-info__contact-item a:hover{color:var(--gold)}.invest-form-container{background:var(--off-white);border-radius:20px;padding:40px}@media (width<=576px){.invest-form-container{padding:24px}}.invest-form__title{color:var(--navy);margin-bottom:24px;font-size:1.5rem;font-weight:700}.invest-form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=576px){.invest-form__row{grid-template-columns:1fr}}.invest-form__field{margin-bottom:20px}.invest-form__field label{color:var(--gray-700);margin-bottom:8px;font-size:.875rem;font-weight:500;display:block}.invest-form__field input,.invest-form__field select,.invest-form__field textarea{border:1px solid var(--gray-200);background:var(--white);width:100%;color:var(--navy);border-radius:10px;padding:14px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.invest-form__field input:focus,.invest-form__field select:focus,.invest-form__field textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 3px #d1a5491a}.invest-form__field input::placeholder,.invest-form__field textarea::placeholder{color:var(--gray-400)}.invest-form__field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%234A5568' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat}.invest-form__submit{width:100%;margin-top:8px}.invest-form__disclaimer{color:var(--gray-500);text-align:center;margin-top:16px;font-size:.8125rem}.gold-accent{color:var(--gold)}.invest-form__status{text-align:center;border-radius:10px;margin-top:16px;padding:14px 16px;font-size:.9375rem;animation:.3s slideIn}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.invest-form__status--success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.invest-form__status--error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}.invest-form__submit{width:100%;margin-top:8px;transition:all .3s}.invest-form__submit:disabled{opacity:.7;cursor:not-allowed}.invest-form__submit:disabled:hover{transform:none}.invest-form-footer{border-top:1px solid var(--gray-200);text-align:center;margin-top:32px;padding-top:24px}.invest-form-footer__text{color:var(--gray-500);margin-bottom:16px;font-size:.875rem}.invest-form-footer__badges{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.invest-form-footer__badge{color:var(--gray-600);align-items:center;gap:8px;font-size:.8125rem;display:flex}.invest-form-footer__badge svg{width:20px;height:20px;color:var(--gold)}
