@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700&display=swap";
:root{--teal-900:#1a5653;--teal-800:#1f6e6a;--teal-700:#247f7b;--teal-600:#2b8a85;--teal-500:#3aafa9;--teal-400:#5ec4bf;--teal-300:#82d4d0;--teal-200:#b0e5e3;--teal-100:#d9f3f2;--teal-50:#ecf9f8;--green-500:#7bc67e;--green-400:#96d498;--green-300:#b1e2b3;--white:#fff;--gray-50:#f8fafa;--gray-100:#f0f4f4;--gray-200:#e2e8e8;--gray-300:#c5cdcd;--gray-400:#94a3a3;--gray-500:#6b7a7a;--gray-600:#4a5858;--gray-700:#374040;--gray-800:#1f2727;--gray-900:#111818;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 30px #0000001f;--shadow-xl:0 20px 60px #00000026;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--transition:.3s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--gray-800);background:var(--gray-50);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,sans-serif;line-height:1.6}h1,h2,h3,h4{font-family:Playfair Display,serif;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-200);transition:var(--transition);background:#ffffffeb;position:fixed;top:0;left:0;right:0}.header.scrolled{box-shadow:var(--shadow-md)}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:12px 20px;display:flex}.header-logo img{width:auto;height:50px}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{color:var(--gray-600);transition:var(--transition);font-size:.95rem;font-weight:500;position:relative}.nav-links a:after{content:"";background:var(--teal-500);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--teal-500)}.nav-links a:hover:after{width:100%}.nav-whatsapp{color:#fff;transition:var(--transition);background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;display:flex}.nav-whatsapp:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.header-phones{align-items:center;gap:12px;display:flex}.nav-phone{color:var(--gray-700);border:1px solid var(--gray-200);transition:var(--transition);border-radius:50px;align-items:center;gap:6px;padding:8px 14px;font-size:.9rem;font-weight:600;display:inline-flex}.nav-phone:hover{color:var(--teal-500);border-color:var(--teal-500);transform:translateY(-2px)}.mobile-toggle{background:0 0;flex-direction:column;gap:5px;width:28px;padding:0;display:none}.mobile-toggle span{background:var(--gray-700);height:2px;transition:var(--transition);border-radius:2px;display:block}.mobile-menu{border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-lg);background:#fff;padding:20px;display:none;position:fixed;top:74px;left:0;right:0}.mobile-menu.open{display:block}.mobile-menu a{color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:14px 0;font-size:1.1rem;display:block}@media (max-width:768px){.nav-links,.nav-whatsapp,.header-phones{display:none}.mobile-toggle{display:flex}}.hero{align-items:center;min-height:100vh;margin-top:0;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;width:100%;height:100%}.hero-overlay{z-index:1;background:linear-gradient(135deg,#1a5653d9,#3aafa999);position:absolute;inset:0}.hero-content{z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 20px;font-size:.85rem;font-weight:500;display:inline-flex}.hero-badge-dot{background:var(--green-500);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero h1{color:#fff;max-width:700px;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4rem)}.hero h1 span{color:var(--green-400)}.hero p{color:#ffffffd9;max-width:550px;margin-bottom:40px;font-size:1.15rem;line-height:1.7}.search-bar{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);background:#fff;flex-wrap:wrap;gap:8px;max-width:700px;padding:8px;display:flex}.search-bar select,.search-bar input{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--gray-50);min-width:140px;transition:var(--transition);outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:.95rem}.search-bar select:focus,.search-bar input:focus{border-color:var(--teal-500);background:#fff}.search-btn{background:linear-gradient(135deg, var(--teal-500), var(--teal-700));color:#fff;border-radius:var(--radius-sm);transition:var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:600;display:inline-flex}.search-btn:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.custom-select-container{flex:1;min-width:140px;position:relative}.custom-select-trigger{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--gray-50);width:100%;transition:var(--transition);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;outline:none;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;font-family:inherit;font-size:.95rem;display:flex;overflow:hidden}.custom-select-trigger span{text-overflow:ellipsis;overflow:hidden}.custom-select-trigger.placeholder{color:var(--gray-500)}.custom-select-trigger:hover,.custom-select-trigger.open{border-color:var(--teal-500);background:#fff}.custom-select-trigger.open{box-shadow:0 0 0 3px var(--teal-100)}.custom-select-trigger svg{width:16px;height:16px;color:var(--gray-500);transition:transform .3s}.custom-select-trigger.open svg{transform:rotate(180deg)}.custom-select-dropdown{border:1px solid var(--gray-200);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:100;transform-origin:top;background:#fff;max-height:250px;animation:.2s forwards slideDown;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}@keyframes slideDown{0%{opacity:0;transform:scaleY(.95)}to{opacity:1;transform:scaleY(1)}}.custom-select-option{cursor:pointer;color:var(--gray-700);padding:12px 16px;font-size:.95rem;transition:background .2s}.custom-select-option:hover{background:var(--teal-50);color:var(--teal-700)}.custom-select-option.selected{background:var(--teal-100);color:var(--teal-800);font-weight:500}.stats{gap:40px;margin-top:48px;display:flex}.stat-item{text-align:left}.stat-number{color:#fff;font-family:Inter,sans-serif;font-size:2rem;font-weight:800}.stat-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.section{padding:100px 0}.section-header{text-align:center;margin-bottom:60px}.section-tag{text-transform:uppercase;letter-spacing:2px;color:var(--teal-500);margin-bottom:12px;font-size:.8rem;font-weight:600;display:inline-block}.section-header h2{color:var(--gray-900);margin-bottom:16px;font-size:clamp(1.8rem,3vw,2.5rem)}.section-header p{color:var(--gray-500);max-width:600px;margin:0 auto;font-size:1.05rem}.property-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:30px;display:grid}.property-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid var(--gray-100);background:#fff;overflow:hidden}.property-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.property-card-img{height:240px;position:relative;overflow:hidden}.property-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.property-card:hover .property-card-img img{transform:scale(1.08)}.property-card-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:6px 14px;font-size:.75rem;font-weight:600;position:absolute;top:16px;left:16px}.badge-venda{background:var(--teal-500);color:#fff}.badge-aluguel{color:#fff;background:#f59e0b}.property-card-body{padding:24px}.property-card-price{color:var(--teal-700);margin-bottom:8px;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:800}.property-card-price small{color:var(--gray-400);font-size:.8rem;font-weight:400}.property-card-title{color:var(--gray-800);margin-bottom:4px;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:600}.property-card-address{color:var(--gray-400);align-items:center;gap:4px;margin-bottom:16px;font-size:.9rem;display:flex}.property-card-features{border-top:1px solid var(--gray-100);flex-wrap:wrap;justify-content:space-between;gap:12px 8px;padding-top:16px;display:flex}.feature{color:var(--gray-500);white-space:nowrap;align-items:center;gap:6px;font-size:.85rem;display:flex}.feature svg{width:18px;height:18px;color:var(--teal-500);flex-shrink:0}.cta-section{background:linear-gradient(135deg, var(--teal-800), var(--teal-500));text-align:center;padding:80px 0;position:relative;overflow:hidden}.cta-section:before{content:"";background:#7bc67e26;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.cta-section h2{color:#fff;margin-bottom:16px;font-size:2.2rem}.cta-section p{color:#fffc;margin-bottom:32px;font-size:1.1rem}.cta-btn{color:var(--teal-700);transition:var(--transition);background:#fff;border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-size:1rem;font-weight:700;display:inline-flex}.cta-btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.about-preview{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-img-wrapper{border-radius:var(--radius-lg);position:relative;overflow:hidden}.about-img-wrapper img{object-fit:cover;width:100%;height:100%}.about-text h2{color:var(--gray-900);margin-bottom:20px;font-size:2rem}.about-text p{color:var(--gray-500);margin-bottom:16px;line-height:1.8}.about-features{margin-top:24px;list-style:none}.about-features li{color:var(--gray-700);align-items:center;gap:12px;padding:10px 0;font-weight:500;display:flex}.about-features li:before{content:"✓";background:var(--teal-100);width:28px;height:28px;color:var(--teal-600);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.footer{background:var(--gray-900);color:#fff;padding:60px 0 30px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:40px;display:grid}.footer-brand img{height:50px;margin-bottom:16px}.footer-brand p{color:var(--gray-400);font-size:.9rem;line-height:1.7}.footer h4{color:var(--teal-300);margin-bottom:20px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{color:var(--gray-400);transition:var(--transition);font-size:.9rem}.footer-links a:hover{color:var(--teal-400)}.footer-contact-item{color:var(--gray-400);align-items:flex-start;gap:10px;margin-bottom:12px;font-size:.9rem;display:flex}.footer-bottom{border-top:1px solid var(--gray-700);color:var(--gray-500);justify-content:space-between;align-items:center;padding-top:24px;font-size:.85rem;display:flex}.footer-social{gap:12px;display:flex}.footer-social a{background:var(--gray-800);width:36px;height:36px;color:var(--gray-400);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-social a:hover{background:var(--teal-500);color:#fff}.page-hero{background:linear-gradient(135deg, var(--teal-800), var(--teal-600));text-align:center;padding:140px 0 60px}.page-hero h1{color:#fff;margin-bottom:12px;font-size:2.5rem}.page-hero p{color:#fffc;font-size:1.1rem}.contact-grid{grid-template-columns:1fr 1fr;gap:40px;padding:60px 0;display:grid}.contact-form{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;padding:40px}.form-group{margin-bottom:20px}.form-group label{color:var(--gray-700);margin-bottom:6px;font-size:.9rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--gray-200);border-radius:var(--radius-sm);width:100%;transition:var(--transition);background:var(--gray-50);outline:none;padding:14px 16px;font-family:inherit;font-size:.95rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--teal-500);background:#fff}.form-group textarea{resize:vertical;min-height:120px}.form-submit{background:linear-gradient(135deg, var(--teal-500), var(--teal-700));color:#fff;border-radius:var(--radius-sm);width:100%;transition:var(--transition);padding:16px;font-size:1rem;font-weight:600}.form-submit:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.contact-info-cards{flex-direction:column;gap:20px;display:flex}.contact-info-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);transition:var(--transition);background:#fff;align-items:flex-start;gap:16px;padding:28px;display:flex}.contact-info-card:hover{box-shadow:var(--shadow-md)}.contact-icon{background:var(--teal-100);width:48px;height:48px;color:var(--teal-600);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.contact-info-card h4{color:var(--gray-800);margin-bottom:4px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.contact-info-card p{color:var(--gray-500);font-size:.9rem}.sobre-content{padding:60px 0}.sobre-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:60px;display:grid}.sobre-text h2{color:var(--gray-900);margin-bottom:20px;font-size:2rem}.sobre-text p{color:var(--gray-500);margin-bottom:16px;line-height:1.8}.valores-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;display:grid}.valor-card{text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);transition:var(--transition);background:#fff;padding:40px 24px}.valor-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.valor-icon{background:linear-gradient(135deg, var(--teal-100), var(--teal-200));border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:1.5rem;display:flex}.valor-card h3{color:var(--gray-800);margin-bottom:10px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600}.valor-card p{color:var(--gray-500);font-size:.9rem;line-height:1.6}.time-section{background:var(--gray-50);padding:80px 0}.time-grid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto;display:grid}.time-card{text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);transition:var(--transition);background:#fff;padding:32px 24px}.time-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.time-foto-wrapper{border:4px solid var(--teal-100);width:160px;height:160px;box-shadow:var(--shadow-sm);border-radius:50%;margin:0 auto 20px;overflow:hidden}.time-foto-wrapper img{object-fit:cover;width:100%;height:100%;display:block}.time-card h3{color:var(--gray-800);margin-bottom:6px;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:600}.time-creci{color:var(--teal-600,#247f7b);letter-spacing:.3px;font-size:.9rem;font-weight:600}.imovel-detail{padding:100px 0 60px}.imovel-gallery{border-radius:var(--radius-lg);grid-template-columns:2fr 1fr;gap:12px;max-height:500px;margin-bottom:40px;display:grid;overflow:hidden}.imovel-gallery img{object-fit:cover;width:100%;height:100%}.imovel-info-grid{grid-template-columns:2fr 1fr;gap:40px;display:grid}.imovel-description h1{margin-bottom:8px;font-size:1.8rem}.imovel-location{color:var(--gray-400);align-items:center;gap:6px;margin-bottom:24px;display:flex}.imovel-features-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:30px;display:grid}.imovel-feature-item{background:var(--gray-50);border-radius:var(--radius-sm);align-items:center;gap:12px;padding:16px;display:flex}.imovel-feature-item span:first-child{font-size:1.3rem}.imovel-feature-item .feat-label{color:var(--gray-400);font-size:.85rem}.imovel-feature-item .feat-value{color:var(--gray-800);font-weight:600}.imovel-desc-text{color:var(--gray-600);line-height:1.8}.imovel-sidebar{position:sticky;top:100px}.imovel-price-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--gray-100);background:#fff;padding:32px}.imovel-price{color:var(--teal-700);margin-bottom:4px;font-family:Inter,sans-serif;font-size:2rem;font-weight:800}.imovel-price-type{color:var(--gray-400);margin-bottom:24px;font-size:.9rem}.imovel-contact-btn{border-radius:var(--radius-sm);width:100%;transition:var(--transition);justify-content:center;align-items:center;gap:10px;margin-bottom:12px;padding:16px;font-size:1rem;font-weight:600;display:flex}.btn-whatsapp{color:#fff;background:#25d366}.btn-whatsapp:hover{background:#1da851}.btn-telefone{background:var(--teal-500);color:#fff}.btn-telefone:hover{background:var(--teal-600)}.filter-bar{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;flex-wrap:wrap;gap:12px;margin-bottom:40px;padding:24px;display:flex}.filter-bar select,.filter-bar input{border:1px solid var(--gray-200);border-radius:var(--radius-sm);background:var(--gray-50);outline:none;flex:1;min-width:160px;padding:12px 16px;font-family:inherit;font-size:.9rem}@media (max-width:1024px){.property-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.sobre-grid,.about-preview{grid-template-columns:1fr}.valores-grid,.time-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero h1{font-size:2rem}.search-bar{flex-direction:column}.stats{flex-wrap:wrap;gap:24px}.stat-number{font-size:1.5rem}.property-grid,.contact-grid,.imovel-info-grid{grid-template-columns:1fr}.imovel-gallery{grid-template-columns:1fr;max-height:300px}.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:12px}.valores-grid,.time-grid,.imovel-features-grid{grid-template-columns:1fr}.section{padding:60px 0}}.fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}.skeleton{background:linear-gradient(90deg, var(--gray-100) 25%, var(--gray-200) 50%, var(--gray-100) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.global-loader{width:100%;min-height:50vh;color:var(--teal-600);flex-direction:column;justify-content:center;align-items:center;display:flex}.spinner{border:4px solid #3aafa933;border-top-color:var(--teal-500);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.floating-whatsapp{color:#fff;z-index:9999;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 14px #00000040}.floating-whatsapp svg{fill:#fff;width:35px;height:35px}.floating-whatsapp:hover{color:#fff;transform:translateY(-5px)scale(1.05);box-shadow:0 6px 20px #0000004d}@media (max-width:768px){.floating-whatsapp{width:50px;height:50px;bottom:20px;right:20px}.floating-whatsapp svg{width:30px;height:30px}}
