@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700;800;900&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--tp-primary:#2563eb;--tp-secondary:#1e40af;--tp-accent:#f59e0b;--tp-success:#10b981;--tp-text-primary:#1f2937;--tp-text-secondary:#6b7280;--tp-text-light:#9ca3af;--tp-text-white:#fff;--tp-bg-primary:#fff;--tp-bg-secondary:#f9fafb;--tp-bg-accent:#eff6ff;--tp-border:#e5e7eb;--tp-shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--tp-shadow:0 4px 6px -1px rgba(0,0,0,.1);--tp-shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--tp-shadow-xl:0 20px 25px -5px rgba(0,0,0,.1)}.testing-properties-theme{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--tp-text-primary);background:var(--tp-bg-primary)}.testing-properties-theme h1,.testing-properties-theme h2,.testing-properties-theme h3,.testing-properties-theme h4,.testing-properties-theme h5,.testing-properties-theme h6{font-family:Poppins,sans-serif;font-weight:700;line-height:1.2;color:var(--tp-text-primary);margin-bottom:1rem}.testing-properties-theme h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;letter-spacing:-.02em}.testing-properties-theme h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.01em}.testing-properties-theme h3{font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.testing-properties-theme p{font-size:1.125rem;line-height:1.7;color:var(--tp-text-secondary);margin-bottom:1rem}.tp-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.tp-section{padding:5rem 0;position:relative;overflow:hidden}.tp-section-alt{background:var(--tp-bg-secondary)}.tp-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;position:relative;white-space:nowrap}.tp-btn-primary{background:var(--tp-primary);color:var(--tp-text-white);box-shadow:var(--tp-shadow)}.tp-btn-primary:hover{background:var(--tp-secondary);transform:translateY(-2px);box-shadow:var(--tp-shadow-lg)}.tp-btn-secondary{background:transparent;color:var(--tp-primary);border:2px solid var(--tp-primary)}.tp-btn-secondary:hover{background:var(--tp-primary);color:var(--tp-text-white);transform:translateY(-2px)}.tp-btn-gold{background:var(--tp-accent);color:var(--tp-text-white);box-shadow:var(--tp-shadow)}.tp-btn-gold:hover{background:#d97706;transform:translateY(-2px);box-shadow:var(--tp-shadow-lg)}.tp-card{background:var(--tp-bg-primary);border-radius:1rem;box-shadow:var(--tp-shadow);border:1px solid var(--tp-border);transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;height:100%}.tp-card:hover{transform:translateY(-4px);box-shadow:var(--tp-shadow-xl)}.tp-header{position:fixed;top:0;left:0;right:0;z-index:50;background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px);border-bottom:1px solid var(--tp-border);transition:all .3s ease}.tp-header-scrolled{box-shadow:var(--tp-shadow)}.tp-logo{gap:1rem;text-decoration:none}.tp-logo,.tp-logo-icon{display:flex;align-items:center}.tp-logo-icon{width:3rem;height:3rem;background:var(--tp-primary);border-radius:.75rem;justify-content:center;color:var(--tp-text-white);font-weight:800;font-size:1.25rem}.tp-logo-text h1{font-size:1.5rem;font-weight:800;margin:0;color:var(--tp-text-primary)}.tp-logo-text p{font-size:.875rem;margin:0;color:var(--tp-text-light)}.tp-nav{display:flex;align-items:center;gap:2rem}.tp-nav-link{color:var(--tp-text-secondary);text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative;background:none;border:none;cursor:pointer}.tp-nav-link:hover{color:var(--tp-primary)}.tp-hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--tp-bg-primary) 0,var(--tp-bg-accent) 100%);position:relative;padding-top:5rem}.tp-hero-content{width:100%}.tp-hero-badge{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:var(--tp-bg-accent);border:1px solid var(--tp-primary);border-radius:2rem;color:var(--tp-primary);font-size:.875rem;font-weight:600;margin-bottom:2rem}.tp-hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--tp-text-primary)}.tp-hero-subtitle{font-size:clamp(1.25rem,2.5vw,1.5rem);color:var(--tp-text-secondary);margin-bottom:2rem;max-width:600px}.tp-hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.tp-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:400px}.tp-stats-card{background:var(--tp-bg-primary);border-radius:1rem;padding:2rem 1.5rem;text-align:center;border:1px solid var(--tp-border);box-shadow:var(--tp-shadow)}.tp-stats-number{font-size:2.5rem;font-weight:800;color:var(--tp-primary);font-family:Poppins,sans-serif;margin-bottom:.5rem}.tp-stats-label{color:var(--tp-text-secondary);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.tp-service-card{padding:3rem 2rem;text-align:center;height:100%;display:flex;flex-direction:column;align-items:center}.tp-service-icon{width:5rem;height:5rem;background:linear-gradient(135deg,var(--tp-primary) 0,var(--tp-secondary) 100%);border-radius:1.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;color:var(--tp-text-white);font-size:1.75rem;box-shadow:var(--tp-shadow)}.tp-service-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--tp-text-primary)}.tp-service-description{color:var(--tp-text-secondary);line-height:1.6;flex:1}.tp-property-card{overflow:hidden;height:100%;display:flex;flex-direction:column;background:var(--tp-bg-primary);border-radius:1.5rem;box-shadow:var(--tp-shadow);border:1px solid var(--tp-border);transition:all .3s cubic-bezier(.4,0,.2,1)}.tp-property-card:hover{transform:translateY(-8px);box-shadow:var(--tp-shadow-xl)}.tp-property-image{height:280px;background:var(--tp-bg-secondary);position:relative;overflow:hidden}.tp-property-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.tp-property-card:hover .tp-property-image img{transform:scale(1.05)}.tp-property-badge{left:1.5rem;background:var(--tp-primary);text-transform:uppercase;letter-spacing:.05em}.tp-property-badge,.tp-property-status{position:absolute;top:1.5rem;color:var(--tp-text-white);padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600}.tp-property-status{right:1.5rem;background:var(--tp-success)}.tp-property-content{padding:2rem;flex:1;display:flex;flex-direction:column}.tp-property-location{display:flex;align-items:center;color:var(--tp-text-light);font-size:.875rem;font-weight:500;margin-bottom:1rem}.tp-property-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--tp-text-primary)}.tp-property-price{font-size:2rem;font-weight:800;color:var(--tp-accent);font-family:Poppins,sans-serif;margin-bottom:1.5rem}.tp-property-details{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;color:var(--tp-text-secondary);font-size:.875rem;font-weight:500}.tp-property-features{margin-bottom:2rem}.tp-property-actions{display:flex;gap:1rem;margin-top:auto}.tp-contact-card{padding:2.5rem;height:100%}.tp-contact-icon{width:4rem;height:4rem;background:linear-gradient(135deg,var(--tp-primary) 0,var(--tp-secondary) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:var(--tp-text-white);font-size:1.5rem;margin-bottom:1.5rem;box-shadow:var(--tp-shadow)}.tp-contact-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--tp-text-primary)}.tp-contact-details{color:var(--tp-text-secondary);line-height:1.6}.tp-contact-details,.tp-form-group{margin-bottom:1.5rem}.tp-form-label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--tp-text-primary);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.tp-form-input,.tp-form-textarea{width:100%;padding:1rem 1.25rem;border:2px solid var(--tp-border);border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:var(--tp-bg-primary);color:var(--tp-text-primary)}.tp-form-input:focus,.tp-form-textarea:focus{outline:none;border-color:var(--tp-primary);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.tp-whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:4rem;height:4rem;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--tp-text-white);font-size:1.5rem;box-shadow:var(--tp-shadow-xl);z-index:1000;transition:all .3s ease;animation:tp-pulse 2s infinite;cursor:pointer;border:none}.tp-whatsapp-float:hover{transform:scale(1.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}@keyframes tp-pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.7)}70%{box-shadow:0 0 0 10px rgba(37,211,102,0)}to{box-shadow:0 0 0 0 rgba(37,211,102,0)}}.tp-footer{background:var(--tp-text-primary);color:var(--tp-text-white);padding:4rem 0 2rem}.tp-footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.tp-footer-section h4{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--tp-text-white)}.tp-footer-section a,.tp-footer-section p{color:#9ca3af;text-decoration:none;line-height:1.6;transition:color .3s ease}.tp-footer-section a:hover{color:var(--tp-text-white)}.tp-footer-bottom{border-top:1px solid #374151;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.tp-gradient-text{background:linear-gradient(135deg,var(--tp-primary) 0,var(--tp-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tp-text-center{text-align:center}.tp-mb-0{margin-bottom:0}.tp-mb-1{margin-bottom:.5rem}.tp-mb-2{margin-bottom:1rem}.tp-mb-3{margin-bottom:1.5rem}.tp-mb-4{margin-bottom:2rem}.tp-mb-6{margin-bottom:3rem}.tp-mb-8{margin-bottom:4rem}@media (max-width:1024px){.tp-container{padding:0 1rem}.tp-section{padding:4rem 0}}@media (max-width:768px){.tp-hero-buttons{flex-direction:column;width:100%}.tp-btn{width:100%;justify-content:center}.tp-stats-grid{max-width:none}.tp-property-actions{flex-direction:column}.tp-nav{display:none}.tp-hero{text-align:center;padding-top:6rem}.tp-contact-card,.tp-service-card{padding:2rem 1.5rem}}@media (max-width:480px){.tp-container{padding:0 1rem}.tp-section{padding:3rem 0}}