:root{--vr-pink:#d63384;--vr-pink-dark:#c1286f;--vr-pink-light:#f8d7da;--vr-dark:#2c3e50;--vr-dark-footer:#1a252f;--vr-grey:#6c757d;--vr-grey-light:#e9ecef;--vr-grey-border:#dee2e6;--vr-white:#fff;--vr-green:#28a745;--vr-blue:#0d6efd;--vr-yellow:#ffc107;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--section-padding:4rem 0;--container-max:1200px;--sidebar-width:320px;--border-radius:8px;--border-color:var(--vr-grey-border)}*{box-sizing:border-box}body{font-family:var(--font-sans);margin:0;padding:0;color:var(--vr-dark);background:var(--vr-white);line-height:1.6}.blog-header{background:linear-gradient(135deg,#d63384,#c1286f);padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.1)}.blog-header .header-container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.blog-header .logo{height:40px;width:auto;display:block}.blog-header .main-nav{display:flex;align-items:center;gap:2rem;flex:1}.blog-header .main-nav a{color:var(--vr-white);text-decoration:none;font-weight:500;font-size:.95rem;transition:opacity .2s;white-space:nowrap}.blog-header .main-nav a:hover{opacity:.8}.blog-header .header-tools{display:flex;align-items:center;gap:1rem}.blog-header select{background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);color:var(--vr-white);border-radius:4px;font-size:.9rem;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;padding:.4rem 2rem .4rem .8rem}.blog-header select option{color:var(--vr-dark);background:var(--vr-white)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:4px}.mobile-menu-toggle span{width:24px;height:2px;background:var(--vr-white);display:block;transition:all .3s}.breadcrumb-bar{background:var(--vr-grey-light);padding:.75rem 0;border-bottom:1px solid var(--border-color)}.breadcrumb-container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--vr-grey);flex-wrap:wrap}.breadcrumb a{color:var(--vr-grey);text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:var(--vr-pink)}.breadcrumb .separator{color:var(--vr-grey)}.breadcrumb .current{color:var(--vr-dark);font-weight:500}.hero{background:transparent;padding:0}.hero-carousel-wrapper{max-width:1400px;margin:0 auto;background:transparent}.hero-carousel{position:relative;width:100%;overflow:hidden}.hero-carousel-inner{display:flex;transition:transform .5s ease-in-out;width:100%}.hero-slide{min-width:100%;width:100%;flex-shrink:0;position:relative}.hero-slide img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block;cursor:pointer;transition:opacity .3s ease}.hero-content{position:absolute;bottom:0;left:0;right:0;padding:3rem 2rem 2rem;background:none;color:var(--vr-white);text-align:center}.hero-content h1{font-size:2.5rem;font-weight:700;margin:0 0 .75rem;line-height:1.2}.hero-content .hero-subtitle,.hero-content h1{text-shadow:0 2px 8px rgba(0,0,0,.7),0 1px 3px rgba(0,0,0,.5)}.hero-content .hero-subtitle{font-size:1.1rem;margin:0 0 1rem;opacity:.95;font-style:italic}.hero-meta{justify-content:center;gap:1.5rem;font-size:.9rem;color:hsla(0,0%,100%,.95);flex-wrap:wrap;text-shadow:0 2px 8px rgba(0,0,0,.7),0 1px 3px rgba(0,0,0,.5)}.hero-meta,.hero-meta-item{display:flex;align-items:center}.hero-meta-item{gap:.4rem}.hero-meta-item .icon{font-size:1rem}.hero-nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);border:none;width:48px;height:48px;border-radius:50%;cursor:pointer;font-size:2rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:var(--vr-dark);z-index:10;line-height:1;padding:0}.hero-nav:hover{background:var(--vr-white);transform:translateY(-50%) scale(1.1)}.hero-nav.prev{left:1rem}.hero-nav.next{right:1rem}.hero-dots{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:10}.hero-dot{width:10px;height:10px;border-radius:50%;border:none;background:hsla(0,0%,100%,.4);cursor:pointer;transition:all .2s;padding:0}.hero-dot:hover{background:hsla(0,0%,100%,.7)}.hero-dot.active{background:var(--vr-pink);transform:scale(1.2)}.hero-thumbs{display:flex;justify-content:center;gap:.5rem;padding:1rem;background:var(--vr-grey-light)}.hero-thumb{width:80px;height:60px;padding:0;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;opacity:.6;transition:all .2s ease;background:none}.hero-thumb:hover{opacity:.9}.hero-thumb.active{opacity:1;border-color:var(--vr-pink)}.hero-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hero-loading{position:absolute;top:0;left:0;width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background:var(--vr-dark)}.hero-loading-spinner{width:48px;height:48px;border:4px solid hsla(0,0%,100%,.2);border-top:4px solid var(--vr-pink);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.hero-placeholder{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background:var(--vr-dark);color:var(--vr-grey)}.social-share-bar{background:var(--vr-white);border-bottom:1px solid var(--border-color);padding:1rem 0;box-shadow:0 2px 4px rgba(0,0,0,.05)}.social-share-container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.social-share-label{font-weight:600;color:var(--vr-dark);font-size:.9rem}.social-share-buttons{display:flex;gap:.5rem;flex:1;flex-wrap:wrap}.social-btn{background:none;border:1px solid var(--border-color);border-radius:4px;cursor:pointer;display:flex;transition:all .2s;font-size:1rem;color:var(--vr-dark);text-decoration:none}.social-btn:hover{background:var(--vr-grey-light);border-color:var(--vr-grey);transform:translateY(-2px)}.social-btn.facebook:hover{background:#1877f2;color:#fff;border-color:#1877f2}.social-btn.twitter:hover{background:#000;color:#fff;border-color:#000}.social-btn.linkedin:hover{background:#0a66c2;color:#fff;border-color:#0a66c2}.social-btn.pinterest:hover{background:#e60023;color:#fff;border-color:#e60023}.social-btn.email:hover{background:var(--vr-grey);color:#fff;border-color:var(--vr-grey)}.social-btn.copy:hover{background:var(--vr-blue);color:#fff;border-color:var(--vr-blue)}.social-like-btn{margin-left:auto;display:flex;align-items:center;gap:.5rem;background:none;border:1px solid var(--border-color);padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .2s;font-size:.9rem;color:var(--vr-dark)}.social-like-btn:hover{background:var(--vr-pink-light);border-color:var(--vr-pink);color:var(--vr-pink)}.social-like-btn.liked{background:var(--vr-pink);border-color:var(--vr-pink);color:#fff}.social-like-count{font-weight:600}.container{max-width:var(--container-max);margin:0 auto;padding:2rem 1.5rem;display:grid;grid-template-columns:1fr var(--sidebar-width);gap:3rem;align-items:start}.main-content{min-width:0}.intro-text{background:none;padding:0;border-left:none;border-radius:0;margin-bottom:2rem;font-size:1.125rem;line-height:1.7;color:var(--vr-dark);font-style:normal}.update-info{font-size:.875rem;color:var(--vr-grey);margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);display:flex;gap:1rem;flex-wrap:wrap}.mobile-toc{background:#f8f9fa;border:1px solid var(--border-color);border-radius:var(--border-radius);margin-bottom:2rem;overflow:hidden}.mobile-toc-toggle{width:100%;background:none;border:none;padding:1rem 1.5rem;text-align:left;font-weight:600;color:var(--vr-dark);cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:1rem}.mobile-toc-toggle:hover{background:var(--vr-grey-light)}.mobile-toc-content{padding:0 1.5rem 1rem;display:none}.mobile-toc-content.open{display:block}.mobile-toc-list{list-style:none;padding:0;margin:0}.mobile-toc-list li{margin-bottom:.5rem}.mobile-toc-list a{color:var(--vr-dark);text-decoration:none;font-size:.95rem;transition:color .2s;display:block}.mobile-toc-list a:hover{color:var(--vr-pink)}.article-body{font-size:1rem;line-height:1.8;color:var(--vr-dark)}.article-body img{width:100%;height:auto;border-radius:8px;margin:16px 0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:block;object-fit:cover}.article-body img:hover{transform:scale(1.02);box-shadow:0 4px 16px rgba(0,0,0,.15)}.article-body figure{margin:2rem 0;padding:0}.article-body figure img{margin:0}.article-body figcaption{font-size:.875rem;color:var(--vr-grey);text-align:center;margin-top:.5rem;font-style:italic}.article-body p{margin-bottom:1.25rem}.article-body h2{color:var(--vr-pink);font-size:1.75rem;font-weight:700;margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--vr-pink-light);scroll-margin-top:100px}.article-body h3{font-size:1.35rem;margin:2rem 0 .75rem}.article-body h3,.article-body h4{color:var(--vr-dark);font-weight:600;scroll-margin-top:100px}.article-body h4{font-size:1.15rem;margin:1.5rem 0 .5rem}.article-body ol,.article-body ul{margin:1rem 0 1.5rem;padding-left:1.5rem}.article-body li{margin-bottom:.5rem;line-height:1.7}.article-body blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-left:4px solid var(--vr-pink);background:var(--vr-grey-light);border-radius:0 var(--border-radius) var(--border-radius) 0;font-style:italic;color:var(--vr-dark)}.article-body a{color:var(--vr-pink);text-decoration:underline;text-underline-offset:2px;transition:color .2s}.article-body a:hover{color:var(--vr-pink-dark)}.article-body pre{background:#1e1e1e;color:#d4d4d4;padding:1rem 1.25rem;border-radius:var(--border-radius);overflow-x:auto;margin:1.5rem 0;font-size:.9rem;line-height:1.5}.article-body code{background:var(--vr-grey-light);padding:.15rem .4rem;border-radius:4px;font-size:.9em;font-family:SF Mono,Monaco,Cascadia Code,monospace}.article-body pre code{background:none;padding:0;border-radius:0}.article-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.article-body td,.article-body th{padding:.75rem 1rem;border:1px solid var(--border-color);text-align:left}.article-body th{background:var(--vr-pink);color:#fff;font-weight:600}.article-body tbody tr:nth-child(2n){background:#f8f9fa}.article-body hr{border:none;border-top:1px solid var(--border-color);margin:2rem 0}.article-body section{margin-bottom:2rem}.content-section{margin-bottom:3rem}.content-section h2{color:var(--vr-pink);font-size:1.75rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--vr-pink-light);scroll-margin-top:100px}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid var(--border-color);border-radius:var(--border-radius);overflow:hidden;background:var(--vr-white)}.faq-question{width:100%;padding:1.25rem 1.5rem;text-align:left;font-weight:600;color:var(--vr-dark);cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-size:1rem;transition:background .2s;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.5rem;color:var(--vr-pink);transition:transform .3s;flex-shrink:0;margin-left:1rem}.faq-item[open] .faq-question:after{content:"−"}.faq-question:hover{background:var(--vr-grey-light)}.faq-answer{padding:0 1.5rem 1.25rem;color:var(--vr-dark);line-height:1.6;font-size:.95rem}.related-articles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}.related-article-card{display:block;text-decoration:none;border:1px solid var(--border-color);border-radius:var(--border-radius);overflow:hidden;background:var(--vr-white);transition:all .2s ease}.related-article-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.related-article-image{height:160px;overflow:hidden}.related-article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.related-article-card:hover .related-article-image img{transform:scale(1.05)}.related-article-content{padding:1rem}.related-article-category{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--vr-pink);letter-spacing:.5px}.related-article-title{font-size:1rem;font-weight:600;color:var(--vr-dark);margin:.5rem 0;line-height:1.4}.related-article-meta{font-size:.8rem;color:var(--vr-grey);margin:0}.sidebar{position:sticky;top:80px;align-self:start;max-height:calc(100vh - 100px);overflow-y:auto}.sidebar-wrapper{display:flex;flex-direction:column;gap:2rem}.sidebar-toc{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.12),0 1px 6px rgba(0,0,0,.06),4px 0 12px rgba(0,0,0,.04),-4px 0 12px rgba(0,0,0,.04);max-height:50vh;overflow-y:auto}.sidebar-toc-title{font-size:.8125rem;font-weight:700;color:var(--vr-grey);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:1px;padding-bottom:.75rem;border-bottom:2px solid var(--vr-pink-light)}.sidebar-toc-list{list-style:none;padding:0;margin:0}.sidebar-toc-list li{margin-bottom:.25rem}.sidebar-toc-list a{color:var(--vr-dark);text-decoration:none;font-size:.9rem;font-weight:450;transition:all .2s ease;display:block;line-height:1.5;padding:.45rem .75rem;border-radius:6px;border-left:3px solid transparent}.sidebar-toc-list a:hover{color:var(--vr-pink);background:var(--vr-grey-light);border-left-color:var(--vr-pink-light)}.sidebar-toc-list a.active{color:var(--vr-pink);font-weight:600;background:var(--vr-pink-light);border-left-color:var(--vr-pink)}.sidebar-hotels{background:var(--vr-white);border:1px solid var(--border-color);border-radius:var(--border-radius);overflow:hidden}.sidebar-hotels-header{background:var(--vr-pink);color:var(--vr-white);padding:1rem 1.25rem;font-weight:700;font-size:1rem}.sidebar-hotel-card{border-bottom:1px solid var(--border-color);transition:background .2s}.sidebar-hotel-card:last-child{border-bottom:none}.sidebar-hotel-card:hover{background:#f8f9fa}.sidebar-hotel-link{display:flex;gap:1rem;padding:1rem;text-decoration:none;color:inherit}.sidebar-hotel-image{width:100px;height:80px;object-fit:cover;border-radius:4px;flex-shrink:0}.sidebar-hotel-info{flex:1;min-width:0}.sidebar-hotel-name{font-weight:600;color:var(--vr-dark);font-size:.95rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sidebar-hotel-price{color:var(--vr-pink);font-weight:600;font-size:.9rem}.sidebar-hotel-meta{font-size:.75rem;color:var(--vr-grey);margin-top:.25rem}.sidebar-hotels-footer{display:block;text-align:center;padding:1rem;background:#f8f9fa;color:var(--vr-pink);text-decoration:none;font-weight:600;font-size:.9rem;transition:background .2s}.sidebar-hotels-footer:hover{background:var(--vr-pink-light)}.sidebar-subscribe{background:linear-gradient(135deg,var(--vr-pink) 0,var(--vr-pink-dark) 100%);color:var(--vr-white);border-radius:var(--border-radius);padding:1.5rem}.sidebar-subscribe-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.sidebar-subscribe-text{font-size:.9rem;margin-bottom:1rem;opacity:.95}.sidebar-subscribe-form{display:flex;flex-direction:column;gap:.75rem}.sidebar-subscribe-input{padding:.75rem;border:none;border-radius:4px;font-size:.95rem}.sidebar-subscribe-input::placeholder{color:var(--vr-grey)}.sidebar-subscribe-btn{background:var(--vr-white);color:var(--vr-pink);border:none;padding:.75rem;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s}.sidebar-subscribe-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.hotels-section{background:linear-gradient(to bottom,#f8f9fa 0,var(--vr-white) 100%);padding:4rem 0;margin-top:4rem;border-top:1px solid var(--border-color)}.hotels-section-inner{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.hotels-section-inner h2{text-align:center;font-size:2rem;font-weight:700;color:var(--vr-dark);margin-bottom:.5rem}.hotels-section-subtitle{text-align:center;color:var(--vr-grey);margin-bottom:40px;font-size:1.1rem}.hotel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.hotel-card{background:var(--vr-white);border:1px solid var(--border-color);border-radius:var(--border-radius);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;flex-direction:column}.hotel-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.hotel-image{width:100%;height:220px;object-fit:cover;display:block;transition:transform .3s ease}.hotel-card:hover .hotel-image{transform:scale(1.05)}.hotel-content{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}.hotel-title{font-size:1.25rem;font-weight:600;color:var(--vr-dark);margin:0 0 .5rem;line-height:1.3}.hotel-location{display:flex;align-items:center;gap:.35rem;font-size:.9rem;color:var(--vr-grey);margin-bottom:.75rem}.hotel-description{font-size:.95rem;color:var(--vr-dark);line-height:1.6;margin:0 0 1.25rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hotel-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid var(--border-color);margin-top:auto}.hotel-price{display:flex;align-items:baseline;gap:.25rem;flex-wrap:wrap}.hotel-price .price-label{font-size:.85rem;color:var(--vr-grey);font-weight:400}.hotel-price .price-amount{font-size:1.5rem;font-weight:700;color:var(--vr-pink);line-height:1}.hotel-price .currency-symbol{font-size:1rem;font-weight:600}.hotel-cta{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.25rem;background:var(--vr-pink);color:var(--vr-white);text-decoration:none;font-weight:600;font-size:.9rem;border-radius:var(--border-radius);white-space:nowrap;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.hotel-cta:hover{background:var(--vr-pink-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(214,51,132,.3)}.hotel-cta:active{transform:translateY(0)}.hotel-card--skeleton{pointer-events:none}.hotel-image-skeleton{width:100%;height:220px}.hotel-image-skeleton,.skeleton-line{background:linear-gradient(90deg,var(--vr-grey-light) 25%,#f0f0f0 50%,var(--vr-grey-light) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.skeleton-line{height:14px;border-radius:4px;margin-bottom:.75rem}.skeleton-line--title{width:70%;height:18px}.skeleton-line--short{width:40%}.skeleton-line--medium{width:55%}.skeleton-line--full{width:100%}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:10000;display:none;align-items:center;justify-content:center;padding:2rem}.lightbox.active{display:flex}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:100%;max-height:85vh;object-fit:contain;border-radius:var(--border-radius);box-shadow:0 8px 32px rgba(0,0,0,.5)}.lightbox-close{position:fixed;top:1.5rem;right:1.5rem;background:hsla(0,0%,100%,.95);border:none;width:48px;height:48px;border-radius:50%;cursor:pointer;font-size:2rem;display:flex;align-items:center;justify-content:center;transition:all .2s;color:var(--vr-dark);line-height:1;padding:0}.lightbox-close:hover{background:#fff;transform:scale(1.1)}.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.95);border:none;width:52px;height:52px;border-radius:50%;cursor:pointer;font-size:2.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s;color:var(--vr-dark);line-height:1;padding:0}.lightbox-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.lightbox-prev{left:1.5rem}.lightbox-next{right:1.5rem}.lightbox-caption{bottom:2rem;font-size:.95rem;background:rgba(0,0,0,.75);padding:.6rem 1.5rem;border-radius:24px}.lightbox-caption,.lightbox-counter{position:fixed;backdrop-filter:blur(8px)}.lightbox-counter{top:1.5rem;left:50%;transform:translateX(-50%);color:#fff;font-size:.9rem;font-weight:500;background:rgba(0,0,0,.6);padding:.4rem 1rem;border-radius:20px}.item-cards-map-container{margin:4rem 0;box-shadow:0 2px 8px rgba(0,0,0,.1)}.item-cards-map-header{text-align:center;margin-bottom:2rem}.item-cards-map-title{color:var(--vr-dark);justify-content:center}.item-cards-map-subtitle{font-size:.95rem}.item-cards-map-wrapper{margin-bottom:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.item-cards-map{height:500px;background:var(--vr-grey-light)}.item-cards-map-legend{justify-content:center}.item-card-highlight{animation:highlightPulse 2s ease-in-out;scroll-margin-top:100px}@keyframes highlightPulse{0%{box-shadow:0 0 0 0 rgba(214,51,132,.7);transform:scale(1)}50%{box-shadow:0 0 0 20px rgba(214,51,132,0);transform:scale(1.02)}to{box-shadow:0 0 0 0 rgba(214,51,132,0);transform:scale(1)}}@media (max-width:768px){.item-cards-map{height:400px}.item-cards-map-container{padding:1.5rem;margin:3rem 0}.item-cards-map-title{font-size:1.5rem}.item-cards-map-legend{gap:.75rem}.item-cards-map-legend-item{font-size:.8125rem}}@media (max-width:480px){.item-cards-map{height:350px}.item-cards-map-container{padding:1rem;margin:2rem 0}.item-cards-map-title{font-size:1.25rem}}.blog-footer{background:var(--vr-dark-footer);color:hsla(0,0%,100%,.8);padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.footer-column h4{color:var(--vr-white);font-size:1rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.5rem}.footer-column a{color:hsla(0,0%,100%,.7);text-decoration:none;font-size:.9rem;transition:color .2s}.footer-column a:hover{color:var(--vr-pink)}.footer-social{display:flex;gap:1rem;margin-top:1rem}.footer-social-link{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;color:var(--vr-white);text-decoration:none;transition:all .2s}.footer-social-link:hover{background:var(--vr-pink);transform:translateY(-2px)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:hsla(0,0%,100%,.6)}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--vr-pink)}.back-to-top{position:fixed;bottom:2rem;right:2rem;background:var(--vr-pink);color:var(--vr-white);width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:all .3s;opacity:0;visibility:hidden;z-index:1000}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background:var(--vr-pink-dark);transform:translateY(-4px)}.reading-progress{position:fixed;top:0;left:0;width:100%;height:4px;background:var(--vr-grey-light);z-index:10000}.reading-progress-bar{height:100%;background:var(--vr-pink);transition:width .1s ease}.skip-to-content{background:var(--vr-pink);padding:.75rem 1.5rem;z-index:100000;transition:top .3s}@media (max-width:1024px){.container{grid-template-columns:1fr;gap:2rem}.sidebar{position:static;order:-1}.sidebar-toc{display:none}.footer-grid,.hotel-grid{grid-template-columns:repeat(2,1fr)}.related-articles-grid{grid-template-columns:1fr}}@media (max-width:768px){:root{--sidebar-width:100%}.blog-header .main-nav{display:none}.mobile-menu-toggle{display:flex}.hero-slide img{aspect-ratio:16/9;height:auto}.hero-content{padding:2rem 1.5rem 1.5rem}.hero-content h1{font-size:1.75rem}.hero-content .hero-subtitle{font-size:1rem}.hero-meta{gap:1rem}.hero-nav{width:40px;height:40px;font-size:1.5rem}.hero-nav.prev{left:.5rem}.hero-nav.next{right:.5rem}.hero-thumbs{display:none}.social-share-container{flex-wrap:wrap}.social-like-btn{margin-left:0;flex:1 0 100%}.hotels-section{padding:3rem 0;margin-top:3rem}.hotels-section-inner h2{font-size:1.5rem}.hotels-section-subtitle{margin-bottom:24px;font-size:1rem}.hotel-grid{grid-template-columns:1fr;gap:1.5rem}.hotel-image{height:200px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.back-to-top{bottom:1rem;right:1rem}.lightbox{padding:1rem}.lightbox-close{top:1rem;right:1rem;width:42px;height:42px;font-size:1.75rem}.lightbox-nav{width:44px;height:44px;font-size:1.75rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}.lightbox-caption{bottom:1rem;font-size:.85rem;padding:.5rem 1rem;max-width:90%}.lightbox-counter{top:1rem;font-size:.8rem}.article-body img:hover{transform:none}}@media (max-width:480px){.hero-slide img{aspect-ratio:16/9;height:auto}.hero-content h1{font-size:1.5rem}.hotels-section-inner h2{font-size:1.35rem}.hotel-footer{flex-direction:column;align-items:flex-start;gap:.75rem}.hotel-cta{width:100%;text-align:center}}@media print{.back-to-top,.blog-footer,.blog-header,.breadcrumb-bar,.hero-dots,.hero-nav,.hero-thumbs,.hotels-section,.lightbox,.mobile-menu-toggle,.reading-progress,.sidebar,.social-share-bar{display:none!important}.container{grid-template-columns:1fr}.hero-slide img{aspect-ratio:16/9;height:auto}.article-body img{break-inside:avoid}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.article-body img,.hero-carousel-inner,.hotel-card,.hotel-cta,.hotel-image,.lightbox{transition:none}.article-body img:hover,.hotel-card:hover,.hotel-card:hover .hotel-image{transform:none}.hero-loading-spinner,.hotel-image-skeleton,.skeleton-line,.skeleton-shimmer{animation:none}}:focus-visible{outline:3px solid var(--vr-pink);outline-offset:2px}a:focus-visible,button:focus-visible{outline:3px solid var(--vr-pink);outline-offset:2px}.back-to-top:focus-visible,.hero-nav:focus-visible,.lightbox-close:focus-visible,.lightbox-nav:focus-visible{outline-color:#fff}.hotel-cta:focus-visible{outline:3px solid var(--vr-white);outline-offset:2px}.skip-to-content{position:absolute;top:-40px;left:0;background:var(--pink);color:#fff;padding:8px 16px;text-decoration:none;font-weight:600;z-index:100;border-radius:0 0 4px 0;transition:top .2s ease}.skip-to-content:focus{top:0;outline:2px solid var(--pink);outline-offset:2px}.section-icon{display:inline-block;line-height:1;vertical-align:middle;margin-right:.25rem}.quick-info-item{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--grey-light);border:1px solid var(--grey-border);border-radius:6px;font-size:.875rem;line-height:1.4;white-space:nowrap;transition:all .2s ease}.quick-info-icon{font-size:1rem;line-height:1}.quick-info-label{font-weight:600;color:var(--grey-dark)}.quick-info-value{color:var(--grey-medium)}.quick-info-link{text-decoration:none;transition:transform .2s ease;display:inline-block}.quick-info-link:hover{transform:scale(1.05)}.quick-info-link:hover .quick-info-item{background:var(--pink-light);border-color:var(--pink)}.quick-info-link:hover .quick-info-value{color:var(--pink)}.quick-info-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}@media (max-width:640px){.quick-info-item{font-size:.8125rem;padding:.3rem .6rem}.quick-info-icon{font-size:.9rem}.quick-info-grid{gap:.375rem}}.section-gallery{margin:2rem 0;background:var(--white);border:1px solid var(--grey-border);border-radius:8px;padding:1rem;box-shadow:var(--shadow-sm)}.gallery-title{font-size:1.125rem;font-weight:600;color:var(--grey-dark);margin-bottom:1rem}.gallery-main{position:relative;margin-bottom:1rem;border-radius:6px;overflow:hidden}.gallery-main-image{width:100%;height:auto;display:block;cursor:pointer;transition:transform .3s ease}.gallery-main-image:hover{transform:scale(1.02)}.gallery-main-caption{font-size:.875rem;color:var(--grey-medium);padding:.5rem;text-align:center;font-style:italic}.gallery-thumbs{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0}.gallery-thumb{flex-shrink:0;width:80px;height:80px;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:none;padding:0;transition:all .2s ease}.gallery-thumb:hover{border-color:var(--pink);transform:scale(1.05)}.gallery-thumb.active{border-color:var(--pink);box-shadow:0 0 0 2px var(--pink-light)}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.crowd-level{margin:1rem 0;padding:1rem;background:var(--grey-light);border-radius:8px;border:1px solid var(--grey-border)}.crowd-level-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.crowd-level-icon{font-size:1.25rem}.crowd-level-title{font-weight:600;color:var(--grey-dark);font-size:.9375rem}.crowd-level-label{margin-left:auto;font-weight:600;font-size:.875rem}.crowd-level-bar{width:100%;height:12px;background:var(--grey-border);border-radius:6px;overflow:hidden;position:relative}.crowd-level-fill{height:100%;transition:width .3s ease,background-color .3s ease;border-radius:6px}.region-map-container{margin:2rem 0}.region-map-title{font-size:1.5rem;font-weight:700;color:var(--pink);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.region-map-icon{font-size:1.75rem}.region-map-wrapper{position:relative;width:100%;height:400px;border-radius:8px;overflow:hidden;border:1px solid var(--grey-border);box-shadow:var(--shadow-sm)}.region-map-iframe{width:100%;height:100%;border:0}.region-map-caption{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;font-size:.875rem;color:var(--grey-medium)}.region-map-link{color:var(--pink);text-decoration:none;font-weight:600;transition:color .2s ease}.region-map-link:hover{color:var(--grey-dark);text-decoration:underline}.static-map-thumbnail{position:relative;display:block;border-radius:6px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.static-map-thumbnail:hover{transform:scale(1.05)}.static-map-image{width:100%;height:auto;display:block}.static-map-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);padding:1rem;display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;opacity:0;transition:opacity .3s ease}.static-map-thumbnail:hover .static-map-overlay{opacity:1}.static-map-icon{font-size:1.25rem}.static-map-text{font-size:.9375rem}.lightbox-caption{position:absolute;bottom:60px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.8);color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-size:.875rem;max-width:80%;text-align:center;line-height:1.4}@media (max-width:768px){.region-map-wrapper{height:300px}.gallery-thumb{width:60px;height:60px}.crowd-level-header{flex-wrap:wrap}.crowd-level-label{margin-left:0;flex-basis:100%;margin-top:.25rem}}.comparison-table-wrapper{margin:2rem 0;background:var(--white);border:1px solid var(--grey-border);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow-sm)}.comparison-table-title{font-size:1.5rem;font-weight:700;color:var(--pink);margin-bottom:1rem}.comparison-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table{width:100%;border-collapse:collapse;font-size:.9375rem}.comparison-table thead{background:var(--grey-light);position:sticky;top:0;z-index:1}.comparison-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:var(--grey-dark);border-bottom:2px solid var(--grey-border);white-space:nowrap}.comparison-table th.sortable{cursor:pointer;user-select:none;transition:background-color .2s ease}.comparison-table th.sortable:hover{background:var(--pink-light)}.th-content{display:flex;align-items:center;gap:.5rem}.sort-indicator{font-size:.875rem;color:var(--pink)}.sort-icon-neutral{color:var(--grey-medium);opacity:.5}.comparison-table tbody tr{border-bottom:1px solid var(--grey-border);transition:background-color .2s ease}.comparison-table tbody tr:hover{background:var(--grey-light)}.comparison-table td{padding:.75rem 1rem;vertical-align:middle}.comparison-name-link{color:var(--pink);text-decoration:none;font-weight:600;transition:color .2s ease}.comparison-name-link:hover{color:var(--grey-dark);text-decoration:underline}.star-rating{color:#f5a623;font-size:1.125rem;letter-spacing:2px}.comparison-check{color:#7ed321;font-size:1.25rem;font-weight:700}.comparison-cross{color:var(--grey-medium);font-size:1.25rem;font-weight:700}.comparison-price{font-weight:600;color:var(--grey-dark)}.comparison-number{font-weight:500}.comparison-text{color:var(--grey-medium)}.section-like-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--grey-light);border:2px solid var(--grey-border);border-radius:24px;font-size:.875rem;font-weight:600;color:var(--grey-dark);cursor:pointer;transition:all .2s ease}.section-like-button:hover{background:var(--pink-light);border-color:var(--pink);transform:scale(1.05)}.section-like-button.liked{background:var(--pink-light);border-color:var(--pink);color:var(--pink)}.section-like-icon{font-size:1.125rem;line-height:1}.section-like-count{font-size:.8125rem;color:var(--grey-medium)}.section-like-button.liked .section-like-count{color:var(--pink)}.toc-icon{display:inline-block;margin-right:.5rem;font-size:1rem}.social-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0}.social-btn svg{transition:transform .2s ease}.social-btn:hover svg{transform:scale(1.1)}@media (max-width:768px){.comparison-table{font-size:.8125rem}.comparison-table td,.comparison-table th{padding:.5rem}.section-like-button{font-size:.8125rem;padding:.375rem .75rem}}.section-carousel-container{margin:2.5rem 0;padding:1.5rem;background:var(--vr-white);border:1px solid var(--vr-grey-border);border-radius:var(--border-radius);box-shadow:0 2px 4px rgba(0,0,0,.05)}.section-carousel-title{color:var(--vr-pink);font-size:1.5rem;font-weight:700;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--vr-pink-light)}.section-carousel{position:relative;margin-bottom:1rem}.section-carousel-main{position:relative;width:100%;border-radius:6px;overflow:hidden;background:var(--vr-grey-light)}.section-carousel-image{width:100%;height:auto;max-height:400px;object-fit:cover;display:block;cursor:pointer;transition:transform .3s ease}.section-carousel-image:hover{transform:scale(1.02)}.section-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.95);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.75rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:var(--vr-dark);z-index:10;line-height:1;padding:0;box-shadow:0 2px 8px rgba(0,0,0,.15)}.section-carousel-nav:hover{background:var(--vr-white);transform:translateY(-50%) scale(1.1)}.section-carousel-prev{left:.75rem}.section-carousel-next{right:.75rem}.section-carousel-counter{position:absolute;bottom:.75rem;right:.75rem;background:rgba(0,0,0,.7);color:#fff;padding:.3rem .75rem;border-radius:16px;font-size:.8125rem;font-weight:600;backdrop-filter:blur(4px)}.section-carousel-caption{font-size:.875rem;color:var(--vr-grey);text-align:center;font-style:italic;margin:.75rem 0 0;line-height:1.5}.section-carousel-body{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--vr-grey-border)}.section-carousel-body p{font-size:1rem;line-height:1.7;color:var(--vr-dark);margin:0}@media (max-width:768px){.section-carousel-container{padding:1rem}.section-carousel-title{font-size:1.25rem}.section-carousel-image{max-height:300px}.section-carousel-nav{width:36px;height:36px;font-size:1.5rem}.section-carousel-prev{left:.5rem}.section-carousel-next{right:.5rem}}@media (max-width:480px){.section-carousel-image{max-height:240px}.section-carousel-nav{width:32px;height:32px;font-size:1.25rem}}@media (prefers-reduced-motion:reduce){.section-carousel-image{transition:none}.section-carousel-image:hover{transform:none}.section-carousel-nav{transition:none}.section-carousel-nav:hover{transform:translateY(-50%)}}.section-carousel-nav:focus-visible{outline:3px solid var(--vr-pink);outline-offset:2px}.dynamic-blocks{margin-top:3rem}.dynamic-section{margin-bottom:3rem}.dynamic-section-title{color:var(--vr-pink);font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--vr-pink-light)}.item-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.item-card{background:var(--vr-white);border:1px solid var(--vr-grey-border);border-radius:var(--border-radius);padding:1.5rem;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.item-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.item-card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.item-card-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--vr-grey-light);border-radius:8px}.item-card-header-content{flex:1;min-width:0}.item-card-type{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--vr-grey);margin-bottom:.25rem}.item-card-title{font-size:1.25rem;font-weight:700;color:var(--vr-dark);margin:0;line-height:1.3}.item-card-images{display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;padding-bottom:.5rem}.item-card-image{width:120px;height:80px;object-fit:cover;border-radius:6px;flex-shrink:0;cursor:pointer;transition:transform .2s ease}.item-card-image:hover{transform:scale(1.05)}.item-card-description{font-size:.95rem;line-height:1.6;color:var(--vr-dark);margin-bottom:1rem}.item-card-quick-info{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.item-card-tag{display:inline-block;padding:.375rem .75rem}.item-card-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.item-card-rating-stars{color:#f5a623;font-size:1rem;letter-spacing:2px}.item-card-rating-text{font-size:.875rem;color:var(--vr-grey)}.item-card-map-link{display:inline-flex;align-items:center;gap:.375rem;margin-top:.75rem;padding:.5rem 1rem;background:var(--vr-grey-light);color:var(--vr-pink);font-size:.875rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .2s ease}.item-card-map-link:hover{background:var(--vr-pink-light)}.rating-label{margin-left:.5rem;font-size:.8125rem;color:var(--vr-grey)}@media (max-width:768px){.item-cards-grid{grid-template-columns:1fr}.item-card{padding:1rem}.item-card-title{font-size:1.125rem}.item-card-image{width:100px;height:70px}}.item-card-gallery{margin-bottom:1rem}.item-card-main-image{position:relative;border-radius:6px;overflow:hidden;margin-bottom:.5rem}.item-card-image-main{width:100%;height:200px;object-fit:cover;display:block;cursor:pointer;transition:transform .3s ease}.item-card-image-main:hover{transform:scale(1.02)}.item-card-image-counter{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.7);color:#fff;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600}.item-card-thumbnails{display:flex;gap:6px;overflow-x:auto;padding:4px 0}.item-card-thumb{flex-shrink:0;width:50px;height:50px;padding:0;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;background:none;transition:all .2s ease}.item-card-thumb.active,.item-card-thumb:hover{border-color:var(--vr-pink)}.item-card-thumb.active{box-shadow:0 0 0 2px var(--vr-pink-light)}.item-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.item-card-tag{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;background:var(--vr-pink-light);color:var(--vr-pink);font-size:.8125rem;font-weight:600;border-radius:20px}.item-card-tag-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-card-tag-text{white-space:nowrap}.item-card-footer{margin-top:1rem}.item-card-footer,.section-footer{padding-top:1rem;border-top:1px solid var(--vr-grey-border)}.section-footer{margin-top:1.5rem;display:flex;justify-content:flex-end}.section-carousel-title{display:flex;align-items:center;gap:.5rem}.section-title-icon{display:flex;align-items:center;justify-content:center}.section-gallery-thumbs{display:flex;gap:8px;margin-top:.75rem;overflow-x:auto;padding:4px 0}.section-gallery-thumb{flex-shrink:0;width:60px;height:60px;padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:none;transition:all .2s ease}.section-gallery-thumb:hover{border-color:var(--vr-pink)}.section-gallery-thumb.active{border-color:var(--vr-pink);box-shadow:0 0 0 2px var(--vr-pink-light)}.section-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.item-card-no-image{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;background:var(--vr-grey-light);border-radius:6px;margin-bottom:1rem;color:var(--vr-grey);font-size:.875rem}.collapsible-section-header{width:100%;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:none;border:none;border-bottom:2px solid var(--vr-pink-light);cursor:pointer;text-align:left;transition:background .2s ease;margin-bottom:0}.collapsible-section-header:hover,.collapsible-section-icon{background:var(--vr-grey-light)}.collapsible-section-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:8px}.collapsible-section-title{font-size:1.25rem;font-weight:700;color:var(--vr-dark);flex:1}.collapsible-section-count{font-size:.8125rem;font-weight:600;color:var(--vr-grey);background:var(--vr-grey-light);padding:.25rem .75rem;border-radius:12px;white-space:nowrap}.collapsible-section-thumb{width:48px;height:36px;border-radius:6px;overflow:hidden;flex-shrink:0}.collapsible-section-thumb img{width:100%;height:100%;object-fit:cover;display:block}.collapsible-section-toggle{font-size:1.5rem;font-weight:700;color:var(--vr-pink);flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.collapsible-section-header:hover .collapsible-section-toggle{background:var(--vr-pink-light)}.collapsible-section-toggle.expanded{transform:rotate(0deg)}.collapsible-section-content{display:none;padding:1.5rem 0 0}.collapsible-section-content.open{display:block}.section-carousel-container:has(.collapsible-section-header){padding:0;border:1px solid var(--vr-grey-border);border-radius:var(--border-radius);overflow:hidden;margin-bottom:1.5rem}.section-carousel-container:has(.collapsible-section-header) .collapsible-section-content{padding:1.5rem}.section-carousel-container:has(.collapsible-section-header) .section-carousel-title{display:none}@media (max-width:768px){.collapsible-section-header{padding:.75rem 1rem;gap:.5rem}.collapsible-section-title{font-size:1rem}.collapsible-section-thumb{display:none}.collapsible-section-count{font-size:.75rem}}.item-cards-map-container{margin:3rem 0;background:var(--vr-white);border:1px solid var(--vr-grey-border);border-radius:var(--border-radius);padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.08)}.item-cards-map-header{margin-bottom:1.5rem}.item-cards-map-title{color:var(--vr-pink);font-size:1.75rem;font-weight:700;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.item-cards-map-icon{font-size:2rem}.item-cards-map-subtitle{color:var(--vr-grey);font-size:1rem;margin:0}.item-cards-map-wrapper{position:relative;width:100%;height:500px;border-radius:var(--border-radius);overflow:hidden;border:1px solid var(--vr-grey-border);box-shadow:0 4px 12px rgba(0,0,0,.1);margin-bottom:1rem}.item-cards-map{width:100%;height:100%}.item-cards-map-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:1rem;background:var(--vr-grey-light);border-radius:var(--border-radius);border:1px solid var(--vr-grey-border)}.item-cards-map-legend-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--vr-dark)}.item-cards-map-legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;border:2px solid var(--vr-white);box-shadow:0 1px 3px rgba(0,0,0,.2)}.item-cards-map-legend-icon{font-size:1rem;flex-shrink:0}.item-cards-map-legend-label{font-weight:500;white-space:nowrap}.item-cards-map-error{padding:2rem;text-align:center;background:var(--vr-grey-light);border-radius:var(--border-radius);color:var(--vr-grey);margin:2rem 0}@keyframes item-card-highlight{0%,to{background:var(--vr-white);box-shadow:0 2px 4px rgba(0,0,0,.05)}50%{background:var(--vr-pink-light);box-shadow:0 8px 24px rgba(214,51,132,.25)}}.item-card-highlight{animation:item-card-highlight .8s ease-in-out}@media (max-width:768px){.item-cards-map-container{padding:1.5rem}.item-cards-map-title{font-size:1.5rem}.item-cards-map-wrapper{height:400px}.item-cards-map-legend{gap:.75rem;padding:.75rem}.item-cards-map-legend-item{font-size:.8125rem}}@media (max-width:480px){.item-cards-map-container{padding:1rem;margin:2rem 0}.item-cards-map-title{font-size:1.25rem}.item-cards-map-wrapper{height:300px}.item-cards-map-legend{flex-direction:column;gap:.5rem}}@media print{.item-cards-map-container{display:none}}.article-body .image-with-caption{margin:1.5rem 0;padding:0;text-align:center}.article-body .image-with-caption img{display:block;margin:0 auto}.article-body .image-with-caption figcaption{font-style:italic;color:#666;font-size:.875rem;margin-top:.5rem;line-height:1.4}