@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--primary-color:#219ebc;--custom-teal:#bfdddb;--bg-color:#f7fafcfc;--surface-color:#fff;--text-main:#1f2937;--text-muted:#6b7280;--glass-bg:#ffffffd9;--glass-border:#bfdddb66}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;background-image:linear-gradient(#fff,#f0f7f6);font-family:Outfit,sans-serif;line-height:1.6}.app-container{flex-direction:column;min-height:100vh;display:flex}.header{border-bottom:2px solid var(--custom-teal);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000000d}.header-title{letter-spacing:-.5px;color:#0f172a;font-size:1.6rem;font-weight:800}.header-subtitle{color:#334155;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.main-content{grid-template-columns:1fr 450px;gap:3rem;width:100%;max-width:1600px;margin:0 auto;padding:3rem 4rem;display:grid}@media (width<=1024px){.main-content{grid-template-columns:1fr;padding:2rem}}.carousel-container{aspect-ratio:16/10;border:4px solid var(--surface-color);background-color:#f1f5f9;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #0000001a}.carousel-image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;top:0;left:0}.carousel-controls{z-index:10;justify-content:space-between;width:100%;padding:0 1rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn{color:#0f172a;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex;box-shadow:0 4px 10px #0000001a}.carousel-btn:hover{background:var(--custom-teal);color:#000;transform:scale(1.1)}.counters-bar{background:var(--surface-color);border:2px solid var(--custom-teal);border-radius:16px;gap:2rem;margin-top:1.5rem;padding:1rem 1.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.counter-item{color:var(--text-muted);align-items:center;gap:.75rem;font-weight:600;display:flex}.counter-icon{color:#1e293b}.counter-number{color:var(--text-main);font-size:1.25rem;font-weight:800}.property-details{background:var(--surface-color);border:1px solid var(--glass-border);border-radius:24px;margin-top:2rem;padding:2.5rem;box-shadow:0 10px 30px -5px #0000000d}.property-details h2{color:#0f172a;margin-bottom:.5rem;font-size:2.2rem}.property-features{border-bottom:2px solid var(--custom-teal);gap:2rem;margin:1.5rem 0;padding-bottom:1.5rem;display:flex}.feature{color:var(--text-muted);align-items:center;gap:.5rem;font-weight:600;display:flex}.feature span{color:var(--text-main);font-size:1.2rem;font-weight:800}.form-card{background:var(--surface-color);border:1px solid var(--glass-border);border-top:6px solid var(--custom-teal);border-radius:24px;height:fit-content;padding:2.5rem;position:sticky;top:100px;box-shadow:0 20px 40px -10px #0000001a}.form-header{margin-bottom:2rem}.form-title{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.form-desc{color:var(--text-muted);font-size:.95rem}.form-group{margin-bottom:1.5rem}.form-label{color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.85rem;font-weight:700;display:block}.form-input,.form-select,.form-textarea{width:100%;color:var(--text-main);background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--custom-teal);background:#fff;outline:none;box-shadow:0 0 0 4px #bfdddb66}.form-select option{background:var(--surface-color)}.submit-btn{background:var(--custom-teal);color:#0f172a;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1.1rem;font-family:inherit;font-size:1.1rem;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 10px 15px -3px #bfdddb99}.submit-btn:hover{background:#a9ccc9;transform:translateY(-2px);box-shadow:0 15px 25px -3px #bfdddbcc}.submit-btn:active{transform:translateY(0)}.success-message{text-align:center;padding:2rem 0}.success-icon{color:#10b981;width:64px;height:64px;margin:0 auto 1rem}.success-title{color:#0f172a;margin-bottom:.5rem;font-size:1.7rem;font-weight:800}.fullscreen-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.fullscreen-close{color:#fff;cursor:pointer;z-index:1001;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex;position:absolute;top:2rem;right:2rem}.fullscreen-close:hover{background:var(--custom-teal);color:#000;transform:scale(1.1)}.fullscreen-image{object-fit:contain;max-width:90vw;max-height:90vh}.fs-controls{pointer-events:none;justify-content:space-between;width:100%;padding:0 3rem;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.fs-btn{pointer-events:auto;color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .2s;display:flex}.fs-btn:hover{background:var(--custom-teal);color:#000;transform:scale(1.1)}
