@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.survey-overlay{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;animation:.3s surveyFadeIn;display:flex;position:fixed;inset:0}@keyframes surveyFadeIn{0%{opacity:0}to{opacity:1}}.survey-container{background:#1a1f2e;border:1px solid #ffffff1a;border-radius:24px;width:90%;max-width:900px;padding:3rem;animation:.4s surveySlideUp;position:relative;box-shadow:0 20px 60px #00000080}@keyframes surveySlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.survey-progress-bar{background:#ffffff0d;border-radius:24px 24px 0 0;height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.survey-progress-fill{background:linear-gradient(90deg,#4a90e2 0%,#357abd 100%);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px #4a90e280}.survey-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.survey-back-btn-top{color:#fff9;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.survey-back-btn-top:hover{color:#ffffffe6;background:#ffffff0d;border-color:#fff3;transform:translate(-4px)}.survey-back-btn-top svg{transition:transform .2s}.survey-back-btn-top:hover svg{transform:translate(-2px)}.survey-counter{color:#ffffff80;letter-spacing:.05em;text-transform:uppercase;text-align:center;flex:1;font-size:.875rem;font-weight:500}.survey-close{cursor:pointer;color:#ffffff80;background:0 0;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.survey-close:hover{color:#ffffffe6;background:#ffffff0d;border-color:#fff3}.survey-content{opacity:1;margin-top:2rem;transition:all .3s;transform:translateY(0)}.survey-content.transitioning{opacity:0;transform:translateY(20px)}.currency-selector{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;justify-content:center;gap:.75rem;max-width:500px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;padding:.5rem;display:flex}.currency-btn{cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:.25rem;padding:.75rem 1rem;transition:all .2s;display:flex}.currency-btn:hover{background:#ffffff0d;border-color:#4a90e24d}.currency-btn:active{transform:scale(.95)}.currency-btn.active{background:#4a90e226;border-color:#4a90e280;box-shadow:0 0 20px #4a90e233}.currency-label{color:#fff9;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;font-weight:600}.currency-btn.active .currency-label{color:#4a90e2}.currency-symbol{color:#ffffffe6;font-size:1.25rem;font-weight:600}.currency-btn.active .currency-symbol{color:#fff}.survey-question{color:#fffffff2;text-align:center;letter-spacing:-.02em;margin-bottom:3rem;font-size:2rem;font-weight:600;line-height:1.4}.survey-options{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.survey-option-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;padding:2.5rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.survey-option-card:before{content:"";opacity:0;background:linear-gradient(135deg,#4a90e20d 0%,#357abd0d 100%);transition:opacity .3s;position:absolute;inset:0}.survey-option-card:hover{background:#ffffff0d;border-color:#4a90e266;transform:translate(8px);box-shadow:0 8px 32px #4a90e226}.survey-option-card:hover:before{opacity:1}.survey-option-card:hover .option-arrow{color:#4a90e2;transform:translate(4px)}.survey-option-card:active{background:#4a90e233;border-color:#4a90e299;transform:translate(4px)scale(.98)}@keyframes ripple{0%{opacity:.6;transform:scale(0)}to{opacity:0;transform:scale(4)}}.option-label{color:#ffffffe6;text-align:left;z-index:2;letter-spacing:-.01em;font-size:1.25rem;font-weight:600;position:relative}.option-arrow{color:#ffffff4d;z-index:2;flex-shrink:0;transition:all .3s;position:relative}.survey-options-detailed{flex-direction:column;gap:1rem;max-width:700px;margin-top:2.5rem;margin-left:auto;margin-right:auto;display:flex}.survey-option-detailed{cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;padding:1.75rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.survey-option-detailed:before{content:"";opacity:0;background:linear-gradient(135deg,#4a90e20d 0%,#357abd0d 100%);transition:opacity .3s;position:absolute;inset:0}.survey-option-detailed:hover{background:#ffffff0d;border-color:#4a90e266;transform:translate(8px);box-shadow:0 8px 32px #4a90e226}.survey-option-detailed:hover:before{opacity:1}.survey-option-detailed:hover .option-arrow{color:#4a90e2;transform:translate(4px)}.survey-option-detailed:active{background:#4a90e233;border-color:#4a90e299;transform:translate(4px)scale(.98)}.option-text{z-index:2;flex-direction:column;flex:1;gap:.5rem;display:flex;position:relative}.option-title{color:#fffffff2;letter-spacing:-.01em;font-size:1.125rem;font-weight:600}.option-description{color:#ffffff80;font-size:.95rem;font-weight:400;line-height:1.4}.survey-question.risk-tolerance-question{font-size:1.5rem}.survey-option-detailed.risk-tolerance-option .option-title{font-size:.95rem;line-height:1.5}.survey-input-section{max-width:500px;margin:3rem auto 0}.survey-input-wrapper{margin-bottom:2rem;position:relative}.survey-input{color:#fffffff2;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:16px;outline:none;width:100%;padding:1.5rem 1.75rem;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;transition:all .3s}.survey-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.survey-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.survey-input[type=number]{-moz-appearance:textfield}.survey-input::placeholder{color:#ffffff4d}.survey-input:focus{background:#ffffff14;border-color:#4a90e280;box-shadow:0 0 0 4px #4a90e21a}.input-suffix{color:#ffffff80;pointer-events:none;font-size:1.25rem;font-weight:600;position:absolute;top:50%;right:1.75rem;transform:translateY(-50%)}.survey-input-actions{align-items:center;gap:1rem;display:flex}.survey-input-btn{cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.survey-input-btn.dont-know{color:#fff9;background:0 0;border:2px solid #ffffff26}.survey-input-btn.dont-know:hover{color:#ffffffe6;background:#ffffff0d;border-color:#ffffff4d}.survey-input-btn.submit{color:#fffffff2;background:#4a90e233;border:2px solid #4a90e266}.survey-input-btn.submit:hover:not(:disabled){background:#4a90e24d;border-color:#4a90e299;transform:translate(4px)}.survey-input-btn.submit:disabled{opacity:.3;cursor:not-allowed}.survey-input-btn:active:not(:disabled),.survey-input-btn.dont-know:active{transform:scale(.97)}@media (width<=768px){.survey-container{width:95%;padding:2rem 1.5rem}.survey-question{margin-bottom:2rem;font-size:1.5rem}.survey-options{grid-template-columns:1fr}.survey-option-card{padding:2rem 1.5rem}.option-label{font-size:1.1rem}.survey-counter{font-size:.75rem;top:1.5rem;right:4rem}.survey-close{top:1.5rem;right:1.5rem}.survey-back-btn{bottom:1.5rem;left:1.5rem}}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}#root{border:none!important;width:100%!important;max-width:100%!important;margin:0!important}:root{--primary-dark:#1a1f2e;--primary-blue:#2d5a7b;--accent-green:#3d7a5c;--text-dark:#1a1a1a;--text-gray:#6b7280;--bg-light:#f8f9fa;--white:#fff}.landing{color:var(--text-dark);background-color:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.nav-header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border-bottom:none;padding:1rem 0;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 3rem;display:flex}.nav-logo h1{color:var(--white);letter-spacing:-.02em;text-shadow:0 2px 8px #0003;font-size:1.5rem;font-weight:700}.nav-logo span{color:var(--white);margin-left:.25rem;font-weight:300}.nav-menu{background:var(--bg-light);border-radius:50px;gap:.5rem;padding:.5rem;display:flex}.nav-link{color:var(--text-gray);border-radius:50px;padding:.6rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-link:hover{color:var(--text-dark);background:#fffc}.nav-link.active{color:var(--text-dark);background:var(--white);box-shadow:0 2px 8px #00000014}.nav-actions{align-items:center;gap:1rem;display:flex}.login-btn{background:var(--primary-dark);color:var(--white);border:2px solid var(--primary-dark);cursor:pointer;border-radius:50px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #1a1f2e4d}.login-btn:hover{background:#0f1419;border-color:#0f1419;transform:translateY(-2px);box-shadow:0 4px 16px #1a1f2e66}.contact-btn{background:var(--white);color:var(--text-dark);border:2px solid var(--white);cursor:pointer;border-radius:50px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;box-shadow:0 2px 8px #fff3}.contact-btn:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 4px 16px #ffffff4d}.hero-section{background-image:url(/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;align-items:center;min-height:100vh;padding:8rem 3rem 3rem;display:flex;position:relative}.hero-section:before{content:"";z-index:1;background:linear-gradient(90deg,#0009 0%,#0006 40%,#0003 70%,#0000 100%),linear-gradient(#0000004d 0%,#00000080 100%);position:absolute;inset:0}.hero-content-wrapper,.feature-cards-bottom{z-index:2;position:relative}.hero-content-wrapper{justify-content:space-between;align-items:flex-start;gap:4rem;width:100%;max-width:1400px;margin-bottom:4rem;display:flex}.hero-text{text-align:left;flex:1}.hero-badge{color:#ffffffe6;letter-spacing:.02em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff4d;border:1px solid #fff6;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:500;display:inline-block}.hero-title{color:var(--white);letter-spacing:-.02em;text-shadow:0 2px 20px #0003;margin-bottom:1.5rem;font-size:4rem;font-weight:700;line-height:1.15}.hero-title .highlight-italic{font-style:italic;font-weight:700}.hero-description{color:#fffffff2;margin-bottom:0;font-size:1rem;line-height:1.7}.hero-cta-buttons{gap:1rem;margin-top:2.5rem;display:flex}.hero-btn-primary,.hero-btn-secondary{cursor:pointer;border:2px solid #0000;border-radius:50px;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .3s}.hero-btn-primary{background:var(--white);color:var(--text-dark);border-color:var(--white);box-shadow:0 4px 16px #ffffff4d}.hero-btn-primary:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 6px 20px #fff6}.hero-btn-primary:active{transform:translateY(0)scale(.97);box-shadow:0 2px 8px #ffffff4d}.hero-btn-secondary{color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:0 0;border-color:#fff9}.hero-btn-secondary:hover{border-color:var(--white);background:#ffffff1a;transform:translateY(-2px)}.hero-btn-secondary:active{background:#ffffff26;transform:translateY(0)scale(.97)}.hero-btn-primary.selected,.hero-btn-secondary.selected{background:var(--accent-green);border-color:var(--accent-green);color:var(--white)}.preview-card{min-width:320px;margin-top:3rem}.preview-btn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:#000000b3;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;transition:all .3s;display:flex}.preview-btn:hover{background:#000c;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.play-icon{width:48px;height:48px;color:var(--white);background:#fff3;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.preview-text{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.preview-text strong{color:var(--white);margin-bottom:.25rem;font-size:.95rem;font-weight:600}.preview-text span{color:#ffffffb3;font-size:.8rem;line-height:1.4}.feature-cards-bottom{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:1400px;display:grid}.feature-card-dark{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000b3;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:1.25rem;padding:1.75rem;transition:all .3s;display:flex}.feature-card-dark:hover{background:#000c;transform:translateY(-4px);box-shadow:0 8px 24px #0006}.feature-icon-box{width:48px;height:48px;color:var(--white);background:#ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-icon-box svg{width:24px;height:24px}.feature-content h3{color:var(--white);margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.feature-content p{color:#ffffffb3;margin:0;font-size:.9rem;line-height:1.4}.markets-section{background:linear-gradient(#000 0%,#1a1f2e 100%);padding:6rem 3rem}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-header h2{color:var(--white);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-header p{color:#fffc;font-size:1.1rem;line-height:1.6}.markets-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto;display:grid}.market-card{border-radius:20px;transition:transform .3s;position:relative;overflow:hidden}.market-card:hover{transform:translateY(-8px)}.market-image{background-position:50%;background-size:cover;align-items:flex-end;height:400px;padding:2.5rem;display:flex;position:relative}.market-image:before{content:"";background:linear-gradient(#0000 0%,#000000b3 100%);position:absolute;inset:0}.market-overlay{z-index:2;color:var(--white);position:relative}.market-overlay h3{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:700}.market-overlay p{opacity:.9;font-size:1rem;line-height:1.5}.market-image.uk{background-color:#0000;background-image:linear-gradient(#0000004d,#00000080),url(https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?w=800&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.market-image.portugal{background-color:#0000;background-image:linear-gradient(#0000004d,#00000080),url(https://images.unsplash.com/photo-1555881400-74d7acaacd8b?w=800&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.market-image.dubai{background-color:#0000;background-image:linear-gradient(#0000004d,#00000080),url(https://images.unsplash.com/photo-1512453979798-5ea266f8880c?w=800&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.footer{background:var(--primary-dark);color:#fffc;padding:4rem 3rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-content{border-bottom:1px solid #ffffff1a;grid-template-columns:1fr 1fr 1fr;place-items:start;gap:2rem;padding-bottom:2rem;display:grid}.footer-brand h3{color:var(--white);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.footer-brand h3 span{margin-left:.25rem;font-weight:300}.footer-brand p{opacity:.7;font-size:.95rem}.footer-column{flex-direction:column;display:flex}.footer-column h4{color:var(--white);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-size:.95rem;font-weight:600}.footer-column a{color:#ffffffb3;margin-bottom:.75rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:block}.footer-column a:hover{color:var(--white)}.footer-bottom{opacity:.6;justify-content:space-between;align-items:center;margin-top:3rem;font-size:.9rem;display:flex}.footer-locations{font-size:.9rem}.footer-mobile-contact{display:none}@media (width<=1024px){.nav-container{padding:0 2rem}.hero-section{padding:8rem 2rem 3rem}.hero-content-wrapper{flex-direction:column;gap:2rem}.hero-title{font-size:3rem}.preview-card{min-width:100%;margin-top:1rem}.feature-cards-bottom{grid-template-columns:1fr}.markets-section{padding:4rem 2rem}.markets-grid{grid-template-columns:1fr}.footer{padding:3rem 2rem 2rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{gap:2rem}}@media (width<=768px){.nav-header{padding:.75rem 0}.nav-container{padding:0 1.25rem}.nav-logo h1{font-size:1.25rem}.nav-menu{display:none}.nav-actions{gap:0}.nav-actions .contact-btn{display:none}.login-btn{padding:.5rem 1.25rem;font-size:.85rem}.hero-section{min-height:100vh;padding:6rem 1.25rem 2rem}.hero-content-wrapper{margin-bottom:2.5rem}.hero-badge{margin-bottom:1.25rem;padding:.4rem .875rem;font-size:.7rem}.hero-title{margin-bottom:1rem;font-size:2rem;line-height:1.25}.hero-description{font-size:.9rem;line-height:1.6}.hero-cta-buttons{flex-direction:row;gap:.75rem;margin-top:1.75rem}.hero-btn-primary,.hero-btn-secondary{flex:1;padding:.875rem 1.5rem;font-size:.9rem}.preview-card{margin-top:0}.preview-btn{padding:1rem 1.25rem}.play-icon{width:40px;height:40px}.preview-text strong{font-size:.875rem}.preview-text span{font-size:.75rem}.feature-cards-bottom{gap:1.25rem;padding:0 .5rem}.feature-card-dark{text-align:left;flex-direction:row;align-items:center;padding:1.5rem}.feature-icon-box{width:40px;height:40px}.feature-icon-box svg{width:20px;height:20px}.feature-content h3{font-size:1rem}.feature-content p{font-size:.85rem}.markets-section{padding:3rem 1.5rem}.section-header{margin:0 auto 2.5rem}.section-header h2{margin-bottom:.75rem;font-size:2rem}.section-header p{font-size:1rem}.markets-grid{gap:1.5rem}.market-image{height:300px;padding:2rem}.market-overlay h3{font-size:1.5rem}.market-overlay p{font-size:.9rem}.footer{padding:2.5rem 1.5rem 1.5rem}.footer-content{padding-bottom:1.5rem}.footer-brand h3{font-size:1.5rem}.footer-brand p{font-size:.875rem}.footer-mobile-contact{justify-content:center;margin:2rem 0;display:flex}.footer-mobile-contact .contact-btn{background:var(--white);color:var(--text-dark);border:2px solid var(--white);cursor:pointer;border-radius:50px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.footer-bottom{text-align:center;flex-direction:column;gap:1rem;font-size:.85rem}}@media (width<=480px){.nav-logo h1{font-size:1.125rem}.login-btn{padding:.45rem 1rem;font-size:.8rem}.hero-title{font-size:1.75rem}.hero-description{font-size:.85rem}.hero-cta-buttons{flex-direction:column}.hero-btn-primary,.hero-btn-secondary{width:100%}.feature-card-dark{padding:1.25rem}.section-header h2{font-size:1.75rem}.market-image{height:250px;padding:1.5rem}.market-overlay h3{font-size:1.25rem}}.video-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000f2;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.video-modal-content{background:#000;border-radius:12px;width:100%;max-width:1200px;animation:.4s slideUp;position:relative;overflow:hidden;box-shadow:0 24px 48px #000c}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.video-modal-close{cursor:pointer;z-index:10;color:#fff;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.video-modal-close:hover{background:#fff3;transform:scale(1.1)}.video-player{background:#000;width:100%;height:auto;max-height:80vh;display:block}@media (width<=768px){.video-modal-overlay{padding:.75rem;padding-top:max(.75rem, env(safe-area-inset-top));padding-bottom:max(.75rem, env(safe-area-inset-bottom));padding-left:max(.75rem, env(safe-area-inset-left));padding-right:max(.75rem, env(safe-area-inset-right))}.video-modal-content{border-radius:12px;max-height:90vh}.video-modal-close{background:#000000d9;width:44px;height:44px;top:.75rem;right:.75rem}.video-modal-close svg{width:20px;height:20px}.video-player{border-radius:12px;max-height:calc(90vh - 2rem)}}@media (width<=480px){.video-modal-overlay{padding:.5rem}.video-modal-content,.video-player{border-radius:8px}}@media (height<=500px) and (orientation:landscape){.video-modal-overlay{padding:.5rem}.video-modal-content{max-height:95vh}.video-player{max-height:calc(95vh - 1rem)}.video-modal-close{width:40px;height:40px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1400px){.locations-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.showcase-nav,.showcase-hero,.showcase-filters,.showcase-content,.showcase-action-bar{padding-left:2rem;padding-right:2rem}.showcase-title{font-size:2.5rem}}@media (width<=768px){.locations-grid{grid-template-columns:1fr}.showcase-title{font-size:2rem}.showcase-subtitle{font-size:1rem}.showcase-filters{flex-wrap:wrap;gap:.75rem}.filter-btn{padding:.75rem 1.5rem;font-size:.875rem}.action-bar-content{flex-direction:column;gap:1rem}.continue-btn{justify-content:center;width:100%}.location-metrics{grid-template-columns:1fr;gap:.75rem}.metric{padding:.75rem .875rem}.metric.metric-chart{grid-column:1}.metric-value{font-size:.95rem}.metric-value.highlight{font-size:1.05rem}.profile-match-badge{padding:.5rem .75rem;font-size:.7rem}.metric-chart-container{padding-top:.25rem}}.location-showcase{color:#e5e5e5;background:#0a0a0a;min-height:100vh;padding-bottom:3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.showcase-nav{z-index:100;background:#0a0a0a;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:2rem 4rem;display:flex;position:sticky;top:0}.showcase-logo h2{color:#e5e5e5;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.showcase-logo span{color:#e5e5e5;font-weight:300}.showcase-progress{color:#9ca3af;letter-spacing:.05em;text-transform:uppercase;font-size:.875rem;font-weight:500}.showcase-hero{text-align:center;background:#111;border-bottom:1px solid #ffffff1a;padding:2rem 4rem}.showcase-title{color:#fff;letter-spacing:-.03em;margin-bottom:.75rem;font-size:3rem;font-weight:600;line-height:1.2}.showcase-subtitle{color:#9ca3af;white-space:nowrap;max-width:100%;margin:0 auto;font-size:1.25rem;font-weight:400;line-height:1.2}.showcase-filters{background:#0a0a0a;border-bottom:1px solid #ffffff1a;justify-content:center;gap:.75rem;padding:2rem 4rem;display:flex}.filter-btn{color:#ffffffb3;cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #fff3;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.filter-btn svg{stroke:currentColor}.filter-btn:hover{color:#ffffffe6;background:#ffffff14;border-color:#ffffff4d;transform:translateY(-1px)}.filter-btn:active{transform:translateY(0)scale(.96)}.filter-btn.active{color:#1a1a1a;background:#fff;border-color:#fff;box-shadow:0 4px 12px #ffffff26}.filter-btn.active:active{transform:scale(.96)}.showcase-content{max-width:1600px;margin:0 auto;padding:3rem 4rem}.locations-grid{grid-template-columns:repeat(3,1fr);gap:2rem;animation:.6s fadeInUp;display:grid}.location-card{cursor:pointer;background:#1a1a1a;border:1px solid #ffffff1f;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000004d}.location-card:hover{border-color:#4a90e299;transform:translateY(-8px);box-shadow:0 20px 60px #000c,0 0 0 1px #4a90e280,0 0 40px #4a90e266,0 0 80px #4a90e233}.location-card:active{border-color:#4a90e2cc;transform:translateY(-4px)scale(.98);box-shadow:0 10px 30px #000c,0 0 0 1px #4a90e2b3,0 0 30px #4a90e280}.location-card.preferred{background:#202020;border:1px solid #ffffff2e}.location-card.preferred:hover{border-color:#4a90e299;box-shadow:0 20px 60px #000c,0 0 0 1px #4a90e280,0 0 40px #4a90e266,0 0 80px #4a90e233}.location-card.preferred:active{border-color:#4a90e2cc;transform:translateY(-4px)scale(.98);box-shadow:0 10px 30px #000c,0 0 0 1px #4a90e2b3,0 0 30px #4a90e280}.preferred-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e5e5e5;letter-spacing:.05em;text-transform:uppercase;z-index:10;background:#1a1a1af2;border:1px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #00000080}.preferred-badge svg{fill:none;stroke:#4a90e2;stroke-width:2px;width:14px;height:14px}.location-image{width:100%;height:280px;position:relative;overflow:hidden}.location-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.location-card:hover .location-image img{transform:scale(1.08)}.location-overlay{background:linear-gradient(#0000 0%,#0006 100%);justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex;position:absolute;inset:0}.location-country-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1ad9;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:60px;padding:.175rem;display:flex;box-shadow:0 1px 4px #0006}.country-flag-img{opacity:.9;border-radius:2px;width:12px;height:auto;display:block}.location-selected-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#4a90e2;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex;box-shadow:0 4px 16px #4a90e266}.location-card-content{padding:1.75rem}.location-header{margin-bottom:1rem}.location-name{color:#fff;letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.location-city{color:#9ca3af;font-size:.95rem;font-weight:400}.location-description{color:#9ca3af;height:240px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;overflow:hidden}.location-metrics{border-top:1px solid #ffffff1a;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:0;padding:1.5rem 0;display:grid}.metric{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;min-width:0;padding:.875rem .75rem;transition:all .3s}.metric.metric-highlight{background:#4a90e214;border:1px solid #4a90e240}.metric.metric-chart{grid-column:1/-1;padding:1rem}.metric-label{color:#6b7280;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem;font-size:.7rem;font-weight:600}.location-showcase .metric-label{cursor:default}.location-showcase .metric-label:after{display:none}.metric-value{color:#e5e5e5;letter-spacing:-.02em;white-space:nowrap;font-size:.95rem;font-weight:600;line-height:1.4}.metric-value.growth{color:#4a90e2}.metric-value.highlight{color:#4a90e2;font-size:1.05rem;font-weight:700}.metric-value.positive{color:#10b981}.metric-value.growth-high{color:#10b981;font-weight:700}.metric-value.growth-medium{color:#e5e5e5;font-weight:600}.metric-value.growth-low{color:#f59e0b;font-weight:600}.metric-chart-container{justify-content:space-between;align-items:center;padding-top:.5rem;display:flex}.location-growth{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.25rem 0 .5rem;display:flex}.growth-label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.growth-chart{align-items:center;gap:1rem;display:flex}.trendline-svg{display:block}.growth-percentage{white-space:nowrap;font-size:1.125rem;font-weight:700}.growth-percentage.positive{color:#10b981}.growth-percentage.negative{color:#ef4444}.showcase-action-bar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#1a1f2ef2;border-top:1px solid #ffffff1a;padding:1.5rem 4rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 40px #0000004d}.action-bar-content{justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;display:flex}.selection-count{color:#ffffffb3;font-size:1rem;font-weight:500}.continue-btn{color:#fffffff2;cursor:pointer;background:#4a90e233;border:2px solid #4a90e266;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.continue-btn:hover:not(:disabled){background:#4a90e24d;border-color:#4a90e299;transform:translate(4px);box-shadow:0 8px 24px #4a90e24d}.continue-btn:disabled{opacity:.3;cursor:not-allowed}.showcase-loading{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;display:flex}.loading-spinner{border:3px solid #ffffff1a;border-top-color:#4a90e2;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}.showcase-loading p{color:#9ca3af;font-size:1.125rem}.showcase-error{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:60vh;padding:2rem;display:flex}.showcase-error p{color:#ef4444;text-align:center;font-size:1.125rem}.retry-btn{color:#e5e5e5;cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:all .3s}.retry-btn:hover{background:#ffffff1a;border-color:#ffffff4d}.see-more-container{justify-content:center;margin-top:3rem;display:flex}.see-more-btn{color:#e5e5e5;cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.see-more-btn:hover{background:#ffffff14;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.see-more-btn svg{transition:transform .3s}.more-options-container{justify-content:center;margin-top:3rem;display:flex}.more-options-btn{color:#e5e5e5;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.more-options-btn:hover{background:#ffffff0d;border-color:#ffffff4d;transform:translateY(2px)}.more-options-btn svg{transition:transform .3s}.more-options-btn:hover svg{transform:translateY(2px)}@media (width<=1400px){.locations-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.showcase-nav,.showcase-hero,.showcase-filters,.showcase-content,.showcase-action-bar{padding-left:2rem;padding-right:2rem}.showcase-title{font-size:2.5rem}}@media (width<=768px){.locations-grid{grid-template-columns:1fr}.showcase-title{font-size:2rem}.showcase-subtitle{font-size:1rem}.showcase-filters{flex-wrap:wrap;gap:.75rem}.filter-btn{padding:.75rem 1.5rem;font-size:.875rem}.action-bar-content{flex-direction:column;gap:1rem}.continue-btn{justify-content:center;width:100%}.location-metrics{grid-template-columns:1fr;gap:.75rem}.metric{padding:.75rem .875rem}.metric.metric-chart{grid-column:1}.metric-value{font-size:.95rem}.metric-value.highlight{font-size:1.05rem}.profile-match-badge{padding:.5rem .75rem;font-size:.7rem}.metric-chart-container{padding-top:.25rem}}.neighborhood-showcase{color:#e5e5e5;background:#0a0a0a;min-height:100vh;padding-bottom:3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.neighborhood-showcase .location-description{text-align:left}.neighborhood-name-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#e5e5e5;background:#1a1a1ad9;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex;box-shadow:0 1px 4px #0006}.neighborhood-showcase .location-card{overflow:visible}.neighborhood-showcase .location-image{border-radius:16px 16px 0 0;overflow:hidden}.showcase-back-btn{color:#9ca3af;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.showcase-back-btn:hover{color:#e5e5e5;background:#ffffff0d;border-color:#ffffff40;transform:translate(-4px)}.city-overview{background:#111;margin-bottom:3rem;position:relative}.city-hero-image{width:100%;height:400px;position:relative;overflow:hidden}.city-hero-image img{object-fit:cover;width:100%;height:100%}.city-hero-overlay{background:linear-gradient(#0000004d 0%,#0a0a0af2 100%);position:absolute;inset:0}.city-overview-content{max-width:1400px;margin:0 auto;padding:3rem 4rem}.city-header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.city-title{color:#fff;letter-spacing:-.03em;margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1.1}.city-country{color:#9ca3af;font-size:1.25rem;font-weight:400}.download-report-btn{color:#4a90e2;cursor:pointer;white-space:nowrap;background:#4a90e226;border:1px solid #4a90e266;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.download-report-btn:hover{background:#4a90e240;border-color:#4a90e299;transform:translateY(-2px);box-shadow:0 8px 24px #4a90e233}.free-badge{color:#4a90e2;letter-spacing:.03em;background:#4a90e233;border-radius:3px;margin-left:.5rem;padding:.2rem .4rem;font-size:.7rem;font-weight:600;display:inline-block}.city-description{color:#d1d5db;text-align:left;max-width:900px;margin-bottom:3rem;font-size:1.125rem;line-height:1.8}.city-highlights{margin-bottom:3rem}.highlights-title{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.highlights-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.highlight-item{color:#e5e5e5;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:1rem;padding:1rem;font-size:.95rem;transition:all .3s;display:flex}.highlight-item:hover{background:#ffffff0d;border-color:#ffffff1f}.highlight-item svg{color:#10b981;flex-shrink:0}.city-metrics-summary{background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:2.5rem}.metrics-summary-title{color:#fff;margin-bottom:2rem;font-size:1.25rem;font-weight:600}.metrics-summary-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.summary-metric{gap:1rem;display:flex}.summary-metric-icon{color:#4a90e2;background:#4a90e21a;border:1px solid #4a90e233;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.summary-metric-content{flex:1}.summary-metric-label{color:#9ca3af;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.summary-metric-value{color:#fff;font-size:1.25rem;font-weight:700;line-height:1.3}.summary-metric-value.growth{align-items:center;gap:.5rem;display:flex}.neighborhoods-header{text-align:center;background:#0a0a0a;padding:3rem 4rem 2rem}.neighborhoods-title{color:#fff;letter-spacing:-.02em;margin-bottom:.75rem;font-size:2.5rem;font-weight:600}.neighborhoods-subtitle{color:#9ca3af;max-width:700px;margin:0 auto;font-size:1.125rem}@media (width<=1024px){.city-overview-content{padding:2rem}.city-header{flex-direction:column;align-items:flex-start}.city-title{font-size:2.5rem}.download-report-btn{justify-content:center;width:100%}.metrics-summary-grid{grid-template-columns:repeat(2,1fr)}.neighborhoods-header{padding:2rem}.neighborhoods-title{font-size:2rem}}.metric-label,.metric-label-with-tooltip,.growth-label{cursor:help;position:relative}.metric-label:after,.metric-label-with-tooltip:after,.growth-label:after{content:attr(data-tooltip);color:#e5e5e5;white-space:normal;text-align:center;opacity:0;pointer-events:none;z-index:1000;text-transform:none;letter-spacing:normal;background:#1a1a1afa;border:1px solid #4a90e266;border-radius:8px;width:220px;padding:.75rem 1rem;font-size:.8rem;font-weight:400;line-height:1.4;transition:opacity .3s;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 12px 32px #000c}.metric-label:hover:after,.metric-label-with-tooltip:hover:after,.growth-label:hover:after{opacity:1}.metric-label{justify-content:center;align-items:center;display:flex}.location-metrics-secondary{border-top:1px solid #ffffff14;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.25rem 0;display:grid}.metric-secondary{background:#ffffff05;border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem 1rem;display:flex}.metric-label-with-icon{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;align-items:center;font-size:.75rem;font-weight:500;display:flex}.metric-secondary .metric-value{color:#e5e5e5;font-size:1.25rem;font-weight:700}.location-growth-dual{border-top:1px solid #ffffff14;flex-direction:column;gap:1rem;padding:1.25rem 0 0;display:flex}.growth-item{justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.growth-item .growth-label{align-items:center;display:flex}@media (width<=768px){.city-hero-image{height:300px}.city-title{font-size:2rem}.highlights-grid,.metrics-summary-grid,.location-metrics-secondary{grid-template-columns:1fr}.metric-label:after,.metric-label-with-tooltip:after,.growth-label:after{width:180px;font-size:.75rem}}.neighborhood-detail{color:#e5e5e5;background:#0a0a0a;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.detail-nav{z-index:100;background:#0a0a0a;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:2rem 4rem;display:flex;position:sticky;top:0}.detail-hero{background:#111;position:relative}.detail-hero-image{width:100%;height:450px;position:relative;overflow:hidden}.detail-hero-image img{object-fit:cover;width:100%;height:100%}.detail-hero-overlay{background:linear-gradient(#0000004d 0%,#0a0a0af2 100%);position:absolute;inset:0}.detail-hero-content{max-width:1400px;margin:0 auto;padding:3rem 4rem}.detail-header{margin-bottom:2rem}.detail-title{color:#fff;letter-spacing:-.03em;margin-bottom:.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.detail-location{color:#9ca3af;font-size:1.5rem;font-weight:400}.detail-description{color:#d1d5db;max-width:900px;font-size:1.25rem;line-height:1.8}.detail-content{max-width:1400px;margin:0 auto;padding:4rem}.detail-section{margin-bottom:4rem}.section-title{color:#fff;margin-bottom:.75rem;font-size:2rem;font-weight:600}.section-subtitle{color:#9ca3af;margin-bottom:2.5rem;font-size:1.125rem}.metrics-grid-large{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.metric-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:all .3s}.metric-card:hover{background:#ffffff0d;border-color:#ffffff26;transform:translateY(-2px)}.metric-card-icon{color:#4a90e2;background:#4a90e21a;border:1px solid #4a90e233;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.metric-card-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:500}.metric-card-value{color:#fff;font-size:1.75rem;font-weight:700;line-height:1.2}.metric-card-value.highlight{color:#4a90e2}.trends-container{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.trend-chart-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.trend-title{color:#e5e5e5;font-size:1.125rem;font-weight:600}.trend-chart-card .growth-chart{justify-content:space-between;align-items:center;display:flex}.popularity-section{background:#4a90e208;border:1px solid #4a90e226;border-radius:16px;padding:3rem}.popularity-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.popularity-item{color:#e5e5e5;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;font-size:1rem;transition:all .3s;display:flex}.popularity-item:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translate(4px)}.popularity-icon{color:#10b981;background:#10b98126;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.amenities-grid{grid-template-columns:repeat(6,1fr);gap:1.5rem;display:grid}.amenity-stat{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:1.5rem;transition:all .3s}.amenity-stat:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-4px)}.amenity-icon{margin-bottom:.75rem;font-size:2.5rem}.amenity-value{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.amenity-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.transportation-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.transport-card{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:2rem 1.5rem;transition:all .3s}.transport-card:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-4px)}.transport-icon{margin-bottom:1rem;font-size:3rem}.transport-value{color:#fff;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.transport-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.lifestyle-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.lifestyle-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;transition:all .3s;display:flex}.lifestyle-card:hover{background:#ffffff0d;border-color:#ffffff1f}.lifestyle-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.lifestyle-badge{color:#4a90e2;background:#4a90e226;border:1px solid #4a90e24d;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600}@media (width<=1400px){.metrics-grid-large{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.detail-nav,.detail-hero-content,.detail-content{padding:2rem}.detail-title{font-size:2.5rem}.detail-location{font-size:1.25rem}.metrics-grid-large,.trends-container,.popularity-grid{grid-template-columns:1fr}.amenities-grid{grid-template-columns:repeat(3,1fr)}.transportation-grid,.lifestyle-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.detail-hero-image{height:300px}.detail-title{font-size:2rem}.section-title{font-size:1.5rem}.amenities-grid{grid-template-columns:repeat(2,1fr)}.transportation-grid,.lifestyle-grid{grid-template-columns:1fr}}.investment-cta-card{background:linear-gradient(135deg,#6366f11a 0%,#a855f714 100%);border:1px solid #6366f133;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;margin-top:3rem;padding:2.5rem;transition:all .3s;display:flex}.investment-cta-card:hover{background:linear-gradient(135deg,#6366f11f 0%,#a855f71a 100%);border-color:#6366f166;transform:translateY(-2px)}.investment-cta-final{margin-top:3rem;margin-bottom:2rem}.cta-content{flex:1}.cta-title{color:#e5e5e5;letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.cta-description{color:#9ca3af;margin:0;font-size:1rem;line-height:1.6}.cta-button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #6366f14d}.cta-button:hover{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);transform:translate(4px);box-shadow:0 6px 20px #6366f166}.cta-button:active{transform:translate(2px)scale(.97);box-shadow:0 2px 8px #6366f14d}.cta-button svg{transition:transform .3s}.cta-button:hover svg{transform:translate(4px)}@media (width<=768px){.investment-cta-card{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:2rem}.cta-title{font-size:1.25rem}.cta-description{font-size:.95rem}.cta-button{justify-content:center;width:100%}}.properties-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.property-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden}.property-image{width:100%;height:240px;position:relative;overflow:hidden}.property-image img{object-fit:cover;width:100%;height:100%}.property-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#6366f1e6;border-radius:6px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.property-content{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.property-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.property-type{color:#e5e5e5;font-size:1.125rem;font-weight:600}.property-price{color:#4a90e2;font-size:1.25rem;font-weight:700}.property-specs{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.property-spec{color:#9ca3af;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.property-spec svg{color:#6b7280;flex-shrink:0}.property-highlights{flex-wrap:wrap;gap:.5rem;display:flex}.highlight-tag{color:#4a90e2;text-transform:uppercase;letter-spacing:.05em;background:#4a90e226;border:1px solid #4a90e24d;border-radius:6px;padding:.375rem .75rem;font-size:.75rem;font-weight:500}@media (width<=1024px){.properties-grid{grid-template-columns:1fr}}@media (width<=768px){.property-image{height:200px}.property-specs{grid-template-columns:1fr}.property-header{flex-direction:column;gap:.5rem}}.conversion-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.conversion-modal{background:#111;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:1100px;max-height:90vh;animation:.4s cubic-bezier(.34,1.56,.64,1) slideUp;position:relative;overflow-y:auto}.conversion-modal-close{color:#9ca3af;cursor:pointer;z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.conversion-modal-close:hover{color:#fff;background:#ffffff1a;transform:rotate(90deg)}.conversion-modal-content{grid-template-columns:repeat(2,1fr);gap:0;display:grid}.conversion-column{border-right:1px solid #ffffff1a;flex-direction:column;gap:1rem;padding:2rem;display:flex}.conversion-column:last-child{border-right:none}.conversion-column-recommended{background:linear-gradient(135deg,#6366f10d 0%,#8b5cf60d 100%)}.conversion-badge{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;align-self:flex-start;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.conversion-badge-recommended{color:#a78bfa;background:linear-gradient(135deg,#6366f133 0%,#8b5cf633 100%);border-color:#6366f14d}.conversion-price{color:#fff;font-size:2.5rem;font-weight:700;line-height:1}.conversion-price span{color:#9ca3af;margin-left:.5rem;font-size:1.25rem;font-weight:400}.conversion-title{color:#fff;margin:0;font-size:1.25rem;font-weight:600;line-height:1.3}.conversion-description{color:#9ca3af;margin:0;font-size:.9rem;line-height:1.5}.conversion-pricing-note{background:#6366f11a;border:1px solid #6366f133;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.conversion-pricing-note p{color:#d1d5db;margin:0;font-size:.8rem;line-height:1.4}.conversion-pricing-highlight{color:#a78bfa;font-weight:600}.conversion-benefits{flex-direction:column;gap:.65rem;display:flex}.conversion-benefit{color:#d1d5db;align-items:flex-start;gap:.65rem;font-size:.875rem;line-height:1.4;display:flex}.conversion-benefit svg{color:#10b981;flex-shrink:0;margin-top:.125rem}.conversion-form{flex-direction:column;gap:0;margin-top:auto;display:flex}.form-group input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:.875rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group input:focus{background:#ffffff14;border-color:#6366f180;outline:none}.conversion-cta{cursor:pointer;white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;margin-top:auto;padding:.875rem 2rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.conversion-cta-outlined{color:#fff;background:0 0;border:2px solid #fff3}.conversion-cta-outlined:hover{background:#ffffff0d;border-color:#fff6;transform:translateY(-2px)}.conversion-cta-filled{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;box-shadow:0 4px 12px #6366f14d}.conversion-cta-filled:hover{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}@media (width<=1024px){.conversion-modal-content{grid-template-columns:1fr}.conversion-column{border-bottom:1px solid #ffffff1a;border-right:none}.conversion-column:last-child{border-bottom:none}}@media (width<=768px){.conversion-modal-overlay{padding:1rem}.conversion-modal{border-radius:16px}.conversion-column{padding:2rem 1.5rem}.conversion-price{font-size:2.5rem}.conversion-title{font-size:1.25rem}.conversion-modal-close{top:1rem;right:1rem}}.investment-details{color:#e5e5e5;background:#0a0a0a;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.mobile-close-btn{display:none}.activity-cta-wrapper{flex-direction:column;gap:.5rem;margin-top:auto;display:flex}.activity-cta-label{display:none}.detail-nav{z-index:100;background:#0a0a0a;justify-content:space-between;align-items:center;padding:2rem 4rem;display:flex;position:sticky;top:0}.detail-back-btn{color:#9ca3af;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.detail-back-btn:hover{color:#e5e5e5;background:#ffffff0d;border-color:#ffffff40;transform:translate(-4px)}.detail-logo h2{color:#e5e5e5;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.detail-logo span{color:#e5e5e5;font-weight:300}.investment-hero{text-align:center;background:#0a0a0a;border-bottom:1px solid #ffffff1a;padding:0 4rem 3rem}.investment-hero-content{max-width:800px;margin:0 auto}.investment-title{color:#fff;letter-spacing:-.03em;margin-bottom:1rem;font-size:3rem;font-weight:700}.investment-subtitle{color:#9ca3af;margin-bottom:1.5rem;font-size:1.25rem;font-weight:400}.investment-description{color:#d1d5db;max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.7}.neighborhood-overview{align-items:center;gap:2rem;max-width:1600px;margin:0 auto;padding:3rem 4rem;display:flex}.overview-image{border-radius:16px;flex-shrink:0;width:280px;height:180px;position:relative;overflow:hidden}.overview-image img{object-fit:cover;width:100%;height:100%}.overview-image-overlay{background:linear-gradient(#0000 0%,#000000d9 100%);padding:1rem 1.25rem;position:absolute;bottom:0;left:0;right:0}.overview-location{color:#fff;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.overview-city{color:#9ca3af;margin:0;font-size:.875rem}.overview-metrics{flex:1;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.overview-metric{flex-direction:column;gap:.5rem;display:flex}.overview-metric-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}.overview-metric-value{color:#fff;font-size:1.125rem;font-weight:600}.overview-metric-value.highlight{color:#10b981}.roadmap-container{border-top:1px solid #ffffff1a;max-width:1600px;margin:0 auto;padding:3rem 4rem 6rem}.horizontal-timeline{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:4rem;width:100%;margin-bottom:2rem;display:grid;position:relative}.timeline-phase-wrapper{align-items:center;display:flex;position:relative}.timeline-arrow{z-index:1;animation:2s ease-in-out infinite pulseArrow;position:absolute;top:50%;right:-4rem;transform:translateY(-50%)}.timeline-phase-wrapper:last-child .timeline-arrow{display:none}@keyframes pulseArrow{0%,to{opacity:.4}50%{opacity:1}}.timeline-phase{cursor:pointer;text-align:center;background:#ffffff08;border:2px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;width:100%;height:100%;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.timeline-phase:before{content:"";background:linear-gradient(135deg, var(--phase-color), transparent);-webkit-mask-composite:xor;opacity:0;border-radius:20px;padding:2px;transition:opacity .4s;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.timeline-phase:hover{border-color:var(--phase-color);background:#ffffff0f;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0000004d}.timeline-phase:hover:before{opacity:.5}.timeline-phase.active{border-color:var(--phase-color);box-shadow:0 0 40px rgba(var(--phase-color-rgb), .4);background:#ffffff14;transform:scale(1.05)}.timeline-phase.active:before{opacity:1}.timeline-phase-icon{width:72px;height:72px;color:var(--phase-color);background:#ffffff14;border-radius:16px;justify-content:center;align-items:center;transition:all .4s;display:flex}.timeline-phase:hover .timeline-phase-icon,.timeline-phase.active .timeline-phase-icon{background:var(--phase-color);color:#fff;transform:scale(1.1)rotate(5deg)}.timeline-phase-title{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.timeline-phase-description{color:#9ca3af;margin:0;font-size:.95rem;line-height:1.5}.timeline-phase-badge{color:#9ca3af;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:.375rem .875rem;font-size:.85rem;font-weight:500;transition:all .3s;display:inline-block}.timeline-phase:hover .timeline-phase-badge,.timeline-phase.active .timeline-phase-badge{background:var(--phase-color);border-color:var(--phase-color);color:#fff}.phase-roadmap-expanded{background:0 0;border:none;border-radius:0;padding:3rem 0;animation:.6s cubic-bezier(.4,0,.2,1) expandIn;overflow:hidden}@keyframes expandIn{0%{opacity:0;max-height:0;transform:scale(.95)translateY(-20px)}to{opacity:1;max-height:2000px;transform:scale(1)translateY(0)}}.substeps-vertical{flex-direction:column;gap:0;width:100%;padding:0;display:flex}.substep-accordion-wrapper{animation:.5s backwards slideInStagger;position:relative}.substep-accordion-wrapper:first-child{animation-delay:.1s}.substep-accordion-wrapper:nth-child(2){animation-delay:.2s}.substep-accordion-wrapper:nth-child(3){animation-delay:.3s}.substep-accordion-wrapper:nth-child(4){animation-delay:.4s}@keyframes slideInStagger{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.substep-accordion-header{cursor:pointer;background:#ffffff0a;border:2px solid #ffffff1a;border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.substep-accordion-header:hover{border-color:var(--phase-color);background:#ffffff0f}.substep-accordion-header.active{border-color:var(--phase-color);background:#ffffff14;border-bottom-right-radius:0;border-bottom-left-radius:0}.substep-accordion-number{background:var(--phase-color);color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex}.substep-accordion-header:hover .substep-accordion-number{transform:scale(1.1)rotate(-5deg)}.substep-accordion-content{flex:1}.substep-accordion-title{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.substep-accordion-description{color:#9ca3af;margin:0;font-size:.95rem;line-height:1.5}.substep-accordion-badge{color:#9ca3af;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.substep-accordion-icon{color:#9ca3af;background:#ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.substep-accordion-header.active .substep-accordion-icon{background:var(--phase-color);color:#fff;transform:rotate(180deg)}.substep-vertical-connector{background:var(--phase-color);opacity:.3;width:2px;height:2rem;margin:0 auto;animation:.4s forwards growDown}@keyframes growDown{0%{transform-origin:top;transform:scaleY(0)}to{transform:scaleY(1)}}.activities-accordion-content{transform-origin:top;background:#ffffff05;border:2px solid #ffffff1a;border-top:none;border-radius:0 0 16px 16px;flex-direction:column;gap:1.25rem;padding:2rem;animation:.5s cubic-bezier(.34,1.56,.64,1) expandDown;display:flex}.activities-accordion-content.closing{animation:.4s cubic-bezier(.4,0,.6,1) forwards collapseUp}@keyframes expandDown{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0;transform:scaleY(.8)translateY(-20px)}to{opacity:1;max-height:2000px;padding-top:2rem;padding-bottom:2rem;transform:scaleY(1)translateY(0)}}@keyframes collapseUp{0%{opacity:1;max-height:2000px;padding-top:2rem;padding-bottom:2rem;transform:scaleY(1)translateY(0)}to{opacity:0;max-height:0;padding-top:0;padding-bottom:0;transform:scaleY(.8)translateY(-20px)}}.activities-parallel-row{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.activity-accordion-item{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex-direction:row;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;animation:.6s cubic-bezier(.34,1.56,.64,1) backwards fadeInActivity;display:flex}.activity-accordion-item.parallel-grid,.activity-accordion-item.sequential{height:100%}.activities-accordion-content:not(.closing) .activities-parallel-row .activity-accordion-item:first-child{animation-delay:.1s}.activities-accordion-content:not(.closing) .activities-parallel-row .activity-accordion-item:nth-child(2){animation-delay:.2s}.activities-accordion-content:not(.closing)>.activity-accordion-item:nth-child(2){animation-delay:.1s}.activities-accordion-content:not(.closing)>.activity-accordion-item:nth-child(3){animation-delay:.2s}.activities-accordion-content:not(.closing)>.activity-accordion-item:nth-child(4){animation-delay:.3s}.activities-accordion-content:not(.closing)>.activity-accordion-item:nth-child(5){animation-delay:.4s}.activities-accordion-content.closing .activity-accordion-item{animation:.3s cubic-bezier(.4,0,.6,1) forwards fadeOutActivity}.activities-accordion-content.closing .activities-parallel-row .activity-accordion-item:first-child{animation-delay:0s}.activities-accordion-content.closing .activities-parallel-row .activity-accordion-item:nth-child(2){animation-delay:50ms}.activities-accordion-content.closing>.activity-accordion-item:nth-child(2){animation-delay:0s}.activities-accordion-content.closing>.activity-accordion-item:nth-child(3){animation-delay:50ms}.activities-accordion-content.closing>.activity-accordion-item:nth-child(4){animation-delay:.1s}.activities-accordion-content.closing>.activity-accordion-item:nth-child(5){animation-delay:.15s}@keyframes fadeInActivity{0%{opacity:0;transform:translate(-30px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes fadeOutActivity{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(-30px)scale(.9)}}.activity-accordion-item.parallel{border-left:3px solid #10b981}.activity-accordion-item:hover{background:#ffffff0f;border-color:#fff3;transform:translateY(-4px);box-shadow:0 8px 16px #0003}.activities-section-label{text-align:center;color:var(--stage-color,#34d399);text-transform:uppercase;letter-spacing:.05em;background:color-mix(in srgb, var(--stage-color,#34d399) 10%, transparent);border:1px solid color-mix(in srgb, var(--stage-color,#34d399) 20%, transparent);border-radius:20px;width:100%;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.activities-section-label.sequential{margin-top:2rem}.activities-parallel-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.activity-accordion-item.parallel-grid{border-left:3px solid var(--stage-color,#34d399)}.activities-convergence{justify-content:center;align-items:center;margin:2rem 0;display:flex;position:relative}.convergence-lines{width:100%;max-width:600px;height:60px}.convergence-svg{width:100%;height:100%}.activity-accordion-item.sequential{border-left:3px solid var(--stage-color,#10b981);max-width:600px;margin:0 auto}.convergence-path{stroke:color-mix(in srgb, var(--stage-color,#34d399) 40%, transparent)}.convergence-circle{fill:color-mix(in srgb, var(--stage-color,#34d399) 70%, transparent)}.activity-accordion-bullet{background:#fff6;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.5rem}.activity-accordion-details{flex-direction:column;flex:1;align-items:flex-start;display:flex}.activity-accordion-item.parallel-grid .activity-accordion-details{justify-content:space-between;height:100%}.activity-accordion-title{color:#fff;text-align:left;margin-bottom:.625rem;font-size:1.05rem;font-weight:600}.activity-accordion-description{color:#9ca3af;text-align:left;margin-bottom:.875rem;font-size:.925rem;line-height:1.6}.activity-accordion-description p{margin:0 0 .5rem}.show-more-button{color:var(--stage-color,#8b5cf6);cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:0;font-size:.85rem;font-weight:600;text-decoration:underline;transition:color .2s}.show-more-button:hover{color:color-mix(in srgb, var(--stage-color,#8b5cf6) 70%, white)}.activity-accordion-duration{color:#818cf8;background:#6366f126;border:1px solid #6366f14d;border-radius:50px;padding:.375rem .875rem;font-size:.8rem;font-weight:500;display:inline-block}.activity-cta-button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:50px;align-self:flex-start;align-items:center;gap:.5rem;margin-top:auto;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #6366f14d}.activity-cta-button:hover{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.activity-cta-button svg{transition:transform .3s}.activity-cta-button:hover svg{transform:translate(4px)}.roadmap-footer{background:#ffffff05;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:3rem;padding:3rem 4rem;display:flex}.footer-content{flex:1;align-items:center;gap:1.5rem;margin-bottom:-.25rem;display:flex}.footer-content h3{color:#fff;white-space:nowrap;margin:0;font-size:1.25rem;font-weight:600;line-height:1.4}.footer-content p{color:#9ca3af;flex:1;margin:0;font-size:1rem;line-height:1.5}.footer-cta{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:50px;flex-shrink:0;align-self:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #6366f14d}.footer-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}@media (width<=1200px){.horizontal-timeline{flex-wrap:wrap;gap:2rem;display:flex}.timeline-phase-wrapper{flex:calc(50% - 1rem)}.timeline-arrow{display:none}}@media (width<=1024px){.detail-nav,.investment-hero,.neighborhood-overview,.roadmap-container,.roadmap-footer{padding-left:2rem;padding-right:2rem}.neighborhood-overview{flex-direction:column;align-items:stretch;padding-bottom:2rem}.overview-image{width:100%;height:200px}.overview-metrics{grid-template-columns:repeat(2,1fr);gap:1.5rem}.substeps-vertical{padding:1rem 0}.substep-accordion-header{padding:1.5rem}.substep-accordion-number{width:48px;height:48px;font-size:1.25rem}}@media (width<=768px){.detail-nav,.investment-hero,.neighborhood-overview,.roadmap-container,.roadmap-footer{padding-left:1.5rem;padding-right:1.5rem}.detail-nav{padding-top:1rem;padding-bottom:1rem}.investment-hero{padding-top:0;padding-bottom:2rem}.neighborhood-overview{padding-top:2rem}.investment-title{font-size:2rem}.investment-subtitle{font-size:1.1rem}.neighborhood-overview{gap:1.5rem;padding-bottom:1.5rem}.overview-metrics{gap:1rem}.roadmap-container{padding-top:2rem;padding-bottom:4rem}.horizontal-timeline{flex-direction:column;gap:1.5rem;display:flex}.timeline-phase-wrapper{flex:1}.timeline-phase{padding:2rem 1.5rem}.timeline-phase-icon{width:56px;height:56px}.phase-roadmap-expanded{padding:2rem 1.5rem}.substeps-vertical{padding:0}.substep-accordion-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}.substep-accordion-badge{align-self:flex-end}.substep-accordion-icon{position:absolute;top:1.5rem;right:1.5rem}.activities-accordion-content{padding:1.5rem}.activities-parallel-row,.activities-parallel-grid{grid-template-columns:1fr;gap:1rem}.convergence-lines{max-width:300px;height:80px}.activity-accordion-item{box-sizing:border-box;width:100%;max-width:100%;padding:1.25rem;overflow:hidden}.activity-accordion-title{word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%}.activity-accordion-details{width:100%;max-width:100%;overflow:hidden}.activity-accordion-details p{word-wrap:break-word;overflow-wrap:break-word;width:100%;max-width:100%}.activity-accordion-cta{box-sizing:border-box;white-space:normal;text-align:center;padding-left:1rem;padding-right:1rem;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.activity-cta-wrapper{width:100%;max-width:100%}.activity-cta-label{color:#e5e5e5;text-align:left;text-transform:uppercase;letter-spacing:.05em;opacity:.9;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.activity-cta-button{box-sizing:border-box;white-space:normal;text-align:center;justify-content:center;width:100%!important;max-width:100%!important}.activities-parallel-grid,.activities-parallel-row{width:100%;max-width:100%;overflow:hidden}.activities-accordion-content{box-sizing:border-box;width:100%;max-width:100%;overflow:hidden}.roadmap-footer{flex-direction:column;align-items:flex-start;padding-top:2rem;padding-bottom:2rem}.footer-cta{justify-content:center;width:100%}.phase-roadmap-expanded{z-index:1000;background:#0a0a0a;padding:1rem 1.5rem 2rem;position:fixed;inset:0;overflow-y:auto}.phase-roadmap-expanded:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0a0a0a 0%,#0000 100%);height:60px;margin:-1rem -1.5rem 1rem;position:sticky;top:0;left:0;right:0}.mobile-close-btn{color:#e5e5e5;cursor:pointer;z-index:2;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;margin-left:auto;transition:all .2s;position:sticky;top:1rem;right:0;display:flex!important}.mobile-close-btn:hover{background:#ffffff26;transform:scale(1.05)}.mobile-close-btn svg{width:20px;height:20px}}.schedule-consultation{color:#e5e5e5;background:#0a0a0a;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.schedule-header{background:#0a0a0a;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:2rem 4rem;display:flex}.schedule-back-btn{color:#9ca3af;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.schedule-back-btn:hover{color:#e5e5e5;background:#ffffff0d;border-color:#ffffff40;transform:translate(-4px)}.schedule-logo h2{color:#e5e5e5;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.schedule-logo span{margin-left:.25rem;font-weight:300}.schedule-container{max-width:900px;margin:0 auto;padding:3rem 2rem}.schedule-content{flex-direction:column;gap:2rem;display:flex}.schedule-intro{text-align:center;margin-bottom:1rem}.schedule-intro h1{color:#e5e5e5;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.schedule-intro p{color:#9ca3af;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.schedule-form{flex-direction:column;gap:3rem;display:flex}.form-section{flex-direction:column;gap:1.5rem;display:flex}.form-section h3{color:#e5e5e5;margin:0;font-size:1.25rem;font-weight:600}.form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.form-group input,.form-group select{color:#e5e5e5;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:.875rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group input:focus,.form-group select:focus{background:#ffffff14;border-color:#6366f180;outline:none}.form-group input::placeholder{color:#6b7280}.form-group select option{color:#e5e5e5;background:#1a1a1a;padding:.5rem}.form-note{color:#6b7280;margin:0;font-size:.875rem;font-style:italic}.form-instruction{color:#9ca3af;margin:-.5rem 0 1.5rem;font-size:.95rem;line-height:1.6}.availability-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.date-section{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;padding:1rem;transition:all .3s}.date-section:hover{background:#ffffff0d;border-color:#ffffff26}.date-header{cursor:pointer;border-bottom:1px solid #ffffff1a;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;gap:.75rem;margin:-1rem -1rem 0;padding:.75rem;transition:all .2s;display:flex}.date-header:hover{background:#ffffff0d}.date-header.has-selection{background:#6366f114;border-bottom-color:#6366f14d}.date-header.has-selection:hover{background:#6366f11f}.date-header-info{align-items:center;gap:.5rem;display:flex}.date-header-day{color:#9ca3af;text-transform:uppercase;font-size:.75rem;font-weight:500}.date-header-number{color:#e5e5e5;font-size:1.25rem;font-weight:700}.date-header-month{color:#9ca3af;text-transform:uppercase;font-size:.75rem;font-weight:500}.date-selection-badge{color:#a78bfa;text-transform:uppercase;letter-spacing:.05em;background:#6366f126;border-radius:50px;padding:.25rem .625rem;font-size:.75rem;font-weight:600}.date-expand-icon{color:#9ca3af;flex-shrink:0;transition:transform .3s}.date-expand-icon.expanded{transform:rotate(180deg)}.time-slots-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.75rem;animation:.3s slideDown;display:grid}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.time-slot-compact{color:#e5e5e5;cursor:pointer;text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem .25rem;font-size:.875rem;font-weight:500;transition:all .2s}.time-slot-compact:hover{background:#ffffff14;border-color:#fff3}.time-slot-compact.selected{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-color:#8b5cf6;box-shadow:0 2px 8px #6366f14d}.selected-slots-summary{flex-wrap:wrap;gap:.75rem;display:flex}.selected-slot-tag{color:#e5e5e5;background:linear-gradient(135deg,#6366f126 0%,#8b5cf626 100%);border:1px solid #6366f14d;border-radius:50px;align-items:center;gap:.75rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;display:flex}.remove-slot-btn{color:#e5e5e5;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:1.25rem;line-height:1;transition:all .2s;display:flex}.remove-slot-btn:hover{background:#fff3;transform:scale(1.1)}.schedule-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1.125rem 2.5rem;font-size:1.05rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #6366f14d}.schedule-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.schedule-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (width<=768px){.schedule-header{padding:1.5rem}.schedule-container{padding:2rem 1.5rem}.schedule-intro h1{font-size:2rem}.schedule-intro p{font-size:1rem}.form-grid,.availability-grid{grid-template-columns:1fr}.time-slots-grid{grid-template-columns:repeat(4,1fr)}.schedule-submit-btn{padding:1rem 2rem;font-size:1rem}}@media (width<=480px){.schedule-intro h1{font-size:1.75rem}.time-slots-grid{grid-template-columns:repeat(3,1fr)}.selected-slot-tag{padding:.5rem .875rem;font-size:.8rem}}.consultation-confirmation{color:#e5e5e5;background:#0a0a0a;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.confirmation-header{background:#0a0a0a;border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;padding:2rem 4rem;display:flex}.confirmation-logo h2{color:#e5e5e5;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.confirmation-logo span{margin-left:.25rem;font-weight:300}.confirmation-container{max-width:800px;margin:0 auto;padding:3rem 2rem}.confirmation-content{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.confirmation-icon{color:#a78bfa;background:linear-gradient(135deg,#6366f126 0%,#8b5cf626 100%);border:2px solid #6366f14d;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;animation:.5s scaleIn;display:flex}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.confirmation-message{text-align:center;animation:.6s .2s both fadeIn}.confirmation-message h1{color:#e5e5e5;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.confirmation-subtitle{color:#9ca3af;margin:0;font-size:1.1rem;line-height:1.6}.confirmation-details-card,.confirmation-topics-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;width:100%;padding:2rem;animation:.6s .4s both fadeIn}.confirmation-details-card h3,.confirmation-topics-card h3{color:#e5e5e5;text-align:center;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.confirmation-preferences{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:center;gap:2rem;margin-bottom:1.5rem;padding:1rem;display:flex}.preference-item{flex-direction:column;align-items:center;gap:.25rem;display:flex}.preference-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.preference-value{color:#a78bfa;font-size:1rem;font-weight:600}.confirmation-steps{flex-direction:column;gap:1.5rem;display:flex}.confirmation-step{align-items:flex-start;gap:1.25rem;display:flex}.step-number{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:700;display:flex}.step-content h4{color:#e5e5e5;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.step-content p{color:#9ca3af;margin:0;font-size:1rem;line-height:1.6}.topics-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;display:grid}.topic-item{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.topic-item:hover{background:#ffffff0d;border-color:#6366f14d;transform:translateY(-2px)}.topic-item svg{color:#a78bfa;flex-shrink:0;margin-top:.25rem}.topic-item h5{color:#e5e5e5;margin:0 0 .5rem;font-size:1rem;font-weight:600}.topic-item p{color:#9ca3af;margin:0;font-size:.875rem;line-height:1.5}.confirmation-actions{gap:1rem;width:100%;max-width:500px;animation:.6s .6s both fadeIn;display:flex}.confirmation-btn-primary,.confirmation-btn-secondary{cursor:pointer;border:2px solid #0000;border-radius:50px;flex:1;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.confirmation-btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);box-shadow:0 4px 12px #6366f14d}.confirmation-btn-primary:hover{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.confirmation-btn-secondary{color:#e5e5e5;background:0 0;border-color:#fff3}.confirmation-btn-secondary:hover{background:#ffffff0d;border-color:#fff6;transform:translateY(-2px)}.confirmation-footer-note{text-align:center;color:#6b7280;margin:0;font-size:.875rem;animation:.6s .8s both fadeIn}.confirmation-footer-note a{color:#a78bfa;text-decoration:none;transition:color .2s}.confirmation-footer-note a:hover{color:#c4b5fd;text-decoration:underline}@media (width<=768px){.confirmation-header{padding:1.5rem}.confirmation-container{padding:2rem 1.5rem}.confirmation-content{gap:2rem}.confirmation-icon{width:100px;height:100px}.confirmation-icon svg{width:60px;height:60px}.confirmation-message h1{font-size:2rem}.confirmation-subtitle{font-size:1rem}.confirmation-details-card,.confirmation-topics-card{padding:1.5rem}.confirmation-details-card h3,.confirmation-topics-card h3{font-size:1.25rem}.confirmation-preferences{flex-direction:column;align-items:flex-start;gap:1rem}.preference-item{flex-direction:row;justify-content:space-between;width:100%}.topics-grid{grid-template-columns:1fr}.confirmation-actions{flex-direction:column;max-width:100%}.confirmation-btn-primary,.confirmation-btn-secondary{width:100%}}@media (width<=480px){.confirmation-message h1{font-size:1.75rem}.step-number{width:36px;height:36px;font-size:1rem}.step-content h4{font-size:1rem}.step-content p{font-size:.9rem}}*{box-sizing:border-box;margin:0;padding:0}.app{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;display:flex}.counter-container{text-align:center;background:#fff;border-radius:20px;min-width:400px;padding:3rem 4rem;box-shadow:0 20px 60px #0000004d}.counter-container h1{color:#333;margin-bottom:2rem;font-size:2rem}.counter-display{color:#667eea;font-variant-numeric:tabular-nums;margin:2rem 0;font-size:6rem;font-weight:700}.button-group{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.btn{cursor:pointer;color:#fff;border:none;border-radius:10px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.btn-increment{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.btn-increment:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.btn-decrement{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.btn-decrement:hover{transform:translateY(-2px);box-shadow:0 10px 20px #f5576c66}.btn:active{transform:translateY(0)}.error{color:#f5576c;background:#ffe6ea;border-radius:8px;margin-bottom:1rem;padding:1rem}
