.TravelGuide-module__RcOGqa__travelGuideSection{color:#0a0a0a;z-index:10;background-color:#fff;width:100%;padding:4rem 0 10rem;position:relative}.TravelGuide-module__RcOGqa__container{max-width:1600px;margin:0 auto;padding:0 3rem}.TravelGuide-module__RcOGqa__header{border-bottom:1px solid #0a0a0a1a;justify-content:space-between;align-items:flex-end;margin-bottom:5rem;padding-bottom:2rem;display:flex}.TravelGuide-module__RcOGqa__label{letter-spacing:.2em;text-transform:uppercase;color:#0a0a0a80;margin-bottom:1.5rem;font-size:.75rem;display:block}.TravelGuide-module__RcOGqa__title{font-family:var(--font-serif);color:#0a0a0a;font-size:clamp(2.5rem,3.5vw,3.5rem);font-weight:300;line-height:1.1}.TravelGuide-module__RcOGqa__title em{font-style:italic;font-weight:400}.TravelGuide-module__RcOGqa__viewAllBtn{letter-spacing:.15em;color:#0a0a0a;text-transform:uppercase;padding-bottom:.3rem;font-size:.8rem;font-weight:500;position:relative}.TravelGuide-module__RcOGqa__viewAllBtn:after{content:"";transform-origin:100%;background-color:#0a0a0a;width:100%;height:1px;transition:transform .4s;position:absolute;bottom:0;left:0;transform:scaleX(1)}.TravelGuide-module__RcOGqa__viewAllBtn:hover:after{transform:scaleX(0)}.TravelGuide-module__RcOGqa__grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.TravelGuide-module__RcOGqa__card{group:true;cursor:pointer;flex-direction:column;display:flex}.TravelGuide-module__RcOGqa__imageWrapper{aspect-ratio:4/5;border-radius:4px;width:100%;margin-bottom:1.5rem;overflow:hidden}.TravelGuide-module__RcOGqa__image{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.25,1,.5,1)}.TravelGuide-module__RcOGqa__card:hover .TravelGuide-module__RcOGqa__image{transform:scale(1.05)}.TravelGuide-module__RcOGqa__content{flex-direction:column;align-items:flex-start;display:flex}.TravelGuide-module__RcOGqa__category{letter-spacing:.15em;text-transform:uppercase;color:#0a0a0a80;margin-bottom:1rem;font-size:.7rem}.TravelGuide-module__RcOGqa__cardTitle{font-family:var(--font-serif);color:#0a0a0a;margin-bottom:.8rem;font-size:2rem;font-weight:400;line-height:1.2}.TravelGuide-module__RcOGqa__cardDesc{color:#0a0a0ab3;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.TravelGuide-module__RcOGqa__readMore{letter-spacing:.05em;color:#0a0a0a;font-size:.8rem;font-weight:500;transition:transform .3s}.TravelGuide-module__RcOGqa__card:hover .TravelGuide-module__RcOGqa__readMore{transform:translate(5px)}@media (max-width:1024px){.TravelGuide-module__RcOGqa__header{flex-direction:column;align-items:flex-start;gap:2rem}.TravelGuide-module__RcOGqa__grid{grid-template-columns:1fr;gap:4rem}.TravelGuide-module__RcOGqa__imageWrapper{aspect-ratio:16/9}}@media (max-width:768px){.TravelGuide-module__RcOGqa__travelGuideSection{padding:4rem 0}.TravelGuide-module__RcOGqa__container{padding:0 1.5rem}.TravelGuide-module__RcOGqa__title{font-size:clamp(2.5rem,8vw,3.5rem)}}
.InteractiveMap-module__Swl0ra__mapSection{background-color:var(--color-bg);color:#fff;z-index:10;width:100%;padding:8rem 0;position:relative}.InteractiveMap-module__Swl0ra__header{text-align:center;margin-bottom:4rem}.InteractiveMap-module__Swl0ra__label{letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.75rem;display:block}.InteractiveMap-module__Swl0ra__title{font-family:var(--font-serif);color:#fff;font-size:clamp(2.5rem,4vw,4rem);font-weight:300;line-height:1.1}.InteractiveMap-module__Swl0ra__title em{font-style:italic;font-weight:400}.InteractiveMap-module__Swl0ra__mapWrapper{gap:3rem;max-width:1600px;height:70vh;min-height:500px;margin:0 auto;padding:0 3rem;display:flex}.InteractiveMap-module__Swl0ra__sidebar{flex-direction:column;flex:0 0 250px;display:flex}.InteractiveMap-module__Swl0ra__sidebarTitle{font-family:var(--font-serif);border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem;font-weight:300}.InteractiveMap-module__Swl0ra__categoryList{flex-direction:column;gap:1rem;max-height:50vh;padding-right:.5rem;list-style:none;display:flex;overflow-y:auto}.InteractiveMap-module__Swl0ra__categoryList::-webkit-scrollbar{width:4px}.InteractiveMap-module__Swl0ra__categoryList::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.InteractiveMap-module__Swl0ra__categoryList::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.InteractiveMap-module__Swl0ra__categoryList::-webkit-scrollbar-thumb:hover{background:#ffffff59}.InteractiveMap-module__Swl0ra__categoryBtn{text-align:left;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);padding-left:1rem;font-size:.9rem;transition:all .3s;position:relative}.InteractiveMap-module__Swl0ra__categoryBtn:before{content:"";opacity:0;background-color:#fff;border-radius:50%;width:4px;height:4px;transition:opacity .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.InteractiveMap-module__Swl0ra__categoryBtn:hover{color:#fff}.InteractiveMap-module__Swl0ra__categoryBtn.InteractiveMap-module__Swl0ra__active{color:#fff;font-weight:500}.InteractiveMap-module__Swl0ra__categoryBtn.InteractiveMap-module__Swl0ra__active:before{opacity:1}.InteractiveMap-module__Swl0ra__mapContainer{border-radius:8px;flex:1;overflow:hidden;box-shadow:0 20px 40px #0000004d}.InteractiveMap-module__Swl0ra__leafletContainer{z-index:1;width:100%;height:100%}.InteractiveMap-module__Swl0ra__mapLoading{width:100%;height:100%;color:var(--color-text-muted);font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;background-color:#1a1a1a;justify-content:center;align-items:center;font-size:.9rem;display:flex}.leaflet-popup-content-wrapper{border-radius:4px;box-shadow:0 4px 15px #0000001a}.leaflet-popup-tip{box-shadow:0 4px 15px #0000001a}@media (max-width:1024px){.InteractiveMap-module__Swl0ra__mapWrapper{flex-direction:column;height:auto;padding:0 1.5rem}.InteractiveMap-module__Swl0ra__sidebar{flex:none;margin-bottom:2rem}.InteractiveMap-module__Swl0ra__categoryList{flex-flow:wrap;gap:1.5rem;max-height:none;padding-right:0;overflow-y:visible}.InteractiveMap-module__Swl0ra__mapContainer{height:50vh;min-height:400px}}@media (max-width:768px){.InteractiveMap-module__Swl0ra__section{padding:4rem 0}.InteractiveMap-module__Swl0ra__title{font-size:clamp(2rem,8vw,3rem)}.InteractiveMap-module__Swl0ra__mapContainer{height:40vh;min-height:300px}}
.FinalCTA-module__G4Qm-G__finalCtaSection{background-color:var(--color-bg);z-index:10;background-image:url("/apartmaji_budinek_zunanjost_01(outer) (2).jpg");background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:8rem 0;display:flex;position:relative;overflow:hidden}.FinalCTA-module__G4Qm-G__overlay{z-index:1;background:#0a0a0ad9;position:absolute;inset:0}.FinalCTA-module__G4Qm-G__container{z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1000px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.FinalCTA-module__G4Qm-G__awards{opacity:.7;flex-wrap:wrap;justify-content:center;gap:3rem;margin-bottom:4rem;display:flex}.FinalCTA-module__G4Qm-G__awardItem{flex-direction:column;align-items:center;gap:.5rem;display:flex}.FinalCTA-module__G4Qm-G__awardScore,.FinalCTA-module__G4Qm-G__awardIcon{font-family:var(--font-serif);color:#fff;font-size:2rem;font-weight:300;line-height:1}.FinalCTA-module__G4Qm-G__awardName{letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3;font-size:.65rem}.FinalCTA-module__G4Qm-G__splitContent{justify-content:space-between;align-items:flex-start;gap:4rem;width:100%;display:flex}.FinalCTA-module__G4Qm-G__leftContent{flex-direction:column;flex:1;align-items:flex-start;max-width:600px;display:flex}.FinalCTA-module__G4Qm-G__headline{font-family:var(--font-serif);color:#fff;text-align:left;margin-bottom:3rem;font-size:clamp(3rem,5vw,5rem);font-weight:300;line-height:1.1}.FinalCTA-module__G4Qm-G__headline em{font-style:italic;font-weight:400}.FinalCTA-module__G4Qm-G__reserveBtn{color:#0a0a0a;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background-color:#fff;border:none;margin-bottom:4rem;padding:1.2rem 3rem;font-size:.9rem;font-weight:500;transition:opacity .3s}.FinalCTA-module__G4Qm-G__reserveBtn:hover{opacity:.8}.FinalCTA-module__G4Qm-G__contactInfo{border-top:1px solid #ffffff1a;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;padding-top:2rem;display:grid}.FinalCTA-module__G4Qm-G__contactCol{flex-direction:column;display:flex}.FinalCTA-module__G4Qm-G__contactLabel{letter-spacing:.2em;color:#ffffff80;margin-bottom:.5rem;font-size:.7rem}.FinalCTA-module__G4Qm-G__contactCol p{color:#fffc;font-size:.9rem;line-height:1.6}.FinalCTA-module__G4Qm-G__rightContent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff08;border:1px solid #ffffff1a;width:400px;padding:3rem 2.5rem}.FinalCTA-module__G4Qm-G__formTitle{font-family:var(--font-serif);color:#fff;margin-bottom:2rem;font-size:1.5rem;font-weight:300}.FinalCTA-module__G4Qm-G__formGroup{margin-bottom:1.5rem}.FinalCTA-module__G4Qm-G__inputField,.FinalCTA-module__G4Qm-G__textArea{color:#fff;width:100%;font-family:var(--font-sans);background-color:#0000;border:none;border-bottom:1px solid #ffffff4d;padding:.8rem 0;font-size:1rem;transition:border-color .3s}.FinalCTA-module__G4Qm-G__inputField::placeholder,.FinalCTA-module__G4Qm-G__textArea::placeholder{color:#fff6}.FinalCTA-module__G4Qm-G__inputField:focus,.FinalCTA-module__G4Qm-G__textArea:focus{border-bottom-color:#fff;outline:none}.FinalCTA-module__G4Qm-G__textArea{resize:vertical;min-height:100px}.FinalCTA-module__G4Qm-G__submitBtn{color:#fff;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background-color:#0000;border:1px solid #fff;width:100%;margin-top:1rem;padding:1rem;font-size:.8rem;font-weight:500;transition:all .3s}.FinalCTA-module__G4Qm-G__submitBtn:hover{color:#0a0a0a;background-color:#fff}@media (max-width:1024px){.FinalCTA-module__G4Qm-G__splitContent{flex-direction:column}.FinalCTA-module__G4Qm-G__rightContent{width:100%}}@media (max-width:768px){.FinalCTA-module__G4Qm-G__ctaSection{padding:4rem 1.5rem}.FinalCTA-module__G4Qm-G__title{font-size:clamp(3rem,8vw,4rem)}.FinalCTA-module__G4Qm-G__subtitle{font-size:1.2rem}.FinalCTA-module__G4Qm-G__awards{flex-wrap:wrap;gap:2rem}.FinalCTA-module__G4Qm-G__contactInfo{grid-template-columns:1fr;gap:1.5rem}}.FinalCTA-module__G4Qm-G__successMessage{color:#2ecc71;letter-spacing:.05em;text-align:center;margin-top:1.5rem;font-size:.9rem;line-height:1.4}.FinalCTA-module__G4Qm-G__errorMessage{color:#e74c3c;letter-spacing:.05em;text-align:center;margin-top:1.5rem;font-size:.9rem;line-height:1.4}
