:root{--color-primary: #eb5f09;--color-primary-extra-light: #ffb74d;--color-primary-light: #ff8f3d;--color-primary-dark: #d8590a;--color-primary-900: #933B06;--color-secondary: #4CAF50;--color-secondary-light: #80e27e;--color-secondary-dark: #357a38;--color-text: #333333;--color-text-light: #666666;--color-text-semi-light: #4d4d4d;--color-text-dark: #1a1a1a;--color-bg: #ffffff;--color-bg-light: #f9f9f9;--color-bg-lighter: #eeeeee;--color-bg-700: #E8E8E8;--color-bg-900: #D1D1D1;--color-bg-darker-2: #0D0E12;--color-bg-darker-1: #13161B;--color-bg-darker: #181A20;--color-bg-dark: #1B1E25;--color-bg-dark-1: #272B35;--color-bg-dark-2: #383E4D;--color-bg-dark-3: #4D566A;--shadow-light: rgba(0,0,0,.1);--shadow-lighter: rgba(0,0,0,.05);--shadow-darker: rgba(0,0,0,.2);--overlay-white-70: rgba(255,255,255,.7);--overlay-nav-hover: rgba(216,96,22,.15);--color-accent-teal: #009688;--color-accent-teal-light: #33ab9f;--color-accent-teal-dark: #00796b;--color-accent-purple: #7E57C2;--color-accent-purple-light: #9c78d6;--color-accent-purple-dark: #5E35B1}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,Tahoma,Geneva,Verdana,sans-serif}body{line-height:1.6;color:#333;overflow-x:hidden}h1,h2,h3{font-weight:700}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 28px;background-color:#eb5f09;color:#fff;text-decoration:none;border-radius:20px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.btn:hover{background-color:#d8590a;box-shadow:0 4px 8px #0000001a}.section{padding:80px 0}.section-title{text-align:center;margin-bottom:50px;font-size:2.5rem;color:#333;line-height:2.5rem}.section-subtitle{text-align:center;margin-bottom:40px;font-size:1.2rem;color:#666;max-width:800px;margin-left:auto;margin-right:auto}.hero{height:100vh;background-image:url(/resources/city.png);background-color:#1b1e25;background-size:cover;background-position:center;background-repeat:no-repeat;background-blend-mode:overlay;display:flex;align-items:center;text-align:center;color:#fff}.hero-content{max-width:800px;margin:0 auto}.hero-img{height:300px;display:flex;align-items:center;justify-content:center;animation:fadeInUp 1s ease .2s forwards}.hero-img img{max-width:400px;max-height:300px}.hero-subtitle{font-size:1.5rem;margin-top:40px;margin-bottom:40px;animation:fadeInUp 1s ease .4s forwards;opacity:0}.hero-btn{animation:fadeInUp 1s ease .4s forwards;opacity:0}.hero-btn-2{animation:fadeInUp 1s ease .4s forwards;opacity:0;background-color:#ffffffb3;color:#333;border-radius:20px;transition:background-color .3s}.hero-btn-2:hover{background-color:#fff}.hero-actions{display:flex;justify-content:center;gap:20px}.products{background-color:#f9f9f9}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;margin:0 auto;max-width:1200px;padding:0 20px}.product-card,.process-card{opacity:0;transform:translateY(40px);transition:opacity .5s ease,transform .5s ease}.product-card.visible{opacity:1;transform:translateY(0)}.process-card.visible{opacity:1;transform:scale(1)}.product-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 6px 15px #0000001a;transition:transform .3s ease;display:flex;gap:18px;align-items:flex-start;padding:25px 20px}.product-card:hover{transform:translateY(-10px)}.product-img{height:250px;background-color:#eee;display:flex;align-items:center;justify-content:center}.product-img img{max-width:800px;max-height:250px}.product-icon{width:56px;height:56px;flex:0 0 56px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:#e86b2f14;color:var(--color-primary);font-size:26px}.product-content{flex:1 1 auto}.product-title{font-size:1.5rem;margin:0 0 15px;color:var(--color-text-semi-light);line-height:1.4;font-weight:800}.product-description{color:var(--color-text-light);margin:0;font-weight:400}.process{background-color:#fff}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.process-card{text-align:center;padding:30px;border-radius:8px;background-color:#f9f9f9;box-shadow:0 4px 10px #0000000d;transition:all .3s ease}.process-card:hover{transform:scale(1.03);box-shadow:0 10px 20px #0000001a}.process-icon{font-size:3rem;margin-bottom:20px;color:#4caf50}.process-title{font-size:1.8rem;margin-bottom:15px;color:#333}.process-description{color:#666}footer{background-color:#1b1e25;color:#fff;padding:60px 0 30px}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-logo{margin-bottom:20px}.footer-logo img{max-height:40px}.footer-contact{text-align:right}.footer-copyright{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;color:#ffffffb3}.contact-btn{margin:10px}.social-btn{border:none;cursor:pointer;padding:10px 15px;margin:0 5px;border-radius:100px;background-color:var(--color-bg-darker-1)}.social-btn:hover{background-color:var(--color-bg-dark-1)}.social-btn img{max-width:1rem;max-height:1rem}.modal{display:flex;position:fixed;z-index:1000;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:#00000080;align-items:center;justify-content:center}.modal-content{position:relative;background-color:#fff;border-radius:10px;max-width:480px;width:100%;padding:25px;box-shadow:0 5px 15px #0003;animation:modalFadeIn .3s ease;color:var(--color-text);transform-origin:center}.modal-close{position:absolute;right:12px;top:12px;background:transparent;border:none;font-size:1.05rem;cursor:pointer;color:#666;padding:6px;border-radius:6px}.modal-close:hover{color:#333;background:#00000008}.modal-title{text-align:center;margin:0 0 12px;font-size:1.25rem;color:var(--color-text-dark);font-weight:700;letter-spacing:.2px}.modal-body{display:flex;flex-direction:column;gap:12px;margin-top:6px;align-items:center;justify-content:center}.form-group{margin-bottom:20px}.form-label{display:block;margin-bottom:8px;font-weight:600;color:#333}.form-control{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-control:focus{outline:none;border-color:#eb5f09}textarea.form-control{resize:vertical;min-height:120px}.submit-btn{background-color:#eb5f09;color:#fff;border:none;padding:12px 24px;border-radius:20px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:block;width:100%}.submit-btn:hover{background-color:#d8590a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-50px);transform:scale(.99)}to{opacity:1;transform:translateY(0);transform:scale(1)}}@media (max-width: 768px){.section{padding:60px 0}.section-title{font-size:2rem}.hero-title{font-size:2.5rem}.hero-actions{display:grid}.hero-subtitle{font-size:1.2rem}.products-grid{grid-template-columns:1fr;gap:20px;padding:0 10px}.product-card{margin-bottom:20px}.products-card:hover{box-shadow:0 4px 8px #0003}.footer-content{flex-direction:column;text-align:center}.footer-contact{text-align:center;margin-top:20px}}.page{height:100vh;background-image:url(/resources/city.png);background-color:#1b1e25;background-size:cover;background-position:center;background-repeat:no-repeat;background-blend-mode:overlay;display:flex;align-items:center}.login-form{max-width:400px;width:90%;margin:40px auto;background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 10px #0000001a}.login-form .section-title{text-align:center;margin-bottom:1rem}.error{color:red;text-align:center;margin-top:10px}.login-text{text-align:center;margin-top:20px;font-size:.8rem}.link{color:#eb5f09;font-weight:600;cursor:pointer}.calculator{display:flex;flex-direction:column;width:90%;max-width:800px;margin:4rem auto 2rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 10px #0000001a;max-height:calc(100vh - 120px)}.calculator h2.section-title{text-align:center;margin-bottom:1.5rem;font-size:2.1rem}.calculator .form-group{margin-bottom:1rem}.calculator .form-group label{display:block;margin-bottom:.2rem;font-size:.9rem;font-weight:600}.calculator .form-group input,.calculator .form-group select{width:100%;padding:.6rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .2s}.calculator .form-group input:focus,.calculator .form-group select:focus,.calculator .form-group input:hover,.calculator .form-group select:hover{outline:none;border-color:#ff8f3d}.calculator .btn{display:block;text-align:center;font-size:1rem;padding:.8rem 1.2rem;min-width:120px}.calculator .result{text-align:center;margin-top:1rem;font-size:1.2rem;font-weight:700}.calculator .result2{text-align:center;margin-top:1rem;font-size:1rem;font-style:italic}.calculator-content{flex:1;overflow-y:auto;padding-right:.5rem;animation:fadeInUp .5s ease-in-out}.calculator-buttons{margin-top:1rem;display:flex;gap:2rem;align-items:center;justify-content:center}.nav-btn{display:inline-flex;align-items:center;gap:.4rem;padding:8px 16px;font-weight:600;font-size:.8rem;color:#eb5f09;background:#d8601626;border:none;border-radius:20px;cursor:pointer;transition:all .3s ease}.nav-btn:hover{background:#d860164d}.nav-btn svg{width:1em;height:1em;fill:currentColor}.header-login{position:absolute;top:20px;right:20px;z-index:100;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.header-login-text{color:#fff;margin:0 8px 0 0;font-size:.8rem}.login-btn{padding:8px 16px;font-size:.8rem;background-color:#ffffffb3;color:#333;border-radius:20px;transition:background-color .3s;display:flex;align-items:center;margin:0}.login-btn:hover{background-color:#fff}.header-logout{position:absolute;top:20px;right:20px;z-index:100;display:flex;align-items:center}.logout-btn{padding:8px 12px;font-size:.8rem;background-color:#eb5f09;color:#fff;border-radius:20px;transition:background-color .3s;display:flex;align-items:center;margin:0}.logout-btn:hover{background-color:#d8590a}.header-logo{position:absolute;top:20px;left:20px;z-index:100;display:flex;align-items:center}.header-logo img{height:30px;width:auto;cursor:pointer}.header-logo:hover{opacity:.8;transition:.3s}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));row-gap:.5rem;column-gap:1.5rem}@media (max-width: 500px){.form-grid{grid-template-columns:1fr}}@media (max-height: 650px){.calculator-content .form-group>div[id^=google-map-script]{height:200px!important}}.amenities-wrapper{margin-top:.5rem;padding-top:.5rem}.amenities-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin-top:.5rem}@media (max-width: 500px){.amenities-grid{grid-template-columns:1fr}}.amenity-checkbox{display:inline-flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;border:1px solid #e6e6e6;background:var(--color-bg);cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s ease}.amenity-checkbox input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;min-width:18px;border-radius:4px;border:2px solid #ddd;background:#fff;display:inline-block;position:relative}.amenity-checkbox input[type=checkbox]:checked{border-color:var(--color-primary);background:var(--color-primary)}.amenity-checkbox input[type=checkbox]:checked:after{content:"✓";color:#fff;font-weight:700;font-size:12px;position:absolute;left:2.5px;bottom:0}.amenity-checkbox .label-text{font-size:.95rem;color:var(--color-text)}.amenity-checkbox:hover{border-color:var(--color-primary-light)}.field-error{color:#d9534f;font-size:.85rem;margin-top:6px;display:block}.input-error{border-color:#d9534f!important}.modal-estimate{width:100%;display:flex;flex-direction:column;align-items:center;padding:12px 10px;border-radius:8px;background:#f5f5f599;box-shadow:none}.modal-estimate .label{font-size:.9rem;color:#666;margin-bottom:6px;text-align:center}.modal-estimate.usd .value{color:var(--color-primary-dark);font-size:1.8rem;font-weight:800;line-height:1;margin-bottom:6px}.modal-estimate.ars .value{color:var(--color-text-dark);font-size:1.25rem;font-weight:700;line-height:1}.modal-actions{display:flex;justify-content:center;margin-top:14px}@media (max-width: 560px){.modal-content{padding:20px;max-width:350px}.modal-title{font-size:1.1rem}.modal-estimate.usd .value{font-size:1.45rem}.modal-estimate.ars .value{font-size:1.05rem}.hero-img img{max-width:85%;height:auto}}.tooltip-container{position:relative;display:inline-flex;align-items:center;margin-left:4px}.tooltip-icon{background:transparent;border:none;padding:2px;margin:0;display:inline-flex;align-items:center;justify-content:center;color:var(--color-bg-dark-2);border-radius:6px;width:22px;height:22px}.tooltip-bubble{background:var(--color-bg-900);color:var(--color-bg-darker-2);padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.25;font-weight:450;box-shadow:0 10px 28px #0a0a0a33;max-width:320px;width:auto;min-width:fit-content;white-space:normal;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none;box-sizing:border-box;pointer-events:auto;text-align:left}.tooltip-container:hover .tooltip-bubble,.tooltip-container:focus-within .tooltip-bubble{visibility:visible;opacity:1;transform:translateY(0);pointer-events:auto}@media (max-width: 480px){.tooltip-bubble{max-width:calc(100vw - 16px);font-size:12px;padding:8px 10px}}
