@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap";:root{--color-primary:#1e365d;--color-secondary:#2b4c7e;--color-accent:#6482a0;--color-highlight:#9fb3c8;--color-gold:#d4af37;--color-gold-light:#f3e5ab;--color-bg-dark:#0b1320;--color-bg-light:#f5f5f5;--color-card-dark:#1a2744;--color-white:#fff;--color-black:#000;--font-main:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--max-w:88rem;--glass-bg:#ffffff73;--glass-border:#ffffff80;--glass-blur:20px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-main);background-color:var(--color-bg-light);color:var(--color-black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{letter-spacing:-.04em;font-weight:500;line-height:1.1}a{color:inherit;text-decoration:none}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track{width:max-content;animation:25s linear infinite marquee;display:flex}@keyframes floatOrb{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-40px)scale(1.05)}50%{transform:translate(-20px,-70px)scale(.95)}75%{transform:translate(40px,-30px)scale(1.02)}}@keyframes floatOrb2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-50px,-30px)scale(1.08)}66%{transform:translate(30px,-60px)scale(.96)}}@keyframes floatOrb3{0%,to{transform:translate(0)scale(1)}20%{transform:translate(20px,30px)scale(1.03)}50%{transform:translate(-40px,-20px)scale(.97)}80%{transform:translate(15px,-50px)scale(1.06)}}@keyframes shimmer{0%{opacity:.5}50%{opacity:.8}to{opacity:.5}}.fade-section{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translateY(50px)}.fade-section.visible{opacity:1;transform:translateY(0)}.liquid-glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:inset 0 1px #fff9,0 4px 24px #0000000a}.section-pad{background:var(--color-bg-light);padding:6rem 1.5rem}@media (width<=768px){.section-pad{padding:4rem 1rem}}.section-inner{max-width:var(--max-w);margin:0 auto}.eyebrow{color:#0006;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem;font-weight:500}.btn-pill{cursor:pointer;letter-spacing:-.01em;border:none;border-radius:50px;align-items:center;gap:12px;padding:.5rem .5rem .5rem 2rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-pill.dark{background:var(--color-black);color:var(--color-white)}.btn-pill.dark:hover{background:#222;box-shadow:0 6px 20px #00000026}.btn-pill.gold{background:var(--color-gold);color:var(--color-black)}.btn-pill.gold:hover{background:#c5a02e}.btn-pill .arrow-circle{border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background .2s;display:flex}.btn-pill.dark .arrow-circle{background:var(--color-white);color:var(--color-black)}.btn-pill.gold .arrow-circle{color:var(--color-black);background:#0000001f}.navbar{z-index:50;background:#fff;border-bottom:1px solid #0000000d;padding:1rem 1.5rem;transition:background .3s;position:fixed;top:0;left:0;right:0}.navbar-inner{max-width:var(--max-w);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.logo-container{align-items:center;gap:12px;display:flex}.nav-center{align-items:center;gap:32px;display:flex}.nav-center a{color:#00000080;font-size:.95rem;font-weight:500;transition:color .2s}.nav-center a:hover,.nav-center a.active-link{color:var(--color-black)}.nav-center a.active-link{font-weight:700}.nav-right .btn-nav{background:var(--color-black);color:var(--color-white);cursor:pointer;border:none;border-radius:50px;padding:.6rem 1.75rem;font-size:.95rem;font-weight:500;transition:all .2s}.nav-right .btn-nav:hover{background:#222;box-shadow:0 4px 16px #00000026}.mobile-menu-btn{cursor:pointer;z-index:200;display:none;position:relative}.mobile-nav-overlay{z-index:40;-webkit-backdrop-filter:blur(24px)saturate(180%);opacity:0;visibility:hidden;background:#ffffff73;border-top:1px solid #fff9;flex-direction:column;justify-content:flex-start;align-items:center;gap:2.5rem;padding-top:4rem;font-size:1.4rem;font-weight:500;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:76px 0 0;transform:translateY(-100%)}.mobile-nav-overlay.active{opacity:1;visibility:visible;transform:translateY(0)}.mobile-nav-overlay a{color:var(--color-black);letter-spacing:-.02em;transition:color .2s}.mobile-nav-overlay a.active-link{color:var(--color-accent);font-weight:700}.mobile-nav-overlay a:hover{color:var(--color-gold)}@media (width<=768px){.nav-center,.nav-right{display:none}.mobile-menu-btn{display:block}}.hero-section{align-items:flex-end;min-height:100vh;padding:5.5rem 1.5rem 1.5rem;display:flex}.hero-card{background:linear-gradient(160deg,#e8ecf1 0%,#c9d5e3 30%,#a8bdd4 60%,#8aa7c4 100%);border-radius:1.5rem;width:100%;height:calc(100vh - 96px);position:relative;overflow:hidden}.hero-orb{pointer-events:none;filter:blur(1px);border-radius:50%;position:absolute}.hero-orb-1{background:radial-gradient(circle,#d4af3740 0%,#d4af370d 50%,#0000 70%);width:320px;height:320px;animation:12s ease-in-out infinite floatOrb;top:10%;right:8%}.hero-orb-2{background:radial-gradient(circle,#1e365d33 0%,#1e365d0d 50%,#0000 70%);width:220px;height:220px;animation:15s ease-in-out infinite floatOrb2;top:35%;right:25%}.hero-orb-3{background:radial-gradient(circle,#ffffff80 0%,#ffffff1a 50%,#0000 70%);width:160px;height:160px;animation:10s ease-in-out infinite floatOrb3;bottom:20%;right:15%}.hero-orb-4{background:0 0;border:1px solid #d4af3726;width:400px;height:400px;animation:18s ease-in-out infinite reverse floatOrb;top:5%;right:3%}.hero-orb-5{background:radial-gradient(circle,#d4af3759 0%,#0000 60%);width:100px;height:100px;animation:8s ease-in-out -3s infinite floatOrb2;top:50%;right:30%}.hero-coin{pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#d4af3766;font-weight:600;font-family:var(--font-main);background:#d4af3714;border:1.5px solid #d4af374d;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute}.hero-coin-1{width:90px;height:90px;font-size:1.8rem;animation:9s ease-in-out -2s infinite floatOrb;top:18%;right:12%}.hero-coin-2{width:60px;height:60px;font-size:1.2rem;animation:11s ease-in-out -4s infinite floatOrb2;top:55%;right:22%}.hero-coin-3{width:45px;height:45px;font-size:.9rem;animation:7s ease-in-out infinite floatOrb3;top:30%;right:35%}.hero-card-content{z-index:10;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%;padding:6rem 3rem 3rem;display:flex;position:relative}.hero-title{letter-spacing:-.04em;color:var(--color-black);max-width:600px;margin-bottom:1rem;font-size:clamp(3rem,6vw,4.5rem);font-weight:500;line-height:1.02}.text-gold{color:var(--color-gold)}.hero-subtitle{font-family:var(--font-body);color:#00000080;max-width:440px;margin-bottom:2rem;font-size:clamp(.95rem,1.5vw,1.125rem);font-weight:400;line-height:1.65}.hero-actions{align-items:center;gap:14px;display:flex}.btn-outline-hero{-webkit-backdrop-filter:blur(12px);color:#000000b3;cursor:pointer;background:#ffffff59;border:1px solid #fff9;border-radius:50px;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:all .2s;box-shadow:inset 0 1px #ffffff80}.btn-outline-hero:hover{color:var(--color-black);background:#ffffff8c}.hero-marquee{width:100%;margin-top:auto;padding-bottom:.5rem;overflow:hidden}.hero-marquee-item{color:#0000004d;white-space:nowrap;flex-shrink:0;margin:0 2rem}@media (width<=768px){.hero-section{min-height:100vh;padding:5rem .75rem .75rem}.hero-card{height:calc(100vh - 72px)}.hero-card-content{padding:5rem 1.5rem 2rem}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn-pill,.hero-actions .btn-outline-hero{justify-content:center;width:100%}.hero-orb-1,.hero-orb-4{display:none}.hero-coin-1{top:auto;bottom:30%;right:5%}.hero-coin-2{top:auto;bottom:20%;right:15%}.hero-coin-3{display:none}}@media (width<=480px){.hero-title{font-size:2.2rem}.brand-logo{height:40px!important}}.about-row{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;margin-bottom:4rem;display:grid}.about-row h2{color:var(--color-black);letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.05}.about-paragraph{font-family:var(--font-body);color:#00000073;font-size:clamp(1.2rem,2vw,1.65rem);line-height:1.55}.values-cards{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.value-card{border-radius:1.5rem;flex-direction:column;justify-content:flex-start;gap:1.5rem;min-height:14rem;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex}.value-card:hover{transform:translateY(-4px)}.value-card.glass{-webkit-backdrop-filter:blur(16px);background:#ffffff80;border:1px solid #ffffffb3;box-shadow:inset 0 1px #fffc,0 8px 32px #0000000a}.value-card.glass:hover{box-shadow:inset 0 1px #fffc,0 16px 48px #00000014}.value-card.dark{background:var(--color-card-dark);color:var(--color-white)}.value-card.dark:hover{box-shadow:0 16px 48px #1a27444d}.value-card .card-title{letter-spacing:-.02em;font-size:1.5rem;font-weight:500;line-height:1.2}.value-card.dark .card-title{color:var(--color-white)}.value-card .card-body{font-family:var(--font-body);max-width:280px;font-size:.9rem;line-height:1.6}.value-card.glass .card-body{color:#00000080}.value-card.dark .card-body{color:#ffffff73}@media (width<=1024px){.about-row{grid-template-columns:1fr;gap:2rem}.values-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.values-cards{grid-template-columns:1fr}.values-cards .value-card:first-child{grid-column:span 1}}.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.service-card{-webkit-backdrop-filter:blur(12px);background:#ffffff8c;border:1px solid #ffffffa6;border-radius:1.5rem;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffb3,0 4px 16px #00000008}.service-card:after{content:"";background:linear-gradient(90deg, var(--color-gold), var(--color-primary));transform-origin:0;height:3px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:hover{background:#ffffffb3;transform:translateY(-5px);box-shadow:inset 0 1px #ffffffb3,0 20px 50px #00000014}.service-card:hover:after{transform:scaleX(1)}.service-icon{width:48px;height:48px;color:var(--color-primary);background:#1e365d12;border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-card h3{color:var(--color-black);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.service-card p{font-family:var(--font-body);color:#0006;font-size:.875rem;line-height:1.6}@media (width<=768px){.services-grid{grid-template-columns:1fr}}.methodology-section{background:var(--color-primary);padding:6rem 1.5rem;position:relative;overflow:hidden}.methodology-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4af371a 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-30%;right:-10%}.methodology-header{max-width:var(--max-w);grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:4rem;margin-left:auto;margin-right:auto;display:grid}.methodology-header h2{color:var(--color-white);letter-spacing:-.04em;font-size:clamp(2.5rem,5vw,3.5rem)}.methodology-header p{font-family:var(--font-body);color:#fffc;font-size:1.1rem;line-height:1.6}.methodology-header .eyebrow{color:var(--color-gold)}.steps-grid{max-width:var(--max-w);z-index:1;grid-template-columns:repeat(4,1fr);gap:1rem;margin:0 auto;display:grid;position:relative}.step-card{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:1.5rem;padding:2.5rem 1.75rem;transition:all .3s}.step-card:hover{background:#ffffff14;transform:translateY(-4px);box-shadow:0 16px 40px #00000026}.step-number{color:var(--color-gold);opacity:.5;margin-bottom:1.5rem;font-size:3.5rem;font-weight:600;line-height:1}.step-card h3{color:var(--color-white);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.25rem;font-weight:500}.step-card p{font-family:var(--font-body);color:#ffffffe6;font-size:1rem;line-height:1.65}@media (width<=1024px){.methodology-header{grid-template-columns:1fr;gap:1.5rem}.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.methodology-section{padding:4rem 1rem}.steps-grid{grid-template-columns:1fr}}.team-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.team-card{text-align:center;-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#ffffff80;border:1px solid #ffffffa6;border-radius:1.5rem;flex:calc(25% - 1.5rem);min-width:220px;max-width:280px;padding:2.5rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:inset 0 1px #ffffffb3,0 4px 16px #00000008}.team-grid:has(.team-card:hover) .team-card:not(:hover){filter:blur(4px);opacity:.6;transform:scale(.96)}.team-card:hover{filter:blur();opacity:1;z-index:10;background:#ffffffd9;transform:scale(1.08)translateY(-10px);box-shadow:inset 0 1px #ffffffe6,0 20px 40px #00000026}.team-image-wrapper{background:#e2e8f0;border:3px solid #ffffffb3;border-radius:50%;width:120px;height:120px;margin:0 auto 1.25rem;overflow:hidden;box-shadow:0 4px 16px #0000000f}.team-img{object-fit:cover;width:100%;height:100%}.team-card h3{color:var(--color-black);letter-spacing:-.02em;margin-bottom:.3rem;font-size:1.05rem}.team-card p{font-family:var(--font-body);color:#0006;font-size:.8rem;line-height:1.5}@media (width<=768px){.team-card{flex:calc(50% - 1.5rem);max-width:320px}}@media (width<=480px){.team-card{flex:100%;max-width:100%}}.team-modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#0b132080;justify-content:center;align-items:center;padding:1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards fadeInModal;display:flex;position:fixed;inset:0}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}.team-modal-content{-webkit-backdrop-filter:blur(24px)saturate(180%);text-align:center;background:#ffffffbf;border:1px solid #fffc;border-radius:2rem;width:100%;max-width:450px;padding:3.5rem 2.5rem 3rem;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards scaleUpModal;position:relative;box-shadow:0 30px 70px #0000001f,inset 0 1px #ffffffe6}@keyframes scaleUpModal{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.team-modal-close{cursor:pointer;color:#0006;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.team-modal-close:hover{color:var(--color-black);background:#0000001a;transform:rotate(90deg)}.team-modal-image-wrapper{border:4px solid var(--color-white);background:#e2e8f0;border-radius:50%;width:160px;height:160px;margin:0 auto 1.5rem;overflow:hidden;box-shadow:0 10px 30px #0000001a}.team-modal-img{object-fit:cover;width:100%;height:100%;animation:.5s cubic-bezier(.16,1,.3,1) forwards zoomImgIn}@keyframes zoomImgIn{0%{transform:scale(1.2)}to{transform:scale(1)}}.team-modal-name{color:var(--color-black);letter-spacing:-.03em;margin-bottom:.5rem;font-size:1.8rem;font-weight:500}.team-modal-role{font-family:var(--font-body);color:var(--color-gold);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.team-modal-bio{font-family:var(--font-body);color:#0000008c;font-size:.95rem;line-height:1.6}@media (width<=768px){.team-grid.has-active-mobile .team-card:not(.active-mobile){filter:blur(3px)!important;opacity:.55!important;transform:scale(.96)!important}.team-card.active-mobile{z-index:10;filter:blur()!important;opacity:1!important;background:#ffffffe6!important;transform:scale(1.06)translateY(-5px)!important;box-shadow:inset 0 1px #ffffffe6,0 15px 30px #0000001f!important}}.contact-section{background:var(--color-bg-light);padding:6rem 1.5rem}.contact-container{text-align:center;-webkit-backdrop-filter:blur(16px);background:#ffffff8c;border:1px solid #ffffffa6;border-radius:1.5rem;max-width:640px;margin:0 auto;padding:5rem 3.5rem;box-shadow:inset 0 1px #ffffffb3,0 4px 24px #0000000a}.contact-container h2{color:var(--color-black);letter-spacing:-.04em;margin-bottom:1rem;font-size:2.8rem}.contact-subtitle{font-family:var(--font-body);color:#0000006b;margin-bottom:2.5rem;font-size:1rem;line-height:1.65}.contact-actions{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.btn-whatsapp{color:#fff;background:#25d366;border-radius:50px;align-items:center;gap:10px;padding:.9rem 2rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-whatsapp:hover{background:#1ebc5a;transform:translateY(-2px);box-shadow:0 8px 20px #25d36640}.btn-email{font-family:var(--font-body);color:#00000061;align-items:center;gap:8px;font-size:.9rem;transition:color .2s;display:inline-flex}.btn-email:hover{color:var(--color-black)}.contact-divider{align-items:center;gap:1rem;margin:2.5rem 0;display:flex}.contact-divider:before,.contact-divider:after{content:"";background:#00000014;flex:1;height:1px}.contact-divider span{font-family:var(--font-body);color:#0000004d;white-space:nowrap;text-transform:lowercase;font-size:.8rem}.contact-form{text-align:left;flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{font-family:var(--font-body);color:#00000073;letter-spacing:.02em;font-size:.78rem;font-weight:500}.form-group input,.form-group textarea{font-family:var(--font-body);-webkit-backdrop-filter:blur(8px);color:var(--color-black);background:#ffffff80;border:1px solid #00000014;border-radius:12px;outline:none;padding:.8rem 1rem;font-size:.95rem;transition:all .2s;box-shadow:inset 0 1px #fff9}.form-group input::placeholder,.form-group textarea::placeholder{color:#00000040}.form-group input:focus,.form-group textarea:focus{background:#ffffffbf;border-color:#1e365d40;box-shadow:inset 0 1px #fff9,0 0 0 3px #1e365d0f}.form-group textarea{resize:vertical;min-height:100px}.footer{background:var(--color-bg-dark);color:#ffffff4d;text-align:center;font-family:var(--font-body);padding:2rem;font-size:.8rem}@media (width<=768px){.contact-container{padding:3rem 1.5rem}.form-row{grid-template-columns:1fr}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.diag-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#0b132066;justify-content:center;align-items:center;padding:1rem;animation:.3s forwards fadeInOverlay;display:flex;position:fixed;inset:0}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.diag-modal.liquid-glass-modal{width:100%;max-width:600px;max-height:90vh;color:var(--color-black);background:#fffffffa;border:1px solid #fffc;border-radius:1.5rem;padding:3rem 2.5rem;position:relative;overflow-y:auto;box-shadow:0 24px 60px #00000026,inset 0 1px #ffffffe6}.diag-modal.liquid-glass-modal::-webkit-scrollbar{width:5px}.diag-modal.liquid-glass-modal::-webkit-scrollbar-track{background:0 0}.diag-modal.liquid-glass-modal::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.diag-modal.liquid-glass-modal::-webkit-scrollbar-thumb:hover{background:#0003}.diag-close-btn{cursor:pointer;color:#0006;z-index:10;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:.75rem;right:1.25rem}.diag-close-btn:hover{color:#ef4444;background:#ef444426;transform:rotate(90deg)}.fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards slideUpFade}@keyframes slideUpFade{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.diag-progress-bar{background:#0000000f;border-radius:4px;height:4px;margin-top:1rem;margin-bottom:1.5rem;overflow:hidden}.diag-progress-fill{background:linear-gradient(90deg, var(--color-gold), #e8c65f);border-radius:4px;height:100%;transition:width .4s cubic-bezier(.16,1,.3,1)}.diag-step-indicator{font-family:var(--font-body);color:#00000059;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.8rem;font-weight:500}.diag-question-text{letter-spacing:-.03em;color:var(--color-black);margin-bottom:2rem;font-size:1.8rem;font-weight:500;line-height:1.2}.diag-options{flex-direction:column;gap:.85rem;display:flex}.diag-option-btn{font-family:var(--font-body);text-align:left;cursor:pointer;color:#000000b3;background:#fff9;border:1px solid #00000014;border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1.05rem;transition:all .2s;display:flex;box-shadow:inset 0 1px #ffffff80}.diag-option-letter{width:32px;height:32px;font-family:var(--font-main);color:#0006;background:#0000000a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.diag-option-btn:hover{color:var(--color-black);background:#fff;border-color:#00000026;transform:translateY(-2px);box-shadow:0 12px 24px #0000000d,inset 0 1px #fff}.diag-option-btn:hover .diag-option-letter{background:var(--color-gold);color:var(--color-black)}.diag-lead-view{text-align:center}.diag-lead-view h3{letter-spacing:-.04em;color:var(--color-black);margin-bottom:.5rem;font-size:2.2rem}.diag-lead-view p{font-family:var(--font-body);color:#00000073;max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.05rem}.diag-form{text-align:left;flex-direction:column;gap:1rem;display:flex}.form-row-diag{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.diag-form input{width:100%;font-family:var(--font-body);color:var(--color-black);background:#ffffffb3;border:1px solid #00000014;border-radius:12px;outline:none;padding:1rem 1.25rem;font-size:1rem;transition:all .2s;box-shadow:inset 0 1px #ffffff80}.diag-form input::placeholder{color:#0000004d}.diag-form input:focus{background:#fff;border-color:#1e365d4d;box-shadow:inset 0 1px #ffffff80,0 0 0 3px #1e365d14}.diag-result-view{text-align:center;padding:1rem 0}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.diag-result-view h3{color:var(--color-black);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:1.8rem}.score-display{letter-spacing:-.05em;margin-bottom:1.5rem;font-size:5rem;font-weight:600;line-height:1}.score-display span{color:#00000040;font-size:2.2rem;font-weight:400}.result-description{font-family:var(--font-body);color:#0000008c;max-width:440px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.6}.result-actions{flex-direction:column;align-items:center;gap:.85rem;width:100%;display:flex}.result-actions .btn-pill,.result-actions .btn-outline-hero{justify-content:center;width:100%;max-width:280px}@media (width<=600px){.diag-modal.liquid-glass-modal{border-radius:1.25rem;padding:2.5rem 1.5rem}.diag-question-text{font-size:1.4rem}.form-row-diag{grid-template-columns:1fr}.diag-result-view h3{font-size:1.5rem}.score-display{font-size:4rem}}.phone-input-container{width:100%}.PhoneInput{align-items:stretch;gap:.5rem;display:flex}.PhoneInputCountry{background:#ffffffb3;border:1px solid #00000014;border-radius:12px;justify-content:center;align-items:center;padding:0 1rem;display:flex;position:relative}.PhoneInputCountrySelect{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputInput{font-family:var(--font-body);color:var(--color-black);background:#ffffffb3;border:1px solid #00000014;border-radius:12px;outline:none;flex:1;min-width:0;padding:1rem 1.25rem;font-size:1rem;transition:all .2s;box-shadow:inset 0 1px #ffffff80}.PhoneInputInput:focus{background:#fff;border-color:#1e365d4d;box-shadow:inset 0 1px #ffffff80,0 0 0 3px #1e365d14}.custom-country-select-container{justify-content:center;align-items:center;height:100%;display:flex;position:relative}.custom-country-trigger{cursor:pointer;background:0 0;border:none;outline:none;align-items:center;gap:8px;padding:0;display:flex;transform:translateY(20px)}.custom-country-arrow{color:#0006;font-size:.55rem;transition:transform .2s}.custom-country-dropdown{z-index:2000;background:#fff;border:1px solid #00000014;border-radius:12px;flex-direction:column;width:250px;max-height:200px;animation:.2s slideUpFade;display:flex;position:absolute;bottom:calc(100% + 12px);left:-16px;overflow:hidden;box-shadow:0 -10px 30px #0000001f}.custom-country-search-box{background:#f8fafc;border-bottom:1px solid #0000000d;padding:8px}.custom-country-search-box input{width:100%;font-size:.85rem;font-family:var(--font-body);color:var(--color-black);border:1px solid #00000014;border-radius:8px;outline:none;padding:6px 10px}.custom-country-search-box input:focus{border-color:#1e365d40;box-shadow:0 0 0 2px #1e365d0d}.custom-country-options-list{flex:1;padding:4px 0;overflow-y:auto}.custom-country-options-list::-webkit-scrollbar{width:4px}.custom-country-options-list::-webkit-scrollbar-track{background:0 0}.custom-country-options-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.custom-country-option-item{text-align:left;cursor:pointer;width:100%;font-family:var(--font-body);color:#000000b3;background:0 0;border:none;align-items:center;gap:10px;padding:8px 12px;font-size:.85rem;transition:background .15s;display:flex}.custom-country-option-item:hover{color:var(--color-black);background:#f1f5f9}.custom-country-option-item.active{color:#1e365d;background:#1e365d0d;font-weight:600}.custom-country-option-item .PhoneInputCountryIcon{width:20px;height:auto;box-shadow:0 1px 2px #0000001a}.PhoneInputCountry{height:100%;background:#ffffff80!important;border:1px solid #00000014!important;border-radius:12px!important;flex:none!important;justify-content:center!important;align-items:center!important;width:max-content!important;padding:0 .75rem!important;display:flex!important}.PhoneInputCountrySelect{display:none!important}.custom-country-trigger{cursor:pointer!important;background:0 0!important;border:none!important;outline:none!important;justify-content:center!important;align-items:center!important;gap:6px!important;height:100%!important;padding:0!important;display:flex!important}.custom-country-trigger .PhoneInputCountryIcon{border-radius:2px!important;width:auto!important;height:14px!important;margin:0!important;display:block!important;box-shadow:0 1px 2px #00000026!important}.custom-country-arrow{color:#0006!important;align-items:center!important;font-size:.55rem!important;display:inline-flex!important}
