*{box-sizing:border-box}body{background:#fafbfc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;color:#1e293b}.annuncio-wrapper{background:#fafbfc;min-height:100vh;padding-top:75px}.annuncio-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem}.page-header{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:2rem;margin-bottom:1.75rem}.header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.property-badge,.property-category{display:inline-block;border-radius:4px;padding:.4rem .8rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.badge-contract-subentro{background:#dbeafe;border:1px solid #93c5fd;color:#1e40af}.badge-contract-normale{background:#f1f5f9;border:1px solid #cbd5e1;color:#475569}.badge-affitto{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.badge-vendita{background:#fed7aa;border:1px solid #fb923c;color:#9a3412}.property-badge{font-weight:600}.property-title{font-size:2rem;font-weight:600;color:#1e293b;margin:.75rem 0;line-height:1.2}.property-location{display:inline-flex;align-items:baseline;gap:.5rem;color:#64748b;font-size:.95rem}.property-location svg{position:relative;top:3px;flex-shrink:0}.price-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1rem 1.25rem;text-align:right}.price-amount{font-size:1.8rem;font-weight:700}.price-period{font-size:.9rem;color:#64748b}.main-layout{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}.info-section-full{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem}.info-section-full .section-title{font-size:1.4rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;border-bottom:1px solid #e2e8f0;padding-bottom:.75rem}.info-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:0;gap:0}.info-item-modern{display:flex;align-items:baseline;gap:.4rem;padding:.75rem 1rem;background:#f8fafc;border-radius:6px;margin:0 .5rem .5rem 0;color:#475569;font-size:.95rem;line-height:1.5;transition:background .2s ease}.info-item-modern:hover{background:#ecfdf5}.info-item-modern:before{content:"";display:inline-block;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233ba08c' stroke-width='2'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0;margin-right:.35rem}.info-item-modern .label{font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;color:#475569;text-transform:none;letter-spacing:0}.info-item-modern .label:after{content:":";margin-right:.25rem}.info-item-modern .value{font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:#1e293b;letter-spacing:0}.info-item-modern.highlight{background:#eff6ff;border-left:3px solid #3b82f6}.info-item-modern.highlight .value{color:#1e40af;font-weight:700}.info-item-modern.highlight:hover{background:#dbeafe}@media (max-width:768px){.info-grid-modern{grid-template-columns:1fr}.info-item-modern{margin-right:0;font-size:.9rem}.info-item-modern .label,.info-item-modern .value{font-size:.9rem}}.gallery-section{flex:1 1 60%;position:relative}.main-gallery-photo{width:100%;max-width:900px;height:520px;border-radius:8px;overflow:hidden;background:#f8fafc;position:relative;cursor:pointer;margin-bottom:.625rem}.main-gallery-photo img{width:100%;height:100%;object-fit:cover;object-position:center 40%;transition:transform .3s ease}.main-gallery-photo:hover img{transform:scale(1.02)}.gallery-thumbs-row{display:flex;gap:8px;justify-content:flex-start}.gallery-thumb-item{width:calc(25% - 6px);height:90px;border-radius:6px;overflow:hidden;background:#f8fafc;cursor:pointer;position:relative;transition:transform .2s ease,opacity .2s ease}.gallery-thumb-item:hover{transform:scale(1.05);opacity:.9}.gallery-thumb-item img{width:100%;height:100%;object-fit:cover}.show-all-photos{position:absolute;bottom:16px;right:16px;background:#fff!important;color:#1e293b!important;border:2px solid #1e293b!important;border-radius:6px;padding:10px 16px;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.2)!important}.show-all-photos:hover{background:#f8fafc;box-shadow:0 2px 8px rgba(0,0,0,.1)}.gallery-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:9999;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.gallery-modal.active{opacity:1;visibility:visible}.modal-header{justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e2e8f0;background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.modal-close,.modal-header{display:flex;align-items:center}.modal-close{background:none;border:none;cursor:pointer;padding:8px;gap:8px;font-size:1rem;font-weight:500;transition:opacity .2s}.modal-close:hover{opacity:.7}.modal-counter{font-size:.95rem;color:#64748b;font-weight:500}.modal-body{flex:1 1;position:relative;background:#0f172a;overflow:hidden}.modal-body,.modal-image-container{display:flex;align-items:center;justify-content:center}.modal-image-container{max-width:90%;max-height:85vh}.modal-image-container img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:4px;animation:fadeInImage .3s ease}@keyframes fadeInImage{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-arrow{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.95);border:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.modal-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.modal-arrow.left{left:24px}.modal-arrow.right{right:24px}.modal-arrow svg{width:24px;height:24px;stroke:#1e293b}@media (max-width:768px){.main-gallery-photo{height:300px}.main-gallery-photo img{object-position:center 35%}.gallery-thumbs-row{display:none}.show-all-photos{bottom:12px;right:12px;padding:8px 14px;font-size:.85rem}.modal-arrow{width:40px;height:40px}.modal-arrow.left{left:12px}.modal-arrow.right{right:12px}.modal-header{padding:12px 16px}}.side-info{flex:1 1 35%;display:flex;flex-direction:column;gap:1rem}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:1.5rem;margin-bottom:1rem}.price-row{padding:.5rem 0}.price-row,.price-total{display:flex;justify-content:space-between}.price-total{background:#f8fafc;border-top:2px solid #e2e8f0;padding:.75rem 0;margin-top:.5rem}.availability-box{color:#1e293b;text-align:center;padding:1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:4px}.availability-date{color:#1e293b;font-weight:600}.content-section{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:2rem}.section-title{font-size:1.5rem;font-weight:600;border-bottom:1px solid #e2e8f0;margin-bottom:1rem;padding-bottom:.5rem}.description-text p{color:#475569;line-height:1.6;margin-bottom:.75rem}@media (max-width:991px){.annuncio-container{padding:1.5rem;max-width:650px}.main-layout{flex-direction:column;align-items:center}.content-section,.gallery-section,.side-info{width:100%;max-width:600px;margin:0 auto 1.25rem}.price-box{width:100%;text-align:left}.header-content{flex-direction:column;align-items:flex-start}.property-title{font-size:1.7rem}.info-card{width:100%}}@media (max-width:576px){.annuncio-container{padding:1rem}.property-title{font-size:1.4rem}.info-card{padding:1.25rem}.content-section{padding:1.25rem;margin-bottom:1.25rem}.info-card p{flex:1 1 48%}}.map-contact-section{gap:2rem;margin-top:2rem;margin-bottom:2rem;flex-wrap:wrap}.map-box{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:1.75rem;flex:1 1 48%;min-width:320px}.contact-form{gap:1rem}.contact-form,.contact-form .form-group{display:flex;flex-direction:column}.contact-form label{font-weight:600;margin-bottom:.3rem;color:#1e293b}.contact-form input,.contact-form textarea{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.15)}.contact-form button{background:#1e40af;color:#fff;border:none;border-radius:6px;padding:.9rem;font-weight:600;cursor:pointer;transition:background .25s ease;align-self:flex-start}.contact-form button:hover{background:#1d4ed8}@media (max-width:768px){.map-contact-section{flex-direction:column}.map-box{flex:1 1 100%;margin-bottom:1rem}}.caratteristiche-dettagli{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;margin-top:2rem;box-shadow:0 4px 14px rgba(0,0,0,.05)}.caratteristiche-dettagli .section-title{font-size:1.5rem;font-weight:700;color:#1e293b;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem;margin-bottom:1.5rem}.caratteristiche-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px}.details-block{background:#f8fafc;border-radius:8px;padding:1rem 1.25rem}.details-block h3{font-family:Inter,sans-serif!important;font-size:1.05rem!important;font-weight:600!important;color:#334155!important;border-left:4px solid #3ba08c;padding-left:10px;margin-bottom:.8rem}@media (max-width:768px){.details-block h3{font-size:1rem!important}}.details-block ul{list-style:none;padding:0;margin:0}.details-block li{background:#fff;color:#475569;border-radius:6px;margin-bottom:6px;padding:6px 10px;transition:all .2s ease}.details-block li:hover{background:#ecfdf5}.dotazioni-list li:before{content:"•";color:#3ba08c;font-weight:700;margin-right:6px}.details-block ul li{padding:.4rem 0;color:#475569;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.details-block ul li:before{content:"";display:inline-block;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='2'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0;position:relative;top:3px}@media (min-width:769px) and (max-width:991px){.caratteristiche-grid{grid-template-columns:repeat(2,1fr)}.inserzionista-content{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){.caratteristiche-grid,.inserzionista-content{grid-template-columns:1fr}}.map-contact-section{display:flex;gap:40px;align-items:stretch;justify-content:space-between;margin-top:3rem;flex-wrap:nowrap}.map-contact-section .map-box{flex:0 0 65%;max-width:65%}.map-contact-section .content-section{flex:0 0 32%;max-width:32%}.map-contact-section .section-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:1rem}@media (max-width:992px){.map-contact-section{flex-direction:column;gap:25px}.map-contact-section .content-section,.map-contact-section .map-box{flex:1 1 100%;max-width:100%;min-height:auto}.map-contact-section .map-box iframe{min-height:300px}}@media (min-width:992px){.map-box iframe{height:100%!important;min-height:450px!important}.map-contact-section{align-items:stretch}.content-section,.map-box{display:flex;flex-direction:column}}.station-info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:1rem 1.25rem;margin-top:1.25rem;box-shadow:0 3px 6px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:flex-start}.location-notes-box{background:#fffbeb;border:1px solid #fde68a;border-left:4px solid #f59e0b;border-radius:8px;padding:1rem 1.25rem;margin-top:1rem;margin-bottom:.5rem}.location-notes-box p{font-size:.9rem;color:#78350f;line-height:1.5;margin:0;white-space:pre-wrap;display:flex;align-items:flex-start;gap:.5rem}.location-notes-box p:before{content:"📍";font-size:1rem;flex-shrink:0;margin-top:.1rem}@media (max-width:768px){.location-notes-box{padding:.9rem 1.1rem}.location-notes-box p{font-size:.85rem}}.station-item-modern{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:.45rem;color:#475569;width:100%}.station-walk-icon{width:30px;height:30px;object-fit:contain;flex-shrink:0;margin-right:.35rem;opacity:.9;vertical-align:middle}.station-text{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.3rem;line-height:1.3;color:#475569}.station-text strong{color:#1e293b;font-weight:600;font-size:.9375rem}.station-text p{display:inline;margin:0;font-size:.9rem;color:#475569}@media (max-width:768px){.station-info-box{padding:.9rem 1.1rem}.station-item-modern{flex-wrap:nowrap;align-items:center}.station-walk-icon{width:30px;height:30px;opacity:.9;margin-right:.4rem}.station-text strong{font-size:.9375rem}.station-text p{font-size:.9rem}}.annuncio-container>:not(:last-child),.section-wrapper{margin-bottom:2.5rem}@media (max-width:991px){.annuncio-container>:not(:last-child){margin-bottom:1.5rem}}@media (min-width:992px){.annuncio-container{display:flex;flex-direction:column;gap:1.5rem}}@media (max-width:768px){.annuncio-container>:not(:last-child),.section-wrapper{margin-bottom:1.8rem}}.inserzionista-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.75rem 2rem;margin:2.5rem 0;box-shadow:0 4px 10px rgba(0,0,0,.04)}.inserzionista-box .section-title{font-size:1.4rem;font-weight:700;color:#1e293b;border-bottom:1px solid #e2e8f0;padding-bottom:.75rem;margin-bottom:1.25rem}.inserzionista-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem 2rem;gap:1.5rem 2rem}.inserzionista-item{display:flex;flex-direction:column;gap:.4rem}.label-icon{display:inline-flex;align-items:baseline;gap:.4rem;font-weight:600;color:#1e3a8a}.label-icon svg{flex-shrink:0;transform:translateY(2px)}.label-icon i{background:#e0f2fe;color:#0369a1;font-size:.9rem;padding:6px;border-radius:50%;transition:transform .25s ease,background .25s ease}.label-icon i:hover{transform:scale(1.15);background:#bae6fd}.inserzionista-item a{color:#1e40af;text-decoration:none;word-break:break-word}.inserzionista-item a:hover{text-decoration:underline}.btn-mostra{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:6px 12px;cursor:pointer;font-size:.9rem;align-self:flex-start;transition:background .3s}.btn-mostra:hover{background:#1e40af}.reveal{opacity:0;transform:translateY(-5px);animation:fadeInReveal .35s ease forwards}@keyframes fadeInReveal{to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.inserzionista-box{padding:1.25rem 1.5rem;margin:1.8rem 0}.inserzionista-box .section-title{font-size:1.25rem}.inserzionista-item{font-size:.95rem}}.inserzionista-box{margin-top:1.5rem!important;margin-bottom:1.5rem!important}@media (max-width:768px){.inserzionista-box{margin-top:.2rem!important;margin-bottom:1.2rem!important}}.altre-offerte-box{background:transparent;margin-top:3rem;position:relative}.altre-offerte-box .section-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin-bottom:1.75rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem;text-align:left}.offerte-slider-wrapper{position:relative;overflow:hidden}.offerte-slider{display:flex;gap:1.5rem;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:1.2rem;scrollbar-width:none}.offerte-slider::-webkit-scrollbar{display:none}.offerta-card{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 1.2rem);scroll-snap-align:start;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 3px 8px rgba(0,0,0,.06);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.offerta-card:hover{transform:translateY(-3px);box-shadow:0 8px 14px rgba(0,0,0,.1)}.offerta-image{position:relative;overflow:hidden;border-radius:12px 12px 0 0;height:200px}.offerta-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.offerta-card:hover .offerta-image img{transform:scale(1.04)}.offerta-badge{position:absolute;top:10px;left:10px;background:#2563eb;color:#fff;font-size:.8rem;font-weight:600;padding:4px 10px;border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:2}.offerta-info{padding:1rem 1.25rem}.offerta-info h4{font-size:1.05rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.offerta-info p{color:#334155;font-size:.95rem;margin-bottom:.25rem}.offerta-luogo{font-size:.9rem;color:#64748b}.slider-arrow-offerte{position:absolute;top:45%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);border:1px solid #e2e8f0;border-radius:50%;width:38px;height:38px;cursor:pointer;display:none;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 5px rgba(0,0,0,.15);z-index:10}.slider-arrow-offerte:hover{background:#fff}.slider-arrow-offerte.left{left:10px}.slider-arrow-offerte.right{right:10px}.slider-arrow-offerte svg{width:22px;height:22px;stroke:#334155}.slider-arrow-offerte:hover svg{stroke:#fff}@media (min-width:992px){.slider-arrow-offerte{display:flex}}@media (max-width:1200px){.offerta-card{flex-grow:0;flex-shrink:0;flex-basis:calc(33.33% - 1rem)}}@media (max-width:992px){.offerta-card{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem)}}@media (max-width:600px){.offerte-slider{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.offerta-card{flex:0 0 100%;width:100%;min-width:100%;scroll-snap-align:start;border-radius:12px;overflow:hidden;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden}.offerta-image{border-radius:12px 12px 0 0;overflow:hidden;-webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);transform:translateZ(0)}.offerta-image img{border-radius:12px 12px 0 0;width:100%;height:200px;object-fit:cover;display:block}.slider-arrow-offerte{display:none}}@media (min-width:992px){.caratteristiche-dettagli,.content-section,.info-section-full,.main-layout{margin-top:0;margin-bottom:1.5rem}.map-contact-section{margin-top:0;margin-bottom:2rem}.annuncio-container:has(.inserzionista-box){margin-top:0;margin-bottom:2rem}.annuncio-container:has(.altre-offerte-box){margin-top:0;margin-bottom:2rem}}div.altre-offerte-box.section-wrapper{margin-bottom:0!important}@media (max-width:991px){.annuncio-container{padding:1.5rem!important}.page-header{margin-bottom:2rem!important}.main-layout,.side-info,.side-info .info-card:first-child{margin-bottom:1rem!important}.side-info .info-card:last-child{margin-bottom:0!important}.content-section,.info-section-full{margin-bottom:2rem!important}.caratteristiche-dettagli{margin-bottom:-4rem!important}.map-contact-section{display:flex;flex-direction:column;gap:2rem!important;margin-bottom:0!important}.map-contact-section>*{margin:0!important}.inserzionista-box{margin-bottom:-2rem!important;margin-top:-1rem!important}.altre-offerte-box{margin-bottom:0!important}}.section-title,h2.section-title,h3.section-title{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:1.45rem;color:#1e293b;margin-bottom:1.25rem;letter-spacing:-.3px;line-height:1.2}.altre-offerte-box .section-title,.info-card,.inserzionista-box .section-title{font-size:1.35rem;font-weight:600;color:#1e293b;margin-bottom:1rem}strong{font-weight:600;color:#0f172a}li,p,span{font-size:1rem;color:#334155;line-height:1.5}@media (max-width:768px){.section-title,h2.section-title{font-size:1.2rem;margin-bottom:1rem}strong{font-weight:600;color:#1e293b}li,p,span{font-size:.95rem}}.altre-offerte-box .section-title,.caratteristiche-dettagli h2,.info-card h3,.inserzionista-box .section-title,.map-contact-section h2,.section-title{font-size:1.45rem!important;font-weight:600!important;color:#1e293b!important;line-height:1.3;margin-bottom:1rem}@media (max-width:768px){.altre-offerte-box .section-title,.caratteristiche-dettagli h2,.info-card h3,.inserzionista-box .section-title,.map-contact-section h2,.section-title{font-size:1.25rem!important}}.altre-offerte-box .section-title,.caratteristiche-dettagli h2,.content-section h2,.info-card h3,.inserzionista-box .section-title,.page-header h2,.section-title,h2,h2.section-title,h3,h3.section-title{font-family:Inter,sans-serif!important;font-weight:600!important;font-size:1.4rem!important;color:#1e293b!important;letter-spacing:-.02em;line-height:1.3}.info-card strong,.inserzionista-item strong,.label-icon strong,.price-row strong{font-family:Inter,sans-serif!important;font-weight:600!important;color:#1e293b!important}b,strong{font-weight:600!important}@media (max-width:768px){.section-title,h2.section-title,h3.section-title{font-size:1.25rem!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body,li,p,span{font-family:Inter,sans-serif!important;font-size:1rem!important;line-height:1.5;color:#334155}.section-title,h2{font-size:1.4rem!important}.section-title,h2,h3{font-weight:600!important}h3{font-family:Inter,sans-serif!important;font-size:1.25rem!important;color:#1e293b!important}.info-label,.price-row span:first-child{font-size:.95rem!important}.info-value,.price-amount,strong{font-size:1rem!important;font-weight:600!important}@media (max-width:768px){body,li,p,span{font-size:.95rem!important}.section-title,h2{font-size:1.25rem!important}h3{font-size:1.15rem!important}}@media (min-width:992px){.annuncio-container{display:flex;flex-direction:column;gap:1.5rem}.annuncio-container>*{margin:0!important}}.property-specs{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.property-specs .spec-item{display:inline-flex;align-items:baseline;gap:6px;color:#64748b;font-size:.9rem;font-weight:400;line-height:1.4}.property-specs .spec-item svg{width:16px;height:16px;flex-shrink:0;stroke:#94a3b8;position:relative;top:3px}.property-specs .separator{color:#cbd5e1;font-weight:300;font-size:.85rem}.av-arredi-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;margin-top:2rem;box-shadow:0 4px 14px rgba(0,0,0,.05)}.av-arredi-section .section-title{font-size:1.5rem;font-weight:700;color:#1e293b;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem;margin-bottom:1.5rem}.av-arredi-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem}@media (max-width:900px){.av-arredi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.av-arredi-grid{grid-template-columns:1fr}}.av-arredi-card{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:box-shadow .2s}.av-arredi-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.av-arredi-foto-wrap{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px;background:#f1f5f9}.av-arredi-foto-item{aspect-ratio:1;overflow:hidden;background:#f1f5f9}.av-arredi-foto-item img{width:100%;height:100%;object-fit:cover;display:block}.av-arredi-foto-empty{background:#f8fafc}.av-arredi-body{padding:.875rem 1rem;display:flex;flex-direction:column;gap:.35rem}.av-arredi-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.av-arredi-nome{font-size:.95rem;font-weight:600;color:#1e293b;line-height:1.3}.av-arredi-badge{font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:20px;white-space:nowrap;flex-shrink:0}.av-arredi-badge--vendita{background:rgba(16,185,129,.1);color:#065f46}.av-arredi-badge--regalo{background:rgba(99,102,241,.1);color:#3730a3}.av-arredi-badge--trattabile{background:rgba(245,158,11,.1);color:#92400e}.av-arredi-condizione{font-size:.8rem;color:#64748b;text-transform:capitalize}.av-arredi-desc{font-size:.85rem;color:#475569;line-height:1.5;margin:.25rem 0 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:600px){.av-arredi-section{padding:1.25rem;margin-top:1.25rem}}@media (max-width:991px){.desktop-only{display:none!important}}@media (max-width:768px){.property-specs{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:.5rem!important}.property-specs>div{flex:0 0 auto!important}.property-badge{display:inline-flex!important;position:static!important}.av-arredi-section{margin-top:4rem!important;margin-bottom:0!important}.map-contact-section{margin-top:0!important}}.page-header .property-specs .property-badge{position:static;top:auto;left:auto}.annuncio-inactive-box{border-left:4px solid #e2e8f0;background:#f8fafc;display:flex;flex-direction:column;justify-content:center;min-height:200px}.annuncio-inactive-text{color:#64748b!important;font-size:1rem!important;margin:0!important;line-height:1.6}