body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#1a1410;color:#f4e4c1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.App{min-height:100vh;width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1410}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#8b6f47,#c9a961);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#c9a961,#8b6f47)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.container{padding:0 2rem}.section-padding{padding:5rem 2rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.container{padding:0 1rem}.section-padding{padding:3rem 1rem}}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #c9a961;outline-offset:2px}@media print{.footer,.navbar{display:none}}.navbar{background:linear-gradient(135deg,#2c1810,#4a2c1a);border-bottom:2px solid #8b6f47;box-shadow:0 2px 10px #0000004d;position:fixed;top:0;width:100%;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.navbar-logo h1{color:#f4e4c1;font-family:Georgia,serif;font-size:1.8rem;letter-spacing:2px;margin:0;text-shadow:2px 2px 4px #00000080}.navbar-logo p{color:#c9a961;font-size:.9rem;font-style:italic;letter-spacing:1px;margin:0}.navbar-menu{align-items:center;display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.navbar-menu li button{background:none;border:none;color:#f4e4c1;cursor:pointer;font-family:Georgia,serif;font-size:1rem;padding:.5rem 1rem;position:relative;transition:all .3s ease}.navbar-menu li button:after{background:#c9a961;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.navbar-menu li button:hover:after{width:80%}.navbar-menu li button:hover{color:#c9a961}.btn-reservar{background:linear-gradient(135deg,#8b6f47,#6b5537);border:2px solid #c9a961;border-radius:25px;font-weight:700;padding:.6rem 1.5rem!important;transition:all .3s ease}.btn-reservar:hover{background:linear-gradient(135deg,#c9a961,#8b6f47);box-shadow:0 4px 8px #0000004d;transform:translateY(-2px)}.btn-reservar:after{display:none}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem}.menu-toggle span{background:#f4e4c1;border-radius:2px;height:3px;margin:3px 0;transition:all .3s ease;width:25px}@media (max-width:768px){.navbar-container{padding:1rem}.menu-toggle{display:flex}.navbar-menu{background:linear-gradient(135deg,#2c1810,#4a2c1a);border-top:2px solid #8b6f47;flex-direction:column;left:0;max-height:0;overflow:hidden;padding:1rem 0;position:absolute;top:100%;transition:max-height .3s ease;width:100%}.navbar-menu.active{max-height:500px}.navbar-menu li button{padding:1rem;text-align:center;width:100%}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}}.hero{background:linear-gradient(135deg,#2c1810e6,#4a2c1ad9 50%,#2c1810e6),url(https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);background-attachment:fixed;background-position:50%;background-size:cover;margin-top:70px;min-height:100vh;position:relative}.hero,.hero-overlay{align-items:center;display:flex;justify-content:center}.hero-overlay{padding:2rem;width:100%}.hero-content{animation:fadeInUp 1s ease;max-width:900px;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{color:#f4e4c1;font-size:3.5rem;font-weight:700;letter-spacing:4px;text-shadow:3px 3px 8px #000000b3}.hero-subtitle,.hero-title{font-family:Georgia,serif;margin-bottom:1rem}.hero-subtitle{color:#c9a961;font-size:1.8rem;font-style:italic;text-shadow:2px 2px 6px #000000b3}.hero-description{color:#f4e4c1;font-size:1.2rem;line-height:1.8;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;text-shadow:2px 2px 4px #000000b3}.hero-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0}.feature-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#8b6f474d;border:2px solid #c9a961;border-radius:10px;display:flex;flex-direction:column;gap:.5rem;min-width:150px;padding:1.5rem;transition:all .3s ease}.feature-item:hover{background:#8b6f4780;box-shadow:0 5px 15px #c9a9614d;transform:translateY(-5px)}.feature-icon{font-size:2rem}.feature-item span:last-child{color:#f4e4c1;font-size:.95rem;font-weight:500;text-align:center}.hero-btn{background:linear-gradient(135deg,#8b6f47,#6b5537);border:2px solid #c9a961;border-radius:30px;box-shadow:0 4px 15px #0000004d;color:#f4e4c1;cursor:pointer;font-family:Georgia,serif;font-size:1.2rem;font-weight:700;letter-spacing:1px;margin-top:1rem;padding:1rem 3rem;transition:all .3s ease}.hero-btn:hover{background:linear-gradient(135deg,#c9a961,#8b6f47);box-shadow:0 6px 20px #c9a96166;transform:translateY(-3px)}.hero-scroll-indicator{align-items:center;animation:bounce 2s infinite;bottom:2rem;display:flex;flex-direction:column;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.hero-scroll-indicator span{color:#c9a961;font-size:.9rem;font-weight:500}.scroll-arrow{color:#c9a961;font-size:1.5rem}@media (max-width:768px){.hero{margin-top:60px;min-height:90vh}.hero-title{font-size:2.2rem;letter-spacing:2px}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.hero-features{gap:1rem}.feature-item{min-width:120px;padding:1rem}.hero-btn{font-size:1rem;padding:.8rem 2rem}}.about{background:linear-gradient(135deg,#1a1410,#2c1f15);color:#f4e4c1;padding:5rem 2rem}.container{margin:0 auto;max-width:1200px}.about-header{margin-bottom:3rem;text-align:center}.section-title{color:#f4e4c1;font-family:Georgia,serif;font-size:2.5rem;letter-spacing:2px;margin-bottom:1rem}.title-underline{background:linear-gradient(90deg,#0000,#c9a961,#0000);height:3px;margin:0 auto;width:100px}.about-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;margin-bottom:4rem}.about-text{background:#8b6f471a;border:1px solid #c9a9614d;border-radius:10px;padding:2rem}.about-text h3{color:#c9a961;font-family:Georgia,serif;font-size:1.8rem;margin-bottom:1rem}.about-text p{color:#e8d4b8;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.about-features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.about-feature-card{background:#8b6f4733;border:2px solid #c9a9614d;border-radius:10px;padding:2rem;text-align:center;transition:all .3s ease}.about-feature-card:hover{border-color:#c9a961;box-shadow:0 5px 20px #c9a96133;transform:translateY(-5px)}.feature-icon-large{font-size:3rem;margin-bottom:1rem}.about-feature-card h4{color:#c9a961;font-family:Georgia,serif;font-size:1.3rem;margin-bottom:.5rem}.about-feature-card p{color:#e8d4b8;font-size:.95rem;line-height:1.6}.about-stats{background:#c9a9611a;border:2px solid #c9a9614d;border-radius:15px;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around;padding:2rem}.stat-item{min-width:150px;text-align:center}.stat-item h3{color:#c9a961;font-family:Georgia,serif;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-item p{color:#e8d4b8;font-size:1rem;font-weight:500}@media (max-width:768px){.about{padding:3rem 1rem}.section-title{font-size:2rem}.about-text{padding:1.5rem}.about-text h3{font-size:1.5rem}.about-text p{font-size:1rem}.about-features-grid{grid-template-columns:1fr}.stat-item h3{font-size:2.5rem}}.rooms{background:linear-gradient(135deg,#2c1f15,#1a1410);color:#f4e4c1;padding:5rem 2rem}.rooms-header{margin-bottom:3rem;text-align:center}.section-subtitle{color:#c9a961;font-size:1.2rem;font-style:italic;margin-top:1rem}.rooms-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));margin-bottom:3rem}.room-card{background:#8b6f4726;border:2px solid #c9a96166;border-radius:15px;padding:2.5rem;transition:all .3s ease}.room-card:hover{border-color:#c9a961;box-shadow:0 8px 25px #c9a96140;transform:translateY(-8px)}.room-icon{font-size:3.5rem;margin-bottom:1rem;text-align:center}.room-card h3{color:#c9a961;font-family:Georgia,serif;font-size:1.8rem;margin-bottom:.5rem;text-align:center}.room-quantity{color:#e8d4b8;font-size:1.1rem;font-weight:600;margin-bottom:1rem;text-align:center}.room-description{color:#e8d4b8;line-height:1.7;margin-bottom:1.5rem;text-align:justify}.room-features{border-top:1px solid #c9a9614d;padding-top:1.5rem}.room-features h4{color:#c9a961;font-family:Georgia,serif;margin-bottom:1rem}.room-features ul{list-style:none;padding:0}.room-features li{align-items:center;color:#e8d4b8;display:flex;gap:.5rem;margin-bottom:.7rem}.rooms-details{background:#c9a9611a;border:2px solid #c9a9614d;border-radius:15px;margin-bottom:3rem;padding:2.5rem;text-align:center}.rooms-details h3{color:#c9a961;font-family:Georgia,serif;font-size:1.8rem;margin-bottom:2rem}.details-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-item{align-items:center;display:flex;flex-direction:column;gap:.5rem}.detail-icon{font-size:2.5rem}.detail-item p{color:#e8d4b8;font-size:1rem;font-weight:500}.rooms-info{display:flex;justify-content:center}.info-box{background:#8b6f4733;border:2px solid #c9a96166;border-radius:15px;max-width:900px;padding:2.5rem}.info-box h4{color:#c9a961;font-family:Georgia,serif;font-size:1.5rem;margin-bottom:1rem}.info-box p{color:#e8d4b8;line-height:1.8;margin-bottom:1rem;text-align:justify}@media (max-width:768px){.rooms{padding:3rem 1rem}.rooms-grid{grid-template-columns:1fr}.room-card{padding:2rem}.details-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.info-box,.rooms-details{padding:2rem}}.services{background:linear-gradient(135deg,#1a1410,#2c1f15);color:#f4e4c1;padding:5rem 2rem}.services-header{margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.service-card{background:#8b6f4726;border:2px solid #c9a9614d;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.service-card:hover{background:#8b6f4740;border-color:#c9a961;box-shadow:0 8px 20px #c9a96133;transform:translateY(-8px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:#c9a961;font-family:Georgia,serif;font-size:1.3rem;margin-bottom:.8rem}.service-card p{color:#e8d4b8;font-size:.95rem;line-height:1.6}.services-highlight{margin-bottom:3rem}.highlight-box{background:linear-gradient(135deg,#8b6f4733,#c9a96126);border:3px solid #c9a961;border-radius:15px;box-shadow:0 5px 20px #c9a96126;padding:3rem;text-align:center}.highlight-icon{font-size:4rem;margin-bottom:1rem}.highlight-box h3{color:#c9a961;font-family:Georgia,serif;font-size:2rem;margin-bottom:1.5rem}.highlight-box>p{color:#e8d4b8;font-size:1.1rem;line-height:1.8;margin:0 auto 2rem;max-width:800px}.transport-destinations{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin-top:2rem}.destination-item{align-items:center;background:#8b6f474d;border:2px solid #c9a96166;border-radius:10px;display:flex;flex-direction:column;gap:.5rem;min-width:140px;padding:1.5rem;transition:all .3s ease}.destination-item:hover{border-color:#c9a961;transform:scale(1.05)}.destination-item span{font-size:2.5rem}.destination-item p{color:#f4e4c1;font-weight:600;margin:0}.services-note{background:#c9a9611a;border-left:4px solid #c9a961;border-radius:8px;padding:1.5rem 2rem}.services-note p{color:#e8d4b8;font-size:1rem;line-height:1.7;margin:0}.services-note strong{color:#c9a961;font-weight:700}@media (max-width:768px){.services{padding:3rem 1rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.highlight-box{padding:2rem 1.5rem}.highlight-box h3{font-size:1.6rem}.highlight-box>p{font-size:1rem}.transport-destinations{gap:1.5rem}.destination-item{min-width:120px;padding:1rem}.services-note{padding:1rem 1.5rem}}.coffee{background:linear-gradient(135deg,#2c1f15,#1a1410);color:#f4e4c1;padding:5rem 2rem}.coffee-header{margin-bottom:3rem;text-align:center}.coffee-content{margin:0 auto;max-width:1200px}.coffee-main{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.coffee-image-placeholder{align-items:center;background:linear-gradient(135deg,#8b6f474d,#c9a96133);border:3px solid #c9a961;border-radius:15px;display:flex;flex-direction:column;justify-content:center;min-height:350px;padding:4rem 2rem;text-align:center}.image-icon{font-size:6rem;margin-bottom:1rem}.coffee-image-placeholder p{color:#c9a961;font-family:Georgia,serif;font-size:1.3rem;margin:0}.coffee-text h3{color:#c9a961;font-family:Georgia,serif;font-size:2rem;margin-bottom:1.5rem}.coffee-text p{color:#e8d4b8;font-size:1.1rem;line-height:1.8;margin-bottom:1.2rem;text-align:justify}.breakfast-section{background:#8b6f4726;border:2px solid #c9a96166;border-radius:15px;margin-bottom:3rem;padding:3rem}.breakfast-section h3{color:#c9a961;font-family:Georgia,serif;font-size:2rem;margin-bottom:1rem;text-align:center}.breakfast-intro{color:#e8d4b8;font-size:1.1rem;margin-bottom:2rem;text-align:center}.breakfast-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.breakfast-card{background:#8b6f4733;border:2px solid #c9a9614d;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.breakfast-card:hover{border-color:#c9a961;box-shadow:0 5px 15px #c9a96133;transform:translateY(-5px)}.breakfast-icon{font-size:3rem;margin-bottom:1rem}.breakfast-card h4{color:#c9a961;font-family:Georgia,serif;font-size:1.3rem;margin-bottom:.8rem}.breakfast-card p{color:#e8d4b8;font-size:.95rem;line-height:1.6}.coffee-highlights{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.highlight-item{align-items:center;background:#c9a9611a;border:2px solid #c9a9614d;border-radius:12px;display:flex;gap:2rem;padding:2rem;transition:all .3s ease}.highlight-item:hover{background:#c9a96126;border-color:#c9a961;transform:translateX(10px)}.highlight-number{color:#c9a961;font-family:Georgia,serif;font-size:3rem;font-weight:700;min-width:80px;text-align:center}.highlight-content h4{color:#c9a961;font-family:Georgia,serif;font-size:1.4rem;margin-bottom:.5rem}.highlight-content p{color:#e8d4b8;line-height:1.6;margin:0}.coffee-cta{background:linear-gradient(135deg,#8b6f474d,#c9a96133);border:3px solid #c9a961;border-radius:15px;padding:2.5rem;text-align:center}.coffee-cta p{color:#e8d4b8;font-size:1.2rem;line-height:1.8;margin:0}.coffee-cta strong{color:#c9a961;font-size:1.3rem}@media (max-width:768px){.coffee{padding:3rem 1rem}.coffee-main{gap:2rem;grid-template-columns:1fr}.coffee-image-placeholder{min-height:250px;padding:3rem 1.5rem}.image-icon{font-size:4rem}.coffee-text h3{font-size:1.6rem}.coffee-text p{font-size:1rem}.breakfast-section{padding:2rem 1.5rem}.breakfast-section h3{font-size:1.6rem}.breakfast-features{grid-template-columns:1fr}.highlight-item{flex-direction:column;gap:1rem;text-align:center}.highlight-number{font-size:2.5rem}.coffee-cta{padding:2rem 1.5rem}.coffee-cta p{font-size:1rem}}.tours{background:linear-gradient(135deg,#1a1410,#2c1f15);color:#f4e4c1;padding:5rem 2rem}.tours-header{margin-bottom:2rem;text-align:center}.tours-intro{background:#c9a9611a;border:2px solid #c9a9614d;border-radius:12px;margin:0 auto 3rem;max-width:900px;padding:2rem;text-align:center}.tours-intro p{color:#e8d4b8;font-size:1.1rem;line-height:1.8;margin:0}.tours-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.tour-card{background:#8b6f4726;border:2px solid #c9a96166;border-radius:15px;padding:2.5rem;transition:all .3s ease}.tour-card:hover{border-color:#c9a961;box-shadow:0 10px 30px #c9a96140;transform:translateY(-8px)}.tour-header-card{border-bottom:2px solid #c9a9614d;margin-bottom:1.5rem;padding-bottom:1.5rem;text-align:center}.tour-icon-large{font-size:4rem;margin-bottom:1rem}.tour-card h3{color:#c9a961;font-family:Georgia,serif;font-size:1.8rem;margin-bottom:.5rem}.tour-duration{background:#c9a96133;border:1px solid #c9a96166;border-radius:20px;color:#c9a961;display:inline-block;font-size:.9rem;font-weight:600;padding:.4rem 1rem}.tour-description{color:#e8d4b8;line-height:1.7;margin-bottom:1.5rem;text-align:justify}.tour-highlights h4{color:#c9a961;font-family:Georgia,serif;margin-bottom:1rem}.tour-highlights ul{list-style:none;padding:0}.tour-highlights li{align-items:center;color:#e8d4b8;display:flex;gap:.5rem;margin-bottom:.7rem}.check-icon{color:#c9a961;font-size:1.2rem;font-weight:700}.tours-special{margin-bottom:3rem}.special-box{background:linear-gradient(135deg,#8b6f4740,#c9a96133);border:3px solid #c9a961;border-radius:15px;padding:3rem;text-align:center}.special-box h3{color:#c9a961;font-family:Georgia,serif;font-size:2.2rem;margin-bottom:1.5rem}.special-box>p{color:#e8d4b8;font-size:1.15rem;line-height:1.8;margin:0 auto 2rem;max-width:800px}.volcano-features{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.volcano-item{align-items:center;display:flex;flex-direction:column;gap:.5rem;min-width:140px}.volcano-item span{font-size:3rem}.volcano-item p{color:#f4e4c1;font-weight:600;margin:0}.tours-info{margin-bottom:3rem}.info-card{background:#8b6f4726;border:2px solid #c9a96166;border-radius:12px;padding:2.5rem}.info-card h4{color:#c9a961;font-family:Georgia,serif;font-size:1.6rem;margin-bottom:1.5rem;text-align:center}.info-card ul{list-style:none;margin:0 auto;max-width:800px;padding:0}.info-card li{background:#c9a9611a;border-left:4px solid #c9a961;border-radius:8px;color:#e8d4b8;font-size:1.05rem;margin-bottom:1rem;padding:.8rem}.tours-cta{background:linear-gradient(135deg,#8b6f4733,#c9a96126);border:2px solid #c9a961;border-radius:15px;padding:2.5rem;text-align:center}.tours-cta h3{color:#c9a961;font-family:Georgia,serif;font-size:2rem;margin-bottom:1rem}.tours-cta p{color:#e8d4b8;font-size:1.15rem;margin:0}@media (max-width:768px){.tours{padding:3rem 1rem}.tours-intro{padding:1.5rem}.tours-grid{grid-template-columns:1fr}.tour-card{padding:2rem}.tour-card h3{font-size:1.5rem}.special-box{padding:2rem 1.5rem}.special-box h3{font-size:1.8rem}.volcano-features{gap:1.5rem}.info-card,.tours-cta{padding:2rem 1.5rem}.tours-cta h3{font-size:1.6rem}}.location{background:linear-gradient(135deg,#2c1f15,#1a1410);color:#f4e4c1;padding:5rem 2rem}.location-header{margin-bottom:3rem;text-align:center}.location-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1.2fr .8fr}.location-info h3{color:#c9a961;font-family:Georgia,serif;font-size:2rem;margin-bottom:1.5rem}.address-box{background:#8b6f4726;border:2px solid #c9a96166;border-radius:12px;margin-bottom:2rem;padding:2rem}.address-box h4{color:#c9a961;font-family:Georgia,serif;font-size:1.5rem;margin-bottom:.5rem}.address-box>p{color:#e8d4b8;font-size:1.1rem;margin-bottom:.5rem}.location-description{color:#e8d4b8!important;line-height:1.7;margin-top:1rem!important;text-align:justify}.transport-info{margin-bottom:2rem}.transport-info h4{color:#c9a961;font-family:Georgia,serif;font-size:1.5rem;margin-bottom:1.5rem}.transport-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.transport-card{background:#8b6f4726;border:2px solid #c9a9614d;border-radius:10px;padding:1.5rem;text-align:center;transition:all .3s ease}.transport-card:hover{border-color:#c9a961;box-shadow:0 5px 15px #c9a96133;transform:translateY(-5px)}.transport-icon{display:block;font-size:2.5rem;margin-bottom:.8rem}.transport-card h5{color:#c9a961;font-family:Georgia,serif;font-size:1.1rem;margin-bottom:.5rem}.transport-card p{color:#e8d4b8;font-size:.9rem;line-height:1.5}.nearby-attractions{background:#c9a9611a;border:2px solid #c9a9614d;border-radius:12px;padding:2rem}.nearby-attractions h4{color:#c9a961;font-family:Georgia,serif;font-size:1.5rem;margin-bottom:1rem}.nearby-attractions ul{list-style:none;padding:0}.nearby-attractions li{border-bottom:1px solid #c9a96133;color:#e8d4b8;padding:.7rem 0 .7rem 1.5rem;position:relative}.nearby-attractions li:last-child{border-bottom:none}.nearby-attractions li:before{content:"📍";left:0;position:absolute}.map-placeholder{align-items:center;background:linear-gradient(135deg,#8b6f4733,#c9a96126);border:3px solid #c9a961;border-radius:15px;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:4rem 2rem;position:-webkit-sticky;position:sticky;text-align:center;top:100px}.map-icon{font-size:5rem;margin-bottom:1rem}.map-placeholder>p{color:#c9a961;font-family:Georgia,serif;font-size:1.3rem;margin:.5rem 0}.map-note{color:#e8d4b8!important;font-size:1rem!important;font-style:italic}@media (max-width:968px){.location{padding:3rem 1rem}.location-content{gap:2rem;grid-template-columns:1fr}.map-placeholder{min-height:300px;padding:3rem 1.5rem;position:static}.transport-grid{grid-template-columns:1fr}}.contact{background:linear-gradient(135deg,#1a1410,#2c1f15);color:#f4e4c1;padding:5rem 2rem}.contact-header{margin-bottom:3rem;text-align:center}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:.8fr 1.2fr;margin:0 auto;max-width:1200px}.contact-info-section h3{color:#c9a961;font-family:Georgia,serif;font-size:1.8rem;margin-bottom:1.5rem}.contact-card{align-items:start;background:#8b6f4726;border:2px solid #c9a9614d;border-radius:10px;display:flex;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.contact-card:hover{border-color:#c9a961;transform:translateX(5px)}.contact-icon{font-size:2.5rem;min-width:50px}.contact-card h4{color:#c9a961;font-family:Georgia,serif;font-size:1.2rem;margin-bottom:.3rem}.contact-card p{color:#e8d4b8;margin:0}.social-links{background:#c9a9611a;border:2px solid #c9a9614d;border-radius:10px;margin-bottom:1.5rem;padding:1.5rem}.social-links h4{color:#c9a961;font-family:Georgia,serif;font-size:1.2rem;margin-bottom:1rem}.social-icons{display:flex;flex-wrap:wrap;gap:1rem}.social-icon{display:inline-block;font-size:2rem;text-decoration:none;transition:transform .3s ease}.social-icon:hover{transform:scale(1.2)}.quick-info{background:#8b6f4726;border:2px solid #c9a9614d;border-radius:10px;padding:1.5rem}.quick-info h4{color:#c9a961;font-family:Georgia,serif;font-size:1.2rem;margin-bottom:1rem}.info-item{border-bottom:1px solid #c9a96133;color:#e8d4b8;display:flex;justify-content:space-between;padding:.7rem 0}.info-item:last-child{border-bottom:none}.info-item span:first-child{font-weight:600}.reservation-form{background:#8b6f4726;border:2px solid #c9a96166;border-radius:15px;padding:2.5rem}.reservation-form h3{color:#c9a961;font-family:Georgia,serif;font-size:1.8rem;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{color:#c9a961;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#1a141099;border:2px solid #c9a9614d;border-radius:8px;color:#f4e4c1;font-family:inherit;font-size:1rem;padding:.8rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#1a1410cc;border-color:#c9a961;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#f4e4c180}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.submit-btn{background:linear-gradient(135deg,#8b6f47,#6b5537);border:2px solid #c9a961;border-radius:30px;color:#f4e4c1;cursor:pointer;font-family:Georgia,serif;font-size:1.1rem;font-weight:700;letter-spacing:1px;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-btn:hover{background:linear-gradient(135deg,#c9a961,#8b6f47);box-shadow:0 5px 15px #c9a9614d;transform:translateY(-2px)}.form-note{color:#e8d4b8;font-size:.85rem;font-style:italic;margin-bottom:0;margin-top:1rem;text-align:center}@media (max-width:968px){.contact{padding:3rem 1rem}.contact-content{gap:2rem;grid-template-columns:1fr}.reservation-form{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.contact-card{padding:1.2rem}}.footer{background:linear-gradient(135deg,#2c1810,#1a1108);border-top:3px solid #8b6f47;color:#f4e4c1;padding:4rem 2rem 2rem}.footer-container{margin:0 auto;max-width:1200px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section h3,.footer-section h4{color:#c9a961;font-family:Georgia,serif;margin-bottom:1rem}.footer-brand{font-size:2rem;letter-spacing:2px;margin-bottom:.3rem}.footer-tagline{color:#c9a961;font-size:1.1rem;font-style:italic;margin-bottom:1rem}.footer-description{color:#e8d4b8;font-size:.95rem;line-height:1.7}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.7rem}.footer-links button{background:none;border:none;color:#e8d4b8;cursor:pointer;font-family:inherit;font-size:.95rem;padding:0;text-align:left;transition:all .3s ease}.footer-links button:hover{color:#c9a961;padding-left:5px}.footer-contact{list-style:none;margin:0;padding:0}.footer-contact li{align-items:center;color:#e8d4b8;display:flex;font-size:.95rem;gap:.8rem;margin-bottom:.8rem}.footer-icon{font-size:1.3rem}.footer-social{display:flex;gap:1rem;margin-bottom:1.5rem}.footer-social-icon{display:inline-block;font-size:2rem;text-decoration:none;transition:transform .3s ease}.footer-social-icon:hover{transform:scale(1.2) translateY(-3px)}.footer-info{background:#8b6f4733;border:1px solid #c9a9614d;border-radius:8px;padding:1rem}.footer-info p{color:#e8d4b8;font-size:.9rem;margin:.4rem 0}.footer-info strong{color:#c9a961}.footer-bottom{border-top:2px solid #8b6f4780;padding-top:2rem}.footer-bottom-content{text-align:center}.footer-bottom-content p{color:#e8d4b8;font-size:.9rem;margin:.5rem 0}.footer-made{color:#c9a961!important;font-style:italic}@media (max-width:768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-brand{font-size:1.8rem}.footer-links button,.footer-section{text-align:center}.footer-contact li,.footer-social{justify-content:center}}
/*# sourceMappingURL=main.5ad094b8.css.map*/