@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@400;500;600&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a192f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;line-height:1.2}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a192f}::-webkit-scrollbar-thumb{background:#ae782a;border-radius:3px}::selection{color:#fed86d;background:#ae782a59}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);background:#0a192f8c;border-bottom:1px solid #ae782a26;width:100%;transition:background .35s,box-shadow .35s;position:fixed;top:0;left:0}.navbar--scrolled{background:#0a192ff5;border-bottom-color:#ae782a40;box-shadow:0 2px 24px #00000073}.navbar__inner{align-items:center;gap:1.5rem;max-width:1400px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar__brand{flex-shrink:0;align-items:center;line-height:0;display:flex}.navbar__logo{object-fit:contain;width:auto;height:40px}.navbar__links{align-items:center;gap:1.5rem;margin-left:auto;display:flex}.navbar__link{color:#e2e8f0;letter-spacing:.02em;white-space:nowrap;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.navbar__link:after{content:"";background:#ae782a;border-radius:1px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar__link:hover{color:#fed86d}.navbar__link:hover:after{width:100%}.navbar__cta{color:#0a192f;white-space:nowrap;background:linear-gradient(135deg,#fed86d,#ae782a);border-radius:50px;flex-shrink:0;padding:.55rem 1.25rem;font-family:Poppins,sans-serif;font-size:.825rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px #ae782a59}.navbar__cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fed86d80}.navbar__cta--desktop{display:inline-block}.navbar__hamburger{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:6px;transition:background .2s;display:none}.navbar__hamburger:hover{background:#ae782a1f}.navbar__hamburger span{transform-origin:50%;background:#f8fafc;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s,width .3s;display:block}.navbar__hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger.is-open span:nth-child(2){opacity:0;width:0}.navbar__hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__drawer{-webkit-backdrop-filter:blur(16px);background:#081428fa;border-bottom:1px solid #ae782a33;width:100%;max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);display:none;position:absolute;top:64px;left:0;overflow:hidden}.navbar__drawer.is-open{max-height:520px}.navbar__drawer-inner{flex-direction:column;gap:0;padding:1rem 1.5rem 1.5rem;display:flex}.navbar__drawer-link{color:#e2e8f0;border-bottom:1px solid #ffffff12;align-items:center;padding:.8rem 0;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s,padding-left .2s;display:flex}.navbar__drawer-link:last-of-type{border-bottom:none}.navbar__drawer-link:hover{color:#fed86d;padding-left:.5rem}.navbar__cta--drawer{text-align:center;margin-top:1.25rem;display:block}.navbar__backdrop{z-index:999;-webkit-backdrop-filter:blur(2px);background:#0006;animation:.2s fadeIn;position:fixed;inset:64px 0 0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=900px){.navbar__links,.navbar__cta--desktop{display:none}.navbar__hamburger{display:flex}.navbar__drawer{display:block}}@media (width<=480px){.navbar__inner{height:58px;padding:0 1rem}.navbar__logo{height:34px}.navbar__drawer{top:58px}.navbar__backdrop{inset-top:58px}}.footer{color:#f8fafc;background:#060e1c;border-top:1px solid #ae782a40}.footer__top{padding:5rem 2rem 3rem}.footer__inner{grid-template-columns:2fr 1fr 1.5fr 1.5fr;gap:3rem;max-width:1300px;margin:0 auto;display:grid}.footer__col-title{letter-spacing:.15em;text-transform:uppercase;color:#ae782a;margin-bottom:1.25rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600}.footer__logo{object-fit:contain;width:auto;height:48px;margin-bottom:1.25rem;display:block}.footer__tagline{color:#64748b;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.7}.footer__socials{gap:.75rem;display:flex}.footer__social-link{color:#ae782a;background:#ae782a1f;border:1px solid #ae782a40;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s,transform .2s;display:flex}.footer__social-link svg{width:16px;height:16px}.footer__social-link:hover{color:#0a192f;background:#ae782a;transform:translateY(-2px)}.footer__links{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer__link{color:#64748b;font-family:Inter,sans-serif;font-size:.9rem;text-decoration:none;transition:color .2s}.footer__link:hover{color:#fed86d}.footer__team-text{color:#64748b;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.7}.footer__careers-badge{color:#0a192f;background:linear-gradient(135deg,#fed86d,#ae782a);border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;text-decoration:none;transition:box-shadow .2s,transform .2s;display:inline-flex}.footer__careers-badge svg{width:14px;height:14px}.footer__careers-badge:hover{transform:translateY(-2px);box-shadow:0 4px 14px #fed86d66}.footer__contact{flex-direction:column;gap:.9rem;font-style:normal;display:flex}.footer__contact-item{color:#64748b;align-items:flex-start;gap:.65rem;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.55;display:flex}.footer__contact-item svg{color:#ae782a;flex-shrink:0;width:16px;height:16px;margin-top:2px}.footer__contact-link{color:#64748b;text-decoration:none;transition:color .2s}.footer__contact-link:hover{color:#fed86d}.footer__bottom{border-top:1px solid #ffffff0f;padding:1.5rem 2rem}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1300px;margin:0 auto;display:flex}.footer__copy{color:#334155;font-family:Inter,sans-serif;font-size:.8rem}.footer__legal{gap:1.5rem;display:flex}.footer__legal-link{color:#334155;font-family:Inter,sans-serif;font-size:.8rem;text-decoration:none;transition:color .2s}.footer__legal-link:hover{color:#94a3b8}@media (width<=1024px){.footer__inner{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer__inner{grid-template-columns:1fr}.footer__bottom-inner{text-align:center;flex-direction:column}}.hero{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:7rem 1.5rem 5rem;display:flex;position:relative;overflow:hidden}.hero__bg{object-fit:cover;object-position:center 35%;filter:brightness(.55);z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{z-index:1;background:linear-gradient(#0a192f73 0%,#0a192fb3 60%,#0a192feb 100%);position:absolute;inset:0}.hero__content{z-index:3;text-align:center;width:100%;max-width:1000px;position:relative}.hero__eyebrow-row{justify-content:center;align-items:center;gap:.6rem;margin-bottom:1rem;display:inline-flex}.hero__eyebrow-logo{object-fit:contain;filter:drop-shadow(0 0 6px #fed86d66);width:auto;height:26px}.hero__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#fed86d;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600}.hero__headline{color:#fff;letter-spacing:-.02em;white-space:normal;margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-size:clamp(1.75rem,4.5vw,3.2rem);font-weight:700;line-height:1.15}.hero__typed{display:inline}.hero__cursor{color:#fed86d;margin-left:2px;font-weight:300;animation:.85s step-end infinite cursorBlink;display:inline-block}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.hero__sub{color:#94a3b8;max-width:500px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-family:Inter,sans-serif;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.7}.hero__triage{flex-direction:column;gap:1rem;width:100%;margin:0 auto;display:flex}.hero__triage-card{-webkit-backdrop-filter:blur(12px);color:#f8fafc;cursor:pointer;text-align:left;background:#1e293bbf;border:2px solid #ae782a;border-radius:14px;align-items:center;gap:1rem;padding:1.1rem 1.25rem;text-decoration:none;transition:background .3s,border-color .3s,transform .25s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:flex}.hero__triage-card:hover{color:#0a192f;background:#ae782a;border-color:#fed86d;transform:translateY(-3px)scale(1.01);box-shadow:0 8px 32px #fed86d59}.hero__triage-icon{color:#fed86d;background:#ae782a33;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .3s,color .3s;display:flex}.hero__triage-card:hover .hero__triage-icon{color:#0a192f;background:#0a192f33}.hero__triage-icon svg{width:20px;height:20px}.hero__triage-body{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.hero__triage-label{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;transition:color .2s}.hero__triage-desc{opacity:.8;font-family:Inter,sans-serif;font-size:.8rem;line-height:1.5}.hero__triage-arrow{flex-shrink:0;font-size:1.1rem;transition:transform .3s}.hero__triage-card:hover .hero__triage-arrow{transform:translate(4px)}.hero__scroll-hint{z-index:3;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.hero__scroll-hint span{background:linear-gradient(#ae782a,#0000);width:2px;height:40px;margin:0 auto;animation:2s ease-in-out infinite scrollPulse;display:block}@keyframes scrollPulse{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.4;transform:scaleY(.6)}}@media (width>=640px){.hero__triage{flex-flow:row;gap:1rem;max-width:100%}.hero__triage-card{text-align:left;flex-direction:column;flex:1 1 0;align-items:flex-start;gap:.75rem;padding:1.25rem}.hero__triage-arrow{align-self:flex-end;margin-top:auto}}@media (width>=1024px){.hero{padding:8rem 3rem 5rem}.hero__triage-card{padding:1.5rem}}@media (width<=479px){.hero{padding:6rem 1rem 4rem}.hero__eyebrow{letter-spacing:.12em;font-size:.72rem}.hero__sub{margin-bottom:2rem;font-size:.875rem}.hero__triage-card{gap:.75rem;padding:1rem}}@media (width<=900px) and (width>=481px){.hero__bg{object-position:center 25%}}@media (width<=480px){.hero__bg{object-position:center 18%}}@media (height<=500px) and (orientation:landscape){.hero__bg{object-position:center 40%}}.trust-bar{background:linear-gradient(135deg,#0f172a 0%,#112240 50%,#0a192f 100%);border-top:1px solid #ae782a40;border-bottom:1px solid #ae782a40;padding:3.5rem 2rem;overflow:hidden}.trust-bar__inner{flex-direction:column;align-items:center;gap:2.5rem;max-width:1300px;margin:0 auto;display:flex}.trust-bar__stats{flex-wrap:wrap;justify-content:center;gap:2rem 3.5rem;display:flex}.trust-bar__stat{opacity:0;flex-direction:column;align-items:center;gap:.25rem;transition:opacity .6s,transform .6s;display:flex;transform:translateY(20px)}.trust-bar--visible .trust-bar__stat:first-child{opacity:1;transition-delay:0s;transform:none}.trust-bar--visible .trust-bar__stat:nth-child(2){opacity:1;transition-delay:.12s;transform:none}.trust-bar--visible .trust-bar__stat:nth-child(3){opacity:1;transition-delay:.24s;transform:none}.trust-bar--visible .trust-bar__stat:nth-child(4){opacity:1;transition-delay:.36s;transform:none}.trust-bar__value{background:linear-gradient(135deg,#fed86d,#ae782a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1}.trust-bar__label{color:#94a3b8;text-align:center;font-family:Inter,sans-serif;font-size:.9rem}.trust-bar__divider{background:linear-gradient(90deg,#0000,#ae782a66,#0000);width:100%;max-width:700px;height:1px}.trust-bar__offer{opacity:0;background:#1e293b80;border:1px solid #ae782a4d;border-radius:14px;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:700px;padding:1.25rem 2rem;transition:opacity .6s .4s,transform .6s .4s;display:flex;transform:translateY(20px)}.trust-bar--visible .trust-bar__offer{opacity:1;transform:none}.trust-bar__offer-icon{color:#ae782a;flex-shrink:0;width:36px;height:36px}.trust-bar__offer-icon svg{width:100%;height:100%}.trust-bar__offer-text{color:#f8fafc;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5}.trust-bar__highlight{color:#fed86d;font-weight:600}.trust-bar__offer-cta{color:#0a192f;white-space:nowrap;background:linear-gradient(135deg,#fed86d,#ae782a);border-radius:50px;padding:.5rem 1.25rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:box-shadow .2s,transform .2s}.trust-bar__offer-cta:hover{transform:translateY(-2px);box-shadow:0 4px 16px #fed86d66}@media (width>=768px){.trust-bar__inner{flex-direction:column}}.why-us{background:0 0;padding:6rem 2rem;position:relative;overflow:hidden}.why-us__inner{z-index:1;max-width:1300px;margin:0 auto;position:relative}.why-us__header{text-align:center;margin-bottom:4rem}.why-us__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ae782a;margin-bottom:.75rem;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600}.why-us__title{color:#f8fafc;letter-spacing:-.02em;margin-bottom:.75rem;font-family:Poppins,sans-serif;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:600}.why-us__title-bar{background:linear-gradient(90deg,#fed86d,#ae782a);border-radius:2px;width:48px;height:3px;margin:0 auto 1.25rem}.why-us__subtitle{color:#94a3b8;max-width:540px;margin:0 auto;font-family:Inter,sans-serif;font-size:1rem;line-height:1.7}.why-us__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=1024px){.why-us__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.why-us__grid{grid-template-columns:1fr}}.why-us__card{opacity:0;background:#112240;border:1px solid #ae782a33;border-radius:16px;padding:2rem;transition:transform .35s,box-shadow .35s,border-color .3s;transform:translateY(30px)}.why-us__card--visible{opacity:1;transition:opacity .6s ease var(--delay,0s), transform .6s ease var(--delay,0s), box-shadow .35s ease, border-color .3s ease;transform:translateY(0)}.why-us__card:hover{border-color:#ae782a80;transform:translateY(-6px);box-shadow:0 12px 36px #ae782a26}.why-us__card-icon{color:#ae782a;width:48px;height:48px;margin-bottom:1.25rem}.why-us__card-icon svg{width:100%;height:100%}.why-us__card-title{color:#fed86d;margin-bottom:.75rem;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600}.why-us__card-desc{color:#94a3b8;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.65}@media (width<=600px){.why-us__grid{grid-template-columns:1fr}}.philosophy{opacity:0;background:0 0;padding:6rem 2rem;transition:opacity .8s,transform .8s;position:relative;overflow:hidden;transform:translateY(30px)}.philosophy--visible{opacity:1;transform:none}.philosophy__inner{z-index:1;flex-direction:column;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:flex;position:relative}.philosophy__quote-block{text-align:center;max-width:760px}.philosophy__quote-mark{color:#ae782a;opacity:.3;-webkit-user-select:none;user-select:none;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:8rem;line-height:.5}.philosophy__headline{color:#f8fafc;letter-spacing:-.02em;margin-bottom:.75rem;font-family:Poppins,sans-serif;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:700}.philosophy__title-bar{background:linear-gradient(90deg,#fed86d,#ae782a);border-radius:2px;width:48px;height:3px;margin:0 auto 2rem}.philosophy__quote{color:#94a3b8;border:none;font-family:Inter,sans-serif;font-size:clamp(1rem,2vw,1.2rem);font-style:italic;line-height:1.8}.philosophy__cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;width:100%;display:grid}.philosophy__card{background:#0a192f99;border:1px solid #ae782a40;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s}.philosophy__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #ae782a1f}.philosophy__card-icon{color:#ae782a;width:40px;height:40px;margin-bottom:1rem}.philosophy__card-icon svg{width:100%;height:100%}.philosophy__card-title{color:#fed86d;margin-bottom:.75rem;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600}.philosophy__card-text{color:#94a3b8;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.7}.gradient-blinds-container{width:100%;height:100%;position:relative;overflow:hidden}.page-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.page-hero__bg{object-fit:cover;object-position:center 30%;filter:brightness(.5);z-index:0;width:100%;height:100%;position:absolute;inset:0}.page-hero__overlay{z-index:1;background:linear-gradient(#0a192f66 0%,#0a192fcc 100%);position:absolute;inset:0}.page-hero__content{z-index:3;width:100%;max-width:900px;position:relative}.page-hero__title{color:#fff;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2}.page-hero__subtitle{color:#fed86d;font-family:Inter,sans-serif;font-size:clamp(1rem,2vw,1.25rem);font-weight:500}.page-wrapper{background:#0a192f;min-height:100vh}.investors-content{background:#0a192f;padding:5rem 2rem 8rem}.investors-container{flex-direction:column;gap:6rem;max-width:1200px;margin:0 auto;display:flex}.section-title{color:#fff;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:700}.section-title-bar{background:#fed86d;border-radius:2px;width:60px;height:3px;margin-bottom:2rem}.comparison-subtitle{color:#94a3b8;margin-top:-.5rem;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1.1rem}.wealth-list{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.wealth-list li{color:#e2e8f0;padding-left:2rem;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.7;position:relative}.wealth-list li:before{content:"✦";color:#ae782a;font-size:1.2rem;position:absolute;top:2px;left:0}.comparison-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.comparison-card{background:#11224099;border:1px solid #ae782a33;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s}.comparison-card:hover{border-color:#ae782a80;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.comparison-card--highlight{background:#ae782a26;border:2px solid #ae782a;position:relative;overflow:hidden}.comparison-card--highlight:before{content:"";background:linear-gradient(90deg,#fed86d,#ae782a);width:100%;height:4px;position:absolute;top:0;left:0}.comparison-card__title{color:#fff;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:1.3rem}.comparison-card--highlight .comparison-card__title{color:#fed86d}.comparison-card__irr{color:#fff;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;line-height:1}.comparison-card--highlight .comparison-card__irr{background:linear-gradient(135deg,#fed86d,#ae782a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.comparison-card__irr span{color:#94a3b8;-webkit-text-fill-color:#94a3b8;font-size:1rem;font-weight:500}.comparison-card__freq{color:#94a3b8;border-bottom:1px solid #ffffff0d;margin-bottom:2rem;padding-bottom:1rem;font-family:Inter,sans-serif;font-size:.9rem}.comparison-card__payout{flex-direction:column;gap:.25rem;display:flex}.comparison-card__payout .label{color:#94a3b8;font-family:Inter,sans-serif;font-size:.85rem}.comparison-card__payout .value{color:#e2e8f0;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:600}.comparison-card--highlight .comparison-card__payout .value{color:#fed86d}.partners-content{background:#0a192f;padding:5rem 2rem 8rem}.partners-container{flex-direction:column;gap:6rem;max-width:1200px;margin:0 auto;display:flex}.asset-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.asset-card{background:#11224099;border:1px solid #ae782a33;border-radius:12px;padding:2rem;transition:transform .3s}.asset-card:hover{border-color:#ae782a80;transform:translateY(-5px)}.asset-card__title{color:#fed86d;margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:1.3rem}.asset-card__desc{color:#e2e8f0;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6}.vision-box{background:linear-gradient(135deg,#1e293bcc,#0a192fe6);border-left:4px solid #ae782a;border-radius:0 12px 12px 0;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.vision-box p{color:#e2e8f0;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.7}.vision-box strong{color:#fed86d;margin-bottom:.25rem;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:600;display:block}.contact-box{background:#11224099;border:1px solid #ae782a33;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:3rem;display:grid}.contact-item{flex-direction:column;gap:.5rem;display:flex}.contact-item .label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-family:Inter,sans-serif;font-size:.9rem}.contact-item .value{color:#fff;font-family:Poppins,sans-serif;font-size:1.1rem}.careers-page{background:linear-gradient(160deg,#112240 0%,#0a192f 100%);justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.careers-bg{z-index:0;pointer-events:none;opacity:.9;position:absolute;inset:0}.careers-content{z-index:1;text-align:center;-webkit-backdrop-filter:blur(12px);background:#0a192fb3;border:1px solid #ae782a33;border-radius:16px;max-width:700px;padding:4rem 3rem;position:relative;box-shadow:0 10px 40px #0006}.careers-title{color:#fff;margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:700}.careers-divider{background:#fed86d;border-radius:2px;width:60px;height:3px;margin:0 auto 2rem}.careers-message{color:#e2e8f0;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.7}.careers-submessage{color:#94a3b8;margin-bottom:3rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6}.careers-cta{color:#0a192f;background:linear-gradient(135deg,#fed86d,#ae782a);border-radius:50px;padding:.75rem 2rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 15px #ae782a4d}.careers-cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #fed86d80}@media (width<=600px){.careers-content{padding:3rem 1.5rem}}
