*,:before,:after{box-sizing:border-box}:root{--primary:#1b9dd0;--primary-20:color-mix(in srgb, var(--primary), transparent 80%);--secondary:#f3efff;--app-max-width:430px;font-family:system-ui}body{background:#f4f4f4;justify-content:center;margin:0;display:flex}.app{max-width:var(--app-max-width);background:#fff;width:100%}.header{background:var(--primary-20);flex-direction:column;align-items:center;padding:40px 20px 50px;display:flex;position:relative}.developer-logo{z-index:10;margin-bottom:20px;position:relative}.developer-logo img{object-fit:contain;max-width:120px;max-height:60px;display:block}.developer-logo-background{z-index:0;opacity:.2;pointer-events:none;width:200px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.developer-logo-background img{object-fit:contain;width:100%;height:100%}.profile-img{object-fit:cover;z-index:1;border:8px solid #fff;border-radius:50%;width:120px;height:120px;position:relative;box-shadow:0 10px 20px #0000001a}.agent-name{margin:10px 0 0;font-size:22px}.creci{color:var(--primary);margin:0;font-weight:600}.socials{gap:10px;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.socials a{background:linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--primary), black 15%));border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 6px 14px #00000026}.socials svg{color:#fff;width:18px;height:18px}.socials a[aria-label=Facebook] svg{width:16px;height:16px}.bio{text-align:center;padding:40px 24px 24px}.bio h2{margin-bottom:10px;font-size:18px}.bio p{color:#555;line-height:1.4}.developer-description{color:#666;border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px;font-style:italic}.divider{align-items:center;gap:10px;padding:10px 40px;display:flex}.divider span{background:#ccc;flex:1;height:1px}.diamond{background:var(--primary);width:10px;height:10px;transform:rotate(45deg)}.highlight{padding:20px 20px 0}.highlight h2{font-size:26px;line-height:1.2}.highlight span{color:var(--primary)}.highlight p{color:#555}.carousel{cursor:grab;-webkit-user-select:none;user-select:none;gap:16px;padding:16px;display:flex;overflow-x:auto}.carousel:active{cursor:grabbing}.carousel::-webkit-scrollbar{display:none}.carousel.single-card{cursor:default;overflow-x:hidden}.carousel.single-card:active{cursor:default}.carousel.single-card .card{width:100%;min-width:100%}.card{border-radius:16px;min-width:260px;height:320px;position:relative;overflow:hidden}.card img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.card:after{content:"";background:linear-gradient(#0003,#000000d9);position:absolute;inset:0}.badge{background:var(--primary);color:#fff;z-index:2;border-radius:20px;padding:6px 12px;font-size:12px;position:absolute;top:14px;right:14px}.card-content{color:#fff;z-index:2;position:absolute;bottom:16px;left:16px;right:16px}.size{opacity:.9;font-size:14px}.location{opacity:.8}.carousel-dots{justify-content:center;gap:8px;margin-bottom:20px;display:flex}.carousel-dots span{background:#ccc;border-radius:50%;width:8px;height:8px}.carousel-dots .active{background:var(--primary)}.services{padding:20px}.services h2 span{color:var(--primary)}.primary-btn{background:linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--primary), black 15%));color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:12px;padding:14px;font-size:15px;font-weight:600}.extras{padding:20px}.outline-btn{border:2px solid var(--primary);text-align:center;color:#333;border-radius:10px;margin-top:12px;padding:14px;text-decoration:none;display:block}.property-gallery{margin-bottom:20px}.gallery-main{aspect-ratio:16/9;background:#f3f4f6;border-radius:10px;width:100%;margin-bottom:10px;position:relative;overflow:hidden}.gallery-main img{object-fit:cover;width:100%;height:100%}.gallery-nav{color:#fff;cursor:pointer;z-index:10;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav:hover{background:#000000b3}.gallery-nav.prev{left:10px}.gallery-nav.next{right:10px}.property-characteristics{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px;display:grid}.characteristic-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;padding:10px;display:flex}.characteristic-icon{background:var(--primary-20);width:32px;height:32px;color:var(--primary);border-radius:6px;justify-content:center;align-items:center;display:flex}.characteristic-icon svg{width:18px;height:18px}.characteristic-label{color:#666;font-size:13px;font-weight:500}.characteristic-value{color:#333;font-size:14px;font-weight:600}.property-gallery:has(.property-characteristics:empty){display:none}.whatsapp-btn{right:max(16px, calc((100vw - var(--app-max-width)) / 2 + 12px));z-index:900;text-align:center;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;padding:0;text-decoration:none;transition:transform .2s,box-shadow .2s;display:none;position:fixed;bottom:18px;box-shadow:0 10px 24px #00000047}.whatsapp-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000004d}.whatsapp-btn svg{color:#fff;width:28px;height:28px;display:block}.lead-form{background:linear-gradient(180deg, var(--primary), color-mix(in srgb, var(--primary), black 15%));color:#fff;flex-direction:column;justify-content:center;align-items:center;height:fit-content;padding:30px 20px;display:flex}.lead-small{opacity:.8}.lead-form form{flex-direction:column;align-items:stretch;gap:14px;width:100%;max-width:420px;margin-top:16px;display:flex}.lead-form input{border:none;border-radius:8px;width:100%;padding:14px;font-size:14px}.chat-btn{width:100%;color:var(--primary);cursor:pointer;background:#fff;border:none;border-radius:8px;padding:14px;font-weight:700}.privacy{opacity:.8;margin-top:10px;font-size:12px}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.bottom-sheet{z-index:1000;display:none;position:fixed;inset:0}.bottom-sheet.active{display:block}.sheet-overlay{background:#0006;position:absolute;inset:0}.sheet-content{width:100%;max-width:var(--app-max-width);text-align:center;background:#fff;border-radius:20px 20px 0 0;padding:28px 24px;animation:.25s sheetUp;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@keyframes sheetUp{0%{transform:translate(-50%,100%)}to{transform:translate(-50%)}}.sheet-content h3{margin-bottom:6px}.sheet-subtitle{color:#666;margin-bottom:18px}.sheet-content form{flex-direction:column;gap:12px;display:flex}.sheet-content input{border:1px solid #ddd;border-radius:8px;padding:14px;font-size:14px}.sheet-actions{flex-direction:column;gap:10px;margin-top:6px;display:flex}.cancel-sheet{border:2px solid var(--primary);color:var(--primary);background:#fff}
