:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{overflow-x:hidden;width:100%;max-width:100%;-webkit-translate:no!important;-moz-translate:no!important;translate:no!important}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}#root{width:100%;max-width:100%;overflow-x:hidden;-webkit-translate:no!important;-moz-translate:no!important;translate:no!important}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;overflow-x:hidden;width:100%;max-width:100%;-webkit-translate:no!important;-moz-translate:no!important;translate:no!important}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #2c5aa0;--secondary-color: #4a90e2;--accent-color: #f39c12;--success-color: #27ae60;--error-color: #e74c3c;--text-dark: #2c3e50;--text-light: #7f8c8d;--white: #ffffff;--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(0, 0, 0, .15);--shadow-heavy: rgba(0, 0, 0, .25);--border-radius: 16px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}.form-responsive-container{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;padding:120px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:fixed;inset:0;overflow:hidden;box-sizing:border-box}.form-responsive-container:before{content:"";position:absolute;inset:0;background:transparent;z-index:1}.form-responsive-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:25px;padding:3rem 2.5rem;box-shadow:0 20px 40px var(--shadow-medium),0 8px 16px var(--shadow-light);border:1px solid rgba(255,255,255,.2);width:100%;max-width:500px;position:relative;z-index:2;transform:translateY(0);transition:var(--transition);margin:0 auto}.form-responsive-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px var(--shadow-heavy),0 12px 24px var(--shadow-medium)}.form-responsive-header{text-align:center;margin-bottom:2rem;margin-top:1rem}.form-responsive-title{font-size:2.5rem;font-weight:800;color:#000;margin-bottom:.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(255,255,255,.8)}.form-responsive-subtitle{font-size:1rem;color:var(--text-light);line-height:1.4;font-weight:400}.form-responsive-form{display:flex;flex-direction:column;gap:1.5rem}.form-responsive-group{position:relative}.form-responsive-input{width:100%;padding:1.25rem 1.5rem;border:2px solid #e1e8ed;border-radius:25px;font-size:1rem;background:#fffc;color:var(--text-dark);transition:var(--transition);box-sizing:border-box;font-family:inherit;font-weight:500}.form-responsive-input:focus{outline:none;border-color:var(--primary-color);background:var(--white);box-shadow:0 0 0 4px #2c5aa01a;transform:translateY(-2px)}.form-responsive-input:hover{border-color:var(--secondary-color);background:#ffffffe6}.form-responsive-input::placeholder{color:var(--text-light);font-weight:400;opacity:.8}.form-responsive-input[type=select],.form-responsive-input[name=interes]{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:3rem}.input-error{color:var(--error-color);font-size:.8rem;margin-top:.5rem;display:block;font-weight:500;animation:fadeIn .3s ease-in}.form-responsive-input.error{border-color:var(--error-color);background:#e74c3c0d}.form-responsive-input.error:focus{box-shadow:0 0 0 4px #e74c3c1a}.form-responsive-button{background:linear-gradient(135deg,#28a745,#20c997);color:var(--white);border:none;padding:1.25rem 2rem;font-size:1.1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;margin-top:1rem;box-shadow:0 8px 25px #28a7454d;font-family:inherit;position:relative;overflow:hidden}.form-responsive-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.form-responsive-button:hover:before{left:100%}.form-responsive-button:hover{transform:translateY(-3px);box-shadow:0 12px 30px #28a74566}.form-responsive-button:active{transform:translateY(-1px)}.form-responsive-button:focus{outline:none;box-shadow:0 0 0 4px #28a74533}.form-responsive-button.secondary{background:linear-gradient(135deg,var(--text-light),#95a5a6);box-shadow:0 8px 25px #7f8c8d4d}.form-responsive-button.secondary:hover{box-shadow:0 12px 30px #7f8c8d66}.form-responsive-privacy{margin-top:1.5rem;text-align:center}.form-responsive-privacy-text{color:var(--text-light);font-size:.8rem;line-height:1.5;margin:0;font-weight:400}.form-responsive-actions{display:flex;justify-content:center;margin-top:2rem}@media (max-width: 768px){.form-responsive-container{padding:30px 15px;align-items:center;justify-content:center;position:fixed}.form-responsive-card{padding:2.5rem 2rem;max-width:100%;border-radius:25px;margin:0 auto}.form-responsive-title{font-size:2.2rem;color:#000;text-shadow:2px 2px 4px rgba(255,255,255,.8)}.form-responsive-subtitle{font-size:.95rem}.form-responsive-form{gap:1.25rem}.form-responsive-input{padding:1.1rem 1.25rem;border-radius:20px}.form-responsive-button{padding:1.1rem 1.75rem;font-size:1rem;border-radius:20px}.success-icon{font-size:3.5rem}}@media (max-width: 480px){.form-responsive-container{padding:25px 10px;align-items:center;justify-content:center;padding-top:2rem;position:fixed}.form-responsive-card{padding:2rem 1.5rem;border-radius:25px;margin:0 auto;max-width:100%}.form-responsive-title{font-size:1.8rem;margin-bottom:.5rem;color:#000;text-shadow:2px 2px 4px rgba(255,255,255,.8)}.form-responsive-subtitle{font-size:.9rem;margin-bottom:1.5rem}.form-responsive-form{gap:1rem}.form-responsive-input{padding:1rem 1.25rem;font-size:.95rem;border-radius:18px}.form-responsive-button{padding:1rem 1.5rem;font-size:.95rem;border-radius:18px;margin-top:.75rem}.form-responsive-privacy{margin-top:1.25rem}.form-responsive-privacy-text{font-size:.75rem}.success-icon{font-size:3rem}.input-error{font-size:.75rem}}@media (max-width: 360px){.form-responsive-container{padding:5px;padding-top:1rem;align-items:flex-start;justify-content:center}.form-responsive-card{padding:1.5rem 1.25rem;border-radius:25px;max-width:100%}.form-responsive-title{font-size:1.6rem}.form-responsive-subtitle{font-size:.9rem}.form-responsive-input{padding:.875rem 1rem;font-size:.9rem}.form-responsive-button{padding:.875rem 1.25rem;font-size:.9rem}.success-icon{font-size:2.5rem}}@media (min-height: 800px){.form-responsive-container{align-items:center;justify-content:center;padding:40px}.form-responsive-card{margin:0;max-width:600px;transform:scale(1.05)}}@media (min-height: 1000px){.form-responsive-container{padding:60px}.form-responsive-card{max-width:700px;transform:scale(1.1)}}@media (min-width: 1400px){.form-responsive-card{max-width:800px;padding:4rem 3rem}.form-responsive-title{font-size:3rem}.form-responsive-subtitle{font-size:1.2rem}.form-responsive-form{gap:2rem}.form-responsive-input{padding:1.5rem 2rem;font-size:1.1rem}.form-responsive-button{padding:1.5rem 2.5rem;font-size:1.2rem}}@media (min-width: 1800px){.form-responsive-card{max-width:900px;padding:4.5rem 3.5rem}.form-responsive-title{font-size:3.5rem}.form-responsive-subtitle{font-size:1.3rem}.form-responsive-form{gap:2.5rem}.form-responsive-input{padding:1.75rem 2.25rem;font-size:1.15rem}.form-responsive-button{padding:1.75rem 3rem;font-size:1.25rem}}@media (max-height: 600px){.form-responsive-container{align-items:flex-start;justify-content:center;padding-top:1rem}.form-responsive-card{padding:1.5rem 2rem;margin-top:0}.form-responsive-title{font-size:1.8rem;margin-bottom:.5rem}.form-responsive-subtitle{font-size:.9rem;margin-bottom:1.5rem}.form-responsive-form{gap:1rem}.form-responsive-input{padding:.875rem 1.25rem}.form-responsive-button{padding:.875rem 1.75rem;margin-top:.5rem}.success-icon{font-size:2.5rem;margin-bottom:.75rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.form-responsive-card{animation:fadeInUp .6s ease-out}.form-responsive-input:disabled,.form-responsive-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.form-responsive-button:disabled:hover{transform:none;box-shadow:0 8px 25px #2c5aa04d}.form-responsive-button:disabled:before{display:none}*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-translate:no!important;-moz-translate:no!important;translate:no!important}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;-webkit-translate:no!important;-moz-translate:no!important;translate:no!important}.container{max-width:100%;margin:0 auto;padding:0 20px}.app,.hero,.inspiration-gallery,.development-info,.contact,.footer,h1,h2,h3,h4,h5,h6,p,span,div,button,input,textarea,.hero-title,.development-title,.contact-title{-webkit-translate:no!important;-moz-translate:no!important;translate:no!important}.hero{position:relative;height:100vh;min-height:600px;max-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:relative;z-index:2;background:#0006;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;color:#fff;max-width:100%;padding:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;min-height:100vh}.hero-logo{width:clamp(180px,22vw,260px);height:auto;margin-top:clamp(40px,8vh,80px);margin-bottom:clamp(60px,10vh,100px);filter:drop-shadow(0 4px 12px rgba(0,0,0,.3));animation:logoEntrance 2s ease-out forwards;opacity:0;transform:translateY(-50px) scale(.7)}@keyframes logoEntrance{0%{opacity:0;transform:translateY(-50px) scale(.7)}50%{opacity:.8;transform:translateY(-25px) scale(.85)}to{opacity:1;transform:translateY(0) scale(1)}}.title-sub{display:block;font-size:1.5rem;font-weight:300;opacity:.9}.hero-info-section{text-align:center;margin:0 auto;max-width:600px;flex:1;display:flex;flex-direction:column;justify-content:center;position:relative}.hero-stats{display:flex;align-items:center;justify-content:center;gap:20px;padding:0;height:auto;width:auto;flex-direction:row;flex-shrink:0;margin:0 auto}.stat-item{text-align:center;color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:20px 15px;width:100px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease}.stat-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0003;border-color:#fff6}.stat-number{display:block;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;color:gold;text-shadow:0 2px 8px rgba(255,215,0,.3);margin-bottom:8px}.stat-label{display:block;font-size:clamp(.7rem,1.8vw,.9rem);font-weight:600;color:#fff;opacity:.9;text-transform:uppercase;letter-spacing:1px}.stat-divider{display:none}.hero-complementary-text{margin:clamp(30px,5vh,50px) auto;width:auto;max-width:90vw;padding:0 20px}.hero-complementary-text p{color:#fff;font-size:clamp(1rem,2.8vw,1.3rem);text-align:center;opacity:.9;line-height:1.6;text-shadow:0 2px 4px rgba(0,0,0,.5);max-width:600px;margin:0 auto}.animated-word{color:gold;font-weight:700;position:relative;display:inline-block;transition:all .5s ease;animation:wordGlow 2s ease-in-out infinite alternate}.animated-word:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:linear-gradient(90deg,gold,#ff6b35);transform:scaleX(1);transform-origin:left}@keyframes wordGlow{0%{text-shadow:0 0 5px rgba(255,215,0,.5)}to{text-shadow:0 0 15px rgba(255,215,0,.8),0 0 25px rgba(255,215,0,.4)}}.hero-description{font-size:1.2rem;margin:30px 0;opacity:.9;line-height:1.8}.hero-buttons{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:clamp(60px,12vh,120px);align-self:center;width:100%}.cta-button{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:clamp(15px,2.5vh,18px) clamp(30px,5vw,40px);font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #28a7454d;text-transform:uppercase;letter-spacing:1px;min-width:180px}.cta-button.primary{background:linear-gradient(135deg,#28a745,#20c997)}.scroll-button{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);padding:0;width:clamp(55px,9vw,65px);height:clamp(55px,9vw,65px);border-radius:50%;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;position:relative}.scroll-button:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 8px 20px #fff3}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #28a74566}.particles-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.particle{position:absolute;background:#ffffff1a;border-radius:50%;animation:float 8s infinite ease-in-out}.particle-1{width:4px;height:4px;top:20%;left:15%;animation-delay:0s}.particle-2{width:3px;height:3px;top:35%;left:80%;animation-delay:1s}.particle-3{width:5px;height:5px;top:60%;left:25%;animation-delay:2s}.particle-4{width:2px;height:2px;top:75%;left:70%;animation-delay:3s}.particle-5{width:4px;height:4px;top:25%;left:60%;animation-delay:4s}.particle-6{width:3px;height:3px;top:50%;left:85%;animation-delay:5s}.particle-7{width:2px;height:2px;top:80%;left:40%;animation-delay:6s}.particle-8{width:4px;height:4px;top:15%;left:45%;animation-delay:7s}@keyframes float{0%,to{transform:translateY(0) translate(0);opacity:.1}25%{transform:translateY(-20px) translate(10px);opacity:.3}50%{transform:translateY(-10px) translate(-5px);opacity:.2}75%{transform:translateY(-15px) translate(15px);opacity:.4}}.lots-info{padding:100px 0;background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.lots-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.lots-text h2{font-size:2.5rem;margin-bottom:30px;font-weight:700}.lots-text p{font-size:1.2rem;margin-bottom:30px;opacity:.9;line-height:1.8}.lots-features{list-style:none;margin-bottom:40px}.lots-features li{font-size:1.1rem;margin-bottom:15px;opacity:.9}.secondary-button{background:transparent;color:#fff;border:2px solid white;padding:15px 30px;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.secondary-button:hover{background:#fff;color:#28a745}.lots-visual{display:flex;justify-content:center;align-items:center}.lots-counter{text-align:center;background:#ffffff1a;padding:60px;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.counter-number{display:block;font-size:4rem;font-weight:900;margin-bottom:10px}.counter-label{font-size:1.2rem;font-weight:600;opacity:.9}.contact{padding:80px 0 100px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#2c3e50}@media (max-width: 768px){.contact{padding:60px 0}}@media (max-width: 480px){.contact{padding:40px 0}}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1400px;margin:0 auto;padding:0 40px}.contact-info{padding-right:40px;padding-top:0;margin-top:-20px}.contact-title{font-size:3.5rem;margin-bottom:20px;font-weight:700;color:#000;line-height:1.2;white-space:normal}.contact-subtitle{font-size:1.2rem;margin-bottom:25px;color:#7f8c8d;line-height:1.6}.contact-highlights{display:flex;flex-direction:column;gap:20px}.contact-highlight{display:flex;align-items:center;gap:15px;padding:15px 20px;background:#fffc;border-radius:15px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.contact-highlight:hover{transform:translateY(-1px);box-shadow:0 4px 15px #00000014}.highlight-icon{color:#28a745;flex-shrink:0}.contact-highlight span{font-weight:500;color:#2c3e50;font-size:1rem}.contact-form-container{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:25px;padding:3rem 4rem;box-shadow:0 8px 25px #00000014,0 2px 8px #0000000f;border:1px solid rgba(255,255,255,.2)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-header{text-align:center;margin-bottom:.5rem}.form-title{font-size:1rem;color:#7f8c8d;font-weight:700;margin:0;line-height:1.3}.form-group{position:relative}.form-input{width:100%;padding:1.25rem 1.5rem;border:2px solid #e1e8ed;border-radius:25px;font-size:1rem;background:#fffc;color:#2c3e50;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;font-family:inherit;font-weight:500}.form-input:focus{outline:none;border-color:#2c5aa0;background:#fff;box-shadow:0 0 0 3px #2c5aa014;transform:translateY(-1px)}.form-input:hover{border-color:#4a90e2;background:#ffffffe6}.form-input::placeholder{color:#7f8c8d;font-weight:400;opacity:.8}.form-submit-button{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:1.25rem 2rem;font-size:1.1rem;font-weight:600;border-radius:25px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.5px;margin-top:1rem;box-shadow:0 4px 15px #28a74533;font-family:inherit;position:relative;overflow:hidden}.form-submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.form-submit-button:hover:before{left:100%}.form-submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #28a74540}.form-submit-button:active{transform:translateY(-1px)}.form-submit-button:focus{outline:none;box-shadow:0 0 0 3px #28a74526}.form-privacy{margin-top:1.5rem;text-align:center}.form-privacy p{color:#7f8c8d;font-size:.8rem;line-height:1.5;margin:0;font-weight:400}.form-input.error{border-color:#e74c3c;background:#e74c3c0d}.form-input.error:focus{box-shadow:0 0 0 3px #e74c3c1a}.input-error{color:#e74c3c;font-size:.8rem;margin-top:.5rem;display:block;font-weight:500;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.form-submit-button.secondary{background:linear-gradient(135deg,#7f8c8d,#95a5a6);box-shadow:0 4px 15px #7f8c8d33}.form-submit-button.secondary:hover{box-shadow:0 6px 20px #7f8c8d40}.form-submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.form-submit-button:disabled:hover{transform:none;box-shadow:0 4px 15px #28a74533}.form-submit-button:disabled:before{display:none}.contact-success{text-align:center;padding:2rem 0}.success-icon{font-size:4rem;margin-bottom:1rem;animation:bounceIn .8s ease-out}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.success-title{font-size:1.8rem;color:#2c5aa0;margin-bottom:1rem;font-weight:700}.success-subtitle{color:#7f8c8d;font-size:1rem;line-height:1.5;margin-bottom:2rem}.contact-highlights-mobile{display:none}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:20px;padding:0 30px}.contact-info{padding-right:0;text-align:center}.contact-title{font-size:2.8rem;white-space:normal}.contact-form-container{padding:2.5rem 3rem}.contact-highlights{display:none}.contact-highlights-mobile{display:flex;flex-direction:column;gap:15px;margin-top:1.5rem}.contact-highlights-mobile .contact-highlight{padding:12px 16px;background:#fff9;border-radius:12px;box-shadow:0 2px 6px #0000000a}.contact-highlights-mobile .highlight-icon{width:18px;height:18px}.contact-highlights-mobile .contact-highlight span{font-size:.9rem}}@media (max-width: 480px){.contact{padding:60px 0}.contact-content{gap:15px;padding:0 20px}.contact-info{padding:0 15px}.contact-title{font-size:2.2rem;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.contact-subtitle{font-size:1.1rem;padding:0 10px}.contact-form-container{padding:2rem 2.5rem;margin:0 15px}.form-input{padding:1rem 1.25rem;font-size:.95rem}.form-submit-button{padding:1rem 1.5rem;font-size:.95rem}}@media (max-width: 360px){.contact-content{padding:0 10px}.contact-info{padding:0 5px}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.contact-form-container{padding:1.5rem;margin:0 5px}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:3rem 0;margin-top:4rem}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-logos{display:flex;align-items:center;gap:2rem}.footer-logo{width:100px;height:auto;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.footer-logo-metro{width:120px;height:auto;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.footer-info{text-align:right}.footer-info p{margin-bottom:5px;opacity:.8;font-size:.9rem}.footer-contact{margin-top:1rem}.footer-phone,.footer-phone-metro,.footer-email{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;opacity:.8;font-size:.9rem}.footer-phone-metro{position:relative;padding-right:1rem}.metro-label{font-size:.75rem;opacity:.7;margin-left:.5rem;font-style:italic}.footer-phone a,.footer-email a{color:#fff;text-decoration:none;transition:opacity .3s ease}.footer-phone a:hover,.footer-email a:hover{opacity:1}.phone-icon,.email-icon{opacity:.8;flex-shrink:0}.inspiration-gallery{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden}.inspiration-gallery:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(40,167,69,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(32,201,151,.1) 0%,transparent 50%);pointer-events:none}.inspiration-content{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.inspiration-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.1);max-width:900px;margin-left:auto;margin-right:auto}.inspiration-subtitle{font-size:clamp(1.1rem,2vw,1.4rem);color:#666;max-width:600px;margin:0 auto;line-height:1.6;margin-bottom:2rem}.lots-highlights{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:nowrap;min-width:0;overflow-x:hidden;padding:0 1rem;width:100%;max-width:100%}.highlight-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0;min-width:80px}.highlight-number{font-size:clamp(1.5rem,2.5vw,2.5rem);font-weight:800;color:#28a745;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1);white-space:nowrap}.highlight-label{font-size:clamp(.7rem,1.2vw,1rem);color:#666;font-weight:600;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.highlight-divider{width:2px;height:40px;background:linear-gradient(to bottom,transparent,#28a745,transparent);opacity:.6;flex-shrink:0}.gallery-container{position:relative;z-index:2}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.gallery-item{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 8px 25px #00000026;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;aspect-ratio:1}.gallery-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000040}.gallery-item.featured{grid-column:span 2;grid-row:span 2;aspect-ratio:1}.video-container{position:relative}.video-controls{position:absolute;top:1rem;right:1rem;z-index:10}.audio-toggle{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);padding:0;width:clamp(45px,7vw,55px);height:clamp(45px,7vw,55px);border-radius:50%;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;position:relative}.audio-toggle:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 8px 20px #fff3}.audio-toggle svg{transition:all .3s ease}.audio-toggle:hover svg{transform:scale(1.1)}.gallery-item img,.gallery-item video{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img,.gallery-item:hover video{transform:scale(1.05)}.gallery-video{width:100%;height:100%;object-fit:cover}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:1.5rem 1rem 1rem;transform:translateY(100%);transition:transform .3s ease}.gallery-overlay.always-visible{transform:translateY(0)}.gallery-item:hover .gallery-overlay:not(.always-visible){transform:translateY(0)}.gallery-label{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.gallery-modal{position:fixed;inset:0;background:#000;z-index:1000;display:flex;align-items:center;justify-content:center;padding:0}.modal-content{position:relative;width:100%;height:100%;background:#000;overflow:hidden;display:flex;flex-direction:column}.modal-close{position:absolute;top:2rem;right:2rem;background:#000000b3;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:58px;height:58px;min-width:58px;min-height:58px;max-width:58px;max-height:58px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);aspect-ratio:1}.modal-close svg{width:36px;height:36px;min-width:36px;min-height:36px;display:block;flex-shrink:0}.modal-close,.modal-nav{box-sizing:border-box;flex-shrink:0}.modal-close:hover{background:#000000e6;border-color:#fff9;transform:scale(1.1)}.modal-media{flex:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000;position:relative}.modal-image{max-width:100%;max-height:100%;object-fit:contain;width:100%;height:100%}.modal-video{max-width:100%;max-height:100%;object-fit:contain;width:100%;height:100%;background:#000}.modal-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:3rem 2rem 2rem;text-align:center}.modal-title{font-size:1.8rem;font-weight:600;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.modal-counter{color:#fffc;font-size:1rem;font-weight:500}.modal-nav{position:absolute;top:50%;transform:translateY(-50%);background:#000000b3;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:60px;height:60px;min-width:60px;min-height:60px;max-width:60px;max-height:60px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);aspect-ratio:1}.modal-nav svg{width:32px;height:32px;min-width:32px;min-height:32px;display:block;flex-shrink:0}.modal-nav:hover{background:#000000e6;border-color:#fff9;transform:translateY(-50%) scale(1.1)}.modal-prev{left:2rem}.modal-next{right:2rem}@media (max-width: 1024px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.gallery-item.featured{grid-column:span 2;grid-row:span 1}.development-content{gap:3rem}.amenities-grid{gap:1.5rem}}@media (max-width: 768px){.inspiration-gallery{padding:4rem 0}.inspiration-content{margin-bottom:3rem}.lots-highlights{gap:1.2rem;margin-top:1.5rem;padding:0 .3rem}.highlight-item{min-width:65px}.highlight-divider{height:28px}.highlight-number{font-size:clamp(1.2rem,2vw,2.2rem)}.highlight-label{font-size:clamp(.6rem,1vw,.9rem)}.inspiration-title{font-size:clamp(1.8rem,3.5vw,3rem)}.inspiration-subtitle{font-size:clamp(1rem,1.8vw,1.3rem)}.video-controls{top:.75rem;right:.75rem}.audio-toggle{width:clamp(40px,6vw,50px);height:clamp(40px,6vw,50px)}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.gallery-item.featured{grid-column:span 2;grid-row:span 1}.gallery-item{border-radius:15px}.gallery-overlay{padding:1rem .75rem .75rem}.gallery-label{font-size:.8rem}.modal-close{top:1.5rem;right:1.5rem;width:52px;height:52px;min-width:52px;min-height:52px;max-width:52px;max-height:52px}.modal-nav{width:56px;height:56px;min-width:56px;min-height:56px;max-width:56px;max-height:56px}.modal-prev{left:1.5rem}.modal-next{right:1.5rem}.modal-close svg{width:30px;height:30px;min-width:30px;min-height:30px}.modal-nav svg{width:30px;height:30px;min-width:30px;min-height:30px}.modal-info{padding:2rem 1.5rem 1.5rem}.modal-title{font-size:1.5rem}.development-info{padding:3rem 0}.development-content{grid-template-columns:1fr;gap:2.5rem;text-align:center}.development-title{font-size:clamp(2.2rem,4vw,2.8rem);margin-bottom:1.5rem}.development-description{font-size:1.1rem;margin-bottom:2rem}.amenities-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.amenities-column h3{font-size:1.2rem;margin-bottom:1rem;justify-content:center}.amenities-list li{font-size:.95rem;padding:.6rem .8rem;margin-bottom:.75rem}.financing-info{margin-bottom:2rem}.financing-card{padding:1.5rem}.financing-text{font-size:1.5rem}.location-info h3{font-size:1.2rem;margin-bottom:.75rem;justify-content:center}.location-text{font-size:1rem;padding:.8rem 1.2rem}.development-visual{order:-1;gap:2rem}.plano-container{border-radius:20px}.plano-overlay{padding:1.5rem 1rem 1rem}.plano-label{font-size:1rem}.lots-counter{padding:2rem;min-width:200px}.counter-number{font-size:3rem}.counter-label{font-size:1.1rem}.counter-subtitle{font-size:.9rem}.app,.hero,.inspiration-gallery,.development-info,.contact,.footer,h1,h2,h3,h4,h5,h6,p,span,div,button,input,textarea{-webkit-translate:no!important;-moz-translate:no!important;translate:no!important}}@media (max-width: 360px){.inspiration-gallery{padding:2.5rem 0}.lots-highlights{gap:.6rem;margin-top:1rem;padding:0 .15rem}.highlight-item{min-width:50px}.highlight-divider{height:18px}.highlight-number{font-size:clamp(.9rem,1.6vw,1.6rem)}.highlight-label{font-size:clamp(.5rem,.8vw,.7rem)}.inspiration-title{font-size:clamp(1.4rem,2.5vw,2rem)}.inspiration-subtitle{font-size:clamp(.8rem,1.4vw,1rem)}.gallery-grid{gap:.75rem}}@media (max-width: 768px){.title-main{font-size:2.5rem}.lots-content{grid-template-columns:1fr;text-align:center}.form-row{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center;gap:20px}.footer-logos{flex-direction:column;gap:1rem}.footer-info{text-align:center}.footer-contact{margin-top:1rem}.footer-phone,.footer-phone-metro,.footer-email{justify-content:center}.footer-phone-metro{padding-right:0}.metro-label{display:block;margin-left:0;margin-top:.25rem}}@media (max-width: 480px){.inspiration-gallery{padding:3rem 0}.inspiration-content{margin-bottom:2.5rem}.lots-highlights{gap:.8rem;margin-top:1.5rem;padding:0 .2rem}.highlight-item{min-width:55px}.highlight-divider{height:22px}.highlight-number{font-size:clamp(1rem,1.8vw,1.8rem)}.highlight-label{font-size:clamp(.55rem,.9vw,.8rem)}.inspiration-title{font-size:clamp(1.6rem,3vw,2.5rem)}.inspiration-subtitle{font-size:clamp(.9rem,1.6vw,1.2rem)}.video-controls{top:.5rem;right:.5rem}.audio-toggle{width:clamp(35px,5vw,45px);height:clamp(35px,5vw,45px)}.gallery-grid{grid-template-columns:1fr;gap:1rem}.gallery-item.featured{grid-column:span 1;grid-row:span 1}.gallery-item{border-radius:12px}.gallery-overlay{padding:.75rem .5rem .5rem}.gallery-label{font-size:.75rem}.modal-close{top:1rem;right:1rem;width:42px;height:42px;min-width:42px;min-height:42px;max-width:42px;max-height:42px}.modal-nav{width:45px;height:45px;min-width:45px;min-height:45px;max-width:45px;max-height:45px}.modal-prev{left:1rem}.modal-next{right:1rem}.modal-close svg{width:26px;height:26px;min-width:26px;min-height:26px}.modal-nav svg{width:26px;height:26px;min-width:26px;min-height:26px}.modal-info{padding:1.5rem 1rem 1rem}.modal-title{font-size:1.3rem}.development-info{padding:2.5rem 0}.development-content{gap:2rem}.development-title{font-size:clamp(1.8rem,3.5vw,2.2rem);margin-bottom:1.25rem}.development-description{font-size:1rem;margin-bottom:1.5rem}.amenities-grid{gap:1.5rem;margin-bottom:1.5rem}.amenities-column h3{font-size:1.1rem;margin-bottom:.75rem}.amenities-list li{font-size:.9rem;padding:.5rem .7rem;margin-bottom:.5rem}.financing-info{margin-bottom:1.5rem}.financing-card{padding:1.25rem}.financing-text{font-size:1.3rem}.location-info h3{font-size:1.1rem;margin-bottom:.5rem}.location-text{font-size:.95rem;padding:.7rem 1rem}.development-visual{gap:1.5rem}.plano-container{border-radius:15px}.plano-overlay{padding:1.25rem .8rem .8rem}.plano-label{font-size:.9rem}.lots-counter{padding:1.5rem;min-width:180px}.counter-number{font-size:2.5rem}.counter-label{font-size:1rem}.counter-subtitle{font-size:.8rem}}@media (max-width: 767px){.hero-stats{gap:15px;margin-top:-40px}.stat-item{width:90px;height:90px;padding:15px 10px}.stat-number{font-size:clamp(1.8rem,4.5vw,2.2rem)}.stat-label{font-size:clamp(.5rem,1.3vw,.6rem)}}@media (min-width: 768px) and (max-width: 1199px){.hero-stats{gap:30px}.stat-item{width:120px;height:120px;padding:25px 20px}.stat-number{font-size:2.5rem}.stat-label{font-size:.7rem}}@media (min-width: 1200px){.hero-logo{width:clamp(150px,15vw,180px)}.hero-stats{gap:40px;padding:0;height:auto;width:auto;flex-direction:row}.stat-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:30px 25px;width:140px;height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0003;border-color:#fff6}.stat-number{margin-bottom:8px;font-size:3rem}.stat-label{font-size:.8rem}.stat-divider{display:none}}.development-info{padding:6rem 0;background:#28a745;color:#fff;position:relative;overflow:hidden}.development-info:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%),linear-gradient(45deg,transparent 30%,rgba(255,255,255,.05) 50%,transparent 70%);pointer-events:none}.development-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:2}.development-title{font-size:clamp(2.8rem,4.5vw,4rem);font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2);color:#fff;line-height:1.1}.development-description{font-size:clamp(1.2rem,2.5vw,1.4rem);margin-bottom:3rem;line-height:1.7;opacity:.95;font-weight:400;color:#fff}.amenities-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}.amenities-column h3{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;color:#fff;display:flex;align-items:center;gap:.8rem;text-shadow:0 2px 4px rgba(0,0,0,.3);padding-bottom:.8rem;border-bottom:2px solid rgba(255,255,255,.2)}.amenity-icon{color:#28a745;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));width:22px;height:22px}.amenities-list{list-style:none;padding:0}.amenities-list li{font-size:1rem;display:flex;align-items:center;gap:.6rem;opacity:.95;padding:.7rem 1rem;background:#ffffff1a;border-radius:12px;border:3px solid rgba(255,255,255,.4);transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-weight:500;margin-bottom:.8rem;box-shadow:0 4px 15px #0000001a}.amenities-list li:hover{background:#fff3;border-color:#ffffffb3;transform:translate(6px) translateY(-2px);box-shadow:0 6px 20px #0003}.check-icon{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));flex-shrink:0;width:18px;height:18px}.amenity-icon{color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));width:20px;height:20px}.financing-info{margin:3rem auto 2.5rem;text-align:center;width:100%;max-width:600px;grid-column:1 / -1;justify-self:center}.location-info{background:linear-gradient(135deg,#ffffffe6,#fffc);border:2px solid rgba(40,167,69,.3);border-radius:18px;padding:1.5rem;text-align:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 8px 32px #0000001a;position:relative;overflow:hidden;min-width:200px}.location-info h3{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a;display:flex;align-items:center;justify-content:center;gap:.6rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.location-text{font-size:1rem;line-height:1.5;opacity:.9;color:#495057;font-weight:500}.financing-text{display:flex;flex-direction:column;align-items:center;gap:.5rem}.financing-label{font-size:1.2rem;font-weight:500;color:#ffffffe6;text-shadow:0 1px 3px rgba(0,0,0,.3)}.financing-period{font-size:1.8rem;font-weight:700;color:gold;text-shadow:0 2px 4px rgba(0,0,0,.4);letter-spacing:.5px}.location-icon{color:#28a745;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.location-text{font-size:1.15rem;line-height:1.6;opacity:.95;padding:1rem 1.5rem;background:#ffffff26;border-radius:15px;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff}.development-visual{display:flex;flex-direction:column;align-items:center;gap:2.5rem}.plano-container{position:relative;border-radius:25px;overflow:hidden;box-shadow:0 20px 60px #0006;transition:all .4s ease;border:3px solid rgba(255,255,255,.2);cursor:pointer}.plano-container:hover{transform:scale(1.03) translateY(-5px);box-shadow:0 30px 80px #00000080;border-color:#fff6}.plano-image{width:100%;height:auto;display:block;transition:transform .4s ease}.plano-container:hover .plano-image{transform:scale(1.08)}.plano-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000e6);color:#fff;padding:2rem 1.5rem 1.5rem;text-align:center}.plano-label{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 1px 3px rgba(0,0,0,.4)}@media (max-width: 1024px){.amenities-grid{gap:2.5rem}.amenities-column h3{font-size:1.4rem;margin-bottom:1.75rem}.amenities-list li{font-size:1rem;padding:.9rem 1.1rem}}@media (max-width: 768px){.development-info{padding:4rem 0}.development-content{grid-template-columns:1fr;gap:3rem;display:flex;flex-direction:column}.development-text{order:1;margin-bottom:2rem}.development-visual{order:2}.development-title{font-size:2.5rem;margin-bottom:1rem}.development-description{font-size:1.1rem;margin-bottom:2rem}.amenities-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.amenities-column h3{font-size:1.3rem;margin-bottom:1.5rem;text-align:center;justify-content:center}.amenities-list li{font-size:1rem;padding:.8rem 1rem;margin-bottom:.8rem}.financing-info{max-width:500px;margin:2.5rem auto 2rem}.financing-label{font-size:1.1rem}.financing-period{font-size:1.6rem}}@media (max-width: 480px){.development-info{padding:3rem 0}.development-content{gap:2.5rem;padding:0 1rem}.amenities-grid{gap:1.5rem;margin-bottom:2rem}.amenities-column h3{font-size:1.2rem;margin-bottom:1.25rem}.amenities-list li{font-size:.95rem;padding:.7rem .9rem;margin-bottom:.7rem;border-radius:12px}.check-icon,.amenity-icon{width:18px;height:18px}.financing-info{max-width:450px;margin:2rem auto 1.5rem}.financing-label{font-size:1rem}.financing-period{font-size:1.4rem}.location-text{font-size:.95rem}}@media (max-width: 360px){.development-info{padding:2.5rem 0}.development-content{gap:2rem;padding:0 .8rem}.amenities-grid{gap:1.25rem;margin-bottom:1.75rem}.amenities-column h3{font-size:1.1rem;margin-bottom:1rem}.amenities-list li{font-size:.9rem;padding:.6rem .8rem;margin-bottom:.6rem}.modal-close{width:38px;height:38px;min-width:38px;min-height:38px;max-width:38px;max-height:38px;top:.8rem;right:.8rem}.modal-nav{width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px}.modal-prev{left:.8rem}.modal-next{right:.8rem}.modal-close svg{width:22px;height:22px;min-width:22px;min-height:22px}.modal-nav svg{width:22px;height:22px;min-width:22px;min-height:22px}}@media (max-width: 480px){.modal-close,.modal-nav{overflow:visible;border-radius:50%;aspect-ratio:1}.modal-close svg,.modal-nav svg{overflow:visible;max-width:none;max-height:none}}@media (max-width: 360px){.modal-close{min-width:38px;min-height:38px;max-width:38px;max-height:38px;border-radius:50%;aspect-ratio:1}.modal-nav{min-width:40px;min-height:40px;max-width:40px;max-height:40px;border-radius:50%;aspect-ratio:1}.modal-close svg{min-width:22px;min-height:22px}.modal-nav svg{min-width:22px;min-height:22px}}@media (max-width: 480px){.development-title{font-size:2rem}.development-description{font-size:1rem}.plano-container{margin:0 auto;max-width:100%;width:100%}.development-content{gap:2rem}.development-text{margin-bottom:1.5rem}.development-visual{width:100%;display:flex;justify-content:center}*{-webkit-translate:no!important;-moz-translate:no!important;translate:no!important}}.logos-panel{background:#fff;padding:3rem 0;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6}.logos-content{display:flex;justify-content:center;align-items:center}.logos-grid{display:flex;justify-content:center;align-items:center;gap:8rem;flex-wrap:wrap;max-width:1200px;margin:0 auto}.company-logo{height:120px;width:auto;max-width:300px;object-fit:contain;transition:all .3s ease;opacity:.9}.company-logo:hover{opacity:1;transform:scale(1.05)}@media (max-width: 768px){.logos-panel{padding:2rem 0}.logos-grid{gap:4rem;max-width:100%}.company-logo{height:90px;max-width:220px}}@media (max-width: 480px){.logos-panel{padding:1.5rem 0}.logos-grid{gap:1.5rem;flex-direction:row;max-width:100%}.company-logo{height:70px;max-width:150px}}.videos-reels-panel{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:4rem 0;position:relative}.videos-content{text-align:center;max-width:1200px;margin:0 auto}.videos-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.videos-subtitle{font-size:1.2rem;color:#6c757d;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.video-item{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0003;transition:all .3s ease;background:#000;aspect-ratio:9/16;max-width:300px;margin:0 auto;cursor:pointer}.video-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.reel-video{width:100%;height:100%;object-fit:cover;border-radius:20px;cursor:pointer}.video-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:2rem 1rem 1rem;display:flex;align-items:center;justify-content:center}.video-label{color:#fff;font-size:1.1rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.8)}.video-item .video-controls{position:absolute;top:1rem;right:1rem;z-index:10}.video-item .audio-toggle{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);padding:0;width:45px;height:45px;border-radius:50%;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;position:relative}.video-item .audio-toggle:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 8px 20px #fff3}.video-item .audio-toggle svg{transition:all .3s ease}.video-item .audio-toggle:hover svg{transform:scale(1.1)}@media (max-width: 768px){.videos-reels-panel{padding:3rem 0}.videos-title{font-size:2rem}.videos-subtitle{font-size:1.1rem;margin-bottom:2rem}.videos-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.video-item{max-width:250px}.video-item .video-controls{top:.75rem;right:.75rem}.video-item .audio-toggle{width:40px;height:40px}}@media (max-width: 480px){.videos-reels-panel{padding:2rem 0}.videos-title{font-size:1.8rem}.videos-subtitle{font-size:1rem;margin-bottom:1.5rem}.videos-grid{grid-template-columns:1fr;gap:1rem}.video-item{max-width:280px}.video-item .video-controls{top:.5rem;right:.5rem}.video-item .audio-toggle{width:35px;height:35px}}
