.vitrine-card-media{cursor:pointer}.media-hover-overlay{position:absolute;inset:0;background:rgba(15,23,42,.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:8;pointer-events:none}.vitrine-card-media:hover .media-hover-overlay{opacity:1}.zoom-pill{background:rgba(15,23,42,.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;padding:.45rem .9rem;border-radius:2rem;font-size:.8rem;font-weight:700;display:flex;align-items:center;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #0000004d}.property-modal-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem}.property-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.property-modal-card{position:relative;background:#ffffff;width:100%;max-width:1020px;max-height:90vh;overflow-y:auto;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000059;z-index:10;animation:modalFadeIn .3s cubic-bezier(.16,1,.3,1)}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.property-modal-close{position:absolute;top:1.25rem;right:1.25rem;width:38px;height:38px;border-radius:50%;background:#f1f5f9;color:#334155;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .2s ease}.property-modal-close:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.modal-grid-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:0}@media (max-width: 850px){.modal-grid-layout{grid-template-columns:1fr}}.modal-gallery-column{background:#0f172a;display:flex;flex-direction:column;border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem;overflow:hidden}@media (max-width: 850px){.modal-gallery-column{border-bottom-left-radius:0;border-top-right-radius:1.5rem}}.modal-hero-stage{position:relative;width:100%;aspect-ratio:16 / 10;background:#0f172a;overflow:hidden}.modal-hero-stage img{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .25s ease}.modal-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:rgba(15,23,42,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease}.modal-nav-btn:hover{background:#2563eb;transform:translateY(-50%) scale(1.1)}.modal-nav-btn.prev{left:1rem}.modal-nav-btn.next{right:1rem}.modal-badge{position:absolute;bottom:1rem;right:1rem;background:rgba(15,23,42,.8);backdrop-filter:blur(8px);color:#fff;font-size:.8rem;font-weight:700;padding:.3rem .8rem;border-radius:1rem;border:1px solid rgba(255,255,255,.2)}.modal-thumbnails-strip{display:flex;gap:.5rem;padding:1rem;overflow-x:auto;background:#020617}.modal-thumb{width:70px;height:50px;flex-shrink:0;border-radius:.5rem;overflow:hidden;border:2px solid transparent;padding:0;background:none;cursor:pointer;opacity:.6;transition:all .2s ease}.modal-thumb:hover,.modal-thumb.active{opacity:1;border-color:#2563eb}.modal-thumb img{width:100%;height:100%;object-fit:cover}.modal-info-column{padding:2.25rem 2rem;display:flex;flex-direction:column;justify-content:space-between}.modal-price-tag{font-size:1.85rem;font-weight:800;color:#1e3a8a;margin-bottom:.35rem;font-family:var(--font-display);letter-spacing:-.02em}.modal-title{font-size:1.35rem;font-weight:700;color:#0f172a;margin-bottom:.65rem;line-height:1.35}.modal-location{font-size:.925rem;color:#64748b;font-weight:500;margin-bottom:1rem;display:flex;align-items:center}.modal-specs-pills{display:flex;gap:.6rem;margin-bottom:1.5rem}.modal-description-block{border-top:1px solid #e2e8f0;padding-top:1.25rem;margin-bottom:1.75rem}.modal-description-block h3{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.modal-description-block p{font-size:.925rem;color:#334155;line-height:1.6}.modal-actions-block{border-top:1px solid #e2e8f0;padding-top:1.25rem}.card-carousel-stage{position:relative;width:100%;height:100%;overflow:hidden;background:#0f172a}.card-carousel-stage img{width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .3s ease,transform .4s ease}.carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:rgba(15,23,42,.65);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.3);font-size:1.2rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000040}.carousel-nav-btn:hover{background:rgba(37,99,235,.9);border-color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 16px #2563eb66}.carousel-nav-btn.prev{left:.6rem}.carousel-nav-btn.next{right:.6rem}.carousel-badge{position:absolute;top:.75rem;right:.75rem;background:rgba(15,23,42,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-size:.725rem;font-weight:700;padding:.25rem .65rem;border-radius:1rem;letter-spacing:.03em;z-index:10;border:1px solid rgba(255,255,255,.25);box-shadow:0 2px 8px #0003}.carousel-dots-bar{position:absolute;bottom:.65rem;left:50%;transform:translate(-50%);display:flex;gap:.35rem;z-index:10;padding:.3rem .55rem;background:rgba(15,23,42,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:1rem;border:1px solid rgba(255,255,255,.15)}.carousel-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;transition:all .25s ease}.carousel-dot.active{background:#ffffff;width:16px;border-radius:3px}.agency-services-summary{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.service-pill{background:#f1f5f9;color:#334155;font-size:.775rem;font-weight:700;padding:.25rem .75rem;border-radius:1rem;border:1px solid #e2e8f0}.main-contact-section{padding:5rem 0;background:linear-gradient(180deg,#f8fafc 0%,#edf2f7 100%)}.contact-card-wrapper{background:#ffffff;border-radius:1.5rem;padding:3.5rem 3rem;box-shadow:0 20px 50px #0f172a12;border:1px solid #e2e8f0;max-width:900px;margin:0 auto}.contact-header-block{text-align:center;margin-bottom:2.5rem}.contact-pill-badge{display:inline-block;background:#e0e7ff;color:#1e40af;font-size:.75rem;font-weight:800;letter-spacing:.08em;padding:.35rem .9rem;border-radius:2rem;margin-bottom:.75rem}.contact-card-title{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:.75rem;letter-spacing:-.02em}.contact-card-subtitle{color:#64748b;font-size:1.05rem;line-height:1.6;max-width:720px;margin:0 auto}.modern-contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-field-group{display:flex;flex-direction:column;gap:.45rem}.form-field-group label{font-size:.875rem;font-weight:700;color:#1e293b}.required-star{color:#dc2626}.modern-input,.modern-select,.modern-textarea{width:100%;padding:.85rem 1.1rem;border-radius:.75rem;border:1.5px solid #cbd5e1;background:#ffffff;color:#0f172a;font-size:.95rem;font-weight:500;transition:all .2s ease;outline:none;font-family:inherit}.modern-input:focus,.modern-select:focus,.modern-textarea:focus{border-color:#1e40af;box-shadow:0 0 0 4px #1e40af1f;background:white}.btn-submit-modern{width:100%;padding:1.05rem;border-radius:.75rem;font-size:1.05rem;font-weight:700;box-shadow:0 8px 20px #1e40af40;transition:all .3s ease}.btn-submit-modern:hover{transform:translateY(-2px);box-shadow:0 12px 28px #1e40af59}.form-feedback-banner{padding:1rem 1.25rem;border-radius:.75rem;font-weight:600;font-size:.95rem;margin-top:1rem;text-align:center;line-height:1.5}.form-feedback-banner.success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.form-feedback-banner.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}@media (max-width: 768px){.contact-card-wrapper{padding:2rem 1.5rem}.form-row-2{grid-template-columns:1fr}.contact-card-title{font-size:1.75rem}}.triple-pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.pillar-card{background:white;border-radius:1.25rem;padding:2.25rem 1.75rem;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0000000a;display:flex;flex-direction:column;position:relative;transition:all .3s ease}.pillar-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0f172a1a;border-color:#cbd5e1}.featured-pillar{border:2px solid #3b82f6;box-shadow:0 10px 30px #3b82f626;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)}.pillar-badge{align-self:flex-start;background:#e0e7ff;color:#3730a3;font-size:.75rem;font-weight:700;padding:.35rem .85rem;border-radius:1rem;letter-spacing:.05em;margin-bottom:1rem}.pillar-gold{background:linear-gradient(135deg,#d97706 0%,#b45309 100%);color:#fff}.coverage-section{background:#0f172a;color:#fff;padding:4.5rem 0;border-radius:2rem;margin:3rem 0}.coverage-card{text-align:center;max-width:900px;margin:0 auto}.coverage-subtitle{color:#94a3b8;font-size:1.1rem;line-height:1.6;margin-top:1rem}.coverage-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2.5rem 0;text-align:left}.coverage-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:1.75rem;border-radius:1rem}.coverage-region-title{color:#60a5fa;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.coverage-pills{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}.geo-pill{background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3);color:#93c5fd;padding:.4rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600}@media (max-width: 992px){.triple-pillar-grid,.coverage-grid{grid-template-columns:1fr}}.hero-section{position:relative;padding:7rem 0 5rem;background:linear-gradient(135deg,#0b172a 0%,#1e3a8a 55%,#0f172a 100%);color:#fff;overflow:hidden}.hero-background{position:absolute;inset:0;pointer-events:none}.hero-glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.35}.hero-glow-1{width:450px;height:450px;background:#2563eb;top:-100px;left:-100px}.hero-glow-2{width:500px;height:500px;background:#d97706;bottom:-150px;right:-100px}.hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);padding:.4rem 1.1rem;border-radius:2rem;font-size:.775rem;font-weight:700;letter-spacing:.06em;margin-bottom:1.75rem;color:#cbd5e1}.badge-dot{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 8px #10b981}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.25rem;line-height:1.15;letter-spacing:-.03em}.text-gradient{background:linear-gradient(135deg,#60a5fa 0%,#fbbf24 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.2rem;margin-bottom:2.5rem;color:#94a3b8;line-height:1.6;max-width:720px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;margin-bottom:3.5rem}.btn-large{padding:.9rem 2.2rem;font-size:1.05rem;border-radius:.75rem}.hero-phone-btn{color:#fff;border-color:#ffffff4d}.hero-phone-btn:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff}.hero-stats{display:flex;align-items:center;justify-content:space-around;background:rgba(15,23,42,.6);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(16px);padding:1.5rem 2rem;border-radius:1.25rem;box-shadow:0 20px 40px #0000004d}.stat-card{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:1.85rem;font-weight:800;color:#38bdf8;font-family:var(--font-display);line-height:1;margin-bottom:.25rem}.stat-label{font-size:.825rem;color:#cbd5e1;font-weight:600}.stat-divider{width:1px;height:35px;background:rgba(255,255,255,.12)}.agencies-section{background:#f8fafc;padding:5rem 0}.agencies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.agency-card-modern{background:white;border-radius:1.25rem;border:1px solid rgba(226,232,240,.9);box-shadow:0 8px 30px #0f172a0d;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease}.agency-card-modern:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0f172a1a;border-color:#2563eb4d}.agency-card-header{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);color:#fff;padding:1.75rem 2rem;position:relative}.agency-badge{display:inline-block;background:rgba(255,255,255,.15);color:#93c5fd;font-size:.75rem;font-weight:700;padding:.2rem .6rem;border-radius:.4rem;margin-bottom:.6rem;text-transform:uppercase}.agency-card-title{font-size:1.35rem;font-weight:800;color:#fff;margin-bottom:.4rem}.agency-card-address{font-size:.9rem;color:#cbd5e1}.agency-card-body{padding:1.75rem 2rem;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}.team-snippet-group{display:flex;gap:1.5rem;flex-wrap:wrap}.team-snippet{display:flex;align-items:center;gap:.85rem}.team-avatar{width:42px;height:42px;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);color:#fff;font-weight:800;font-size:1.1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #2563eb4d}.team-name{font-weight:700;font-size:.95rem;color:#0f172a}.team-role{font-size:.8rem;color:#64748b;font-weight:600}.agency-hours-info{font-size:.875rem;color:#475569;background:#f1f5f9;padding:.6rem 1rem;border-radius:.6rem;font-weight:600}.agency-card-footer{padding:1.25rem 2rem;background:#fafafa;border-top:1px solid #f1f5f9;display:flex;gap:.85rem}.agency-card-footer .btn{flex:1;font-size:.875rem}.services-section{padding:5rem 0;background:white}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem}.service-card{background:#ffffff;border-radius:1.25rem;padding:2rem;border:1px solid rgba(226,232,240,.9);box-shadow:0 4px 20px #0f172a0d;transition:all .3s ease;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0f172a1a;border-color:#2563eb4d}.service-icon{font-size:2.5rem;margin-bottom:1.25rem;display:inline-block}.service-title{font-size:1.3rem;font-weight:800;color:#0f172a;margin-bottom:.75rem}.service-description{color:#64748b;font-size:.925rem;line-height:1.6;margin-bottom:1.25rem;flex:1}.service-features{list-style:none;margin-bottom:1.5rem}.service-features li{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem;color:#334155;font-size:.85rem;font-weight:500}.service-features li:before{content:"✓";width:18px;height:18px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#fff;font-weight:700;flex-shrink:0}.service-cta{color:#2563eb;font-weight:700;font-size:.9rem;text-decoration:none;transition:color .2s ease}.service-cta:hover{color:#1d4ed8;text-decoration:underline}.vitrine-filter-tabs{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.filter-btn{background:white;border:1px solid #cbd5e1;color:#334155;padding:.5rem 1.25rem;border-radius:2rem;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 6px #00000008}.filter-btn:hover{border-color:#2563eb;color:#2563eb;background:#f0f6ff}.filter-btn.active{background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);color:#fff;border-color:transparent;box-shadow:0 4px 12px #2563eb4d}.vitrine-card{background:white;border-radius:1.25rem;overflow:hidden;border:1px solid rgba(226,232,240,.9);box-shadow:0 4px 20px -4px #0f172a0f,0 2px 6px -1px #0f172a0a;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;height:100%}.vitrine-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px -10px #0f172a1f;border-color:#2563eb4d}.vitrine-card-media{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background:#0f172a}.vitrine-card-media img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.vitrine-card:hover .vitrine-card-media img{transform:scale(1.05)}.vitrine-badge{position:absolute;top:.75rem;left:.75rem;padding:.3rem .75rem;border-radius:2rem;font-size:.725rem;font-weight:800;color:#fff;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 4px 10px #0003;backdrop-filter:blur(4px);z-index:10}.badge-vente{background:linear-gradient(135deg,#059669 0%,#10b981 100%)}.badge-location{background:linear-gradient(135deg,#d97706 0%,#f59e0b 100%)}.vitrine-card-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.vitrine-card-price{font-size:1.4rem;font-weight:800;color:#1e3a8a;margin-bottom:.35rem;font-family:var(--font-display);letter-spacing:-.02em}.vitrine-card-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.4rem;line-height:1.35;min-height:2.7em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vitrine-card-location{font-size:.85rem;color:#64748b;font-weight:500;margin-bottom:.75rem;display:flex;align-items:center}.vitrine-card-specs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem}.spec-pill{background:#eff6ff;color:#1d4ed8;border:1px solid #dbeafe;padding:.25rem .65rem;border-radius:.5rem;font-size:.775rem;font-weight:600}.vitrine-card-desc{font-size:.875rem;color:#475569;line-height:1.5;margin-bottom:1.25rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vitrine-card-actions{display:flex;gap:.6rem;margin-top:auto}.vitrine-card-actions .btn{flex:1;font-size:.825rem;padding:.55rem .75rem;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}font-size: 3rem; width: 80px; height: 80px; background: linear-gradient(135deg,#10b981 0%,#34d399 100%); border-radius: 20px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .agency-name{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.agency-speciality{background:linear-gradient(135deg,#10b981 0%,#34d399 100%);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:inline-block}.agency-content{margin-bottom:2rem}.agency-details{margin-bottom:1.5rem}.detail-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.detail-icon{font-size:1rem;width:20px;text-align:center;flex-shrink:0;margin-top:.125rem}.detail-text{color:#475569;font-size:.9rem;line-height:1.5}.agency-contact{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:rgba(59,130,246,.05);border-radius:12px;transition:all .3s ease;text-decoration:none;color:#475569;border:1px solid rgba(59,130,246,.1)}.contact-item:hover{background:rgba(59,130,246,.1);color:#1e40af;transform:translate(4px)}.contact-icon{font-size:1rem;width:20px;text-align:center;flex-shrink:0}.contact-text{font-weight:500;font-size:.9rem}.agency-actions{display:flex;gap:.75rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;flex:1;justify-content:center}.btn-primary{background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);color:#fff;box-shadow:0 4px 15px #3b82f64d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.btn-secondary{background:linear-gradient(135deg,#6b7280 0%,#4b5563 100%);color:#fff;box-shadow:0 4px 15px #6b72804d}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6b728066}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-outline:hover{background:rgba(255,255,255,.1);border-color:#ffffff80}.btn-icon{font-size:1rem}.properties-section{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:2rem;margin-bottom:3rem}@media (max-width: 768px){.properties-grid{grid-template-columns:1fr;gap:1.5rem}}.property-card{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e2e8f0;display:flex;flex-direction:column;height:100%}.property-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.property-image{position:relative;height:220px;overflow:hidden}.property-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.property-card:hover .property-image img{transform:scale(1.05)}.image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);display:flex;align-items:center;justify-content:center}.house-icon{font-size:3rem;opacity:.6;color:#64748b}.property-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;backdrop-filter:blur(10px);box-shadow:0 2px 8px #00000026}.property-badge.vente{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff}.property-badge.location{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff}.property-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.property-header{margin-bottom:1rem}.property-title{font-size:1.375rem;font-weight:700;color:#1e293b;margin:0 0 .75rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-price{font-size:1.75rem;font-weight:800;color:#059669;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.property-location{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem;margin-bottom:1rem;font-weight:500}.property-details{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.detail-item{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);padding:.5rem 1rem;border-radius:12px;font-size:.875rem;font-weight:600;color:#475569;border:1px solid #e2e8f0;display:flex;align-items:center;gap:.25rem}.property-description-collapsed{margin:0 0 1.5rem;animation:fadeIn .3s ease-in-out}.property-description{color:#64748b;font-size:.875rem;line-height:1.6;margin:0;padding:1rem;background:#f8fafc;border-radius:8px;border-left:4px solid #3b82f6}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.property-actions{display:flex;gap:.75rem;margin-top:auto;padding-top:1rem;border-top:1px solid #f1f5f9}.btn-small{padding:.75rem 1.25rem;font-size:.875rem;border-radius:12px;flex:1;text-align:center;font-weight:600;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-outline{background:transparent;color:#3b82f6;border:2px solid #3b82f6}.btn-outline:hover{background:#3b82f6;color:#fff;transform:translateY(-1px)}.btn-secondary{background:linear-gradient(135deg,#64748b 0%,#475569 100%);color:#fff;border:none}.btn-secondary:hover{background:linear-gradient(135deg,#475569 0%,#334155 100%);transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;border:none}.btn-primary:hover{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);transform:translateY(-1px)}.toggle-text{margin-right:.25rem}.toggle-icon{font-size:.75rem}.property-card.expanded .btn-icon{transform:rotate(180deg)}.property-details-expanded{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1.5rem}.expanded-content{max-width:none}.expanded-section{margin-bottom:1.5rem}.expanded-section:last-child{margin-bottom:0}.expanded-section h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.property-description{color:#475569;line-height:1.6;margin:0}.characteristics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.characteristic{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.char-label{color:#64748b;font-weight:500}.char-value{color:#1e293b;font-weight:600}.equipment-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem}.equipment-item{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.875rem}.equipment-icon{color:#10b981;font-weight:700}.loading-state,.error-state{grid-column:1 / -1;text-align:center;padding:3rem}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.refresh-btn{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.refresh-btn:hover{background:#2563eb}.properties-cta{text-align:center}.syndic-section{padding:6rem 0;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%)}.syndic-content{max-width:1200px;margin:0 auto}.syndic-main{margin-bottom:3rem}.syndic-card{background:white;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(59,130,246,.1);transition:all .4s cubic-bezier(.4,0,.2,1)}.syndic-card.featured{border:2px solid #3b82f6;background:linear-gradient(135deg,#ffffff 0%,#eff6ff 100%)}.syndic-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #3b82f626}.syndic-icon{font-size:4rem;margin-bottom:1.5rem;display:block;text-align:center}.syndic-icon-small{font-size:2.5rem;margin-bottom:1rem;display:block;text-align:center}.syndic-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1rem;text-align:center}.syndic-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem;text-align:center;font-size:1.1rem}.syndic-features{list-style:none;margin-bottom:2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.syndic-features li{color:#475569;font-size:1rem;padding:.5rem 0}.syndic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.syndic-card h4{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem;text-align:center}.syndic-card p{color:#64748b;line-height:1.6;text-align:center}@media (max-width: 1200px){.agencies-grid{grid-template-columns:1fr;max-width:600px}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{flex-direction:column;align-items:center}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:2rem}.agencies-grid{grid-template-columns:1fr;gap:1.5rem}.agency-card{padding:2rem}.agency-header{flex-direction:column;text-align:center;gap:1rem}.agency-actions{flex-direction:column}.properties-grid{grid-template-columns:1fr;gap:1.5rem}.property-header{flex-direction:column;align-items:flex-start}.property-title{margin-right:0;margin-bottom:.5rem}.property-actions{flex-direction:column}.characteristics-grid,.equipment-list,.syndic-features,.syndic-grid{grid-template-columns:1fr}}@media (max-width: 480px){.hero-title,.section-title{font-size:2rem}.service-card,.agency-card{padding:1.5rem}}
