.navbar{z-index:1000;width:100%;transition:all var(--transition-fast);-webkit-backdrop-filter:blur();backdrop-filter:blur();background-color:#0000;padding:1.5rem 0;position:fixed;top:0;left:0}.navbar.nav-project-page{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:radial-gradient(60% 80% at 100% 0,#67e8f91a 0%,#0000 60%),radial-gradient(50% 80% at 0 100%,#38bdf81a 0%,#0000 60%),linear-gradient(#0b1220 0%,#0a1a33 100%);padding:1rem 0;box-shadow:0 8px 24px #02061747}.nav-scrolled{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#fff;padding:1rem 0;box-shadow:0 4px 20px #0000000d}.nav-container{justify-content:space-between;align-items:center;gap:1rem;min-width:0;max-width:1440px;margin:0 auto;padding:0 3rem;display:flex}.nav-logo{flex:none}.nav-actions{flex:none;min-width:0}.nav-logo{color:var(--primary-dark);cursor:pointer;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.nav-logo-img{width:auto;height:30px;transition:opacity .18s;display:block}.nav-logo-shell{box-shadow:none;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0;transition:background-color .18s,padding .18s,box-shadow .18s;display:inline-flex}.nav-logo-shell.with-layer{box-shadow:none;-webkit-backdrop-filter:none;background:0 0;padding:0}.navbar.nav-project-page .nav-logo-shell{box-shadow:none;background:0 0}.nav-logo svg{margin-right:-4px}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-item a,.nav-anchor-btn{color:#fff;transition:color var(--transition-fast);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-family:inherit;font-size:.95rem;font-weight:500;display:flex}.nav-item a:hover,.nav-anchor-btn:hover{color:var(--primary-teal)}.nav-scrolled .nav-item a,.nav-scrolled .nav-anchor-btn{color:var(--text-dark)}.navbar.nav-project-page .nav-item a,.navbar.nav-project-page .nav-anchor-btn{color:#fff}.nav-actions{align-items:center;gap:1.5rem;display:flex}.icon-btn{color:#fff;transition:color var(--transition-fast);justify-content:center;align-items:center;display:flex}.nav-scrolled .icon-btn{color:var(--primary-dark)}.navbar.nav-project-page .icon-btn{color:#fff}.icon-btn:hover{color:var(--primary-teal)}.login-btn{align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.avatar-circle{border:1px solid;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.menu-toggle{background:0 0;border:none;border-radius:8px;flex:none;width:36px;height:36px;display:none}.mobile-menu{top:var(--nav-height,64px);opacity:0;pointer-events:none;z-index:999;max-height:calc(100vh - var(--nav-height,64px));background:#fff;padding:1.25rem 1.5rem 1.75rem;transition:opacity .22s,transform .22s;position:fixed;left:0;right:0;overflow-y:auto;transform:translateY(-12px);box-shadow:0 18px 32px #0206171f}.mobile-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-menu-links{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.mobile-menu-links li{border-bottom:1px solid #0f172a14}.mobile-menu-links li:last-child{border-bottom:none}.mobile-menu-links button,.mobile-menu-links a{text-align:left;width:100%;color:var(--primary-dark);cursor:pointer;background:0 0;border:none;padding:1rem 0;font-family:inherit;font-size:1rem;font-weight:500;display:block}.mobile-menu-cta{flex-direction:column;gap:.75rem;margin-top:1.25rem;display:flex}.mobile-menu-cta .btn{justify-content:center;width:100%}.mobile-menu-call{color:var(--primary-dark);border:1px solid #0f172a1f;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.95rem;font-weight:500;display:inline-flex}@media (width<=1024px){.navbar{padding:.55rem 0}.navbar:not(.nav-scrolled):not(.nav-project-page){-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0}.nav-container{padding:0 1.5rem}.nav-links{display:none}.menu-toggle{justify-content:center;align-items:center;display:inline-flex}.nav-actions>.icon-btn:not(.menu-toggle):not(.login-btn),.login-btn{display:none}.nav-actions{gap:.65rem}.nav-actions .btn{letter-spacing:.7px;min-height:34px;padding:.5rem .78rem;font-size:.7rem}.nav-logo-img{height:28px}}@media (width<=768px){.navbar{padding:.4rem 0}.navbar:not(.nav-scrolled):not(.nav-project-page){-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0}.nav-container{gap:.5rem;padding:0 .9rem}.nav-actions{gap:.4rem}.nav-actions .btn{letter-spacing:.45px;border-radius:4px;min-height:30px;padding:.44rem .7rem;font-size:.62rem}.menu-toggle{width:34px;height:34px}.icon-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:4px;width:30px;height:30px}.nav-scrolled .icon-btn{background:#0f172a0d;border-color:#0f172a1a}.login-btn span,.login-btn{display:none}.avatar-circle{width:24px;height:24px}.nav-logo-img{height:24px}}@media (width<=420px){.nav-container{gap:.35rem;padding:0 .6rem}.nav-actions .btn{letter-spacing:.4px;min-height:28px;padding:.4rem .55rem;font-size:.56rem}.menu-toggle{width:32px;height:32px}.nav-logo-img{height:22px}}.footer{background-color:var(--bg-white);border-top:1px solid var(--border-color);padding:6rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:5rem;display:grid}.footer-logo{color:var(--primary-dark);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.footer-desc{color:var(--text-muted);max-width:300px;margin-bottom:2rem;line-height:1.6}.app-badges{flex-direction:column;gap:1rem;display:flex}.app-badges img{cursor:pointer;width:auto;height:40px}.footer-heading{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.footer-links{flex-direction:column;gap:1rem;display:flex}.footer-links a,.contact-info span,.contact-address span{color:var(--text-muted);transition:color var(--transition-fast);font-size:.95rem}.footer-links a:hover{color:var(--primary-teal)}.contact-info{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.mt-2{margin-top:1rem}.footer-bottom{border-top:1px solid var(--border-color);color:#999;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}.social-links{gap:1.5rem;display:flex}.social-links a{color:#999;transition:color var(--transition-fast);font-weight:600}.social-links a:hover{color:var(--primary-teal)}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-image{object-fit:cover;object-position:62% 24%;width:100%;height:100%}.hero-overlay{background:linear-gradient(90deg,#000000bd 0%,#0000003d 60%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{width:100%;padding-top:5rem}.hero-text{max-width:600px;color:var(--text-light)}.hero-text h1{letter-spacing:-1px;margin-bottom:1.5rem;font-size:4.75rem;font-weight:700;line-height:1.1}.hero-text p{opacity:.9;max-width:340px;margin-bottom:2.5rem;font-size:1.25rem;font-weight:400;line-height:1.5}.hero-btn{text-transform:uppercase;letter-spacing:1.5px;border-width:1.5px;padding:1rem 2.5rem;font-size:1rem}.trust-indicators{z-index:10;background:linear-gradient(#0000 0%,#0000006b 50%,#000000e6 100%);width:100%;padding:3rem 0 2rem;position:absolute;bottom:0;left:0}.trust-section-title{color:var(--text-light);text-transform:uppercase;letter-spacing:2px;opacity:.6;text-align:center;margin-bottom:2rem;font-size:.75rem;font-weight:600}.trust-logos-wrapper{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.trust-logos-track{align-items:center;gap:2.5rem;width:max-content;animation:45s linear infinite scroll;display:flex}.trust-logo-item{flex-shrink:0;justify-content:center;align-items:center;height:80px;display:flex}.trust-logo-item img{object-fit:contain;filter:brightness(0)invert()opacity(.6);max-width:200px;max-height:100%;transition:filter var(--transition-fast), transform var(--transition-fast)}.trust-logo-item:hover img{filter:brightness(0)invert()opacity();transform:scale(1.05)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.floating-chat-btn{background-color:var(--primary-tech);color:#fff;cursor:pointer;z-index:1000;transition:transform var(--transition-fast), box-shadow var(--transition-fast);border-radius:50px;align-items:center;padding:.5rem .5rem .5rem 1.5rem;font-size:.9rem;font-weight:600;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 25px #0f172a66}.floating-chat-btn:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0f172a80}.chat-icon{background-color:#fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:1rem;display:flex}@media (width<=1024px){.hero{align-items:center;min-height:88vh}.hero-content{padding-top:calc(var(--nav-height,80px) + 10px);padding-bottom:9rem}.hero-text{max-width:min(88vw,560px)}.hero-text h1{margin-bottom:1rem;font-size:clamp(2.65rem,6vw,3.45rem);line-height:1.08}.hero-text p{max-width:340px;margin-bottom:1.2rem;font-size:1rem;line-height:1.5}.hero-btn{letter-spacing:.9px;max-width:320px;padding:.82rem 1.2rem;font-size:.84rem}.hero-image{object-position:60% 22%}.trust-indicators{padding:2rem 0 1.5rem}.trust-section-title{margin-bottom:1.1rem;font-size:.7rem}.trust-logo-item{height:54px}.trust-logo-item img{max-width:150px}}@media (width<=768px){.hero{align-items:center;min-height:92vh;padding-bottom:0}.hero-overlay{background:linear-gradient(#000000b8 0%,#00000059 50%,#000000c7 100%)}.hero-image{object-position:58% 22%}.hero-content{padding-top:calc(var(--nav-height,64px) + 10px);padding-bottom:7.5rem}.hero-text{max-width:100%}.hero-text h1{letter-spacing:-.5px;margin-bottom:.9rem;font-size:clamp(2.25rem,9.6vw,2.75rem);line-height:1.1}.hero-text p{max-width:260px;margin-bottom:1rem;font-size:.92rem;line-height:1.5}.hero-btn{letter-spacing:.85px;width:auto;max-width:280px;padding:.78rem 1.4rem;font-size:.78rem}.trust-indicators{padding:1.4rem 0 1.1rem}.trust-section-title{letter-spacing:1.5px;margin-bottom:.75rem;font-size:.62rem}.trust-logos-track{gap:1.5rem}.trust-logo-item{height:42px}.trust-logo-item img{max-width:110px}.floating-chat-btn span{display:none}.floating-chat-btn{padding:.42rem;bottom:.85rem;right:.85rem}.chat-icon{width:36px;height:36px;margin-left:0}}.about-section{background:radial-gradient(60% 120% at 8% 8%,#c9a25729,#0000 52%),radial-gradient(75% 110% at 100% 100%,#a3b8992e,#0000 58%),linear-gradient(#faf7f1 0%,#f4efe6 100%);padding:8rem 0}.about-container{flex-direction:column;align-items:stretch;gap:2.5rem;display:flex}.about-video-wrapper{background:0 0;border-radius:12px;width:100%;max-width:100%;position:relative;overflow:hidden;box-shadow:0 18px 36px #322b1f14}.about-video{aspect-ratio:21/9;object-fit:cover;object-position:center;background:0 0;width:100%;height:auto;display:block;transform:none}.about-content{width:100%;max-width:980px}.about-content h2{color:var(--text-dark);margin-bottom:2rem;font-size:3rem}.about-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-btn{margin-top:1rem}@media (width<=1024px){.about-section{padding:6rem 0}.about-container{gap:2rem}.about-content h2{margin-bottom:1.25rem;font-size:2.35rem}.about-desc{font-size:1rem;line-height:1.65}}@media (width<=768px){.about-section{padding:4rem 0}.about-container{gap:1.4rem}.about-content h2{margin-bottom:1.5rem;font-size:1.9rem;line-height:1.2}.about-desc{font-size:.98rem;line-height:1.7}.about-btn{width:100%}}.slider-c.how-it-works{background-color:#fff;padding:6rem 0;overflow:hidden}.section-header{margin-bottom:5rem}.how-it-works-slider{max-width:1000px;margin:0 auto;position:relative}.slider-content-grid{flex-direction:column;gap:3rem;display:flex}.slider-item{cursor:grab;grid-template-columns:1fr 1.15fr;align-items:center;gap:4rem;min-height:450px;display:grid}.slider-item:active{cursor:grabbing}.slider-item.reverse{grid-template-columns:1.15fr 1fr}.slider-item.reverse .slider-media-panel{order:1}.slider-item.reverse .slider-text-panel{order:2}.slider-text-panel{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.step-badge{color:var(--primary-tech);text-transform:uppercase;letter-spacing:2px;background:#0f172a0d;border-radius:4px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.how-it-works-title{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.25rem;font-weight:700;line-height:1.2}.how-it-works-description{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.slider-media-panel{aspect-ratio:16/9;width:100%;position:relative}.video-container{background:#fff;border-radius:12px;width:100%;height:100%;overflow:hidden;box-shadow:0 40px 80px #0000001f}.hiw-video{object-fit:contain;width:100%;height:100%}.slider-navigation-hub{z-index:20;background:#fff;border:1px solid #0f172a14;border-radius:100px;justify-content:center;align-items:center;gap:3rem;width:max-content;margin-top:4.25rem;margin-left:auto;margin-right:auto;padding:.75rem 2rem;display:flex;position:relative;box-shadow:0 15px 35px #0f172a0d}.nav-hub-btn{cursor:pointer;color:var(--text-dark);background:0 0;border:none;align-items:center;gap:1rem;padding:.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex}.nav-hub-btn:hover{color:var(--primary-tech)}.nav-hub-btn span{text-transform:uppercase;letter-spacing:1px}.nav-hub-pagination{border-left:1px solid #0f172a1a;border-right:1px solid #0f172a1a;align-items:center;gap:1rem;padding:0 2rem;display:flex}.nav-hub-dot{cursor:pointer;background:#0f172a1a;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.nav-hub-dot.active{background:var(--primary-tech);transform:scale(1.4)}@media (width<=1024px){.how-it-works-slider{max-width:720px}.slider-item,.slider-item.reverse{grid-template-columns:1fr;gap:2rem;min-height:auto}.slider-item .slider-media-panel,.slider-item.reverse .slider-media-panel{aspect-ratio:16/9;order:1;width:100%}.slider-item .slider-text-panel,.slider-item.reverse .slider-text-panel{text-align:center;order:2;align-items:center;max-width:640px;margin:0 auto}.how-it-works-title{font-size:2rem}}@media (width<=768px){.slider-c.how-it-works{padding:4rem 0}.section-header{margin-bottom:3rem}.slider-item,.slider-item.reverse{grid-template-columns:1fr;gap:1.5rem;min-height:auto}.slider-item .slider-text-panel,.slider-item.reverse .slider-text-panel{text-align:center;order:2;align-items:center}.slider-item .slider-media-panel,.slider-item.reverse .slider-media-panel{aspect-ratio:4/3;order:1}.how-it-works-title{margin-bottom:1rem;font-size:1.75rem}.how-it-works-description{max-width:100%;font-size:1rem}.slider-navigation-hub{gap:1rem;margin-top:2.5rem;padding:.6rem 1.25rem}.nav-hub-pagination{gap:.75rem;padding:0 .75rem}.nav-hub-btn span{display:none}.nav-hub-btn{padding:.25rem}}.why-darch-studios{background:radial-gradient(60% 120% at 8% 8%,#c9a25729,#0000 52%),radial-gradient(75% 110% at 100% 100%,#a3b8992e,#0000 58%),linear-gradient(#faf7f1 0%,#f4efe6 100%);padding:6rem 0;overflow:hidden}.why-darch-subtitle{color:#675437c7}.why-darch-title{color:#2f2416}.why-darch-carousel{max-width:1220px;margin:0 auto}.why-darch-track{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.usp-card{background:#fffaf3e6;border:1px solid #907a582e;border-radius:24px;flex-direction:column;min-height:0;transition:transform .26s cubic-bezier(.23,1,.32,1),box-shadow .26s cubic-bezier(.23,1,.32,1),border-color .26s;display:flex;overflow:hidden;box-shadow:0 18px 40px #4e3a2314}.usp-card.active{border-color:#ad8b5252;transform:translateY(-8px);box-shadow:0 28px 60px #4e3a2324}.usp-video-shell{aspect-ratio:16/9;background:#ddd2c1;border-bottom:1px solid #907a5824;position:relative;overflow:hidden}.usp-video{object-fit:cover;object-position:center;width:100%;height:100%;display:block;transform:scale(1.02)}.usp-video.fill-frame{transform-origin:50%;clip-path:inset(0);transform:scale(1.4)}.usp-content{flex-direction:column;gap:.8rem;padding:1.25rem 1.2rem 1.4rem;display:flex}.usp-pill{letter-spacing:1.5px;color:#8f6a2f;background:#c9a25729;border-radius:999px;align-self:flex-start;padding:.3rem .6rem;font-size:.7rem;font-weight:600;display:inline-flex}.usp-content h3{color:#2f2416;font-size:1.5rem;line-height:1.25}.usp-content p{color:#493923cc;font-size:.98rem;line-height:1.6}.why-darch-nav{justify-content:center;align-items:center;gap:1.25rem;margin-top:2.2rem;display:flex}.why-darch-nav-btn{color:#5b4630;background:#fffaf3d1;border:1px solid #907a5842;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s cubic-bezier(.23,1,.32,1),border-color .2s,color .2s;display:inline-flex}.why-darch-nav-btn:hover{color:#8f6a2f;border-color:#ad8b5299;transform:translateY(-2px)}.why-darch-nav-btn:active{transform:scale(.96)}.why-darch-dots{align-items:center;gap:.65rem;display:flex}.why-darch-dot{background:#907a5840;border-radius:50%;width:9px;height:9px;transition:transform .2s,background-color .2s}.why-darch-dot.active{background:#8f6a2f;transform:scale(1.35)}@media (width<=1024px){.why-darch-track{grid-template-columns:minmax(0,520px);justify-content:center}.why-darch-track.is-compact{grid-template-columns:minmax(0,520px)}}@media (width<=768px){.why-darch-studios{padding:4rem 0}.why-darch-track,.why-darch-track.is-compact{grid-template-columns:1fr;justify-content:stretch}.usp-card{min-height:0}.usp-video-shell{aspect-ratio:16/9}.usp-content h3{font-size:1.35rem}.why-darch-dots{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:220px}}.projects-completed{background:#f1f5f9;padding:6rem 0}.projects-subtitle{color:#64748b}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.project-category-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;transition:transform .28s cubic-bezier(.23,1,.32,1),box-shadow .28s cubic-bezier(.23,1,.32,1);display:flex;overflow:hidden}.project-category-card:hover{transform:translateY(-8px);box-shadow:0 24px 48px #0f172a24}.project-category-card:active{transform:scale(.98)translateY(-4px)}.project-img-wrap{aspect-ratio:3/2;position:relative;overflow:hidden}.project-cat-img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.23,1,.32,1)}.project-category-card:hover .project-cat-img{transform:scale(1.06)}.project-cat-overlay{background:linear-gradient(#0000 45%,#020617b8 100%);position:absolute;inset:0}.project-cat-body{flex-direction:column;flex:1;justify-content:space-between;gap:1.25rem;padding:1.4rem 1.35rem 1.5rem;display:flex}.project-cat-count{letter-spacing:2px;text-transform:uppercase;color:#0369a1;margin-bottom:.4rem;font-size:.72rem;font-weight:600}.project-cat-name{color:#0f172a;margin-bottom:.5rem;font-size:1.55rem;font-weight:700;line-height:1.2}.project-cat-desc{color:#64748b;font-size:.92rem;line-height:1.55}.project-cat-cta{color:#0369a1;letter-spacing:.5px;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;transition:gap .2s;display:inline-flex}.project-category-card:hover .project-cat-cta{gap:.75rem}@media (width<=768px){.projects-completed{padding:4rem 0}.projects-grid{grid-template-columns:1fr;gap:1.25rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.live-projects-map{color:#ecf6ff;background:#020617;padding:6rem 0;overflow:hidden}.map-subtitle{color:#ceeef5b8}.map-title{color:#f2f9ff}.map-shell{background:linear-gradient(#0b1320f2 0%,#090e1ae6 100%);border:1px solid #81d8d042;border-radius:30px;max-width:1180px;height:620px;margin:0 auto;position:relative;overflow:hidden;box-shadow:inset 0 1px #c1f0ff24,0 40px 90px #03060c7a}.osm-map{border-radius:30px;width:100%;height:100%}.leaflet-container{background:#0b1220}.leaflet-container img,.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-tile{max-width:none!important}.leaflet-control-zoom{border:1px solid #81d8d059!important;box-shadow:0 8px 24px #0408104d!important}.leaflet-control-zoom a{color:#c8ecff!important;background:#0d182af2!important;border-bottom:1px solid #81d8d038!important}.leaflet-control-attribution{color:#c7e0f0b3!important;background:#0c1424b3!important}.leaflet-control-attribution a{color:#9ce3e2cc!important}.real-pin-icon{filter:drop-shadow(0 10px 16px #0408106b);transition:transform .2s}.map-pin-icon{width:48px;height:56px;position:relative}.map-pin-icon .pin-platform{background:linear-gradient(145deg,#eaf8e4 0%,#b8d7f7 100%);border-radius:6px;width:32px;height:16px;position:absolute;bottom:0;left:7px;box-shadow:0 5px 10px #050e184d}.map-pin-icon .pin-drop{background:linear-gradient(145deg,#ff7a59 0%,#d72828 100%);border-radius:12px 12px 12px 0;width:20px;height:34px;position:absolute;top:2px;left:14px;transform:rotate(-45deg);box-shadow:0 8px 14px #08101a59}.map-pin-icon.active{transform:scale(1.12)}.map-pin-icon.active .pin-drop{box-shadow:0 12px 18px #14263a6b}.pin-preview-window{background:#0a121ff2;border:1px solid #93e8eb42;border-radius:12px;width:420px;overflow:hidden}.preview-link-btn{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;padding:0}.leaflet-popup.project-popup .leaflet-popup-content-wrapper{box-shadow:none;background:0 0;border-radius:12px;padding:0}.leaflet-popup.project-popup .leaflet-popup-content{margin:0}.leaflet-popup.project-popup .leaflet-popup-tip{background:#0a121ff2}.leaflet-popup.project-popup .leaflet-popup-close-button{color:#d7f2ffd9;padding:4px 8px 0 0;font-size:1.1rem}.leaflet-popup.project-popup .leaflet-popup-close-button:hover{color:#fff}.preview-media-grid{grid-template-columns:1fr 1fr;gap:.45rem;padding:.55rem .55rem 0;display:grid}.preview-media-item span{letter-spacing:.8px;text-transform:uppercase;color:#cbe4f4c7;margin-top:.35rem;font-size:.64rem;display:block}.pin-preview-window .preview-content h4{margin-top:.45rem}.preview-thumb{object-fit:cover;border-radius:8px;width:100%;height:132px}.preview-fallback{text-align:center;color:#c7e4f4d9;background:linear-gradient(145deg,#15243afa,#0f192af2);border-radius:8px;justify-content:center;align-items:center;height:132px;padding:.75rem;font-size:.78rem;line-height:1.35;display:flex}.preview-content{padding:.85rem .95rem 1rem}.preview-content h4{color:#f7fcff;margin-top:.55rem;font-size:1.02rem}.preview-content p{color:#cae3f1bf;margin-top:.2rem;font-size:.86rem}.preview-cta{letter-spacing:1px;text-transform:uppercase;color:#9ce3e2;margin-top:.8rem;font-size:.72rem;font-weight:700;display:inline-flex}.status-chip{letter-spacing:1px;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:.3rem .65rem;font-size:.68rem;font-weight:700;display:inline-flex}.status-chip.live{color:#083938;background:#7bf4cf}.status-chip.ongoing{color:#102f52;background:#89c8ff}@media (width<=1024px){.map-shell{height:560px}.osm-map{height:100%}.pin-preview-window{width:360px}.preview-thumb,.preview-fallback{height:112px}}@media (width<=768px){.live-projects-map{padding:4rem 0}.map-shell{border-radius:18px;height:480px}.osm-map{border-radius:18px;height:100%}.preview-thumb{height:72px}.pin-preview-window{width:280px}.preview-media-grid{grid-template-columns:1fr}.preview-thumb,.preview-fallback{height:94px}}.testimonials{padding:8rem 0 0}.testimonials .section-title{max-width:600px}.testimonial-grid{scroll-snap-type:x mandatory;scrollbar-width:thin;cursor:grab;-webkit-user-select:none;user-select:none;gap:1rem;margin-top:4rem;margin-bottom:1.4rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.testimonial-grid.is-dragging{cursor:grabbing;scroll-snap-type:none}.testimonial-card{scroll-snap-align:start;background-color:#f9f9f9;border-radius:12px;flex-direction:column;min-width:320px;max-width:320px;min-height:430px;padding:1.6rem;display:flex}.testimonial-content{flex-direction:column;height:100%;display:flex}.testimonial-text{color:var(--text-dark);margin-bottom:1.4rem;font-size:.92rem;line-height:1.5}.testimonial-author{flex-direction:column;align-items:flex-start;gap:.85rem;margin-top:auto;display:flex}.testimonial-project-image{background-color:#e5e7eb;border-radius:10px;width:100%;height:140px;overflow:hidden}.testimonial-project-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.testimonial-card:hover .testimonial-project-image img{transform:scale(1.04)}.author-info h4{color:var(--text-dark);margin-bottom:.2rem;font-size:1rem}.author-info span{color:var(--text-muted);font-size:.85rem}.testimonial-dots{justify-content:center;align-items:center;gap:.55rem;margin-bottom:6rem;display:flex}.testimonial-dot{background:#0f172a33;border:none;border-radius:999px;width:8px;height:8px;transition:all .18s}.testimonial-dot.active{background:#0f172a;width:20px}.pre-footer-banner{background-color:var(--primary-dark);padding:6rem 0;position:relative;overflow:hidden}.pre-footer-banner:after{content:"";background-color:#ffffff08;border-radius:50%;width:50vw;height:50vw;position:absolute;top:-50%;right:-10%}.banner-content{z-index:2;position:relative}.banner-content h2{color:var(--text-light);letter-spacing:-.5px;margin-bottom:3rem;font-size:3rem}.btn-large{text-transform:uppercase;letter-spacing:1px;border-radius:50px;padding:1.25rem 3rem;font-size:1.1rem;font-weight:700}@media (width<=1024px){.testimonial-grid{gap:.9rem}.testimonial-card{min-width:300px;max-width:300px}.testimonial-project-image{height:125px}}@media (width<=768px){.testimonial-card{min-width:84vw;max-width:84vw;min-height:auto;padding:1.5rem}.testimonial-project-image{border-radius:8px;height:160px}.testimonial-dots{margin-bottom:4rem}.banner-content h2{font-size:2rem}}.category-page{background:#f8fafc;min-height:100vh;padding-top:132px}.category-page-hero{isolation:isolate;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}.category-page-hero.has-cover{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:8rem 0 5rem}.category-hero-scrim{z-index:0;background:linear-gradient(#0f172a8c 0%,#0f172ac7 100%);position:absolute;inset:0}.category-hero-inner{z-index:1;position:relative}.category-hero-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.category-breadcrumb{letter-spacing:1.5px;text-transform:uppercase;color:#fff6;margin-bottom:.75rem;font-size:.78rem}.category-breadcrumb a{color:#67e8f9;cursor:pointer;transition:color .15s}.category-breadcrumb a:hover{color:#a5f3fc}.category-page-title{color:#f1f5f9;letter-spacing:-.5px;margin-bottom:.6rem;font-size:3rem;font-weight:800}.category-page-subtitle{color:#cbd5e1a6;font-size:1rem}.back-btn{color:#67e8f9;letter-spacing:.5px;white-space:nowrap;background:#67e8f90f;border:1px solid #67e8f94d;border-radius:8px;align-items:center;gap:.5rem;margin-top:20px;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;transition:background .18s,color .18s;display:inline-flex}.back-btn:hover{color:#a5f3fc;background:#67e8f91a}.back-btn-solid{color:#24403a;background:#ffffffeb;border-color:#4e6c6259;box-shadow:0 6px 16px #1c28231a}.back-btn-solid:hover{color:#142823;background:#fff}.category-projects-grid{padding:4rem 0 6rem}.project-section{margin-bottom:5rem}.project-section-header{border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.project-location-tag{letter-spacing:1.8px;text-transform:uppercase;color:#0369a1;margin-bottom:.3rem;font-size:.72rem;font-weight:600}.project-section-title{color:#0f172a;font-size:1.85rem;font-weight:700;line-height:1.2}.project-img-count{color:#94a3b8;white-space:nowrap;font-size:.8rem;font-weight:500}.gallery-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:8px;display:grid}.gallery-item{cursor:pointer;background:#e2e8f0;border-radius:8px;position:relative;overflow:hidden}.gallery-item--feature{grid-area:span 2/span 2}.gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .42s cubic-bezier(.23,1,.32,1);display:block}.gallery-item:hover .gallery-img{transform:scale(1.06)}.gallery-img-overlay{background:#02061700;transition:background .28s;position:absolute;inset:0}.gallery-item:hover .gallery-img-overlay{background:#0206172e}@media (width<=1024px){.gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:200px}}@media (width<=768px){.category-page{padding-top:112px}.category-page-hero{padding:4rem 0 3rem}.category-page-hero.has-cover{padding:5rem 0 3.5rem}.category-page-title{font-size:2rem}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px;gap:6px}.gallery-item--feature{grid-column:span 2}}@media (width<=480px){.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:140px}}.lightbox-overlay{z-index:9999;background:#020617f0;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.lightbox-inner{justify-content:center;align-items:center;width:100%;max-width:1100px;max-height:90vh;display:flex;position:relative}.lightbox-img{object-fit:contain;-webkit-user-select:none;user-select:none;border-radius:10px;max-width:100%;max-height:86vh;display:block}.lightbox-close{color:#fff;background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .16s,transform .16s;display:flex;position:absolute;top:-3rem;right:0}.lightbox-close:hover{background:#ffffff38;transform:scale(1.08)}.lightbox-nav{color:#fff;z-index:10;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:background .16s,transform .16s cubic-bezier(.23,1,.32,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#fff3;transform:translateY(-50%)scale(1.08)}.lightbox-nav:active{transform:translateY(-50%)scale(.96)}.lightbox-prev{left:-4rem}.lightbox-next{right:-4rem}.lightbox-counter{color:#ffffff73;letter-spacing:1px;font-size:.82rem;font-weight:500;position:absolute;bottom:-2.75rem;left:50%;transform:translate(-50%)}@media (width<=768px){.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-close{top:-2.5rem}}.project-hero{padding-bottom:2.5rem}.project-hero-location{letter-spacing:2px;text-transform:uppercase;color:#67e8f9;margin-bottom:.35rem;font-size:.75rem;font-weight:600}.project-cover{cursor:zoom-in;background:#0f172a;width:100%;height:60vh;position:relative;overflow:hidden}.project-cover-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.23,1,.32,1);display:block}.project-cover:hover .project-cover-img{transform:scale(1.03)}.project-cover-gradient{pointer-events:none;background:linear-gradient(#0000 50%,#02061759 100%);position:absolute;inset:0}.project-video-section{background:#f8fafc;padding:2rem 0 1rem}.project-feature-video{background:#020617;border-radius:14px;width:100%;max-height:62vh;box-shadow:0 18px 40px #0f172a24}.project-gallery-section{background:#f8fafc;padding:3.5rem 0 6rem}.project-gallery-grid{grid-auto-rows:240px}.project-cards-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;padding:1rem 0;display:grid}.project-listing-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;transition:transform .28s cubic-bezier(.23,1,.32,1),box-shadow .28s cubic-bezier(.23,1,.32,1);display:flex;overflow:hidden}.project-listing-card:hover{transform:translateY(-7px);box-shadow:0 20px 48px #0f172a21}.project-listing-card:active{transform:scale(.98)}.plc-img-wrap{aspect-ratio:4/3;background:#e2e8f0;position:relative;overflow:hidden}.plc-img{object-fit:cover;width:100%;height:100%;transition:transform .48s cubic-bezier(.23,1,.32,1)}.project-listing-card:hover .plc-img{transform:scale(1.06)}.plc-overlay{background:#02061700;transition:background .28s;position:absolute;inset:0}.project-listing-card:hover .plc-overlay{background:#02061726}.plc-count-badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;letter-spacing:1px;background:#020617a6;border-radius:999px;padding:.3rem .65rem;font-size:.7rem;font-weight:600;position:absolute;bottom:.85rem;right:.85rem}.plc-body{flex:1;justify-content:space-between;align-items:flex-end;gap:.5rem;padding:1.1rem 1.15rem 1.25rem;display:flex}.plc-location{letter-spacing:1.5px;text-transform:uppercase;color:#64748b;margin-bottom:.3rem;font-size:.7rem;font-weight:600}.plc-name{color:#0f172a;font-size:1.15rem;font-weight:700;line-height:1.25}.plc-cta{color:#0369a1;white-space:nowrap;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;transition:gap .18s;display:inline-flex}.project-listing-card:hover .plc-cta{gap:.65rem}@media (width<=1024px){.project-cards-grid{grid-template-columns:repeat(2,1fr)}.project-gallery-grid{grid-auto-rows:200px}}@media (width<=768px){.project-cover{height:40vh}.project-video-section{padding:1.2rem 0 .6rem}.project-feature-video{border-radius:10px;max-height:42vh}.project-cards-grid{grid-template-columns:1fr}.project-gallery-grid{grid-auto-rows:160px}}.section.live-project-page{background:linear-gradient(#f9f6ef 0%,#efe9df 100%);min-height:72vh;padding:8.25rem 0 5.5rem}.live-project-page-container{max-width:1180px}.live-project-back{margin-top:20px;margin-bottom:1.4rem}.live-project-hero{margin-bottom:2.3rem}.live-project-hero h1{color:#1d211f;margin-top:.45rem;font-size:2.8rem}.live-project-hero p{color:#657067;margin-top:.6rem;font-size:1rem}.live-project-gallery-section{margin-top:1.9rem}.gallery-section-head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.gallery-section-head h3{color:#26322c;font-size:1.6rem}.gallery-section-head span{letter-spacing:1px;text-transform:uppercase;color:#67826f;font-size:.78rem;font-weight:700}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.gallery-item{border:1px solid #57645b29;border-radius:16px;transition:transform .22s cubic-bezier(.23,1,.32,1),box-shadow .22s;overflow:hidden;box-shadow:0 10px 22px #2124221a}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 14px 28px #171d1a2e}.gallery-item img{aspect-ratio:16/10;object-fit:cover;width:100%}.gallery-empty-state{color:#5f6d64;background:#ffffffa6;border:1px dashed #4f605459;border-radius:12px;padding:1.1rem 1rem}@media (width<=1024px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.section.live-project-page{padding:7rem 0 4.25rem}.live-project-hero h1{font-size:2.1rem}.gallery-grid{grid-template-columns:1fr}}.cfm-overlay{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:radial-gradient(circle at 20% 10%,#38bdf833,#0000 40%),radial-gradient(circle at 90% 80%,#0f172a61,#0000 45%),#020617b3;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.cfm-shell{background:linear-gradient(145deg,#f8fafc 0%,#fff 46%,#f1f5f9 100%);border:1px solid #94a3b84d;border-radius:24px;width:min(760px,100%);max-height:min(92vh,920px);padding:1.75rem;position:relative;overflow:auto;box-shadow:0 26px 80px #02061759,inset 0 1px #ffffffd9}.cfm-shell:before{content:"";pointer-events:none;opacity:.18;background-image:linear-gradient(135deg,#0f172a05 25%,#0000 25%),linear-gradient(225deg,#0f172a05 25%,#0000 25%),linear-gradient(45deg,#0f172a05 25%,#0000 25%),linear-gradient(315deg,#0f172a05 25%,#fff 25%);background-position:10px 0,10px 0,0 0,0 0;background-size:20px 20px;position:absolute;inset:0}.cfm-close{color:#0f172a;z-index:5;background:#fff;border:1px solid #0f172a40;border-radius:999px;place-items:center;width:40px;height:40px;margin-bottom:-2.25rem;margin-left:auto;transition:transform .18s,background .18s;display:grid;position:sticky;top:.25rem;box-shadow:0 6px 18px #0206172e}.cfm-close:hover{background:#f1f5f9;transform:scale(1.06)}.cfm-close:active{transform:scale(.96)}.cfm-header{z-index:1;margin-bottom:1.5rem;position:relative}.cfm-kicker{letter-spacing:1.8px;text-transform:uppercase;color:#0369a1;margin-bottom:.55rem;font-size:.75rem;font-weight:700;display:inline-block}.cfm-header h2{color:#0f172a;margin-bottom:.35rem;font-size:clamp(1.75rem,3.4vw,2.5rem);line-height:1.15}.cfm-meta{text-transform:capitalize;color:#475569;font-size:.82rem}.cfm-form{z-index:1;gap:.95rem;display:grid;position:relative}.cfm-row{grid-template-columns:1fr 1fr;gap:.95rem;display:grid}.cfm-form label{letter-spacing:.3px;color:#0f172a;gap:.45rem;font-size:.86rem;font-weight:600;display:grid}.cfm-form input,.cfm-form select,.cfm-form textarea{color:#0f172a;background:#ffffffe6;border:1px solid #94a3b8b3;border-radius:12px;width:100%;padding:.8rem .9rem;font-size:.95rem;transition:border-color .18s,box-shadow .18s}.cfm-form textarea{resize:vertical}.cfm-form input:focus,.cfm-form select:focus,.cfm-form textarea:focus{border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e929}.cfm-submit{color:#f8fafc;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(110deg,#0f172a 0%,#0369a1 55%,#0ea5e9 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.6rem;padding:.88rem 1rem;font-size:.93rem;font-weight:700;transition:transform .18s,box-shadow .18s;display:inline-flex}.cfm-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 30px #02061740}.cfm-submit:disabled{opacity:.72;cursor:wait}.cfm-feedback{margin-top:.35rem;font-size:.88rem;font-weight:600}.cfm-feedback.success{color:#047857}.cfm-feedback.error{color:#b91c1c}@media (width<=768px){.cfm-shell{border-radius:18px;padding:1.2rem}.cfm-row{grid-template-columns:1fr;gap:.75rem}.cfm-submit{border-radius:12px}}.login-page{color:#f1f5f9;min-height:100vh;padding:calc(var(--nav-height,80px) + 4rem) 1rem 5rem;background:radial-gradient(60% 50% at 100% 0,#67e8f91a 0%,#0000 60%),radial-gradient(50% 60% at 0 100%,#38bdf814 0%,#0000 60%),#0b1220;justify-content:center;display:flex}.login-shell{-webkit-backdrop-filter:blur(14px);background:#0f172ab8;border:1px solid #94a3b826;border-radius:18px;width:100%;max-width:720px;padding:2.4rem 2.4rem 2rem;box-shadow:0 30px 80px #02061773}.login-back-link{color:#67e8f9;align-items:center;gap:.4rem;margin-bottom:1.4rem;font-size:.82rem;text-decoration:none;transition:color .15s;display:inline-flex}.login-back-link:hover{color:#a5f3fc}.login-header{margin-bottom:2rem}.login-eyebrow{letter-spacing:2.5px;text-transform:uppercase;color:#94a3b8e6;margin-bottom:.75rem;font-size:.7rem;display:inline-block}.login-header h1{letter-spacing:-.5px;margin-bottom:.85rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;line-height:1.15}.login-header p{color:#cbd5e1c7;max-width:540px;font-size:.98rem;line-height:1.6}.login-form{flex-direction:column;gap:1.5rem;display:flex}.login-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.login-field{flex-direction:column;gap:.4rem;display:flex}.login-field--full{grid-column:1/-1}.login-field span{letter-spacing:.4px;color:#cbd5e1b3;font-size:.78rem;font-weight:500}.login-field input{color:#f8fafc;background:#0f172ad9;border:1px solid #94a3b838;border-radius:10px;padding:.78rem .9rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.login-field input::placeholder{color:#94a3b880}.login-field input:focus{border-color:#67e8f9;outline:none;box-shadow:0 0 0 3px #67e8f929}.login-uploads{flex-direction:column;gap:.9rem;display:flex}.login-dropzone{background:#0f172a8c;border:1px dashed #94a3b847;border-radius:12px;grid-template-columns:44px 1fr auto;align-items:center;gap:1rem;padding:1rem 1.1rem;transition:border-color .15s,background .15s;display:grid}.login-dropzone.has-file{background:#0f172abf;border-style:solid;border-color:#67e8f973}.login-dropzone-icon{color:#67e8f9;background:#67e8f91f;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.login-dropzone-text{flex-direction:column;gap:.2rem;min-width:0;display:flex}.login-dropzone-label{color:#f1f5f9;font-size:.95rem;font-weight:600}.login-dropzone-hint{color:#94a3b8bf;font-size:.78rem}.login-dropzone-btn{color:#0f172a;cursor:pointer;white-space:nowrap;background:#67e8f9;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem .95rem;font-size:.82rem;font-weight:600;transition:background .15s,transform .15s;display:inline-flex}.login-dropzone-btn:hover{background:#a5f3fc}.login-file-chip{background:#67e8f91a;border:1px solid #67e8f94d;border-radius:999px;grid-column:3;align-items:center;gap:.5rem;max-width:240px;padding:.45rem .55rem .45rem .75rem;display:inline-flex}.login-file-name{color:#e0f2fe;white-space:nowrap;text-overflow:ellipsis;max-width:130px;font-size:.78rem;overflow:hidden}.login-file-size{color:#a5f3fcb3;font-size:.7rem}.login-file-remove{color:#e0f2fe;cursor:pointer;background:#0f172a73;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:background .15s;display:inline-flex}.login-file-remove:hover{background:#0f172abf}.login-error{color:#fecaca;background:#f871711f;border:1px solid #f8717166;border-radius:10px;padding:.75rem 1rem;font-size:.88rem}.login-submit{color:#fff;letter-spacing:.4px;cursor:pointer;background:linear-gradient(135deg,#38bdf8 0%,#6366f1 100%);border:none;border-radius:12px;justify-content:center;align-items:center;padding:.95rem 1.5rem;font-size:.95rem;font-weight:700;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex;box-shadow:0 18px 32px #38bdf82e}.login-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 22px 40px #38bdf840}.login-submit:disabled{opacity:.7;cursor:not-allowed}.login-disclaimer{color:#94a3b8bf;text-align:center;font-size:.78rem;line-height:1.5}.login-disclaimer a{color:#67e8f9;text-decoration:underline}.login-shell--success{text-align:center;padding:3rem 2.2rem 2.4rem}.login-success-icon{color:#4ade80;background:#22c55e24;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 1.5rem;display:inline-flex}.login-shell--success h1{margin-bottom:.9rem;font-size:1.9rem}.login-shell--success p{color:#cbd5e1d9;max-width:480px;margin:0 auto 1.8rem;font-size:1rem;line-height:1.6}@media (width<=768px){.login-page{padding:calc(var(--nav-height,64px) + 2rem) .85rem 3rem}.login-shell{border-radius:14px;padding:1.8rem 1.4rem 1.6rem}.login-grid{grid-template-columns:1fr}.login-dropzone{grid-template-columns:40px 1fr;gap:.85rem;padding:.95rem 1rem}.login-dropzone-icon{width:40px;height:40px}.login-dropzone-btn,.login-file-chip{grid-column:1/-1;justify-self:stretch;max-width:100%;margin-top:.3rem}.login-file-name{max-width:60vw}}.info-page{color:var(--text-dark);background:#fff;min-height:100vh}.info-hero{color:#fff;padding:calc(var(--nav-height,80px) + 5rem) 0 5rem;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}.info-breadcrumb{letter-spacing:1.5px;text-transform:uppercase;color:#fff6;margin-bottom:.75rem;font-size:.78rem}.info-breadcrumb a{color:#67e8f9;cursor:pointer;transition:color .15s}.info-breadcrumb a:hover{color:#a5f3fc}.info-hero-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.info-hero-text{flex:auto;min-width:0}.info-back-btn{color:#67e8f9;letter-spacing:.5px;cursor:pointer;white-space:nowrap;background:#67e8f90f;border:1px solid #67e8f94d;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;transition:background .18s,color .18s;display:inline-flex}.info-back-btn:hover{color:#a5f3fc;background:#67e8f91a}.info-title{letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;line-height:1.1}.info-intro{opacity:.85;max-width:640px;font-size:1.1rem;line-height:1.6}.info-body{padding:5rem 0 7rem}.info-body-inner{max-width:760px}.info-placeholder{color:var(--text-muted);border-left:3px solid var(--primary-tech,#0f172a);background:#f9fafb;border-radius:8px;padding:2rem;font-size:1.05rem;line-height:1.7}.info-placeholder a{color:var(--primary-tech,#0f172a);text-decoration:underline}.info-section{margin-bottom:2.5rem}.info-section h2{color:var(--text-dark);margin-bottom:.75rem;font-size:1.5rem}.info-section p{color:#475569;font-size:1rem;line-height:1.7}.info-accordion{flex-direction:column;gap:.5rem;display:flex}.info-accordion-item{background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .18s,box-shadow .18s;overflow:hidden}.info-accordion-item.is-open{border-color:#cbd5e1;box-shadow:0 4px 14px #0f172a0d}.info-accordion-trigger{cursor:pointer;width:100%;color:var(--text-dark);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;font-size:1.02rem;font-weight:600;line-height:1.4;display:flex}.info-accordion-trigger:hover{color:#0f172a}.info-accordion-trigger svg{flex-shrink:0}.info-accordion-icon{color:#475569;background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .18s,color .18s,transform .18s;display:inline-flex}.info-accordion-trigger:hover .info-accordion-icon,.is-open .info-accordion-icon{color:#fff;background:#0f172a}.info-accordion-panel{padding:0 1.25rem 1.2rem}.info-accordion-panel p{color:#475569;margin:0;font-size:.98rem;line-height:1.7}@media (width<=768px){.info-hero{padding:calc(var(--nav-height,64px) + 3rem) 0 3rem}.info-body{padding:3rem 0 4.5rem}}.app{width:100%}:root{--primary-tech:#0f172a;--primary-accent:#38bdf8;--primary-dark:#020617;--text-dark:#0f172a;--text-light:#fff;--text-muted:#64748b;--bg-light:#f1f5f9;--bg-white:#fff;--bg-black:#020617;--border-color:#e2e8f0;--transition-fast:.3s ease;--transition-slow:.6s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,SF Pro,Helvetica Neue,Helvetica,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.text-tech{color:var(--primary-tech)}.text-white{color:var(--text-light)}.bg-black{background-color:var(--bg-black)}.bg-light{background-color:var(--bg-light)}.btn{transition:all var(--transition-fast);letter-spacing:1px;text-transform:uppercase;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.85rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn-tech{background-color:var(--primary-tech);color:var(--text-light);border-color:var(--primary-tech)}.btn-tech:hover{background-color:#1e293b;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.btn-ghost-white{color:var(--text-light);background-color:#0000;border:1px solid #fff6}.btn-ghost-white:hover{background-color:var(--text-light);color:var(--text-dark);border-color:var(--text-light)}.btn-black{background-color:var(--bg-black);color:var(--text-light)}.btn-black:hover{background-color:#1a1a1a}.btn-white{background-color:var(--bg-white);color:var(--text-dark);border-color:var(--border-color)}.btn-white:hover{background-color:#f8fafc;border-color:#cbd5e1}.section{padding:5rem 0}.section-title{letter-spacing:-.5px;margin-bottom:3rem;font-size:2.5rem}@media (width<=768px){.section{padding:3rem 0}.section-title{margin-bottom:2rem;font-size:2rem}.container{padding:0 1rem}}
