.app-container{padding-top:1px}.header{position:sticky;top:0;width:100%;background:#fff;box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffffa}.header-container{max-width:1280px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo-section{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:transform .2s}.logo-section:hover{transform:scale(1.02)}.logo-icon{width:3rem;height:3rem;background:linear-gradient(to bottom right,#60a5fa,#06b6d4);border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 10px 15px #3b82f64d;transition:all .3s}.logo-section:hover .logo-icon{box-shadow:0 15px 25px #3b82f666;transform:rotate(-5deg)}.logo-text{display:flex;flex-direction:column;gap:.125rem}.logo-title{font-size:1.5rem;font-weight:700;color:#09acd3;line-height:1;letter-spacing:-.025em}.logo-subtitle{font-size:.875rem;color:#9ca3af;font-weight:500}.nav-desktop{display:none;align-items:center;gap:.5rem}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:.75rem;color:#6b7280;font-weight:600;font-size:.9375rem;text-decoration:none;transition:all .2s;position:relative}.nav-link:hover{color:#09acd3;transform:translateY(-2px)}.nav-link.active{color:#09acd3}.nav-link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:3px;background:linear-gradient(to right,#3b82f6,#06b6d4);border-radius:2px}.menu-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:none;border:none;color:#374151;cursor:pointer;transition:all .2s}.menu-toggle:hover{background:#f3f4f6;color:#09acd3}.menu-toggle:active{transform:scale(.95)}.nav-mobile{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#fafafa;animation:slideDown .3s ease-out}.nav-mobile-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:.75rem;color:#6b7280;font-weight:600;text-decoration:none;transition:all .2s}.nav-mobile-link:hover{background:#fff;color:#09acd3;box-shadow:0 2px 4px #0000000d}.nav-mobile-link.active{background:#fff;color:#09acd3;box-shadow:0 4px 6px #2563eb1a;border-left:4px solid #3b82f6}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.nav-desktop{display:flex}.menu-toggle,.nav-mobile{display:none}.header-container{padding:1.25rem 1.5rem}}@media(max-width:767px){.logo-title{font-size:1.125rem}.logo-subtitle{font-size:.75rem}.logo-icon{width:2.5rem;height:2.5rem;font-size:1.25rem}.header-container{padding:.875rem 1rem}}@media(max-width:480px){.logo-subtitle{display:none}.logo-title{font-size:1rem}.logo-icon{width:2.25rem;height:2.25rem;font-size:1.125rem}}.destination-card{position:relative;border-radius:1.25rem;overflow:hidden;background:#fff;box-shadow:0 4px 6px #00000012;transition:all .3s ease;cursor:pointer}.destination-card:hover{transform:translateY(-8px);box-shadow:0 20px 30px #00000026}.destination-image-wrapper{position:relative;width:100%;height:16rem;overflow:hidden}.destination-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.destination-card:hover .destination-image{transform:scale(1.1)}.image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.2),transparent);pointer-events:none}.hover-overlay{position:absolute;inset:0;background:#2563ebe6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.destination-card:hover .hover-overlay{opacity:1}.view-details-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#09acd3;font-weight:700;font-size:.9375rem;border-radius:2rem;box-shadow:0 8px 16px #0003;transform:translateY(10px);transition:transform .3s ease}.destination-card:hover .view-details-btn{transform:translateY(0)}.view-details-btn svg{transition:transform .2s ease}.view-details-btn:hover svg{transform:translate(4px)}.favorite-btn{position:absolute;top:1rem;right:1rem;width:2.75rem;height:2.75rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .2s ease;z-index:10}.favorite-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 6px 16px #0003}.favorite-btn:active{transform:scale(.95)}.favorite-inactive{color:#6b7280}.destination-content{padding:1.25rem;background:#fff}.destination-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(max-width:640px){.destination-image-wrapper{height:14rem}.destination-title{font-size:1rem}.favorite-btn{width:2.5rem;height:2.5rem;top:.75rem;right:.75rem}.destination-content{padding:1rem}}.favorite-active{fill:#ef4444!important;color:#ef4444!important;animation:heartPulse .3s ease}.favorite-btn:hover .favorite-inactive{color:#ef4444}.cultural-tour-card{position:relative;border-radius:1.25rem;overflow:hidden;background:#fff;box-shadow:0 4px 6px #00000012;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.cultural-tour-card:hover{transform:translateY(-8px);box-shadow:0 20px 30px #00000026}.tour-image-wrapper{position:relative;width:100%;height:16rem;overflow:hidden;flex-shrink:0}.tour-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cultural-tour-card:hover .tour-image{transform:scale(1.1)}.tour-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.2),transparent);pointer-events:none}.tour-hover-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.2),transparent);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.cultural-tour-card:hover .tour-hover-overlay{opacity:1}.quick-view-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#09acd3;font-weight:700;font-size:.9375rem;border-radius:2rem;box-shadow:0 8px 16px #0003;transform:translateY(10px);transition:transform .3s ease}.cultural-tour-card:hover .quick-view-btn{transform:translateY(0)}.quick-view-btn svg{transition:transform .2s ease}.quick-view-btn:hover svg{transform:translate(4px)}.tour-favorite-btn{position:absolute;top:1rem;right:1rem;width:2.75rem;height:2.75rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .2s ease;z-index:10}.tour-favorite-btn:hover{background:#fff;transform:scale(1.1);box-shadow:0 6px 16px #0003}.tour-favorite-btn:active{transform:scale(.95)}.favorite-active{fill:#ef4444;color:#ef4444;animation:heartPulse .3s ease}.favorite-inactive{fill:none;color:#6b7280}.tour-favorite-btn:hover .favorite-inactive{color:#ef4444}.tour-content{padding:1.25rem;background:#fff;flex:1;display:flex;flex-direction:column}.tour-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.tour-description{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:1rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.tour-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:1rem}.tour-price{display:flex;flex-direction:column}.price-value{font-size:1.25rem;font-weight:700;color:#09acd3}.price-value small{font-size:.75rem;font-weight:400;color:#6b7280}.book-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#09acd3;color:#fff;font-weight:600;font-size:.875rem;border-radius:2rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #2563eb4d}.book-btn:hover{background:#0081b0;transform:scale(1.02);box-shadow:0 4px 12px #2563eb66}.book-btn:active{transform:scale(.98)}.book-btn svg{transition:transform .2s ease}.book-btn:hover svg{transform:translate(2px)}@keyframes heartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media(max-width:640px){.tour-image-wrapper{height:14rem}.tour-title{font-size:1rem}.tour-description{font-size:.8125rem;-webkit-line-clamp:2}.tour-favorite-btn{width:2.5rem;height:2.5rem;top:.75rem;right:.75rem}.tour-content{padding:1rem}.price-value{font-size:1rem}.book-btn{padding:.5rem 1rem;font-size:.8125rem}}.carousel-container{position:relative;width:100%}.carousel-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.carousel-controls{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.carousel-btn{width:3rem;height:3rem;background:#0081b0;border-radius:50%;box-shadow:0 15px 20px #0000001a;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .3s;color:#fff}.carousel-btn:hover:not(:disabled){background:#032568;box-shadow:0 20px 25px #00000026;transform:translateY(-2px)}.carousel-btn:active:not(:disabled){transform:scale(.95)}.carousel-btn:disabled{opacity:.3;cursor:not-allowed}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.indicator-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;transition:all .3s}.indicator-dot.active{background:#3b82f6;width:24px;border-radius:4px}@media(min-width:640px){.carousel-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.carousel-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.carousel-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.carousel-btn{width:2.5rem;height:2.5rem}.carousel-grid{gap:1rem}}.weather-tide-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem;padding:0 1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.weather-tide-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background:linear-gradient(to bottom right,#eff6ff,#ecfeff);border-radius:1.5rem;border:2px solid rgba(147,197,253,.5);margin:0 1.5rem 3rem}.loading-spinner{color:#3b82f6;animation:spin 1s linear infinite}.loading-text{margin-top:1rem;color:#6b7280;font-weight:500}.weather-card,.tide-card{position:relative;border-radius:1.5rem;padding:1rem;color:#fff;overflow:hidden;box-shadow:0 10px 30px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s,box-shadow .3s;border:none;width:100%;text-align:left;cursor:pointer}.weather-button,.tide-button{display:flex;flex-direction:column}.weather-card:hover,.tide-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 40px #00000040}.weather-card:active,.tide-card:active{transform:translateY(-2px) scale(1.01)}.weather-card{background:linear-gradient(135deg,#667eea,#764ba2)}.tide-card{background:linear-gradient(135deg,#06b6d4,#0891b2)}.card-glow{position:absolute;width:200px;height:200px;background:#ffffff1a;border-radius:50%;filter:blur(60px);pointer-events:none}.weather-glow{top:-50px;right:-50px}.tide-glow{bottom:-50px;left:-50px}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;position:relative;z-index:1}.header-left{display:flex;align-items:center;gap:.75rem}.header-icon{flex-shrink:0;filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.card-title{font-size:1.25rem;font-weight:700;margin:0;letter-spacing:-.025em}.card-subtitle{font-size:.875rem;opacity:.9;margin:.25rem 0 0}.weather-main{position:relative;z-index:1;text-align:center;margin-bottom:.5rem;padding:.75rem 0}.temperature-display{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.temp-icon{opacity:.8}.temperature{font-size:2rem;font-weight:900;line-height:1;text-shadow:0 4px 8px rgba(0,0,0,.2)}.temp-unit{font-size:2rem;font-weight:600;opacity:.9;align-self:flex-start;margin-top:.5rem}.weather-condition{font-size:1.125rem;font-weight:500;opacity:.95;margin:0}.click-hint{position:relative;z-index:1;text-align:center;font-size:.75rem;opacity:.7;margin-top:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.tide-preview{position:relative;z-index:1;margin-bottom:.5rem}.tide-preview-content{display:flex;flex-direction:column;gap:.5rem}.tide-preview-item{display:flex;align-items:center;gap:.75rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.75rem;padding:.5rem .75rem}.tide-preview-time{font-weight:700;font-size:1rem}.tide-preview-level{margin-left:auto;font-weight:700;font-size:1.125rem;background:#fff3;padding:.25rem .625rem;border-radius:.5rem}.tide-icon{flex-shrink:0}.tide-high{color:#fbbf24}.tide-low{color:#93c5fd}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.modal-content{background:#fff;border-radius:1.5rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px #00000040;animation:slideUp .3s ease-out}.weather-modal{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.tide-modal{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.modal-close{position:absolute;top:1rem;right:1rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#fff;z-index:10}.modal-close:hover{background:#ffffff4d;transform:rotate(90deg)}.modal-header{display:flex;align-items:center;gap:1rem;padding:2rem 2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.modal-title{font-size:1.75rem;font-weight:700;margin:0}.modal-subtitle{font-size:.875rem;opacity:.9;margin:.25rem 0 0}.modal-body{padding:2rem}.weather-main-modal{text-align:center;margin-bottom:2rem}.temperature-display-large{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.temp-icon-large{opacity:.8}.temperature-large{font-size:4rem;font-weight:900;line-height:1;text-shadow:0 4px 8px rgba(0,0,0,.2)}.temp-unit-large{font-size:3rem;font-weight:600;opacity:.9;align-self:flex-start;margin-top:1rem}.weather-condition-large{font-size:1.5rem;font-weight:500;opacity:.95;margin:0}.weather-details-modal{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.detail-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:transform .2s}.detail-card:hover{transform:translateY(-4px);background:#fff3}.detail-icon-large{opacity:.9}.detail-content-large{display:flex;flex-direction:column;align-items:center;gap:.25rem}.detail-label-large{font-size:.875rem;opacity:.85;text-transform:uppercase;letter-spacing:.05em}.detail-value-large{font-size:1.5rem;font-weight:700}.tide-list-modal{display:flex;flex-direction:column;gap:.75rem;max-height:500px;overflow-y:auto;overflow-x:hidden;width:100%;padding-right:5px}.tide-list-modal::-webkit-scrollbar{width:6px}.tide-list-modal::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:10px}.tide-item-modal{display:flex;align-items:center;justify-content:space-between;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1rem 1.25rem;transition:all .3s;box-sizing:border-box;width:100%}.tide-item-modal:hover{background:#ffffff40;transform:translate(8px)}.tide-left{display:flex;align-items:center;gap:1rem}.tide-info{display:flex;flex-direction:column}.tide-time-large{font-weight:700;font-size:1.25rem;line-height:1.2}.tide-type-large{font-size:.875rem;opacity:.9;text-transform:capitalize}.tide-level-large{font-weight:700;font-size:1.5rem;background:#fff3;padding:.5rem 1rem;border-radius:.75rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.no-tide-data{text-align:center;opacity:.8;padding:2rem;font-size:1rem}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:1024px){.weather-tide-container{grid-template-columns:1fr;gap:1rem}.temperature{font-size:3.5rem}}@media(max-width:768px){.weather-tide-container{padding:0 1rem;margin-bottom:2rem}.weather-card,.tide-card{padding:1rem}.card-title{font-size:1.125rem}.card-subtitle{font-size:.75rem}.temperature{font-size:2rem}.temp-unit{font-size:1.5rem}.weather-condition{font-size:1rem}.modal-content{max-width:95%}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-title{font-size:1.5rem}.modal-body{padding:1.5rem}.temperature-large{font-size:3rem}.temp-unit-large{font-size:2rem}.weather-details-modal{grid-template-columns:1fr}.header-icon{width:24px;height:24px}}@media(max-width:480px){.weather-tide-container{padding:0 .75rem}.temperature{font-size:2.5rem}.temp-unit{font-size:1.25rem}.card-header,.weather-main{margin-bottom:1rem}.temperature-large{font-size:2.5rem}.temp-unit-large{font-size:1.75rem}.detail-card{padding:1rem}.tide-item-modal{padding:.875rem 1rem}}.sobre-nos-section{background-color:#f8fafc;padding:0 0 5rem;overflow:hidden}.sobre-nos-numeros{display:flex;justify-content:center;gap:0;background:#0081b0;padding:2rem 1.5rem;margin-bottom:4rem}.numero-item{flex:1;max-width:180px;display:flex;flex-direction:column;align-items:center;gap:.25rem;position:relative}.numero-item:not(:last-child):after{content:"";position:absolute;right:0;top:10%;height:80%;width:1px;background:#fff3}.numero-valor{font-size:2.25rem;font-weight:800;color:#fff;line-height:1;letter-spacing:-.03em}.numero-label{font-size:.78rem;color:#ffffffbf;font-weight:500;text-transform:uppercase;letter-spacing:.08em;text-align:center}.sobre-nos-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1.15fr;gap:4rem;align-items:start}.sobre-nos-foto-col{position:relative}.sobre-nos-foto-wrapper{position:relative;border-radius:1.25rem;overflow:hidden;aspect-ratio:4 / 5;box-shadow:0 24px 60px #00000026}.sobre-nos-foto{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.sobre-nos-text{display:flex;flex-direction:column}.sobre-nos-label{display:inline-block;font-size:1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#0081b0;margin-bottom:.875rem;background:#dbeafe;padding:.3rem .75rem;border-radius:9999px;width:fit-content}.sobre-nos-titulo{font-size:2rem;font-weight:800;color:#111827;line-height:1.2;margin-bottom:1.25rem;letter-spacing:-.025em}.sobre-nos-destaque{color:#0081b0}.sobre-nos-descricao{font-size:.95rem;color:#4b5563;line-height:1.8;margin-bottom:2rem}.sobre-nos-grid{display:grid;grid-template-columns:1fr 1fr;gap:.875rem;margin-bottom:2rem}.diferencial-card{display:flex;align-items:flex-start;gap:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:.875rem;padding:1rem 1.1rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.diferencial-icon{flex-shrink:0;width:2rem;height:2rem;border-radius:.5rem;background-color:#dbeafe;color:#0081b0;display:flex;align-items:center;justify-content:center}.diferencial-titulo{font-size:.825rem;font-weight:700;color:#111827;margin:0 0 .2rem;line-height:1.3}.diferencial-descricao{font-size:.77rem;color:#6b7280;line-height:1.5;margin:0}.sobre-nos-cta{display:inline-flex;align-items:center;gap:.5rem;background-color:#0081b0;color:#fff;padding:.8rem 1.75rem;border-radius:9999px;font-size:.875rem;font-weight:600;text-decoration:none;width:fit-content;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 16px #1d4ed84d}.sobre-nos-cta:hover{background-color:#0081b0;transform:translateY(-2px);box-shadow:0 8px 24px #1d4ed866}@media(max-width:1024px){.sobre-nos-inner{grid-template-columns:1fr;gap:2.5rem}.sobre-nos-foto-wrapper{aspect-ratio:16 / 9;max-height:420px}.sobre-nos-titulo{font-size:1.75rem}}@media(max-width:640px){.sobre-nos-section{padding-bottom:3rem}.sobre-nos-numeros{flex-wrap:wrap;gap:1.5rem;padding:1.5rem 1.25rem}.numero-item{min-width:40%;flex:0 0 40%}.numero-item:after{display:none}.sobre-nos-grid{grid-template-columns:1fr}.sobre-nos-titulo{font-size:1.5rem}.numero-valor{font-size:1.875rem}}.promo-card{position:relative;border-radius:1.25rem;overflow:hidden;background:#fff;border:2px solid #eff6ff;box-shadow:0 4px 6px #00000012;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.promo-card:hover{transform:translateY(-8px);box-shadow:0 20px 30px #00000026;border-color:#fff}.promo-card--single{flex-direction:row;max-width:100%;height:auto;min-height:22rem}.promo-card--single .promo-image-wrapper{width:55%;flex-shrink:0;height:auto;min-height:22rem}.promo-card--single .promo-content{width:45%;padding:2.5rem;justify-content:center}.promo-card--single .promo-content--has-image{padding-top:2.5rem}.promo-card--single .promo-content h3{font-size:1.75rem}.promo-card--single .price-new{font-size:2.25rem}.promo-image-wrapper{position:relative;width:100%;height:12rem;overflow:hidden;flex-shrink:0}.promo-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.promo-card:hover .promo-image{transform:scale(1.06)}.promo-image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000026,#00000073);pointer-events:none}.promo-badge{position:absolute;top:1rem;left:1.5rem;background:#ef4444;color:#fff;padding:.2rem .8rem;border-radius:2rem;display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:800;z-index:5;box-shadow:0 4px 10px #ef44444d;text-transform:uppercase}.promo-content{padding:3rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1}.promo-content--has-image{padding-top:1.5rem}.promo-content h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;line-height:1.2}.promo-content p{font-size:.9rem;color:#6b7280;line-height:1.5;margin-bottom:1.5rem;flex:1}.promo-prices{display:flex;flex-direction:column;margin-bottom:1.25rem}.price-old{font-size:.875rem;color:#9ca3af;text-decoration:line-through;font-weight:500}.price-new{font-size:1.75rem;font-weight:800;color:#10b981}.save-tag{font-size:.8rem;color:#ef4444;font-weight:600;margin-top:.25rem}.price-info{display:flex;flex-direction:column;gap:.1rem}.price-label{font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.promo-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem;background:#09acd3;color:#fff;font-weight:700;border:none;border-radius:.75rem;transition:all .3s ease;cursor:pointer}.promo-button:hover{background:#0081b0}.promo-button svg{transition:transform .2s ease}.promo-button:hover svg{transform:translate(5px)}.promo-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}@media(min-width:768px){.promo-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.promo-grid{grid-template-columns:repeat(3,1fr)}.promo-grid:has(.promo-card:only-child){grid-template-columns:1fr}}@media(max-width:640px){.promo-card--single{flex-direction:column}.promo-card--single .promo-image-wrapper{width:100%;min-height:12rem}.promo-card--single .promo-content{width:100%;padding:1.25rem}.promo-card--single .promo-content h3{font-size:1.25rem}.promo-card--single .price-new{font-size:1.5rem}.promo-content{padding:1.25rem}.promo-content--has-image{padding-top:1.25rem}.price-new{font-size:1.5rem}}.home-page{min-height:100vh;background:linear-gradient(to bottom right,#f9fafb,#eff6ff33,#f9fafb);padding-top:0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.loading-icon{color:#3b82f6;animation:spin 1s linear infinite}.loading-text{color:#6b7280;font-size:1.125rem;font-weight:500}.hero-section{background:linear-gradient(to bottom,#0006,#00000080),url(/assets/capa-BMOfKdXT.webp);background-size:cover;background-position:center;min-height:500px;display:flex;align-items:center;margin-bottom:0}.hero-content{max-width:1280px;margin:0 auto;padding:6rem 1.5rem;width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;letter-spacing:-.025em;line-height:1.3;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-subtitle{font-size:1rem;color:#fff;font-weight:500;text-shadow:0 1px 4px rgba(0,0,0,.5);max-width:480px;line-height:1.6;margin-bottom:2rem}.hero-button{display:inline-flex;align-items:center;gap:.5rem;background-color:#09acd3;color:#fff;padding:.85rem 2rem;border-radius:9999px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.hero-button:hover{background-color:#0081b0;transform:translateY(-1px)}.nossos-passeios-section{background-color:#f3f4f6;padding:3rem 0;margin-top:-2.5rem;position:relative;z-index:10;border-radius:2rem 2rem 0 0}.nossos-passeios-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.nossos-passeios-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.explore-section{background:linear-gradient(to bottom,#00000080,#0009),url(/assets/capa-2-1GY0gnUZ.webp);background-size:cover;background-position:center;padding:5rem 1.5rem}.explore-content{max-width:1280px;margin:0 auto;text-align:center}.explore-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.explore-subtitle{font-size:1.1rem;color:#ffffffe6;max-width:550px;margin:0 auto 2rem;line-height:1.6}.explore-button{display:inline-flex;align-items:center;gap:.5rem;background-color:#09acd3;color:#fff;padding:.85rem 2rem;border-radius:9999px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.explore-button:hover{background-color:#0081b0;transform:translateY(-2px)}.dicas-section{background-color:#fff;padding:4rem 0}.dicas-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;text-align:center}.dicas-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.dicas-subtitle{font-size:1rem;color:#6b7280;margin-bottom:2.5rem}.categories-container{max-width:1280px;margin:0 auto;padding:0 1.5rem 4rem;display:flex;flex-direction:column;gap:4rem}.category-section{display:flex;flex-direction:column;gap:1.5rem}.category-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.category-title{font-size:1.875rem;font-weight:700;color:#1f2937;letter-spacing:-.025em}.category-count{font-size:.875rem;color:#9ca3af;font-weight:500;margin-top:.25rem}.empty-category{background:#f9fafb;border-radius:1rem;padding:3rem;border:2px dashed #d1d5db;text-align:center}.empty-text{color:#9ca3af;font-size:1.125rem;font-weight:500}.transfer-section{padding:5rem 1.5rem;background:#f8fafc}.transfer-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.transfer-content{display:flex;flex-direction:column;align-items:flex-start}.transfer-badge{display:inline-flex;align-items:center;gap:.4rem;background:#e0e7ff;color:#1e3a8a;padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem}.transfer-title{font-size:2.5rem;font-weight:700;color:#111827;line-height:1.1;margin-bottom:1.5rem}.transfer-description{font-size:1rem;color:#6b7280;line-height:1.8;margin-bottom:2rem;max-width:520px}.transfer-list{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1rem}.transfer-list li{position:relative;padding-left:1.8rem;color:#374151;font-weight:500}.transfer-list li:before{content:"✓";position:absolute;left:0;top:0;width:1.2rem;height:1.2rem;border-radius:999px;background:#dbeafe;color:#09acd3;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.transfer-button{display:inline-flex;align-items:center;gap:.5rem;background:#09acd3;color:#fff;padding:.9rem 1.75rem;border-radius:999px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s ease}.transfer-button:hover{background:#0081b0;transform:translateY(-2px)}.transfer-image-wrapper{width:100%}.transfer-image{width:100%;height:480px;object-fit:cover;border-radius:2rem;box-shadow:0 20px 40px #00000014}.skeleton-carousel{height:280px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:1rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:1024px){.hero-section{min-height:550px}.hero-title{font-size:3rem}.explore-title{font-size:2.75rem}}@media(max-width:1024px){.hero-section{min-height:450px}.hero-content{padding:4rem 2rem}.transfer-container{grid-template-columns:1fr;gap:3rem}.transfer-content{align-items:center;text-align:center}.transfer-description{max-width:600px}.transfer-list{align-items:flex-start;display:inline-flex}.transfer-image{height:380px}}@media(max-width:768px){.hero-section{min-height:380px}.hero-content{padding:3rem 1.25rem}.hero-title{font-size:1.85rem;line-height:1.25}.hero-subtitle{font-size:.9rem;margin-bottom:1.75rem}.nossos-passeios-section{padding:2.5rem 0;border-radius:1.5rem 1.5rem 0 0;margin-top:-1.75rem}.nossos-passeios-title{font-size:1.35rem;margin-bottom:1rem}.explore-section{padding:3.5rem 1rem}.explore-title{font-size:1.6rem}.explore-subtitle{font-size:.9rem;margin-bottom:1.5rem}.transfer-section{padding:3.5rem 1.25rem}.transfer-title{font-size:1.85rem}.transfer-list{margin-bottom:2rem}.transfer-button{width:100%;justify-content:center}.transfer-image{height:260px;border-radius:1.5rem}.dicas-section{padding:2.5rem 0}.dicas-title{font-size:1.5rem}.categories-container{gap:2.5rem;padding:0 1rem 3rem}.category-section{gap:1rem}.category-title{font-size:1.35rem}.category-header{flex-direction:row;align-items:center;padding-bottom:.5rem}.empty-category{padding:2rem}}.testimonials-section{padding:4rem 1.5rem;background-color:#f8fafc}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-header{margin-bottom:3rem;width:100%}.section-title{font-size:2rem;color:#1e293b;font-weight:800;text-align:left;margin:0}.section-subtitle{color:#64748b;margin-top:.5rem;text-align:left}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}.testimonial-card{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 10px 25px #0000000d;position:relative;display:flex;flex-direction:column;transition:transform .3s ease}.quote-icon{color:#06b6d4;opacity:.2;margin-bottom:1rem}.testimonial-text{font-style:italic;color:#475569;line-height:1.6;flex-grow:1;margin-bottom:1.5rem}.testimonial-name{display:block;font-weight:700;color:#0f172a;margin-bottom:.25rem}.testimonial-stars{display:flex;gap:2px}@media(max-width:768px){.section-title{font-size:1.5rem}}.favorites-page{min-height:100vh;background:linear-gradient(to bottom right,#f9fafb,#eff6ff4d,#f9fafb)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1.5rem;text-align:center;max-width:42rem;margin:0 auto}.empty-icon-wrapper{position:relative;margin-bottom:2rem}.empty-icon{color:#d1d5db;animation:float 3s ease-in-out infinite}.sparkle-icon{color:#fbbf24;position:absolute;top:-.5rem;right:-.5rem;animation:sparkle 2s ease-in-out infinite}.empty-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem;letter-spacing:-.025em}.empty-description{color:#6b7280;font-size:1.125rem;margin-bottom:2rem;line-height:1.625}.explore-btn{display:flex;align-items:center;gap:.5rem;background:linear-gradient(to right,#3b82f6,#09acd3);color:#fff;padding:1rem 2rem;border-radius:1rem;font-weight:700;font-size:1.125rem;border:none;cursor:pointer;box-shadow:0 20px 25px #3b82f64d;transition:all .3s}.explore-btn:hover{background:linear-gradient(to right,#09acd3,#0081b0);box-shadow:0 25px 50px #3b82f666;transform:translateY(-4px)}.explore-btn:active{transform:scale(.95) translateY(0)}.stats-card{background:linear-gradient(to bottom right,#eff6ff,#ecfeff);border-radius:1.5rem;padding:1.5rem;margin-bottom:2rem;max-width:1280px;margin-left:auto;margin-right:auto;box-shadow:0 10px 15px #0000000d;border:2px solid rgba(147,197,253,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.favorites-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:0 1.5rem 3rem;max-width:1280px;margin:0 auto}.favorites-tabs{display:flex;justify-content:center;gap:0;margin-bottom:1.5rem;border-bottom:2px solid #e5e7eb;padding:0}.favorites-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;background:transparent;cursor:pointer;font-size:.95rem;font-weight:500;color:#6b7280;transition:color .2s,border-color .2s;white-space:nowrap}.favorites-tab:hover{color:#f91616}.favorites-tab.active{color:#f91616;border-bottom-color:#f91616}.tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;font-size:.72rem;font-weight:700;background:#f3f4f6;color:#6b7280;transition:background .2s,color .2s}.favorites-tab.active .tab-badge{background:#f91616;color:#fff}@keyframes heartbeat{0%,to{transform:scale(1)}10%,30%{transform:scale(1.1)}20%,40%{transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes sparkle{0%,to{opacity:1;transform:rotate(0) scale(1)}50%{opacity:.5;transform:rotate(180deg) scale(1.2)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media(min-width:640px){.favorites-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.favorites-grid{grid-template-columns:repeat(3,1fr)}.page-title{font-size:3rem}}@media(min-width:1280px){.favorites-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.header-content{padding:1.5rem}.page-title{font-size:1.5rem}.title-icon{width:1.5rem;height:1.5rem}.search-btn{width:2.5rem;height:2.5rem}.empty-title{font-size:1.5rem}.empty-description{font-size:1rem}.explore-btn{padding:.75rem 1.5rem;font-size:1rem}.favorites-grid{gap:1rem}}.place-card{width:100%;background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #00000014}.place-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #00000026}.place-image-wrapper{position:relative;height:180px;overflow:hidden}.place-image{width:100%;height:100%;object-fit:cover}.image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.4))}.hover-overlay{position:absolute;inset:0;background:#00000073;opacity:0;display:flex;justify-content:center;align-items:center;transition:opacity .2s ease-in-out}.place-card:hover .hover-overlay{opacity:1}.view-details-btn{display:flex;align-items:center;gap:6px;background:#fff;padding:10px 14px;border-radius:8px;font-size:14px;font-weight:600}.favorite-btn{position:absolute;right:10px;top:10px;background:#fffd;border:none;border-radius:50%;padding:8px;cursor:pointer}.favorite-active{color:#e63946;fill:#e63946}.favorite-inactive{color:#444}.place-content{padding:12px 14px}.place-title{font-size:18px;font-weight:600;margin-bottom:6px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.details-page{min-height:100vh;background:#f9fafb;padding-top:2rem}.details-loading,.details-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:#6b7280}.loading-spinner{width:3rem;height:3rem;border:4px solid #3b82f6;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.back-btn{margin-top:1rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border-radius:.75rem;font-weight:600;border:none;cursor:pointer;transition:background .2s}.back-btn:hover{background:#09acd3}.favorite-button{top:1.5rem;right:1.5rem;color:#374151}.favorite-button:hover{background:#fef2f2}.favorite-button .filled{fill:#ef4444;color:#ef4444}.content-container{max-width:72rem;margin:0 auto;padding:3rem 1.5rem;display:flex;flex-direction:column;gap:3rem}.section{display:flex;flex-direction:column;gap:1.5rem}.section-header{display:flex;align-items:center;justify-content:space-between}.section-title{font-size:1.875rem;font-weight:700;color:#1f2937;letter-spacing:-.025em;display:flex;align-items:center;gap:.75rem}.section-title:before{content:"";width:.375rem;height:2rem;background:linear-gradient(to bottom,#3b82f6,#06b6d4);border-radius:9999px}.see-more-btn{display:flex;align-items:center;gap:.5rem;color:#09acd3;font-weight:600;font-size:.875rem;background:none;border:none;cursor:pointer;transition:color .2s}.see-more-btn:hover{color:#0081b0}.see-more-btn svg{transition:transform .2s}.see-more-btn:hover svg{transform:translate(4px)}.photos-carousel{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.photos-carousel::-webkit-scrollbar{display:none}.carousel-item{position:relative;flex-shrink:0;width:18rem;height:14rem;border-radius:1rem;overflow:hidden;box-shadow:0 10px 15px #0000001a;transition:all .3s;scroll-snap-align:start;cursor:pointer}.carousel-item:hover{box-shadow:0 25px 50px #00000040;transform:translateY(-4px)}.carousel-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.carousel-item:hover .carousel-image{transform:scale(1.1)}.carousel-item-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.carousel-item:hover .carousel-item-overlay{opacity:1}.view-photo-text{color:#fff;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.05em}.photo-count{color:#6b7280;font-size:.875rem;font-weight:500}.gallery-modal{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.gallery-modal-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gallery-close-btn{position:absolute;top:2rem;right:2rem;z-index:10001;width:3rem;height:3rem;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.gallery-close-btn:hover{background:#fff3;transform:scale(1.1)}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10001;width:4rem;height:4rem;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.gallery-nav-btn:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}.gallery-nav-prev{left:2rem}.gallery-nav-next{right:2rem}.gallery-image-container{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.gallery-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:.5rem;box-shadow:0 25px 50px #00000080}.gallery-counter{position:absolute;bottom:-3rem;left:50%;transform:translate(-50%);color:#fff;font-size:1rem;font-weight:600;background:#00000080;padding:.5rem 1rem;border-radius:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gallery-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10001}.gallery-indicator{width:.5rem;height:.5rem;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .3s;padding:0}.gallery-indicator:hover{background:#ffffffb3;transform:scale(1.3)}.gallery-indicator.active{background:#fff;width:2rem;border-radius:.5rem}.description-text{color:#374151;font-size:1.125rem;line-height:1.75;text-align:justify;background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px #0000001a;border:1px solid #f3f4f6}.map-container{width:100%;height:24rem;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px #00000026;border:2px solid #e5e7eb}.map-unavailable{display:flex;flex-direction:column;align-items:center;justify-content:center;height:16rem;background:#f3f4f6;border-radius:1rem;color:#9ca3af;gap:1rem}.info-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px #0000001a;border:1px solid #f3f4f6;overflow:hidden}.info-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border-bottom:1px solid #f3f4f6;transition:background .2s}.info-item:last-child{border-bottom:none}.info-item:hover{background:#f9fafb}.info-icon-wrapper{width:3rem;height:3rem;background:linear-gradient(to bottom right,#3b82f6,#06b6d4);border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 15px #0000001a}.info-icon-wrapper svg{color:#fff}.info-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.info-label{font-size:.875rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:1.125rem;color:#1f2937;font-weight:500}@media(min-width:768px){.hero-image-container{height:32rem}.carousel-item{width:20rem}.info-value{font-size:1.125rem}}@media(max-width:768px){.details-page{padding-top:1rem}.hero-image-container{height:18rem;border-radius:.75rem}.floating-btn{width:2.5rem;height:2.5rem;top:1rem}.back-button{left:1rem}.favorite-button{right:1rem}.hero-title-container{padding:1.5rem 1rem}.hero-title{font-size:1.4rem}.content-container{padding:2rem 1rem;gap:2rem;overflow-x:hidden}.section-title{font-size:1.25rem;margin:0!important}.section-header{flex-direction:column;align-items:flex-start!important;padding:0!important;margin:0!important;gap:1.25rem}.see-more-btn{align-self:flex-end}.carousel-item{width:16rem;height:12rem}.description-text{font-size:1rem;padding:1.25rem;text-align:left}.info-item{padding:1rem}.info-icon-wrapper{width:2.5rem;height:2.5rem}.info-value{font-size:.875rem}.gallery-close-btn{top:1rem;right:1rem;width:2.5rem;height:2.5rem}.gallery-nav-btn{width:3rem;height:3rem}.gallery-nav-prev{left:1rem}.gallery-nav-next{right:1rem}.gallery-image-container{max-width:95vw}.gallery-counter{bottom:-2.5rem;font-size:.875rem;padding:.375rem .75rem}.gallery-indicators{bottom:1rem;gap:.375rem}.gallery-indicator{width:.375rem;height:.375rem}.gallery-indicator.active{width:1.5rem}.review-header-wrapper{flex-direction:column;align-items:flex-start}.user-meta{width:100%;margin-bottom:.5rem}.user-email-text{max-width:100%;word-break:break-all}.review-rating-date{width:100%;flex-direction:row;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:.5rem}}.gallery-scroll-container{position:relative;width:100%}.gallery-scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:2.8rem;height:2.8rem;border-radius:50%;background:#fff;border:none;box-shadow:0 6px 20px #00000026;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.2s}.gallery-scroll-btn:hover{transform:translateY(-50%) scale(1.1)}.gallery-scroll-prev{left:-1rem}.gallery-scroll-next{right:-1rem}.reviews-section{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:0 4px 20px #0000000d}.review-form-container{background:#f8fafc;padding:1.5rem;border-radius:1rem;margin-bottom:2rem;border:1px solid #e2e8f0}.review-form{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.star-rating{display:flex!important;flex-direction:row!important;align-items:center;gap:.5rem;color:#d1d5db}.star-icon{cursor:pointer;transition:transform .2s,color .2s}.star-icon.active{color:#f59e0b}.star-icon:hover{transform:scale(1.2)}.rating-label{margin-left:1rem;font-weight:600;color:#64748b}.review-form textarea{width:100%;min-height:100px;padding:1rem;border-radius:.75rem;border:1px solid #cbd5e1;resize:vertical;font-family:inherit}.submit-review-btn{align-self:flex-end;display:flex;align-items:center;gap:.75rem;background:linear-gradient(to right,#3b82f6,#06b6d4);color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;font-weight:700;border:none;cursor:pointer;transition:opacity .2s}.submit-review-btn:disabled{opacity:.6;cursor:not-allowed}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-card{padding:1.5rem;border-radius:1rem;background:#fff;border:1px solid #f1f5f9;transition:transform .2s}.review-card:hover{transform:translate(5px);border-color:#3b82f6}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:2.5rem;height:2.5rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b}.user-name{font-weight:700;color:#1e293b}.review-text{color:#475569;line-height:1.6}.review-date{display:block;margin-top:.75rem;font-size:.8rem;color:#94a3b8}.posted-stars-row{display:flex!important;flex-direction:row!important;align-items:center;gap:4px}.review-header-wrapper{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.user-meta{display:flex;align-items:center;gap:10px}.user-avatar-small{width:2rem;height:2rem;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0}.user-email-text{font-weight:600;font-size:.9rem;color:#475569;word-break:break-all}.review-rating-date{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.posted-date-text{font-size:.75rem;color:#94a3b8}.posted-review-text{font-size:1rem;color:#1e293b;line-height:1.5;background:#f8fafc;padding:1rem;border-radius:.5rem}.reserva-btn-details{background:#25d366;color:#fff;padding:.6rem 1.2rem;border-radius:2rem;border:none;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #25d36633}.reserva-btn-details:hover{background:#22c35e;transform:translateY(-2px);box-shadow:0 6px 15px #25d3664d}.reserva-btn-details img{width:1.2rem!important;height:1.2rem!important;object-fit:contain;flex-shrink:0}.detail-page{min-height:100vh;background:#fafaf8;padding-top:2rem;padding-bottom:5rem}.detail-loading,.detail-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:#6b7280}.detail-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#0081b0;border-radius:50%;animation:spin .8s linear infinite}.hero-image-container{position:relative;width:100%;max-width:72rem;margin:0 auto;height:28rem;overflow:hidden;border-radius:1rem}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.2),transparent)}.floating-btn{position:absolute;z-index:10;width:3rem;height:3rem;border-radius:50%;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;box-shadow:0 20px 25px #00000026;border:none;cursor:pointer;transition:all .3s}.floating-btn:hover{transform:scale(1.1);box-shadow:0 25px 50px #00000040}.floating-btn:active{transform:scale(.95)}.back-button{top:1.5rem;left:1.5rem;color:#374151}.back-button:hover{background:#f9fafb}.hero-title-container{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.5rem;z-index:10}.hero-title{font-size:2.25rem;font-weight:900;color:#fff;letter-spacing:-.025em;filter:drop-shadow(0 25px 25px rgba(0,0,0,.5));text-transform:uppercase}.detail-body{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 0;display:grid;grid-template-columns:1fr 340px;gap:3rem;align-items:start}.detail-header{margin-bottom:1.5rem}.detail-title{font-size:2.1rem;font-weight:800;color:#111827;letter-spacing:-.03em;line-height:1.15;margin-bottom:.5rem}.detail-meta-rating{display:flex;align-items:center;gap:.4rem}.meta-avg{font-weight:700;color:#111827;font-size:.9rem}.meta-count{color:#6b7280;font-size:.85rem}.detail-tabs{display:flex;gap:0;border-bottom:2px solid #e5e7eb;margin-bottom:1.75rem}.detail-tab{position:relative;background:none;border:none;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;color:#6b7280;cursor:pointer;transition:color .2s;display:flex;align-items:center;gap:.4rem}.detail-tab:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#0081b0;border-radius:2px 2px 0 0;transform:scaleX(0);transition:transform .2s}.detail-tab.active{color:#0081b0}.detail-tab.active:after{transform:scaleX(1)}.tab-badge{background:#0081b0;color:#fff;font-size:.7rem;font-weight:700;border-radius:9999px;padding:.1rem .45rem;line-height:1.4}.tab-content{animation:fadeUp .25s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.detail-description{font-size:1rem;color:#374151;line-height:1.85;margin-bottom:2rem}.detail-includes h3{font-size:1rem;font-weight:700;color:#111827;margin-bottom:1rem}.includes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem}.include-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:.625rem;padding:.625rem .875rem}.include-item svg{color:#0081b0;flex-shrink:0}.reviews-summary{display:flex;gap:2.5rem;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;margin-bottom:2rem}.summary-score{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:100px}.score-big{font-size:3.5rem;font-weight:800;color:#111827;line-height:1;letter-spacing:-.04em}.score-sub{font-size:.78rem;color:#6b7280;text-align:center}.summary-bars{flex:1;display:flex;flex-direction:column;gap:.45rem}.rating-bar-row{display:flex;align-items:center;gap:.75rem;font-size:.8rem}.rating-bar-label{width:2rem;color:#6b7280;text-align:right;flex-shrink:0}.rating-bar-track{flex:1;height:8px;background:#f3f4f6;border-radius:9999px;overflow:hidden}.rating-bar-fill{height:100%;background:#0081b0;border-radius:9999px;transition:width .6s ease}.rating-bar-value{width:2rem;color:#374151;font-weight:600}.review-form-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;margin-bottom:2rem}.review-form-wrapper h3{font-size:1rem;font-weight:700;color:#111827;margin-bottom:1.25rem}.review-form{display:flex;flex-direction:column;gap:1.1rem}.form-row{display:flex;flex-direction:column;gap:.5rem}.form-row label{font-size:.85rem;font-weight:600;color:#374151}.form-row label span{font-weight:400;color:#9ca3af}.form-row textarea{border:1px solid #e5e7eb;border-radius:.625rem;padding:.75rem 1rem;font-size:.9rem;color:#111827;background:#fafaf8;resize:vertical;transition:border-color .2s;font-family:inherit}.form-row textarea:focus{outline:none;border-color:#0081b0}.submit-msg{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.85rem;padding:.6rem .875rem;border-radius:.5rem}.submit-msg.success{background:#d1fae5;color:#065f46}.submit-msg.error{background:#fee2e2;color:#991b1b}.submit-msg button{background:none;border:none;cursor:pointer;color:inherit;display:flex;align-items:center}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#0081b0;color:#fff;border:none;border-radius:9999px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;align-self:flex-start}.submit-btn:hover:not(:disabled){background:#0081b0;transform:translateY(-1px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.star-rating{display:flex;gap:2px}.star-btn{background:none;border:none;padding:0;cursor:pointer;color:#d1d5db;line-height:1;transition:color .15s,transform .1s}.star-btn:disabled{cursor:default}.star-btn.active{color:#f59e0b}.star-btn:not(:disabled):hover{transform:scale(1.15)}.reviews-empty{color:#9ca3af;font-size:.9rem;text-align:center;padding:2rem 0}.reviews-list{display:flex;flex-direction:column;gap:1rem}.review-card{display:flex;gap:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.1rem 1.25rem;animation:fadeUp .3s ease both}.review-avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:#dbeafe;color:#0081b0;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-body{flex:1;display:flex;flex-direction:column;gap:.3rem}.review-top{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.reviewer-name{font-weight:700;font-size:.875rem;color:#111827}.review-date{font-size:.78rem;color:#9ca3af;white-space:nowrap}.review-comment{margin-top:.35rem;font-size:.875rem;color:#4b5563;line-height:1.65}.review-login-alert{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:.75rem;padding:1rem 1.25rem;font-size:.875rem;color:#0081b0}.review-login-btn{background:#0081b0;color:#fff;border:none;border-radius:9999px;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.review-login-btn:hover{background:#0081b0}.detail-sidebar{position:sticky;top:1.5rem}.booking-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;padding:1.75rem;box-shadow:0 8px 32px #00000012;display:flex;flex-direction:column;gap:1.1rem}.booking-price{display:flex;flex-direction:column;gap:.15rem}.price-from{font-size:.78rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.06em}.price-valuee{font-size:2.2rem;font-weight:800;color:#111827;letter-spacing:-.04em;line-height:1}.price-per{font-size:.8rem;color:#6b7280}.booking-rating{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#6b7280;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.booking-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#16a34a;color:#fff;border:none;border-radius:9999px;padding:.9rem 1.5rem;font-size:.9rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 16px #16a34a4d}.booking-cta:hover{background:#15803d;transform:translateY(-2px);box-shadow:0 8px 24px #16a34a66}.booking-perks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.booking-perks li{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#4b5563}.booking-perks li svg{color:#0081b0;flex-shrink:0}.lightbox{position:fixed;inset:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox img{max-width:90vw;max-height:88vh;object-fit:contain;border-radius:.5rem;box-shadow:0 24px 80px #0009}.lb-close{position:absolute;top:1.25rem;right:1.25rem;background:#ffffff26;border:none;color:#fff;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.lb-close:hover{background:#ffffff40}.lb-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1f;border:none;color:#fff;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.lb-arrow:hover{background:#ffffff38}.lb-prev{left:1.25rem}.lb-next{right:1.25rem}.lb-counter{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:.85rem;font-weight:600}@media(max-width:1024px){.detail-body{grid-template-columns:1fr}.detail-sidebar{position:static;order:-1}.booking-card{flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem}.booking-price{flex:1}.booking-cta{flex:1;min-width:200px}.booking-perks{display:none}}@media(max-width:768px){.detail-gallery{grid-template-columns:1fr;height:300px}.gallery-grid{display:none}.detail-title{font-size:1.6rem}.reviews-summary{flex-direction:column;gap:1.25rem}.includes-grid{grid-template-columns:1fr}}.map-page{width:100%;max-width:1200px;margin:2rem auto 0;padding:0 1rem 2rem}.map-header{margin-bottom:1.25rem}.map-header-info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.places-count{font-size:.875rem;font-weight:500;color:#64748b;background:#f1f5f9;padding:.375rem .75rem;border-radius:9999px}.location-status{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#10b981;font-weight:500}.location-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.category-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;overflow-x:auto;padding-bottom:.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.tab-button{padding:.5rem 1rem;border-radius:.5rem;font-weight:500;font-size:.875rem;background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.tab-button:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.tab-button.active{background:#0f172a;color:#fff;border-color:#0f172a}.map-wrapper{border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0}.leaflet-container{width:100%;height:55vh!important;min-height:350px}.places-section{margin-top:1.5rem}.places-section-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.875rem}.places-list{display:flex;flex-direction:column;gap:.625rem}.place-card{background:#fff;border-radius:.625rem;padding:.875rem 1rem;border:1px solid #e2e8f0;cursor:pointer;transition:all .15s ease;animation:slideUp .3s ease-out forwards;opacity:0}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.place-card:hover{border-color:#cbd5e1;background:#fafbfc}.place-card-selected{border-color:#0f172a;background:#f8fafc}.place-card-header{display:flex;align-items:center;gap:.75rem}.place-card-icon{width:36px;height:36px;border-radius:.5rem;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0}.place-card-selected .place-card-icon{background:#0f172a;color:#fff}.place-card-content{flex:1;min-width:0}.place-card-title{font-size:.9375rem;font-weight:600;color:#1e293b;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.place-card-meta{display:flex;align-items:center;gap:.75rem}.place-card-distance,.place-card-time{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;color:#64748b}.place-card-distance{font-weight:500;color:#3b82f6}.place-card-arrow{color:#94a3b8;transition:transform .2s ease;flex-shrink:0}.place-card-arrow.rotated{transform:rotate(90deg);color:#0f172a}.place-card-actions{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.btn-route{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0f172a;color:#fff;font-size:.8125rem;font-weight:500;border:none;border-radius:.5rem;cursor:pointer;transition:background .15s ease}.btn-route:hover{background:#1e293b}@media(max-width:640px){.map-page{padding:0 .75rem 1.5rem}.leaflet-container{height:45vh!important;min-height:280px}.tab-button{padding:.4375rem .875rem;font-size:.8125rem}.place-card{padding:.75rem}.place-card-icon{width:32px;height:32px}.place-card-title{font-size:.875rem}.place-card-meta{gap:.5rem}.place-card-distance,.place-card-time{font-size:.75rem}}@media(min-width:768px){.map-page{padding:0 1.5rem 2rem}.places-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(min-width:1024px){.places-list{grid-template-columns:repeat(3,1fr)}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.profile-page{min-height:100vh;background:linear-gradient(to bottom right,#f9fafb,#eff6ff);padding:2rem 1rem}.profile-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.profile-header{background:#fff;border-radius:1.5rem;padding:2rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 4px 6px #00000012;position:relative}.profile-avatar{width:5rem;height:5rem;background:linear-gradient(135deg,#3b82f6,#09acd3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 8px 16px #3b82f64d}.profile-info{flex:1}.profile-name{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.profile-email{font-size:1rem;color:#6b7280}.logout-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fef2f2;color:#dc2626;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.logout-btn:hover{background:#fee2e2;transform:translateY(-2px)}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:.75rem;font-size:.875rem;font-weight:500}.profile-section{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 6px #00000012}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:700;color:#1f2937}.edit-btn{padding:.5rem 1rem;background:#eff6ff;color:#09acd3;border:none;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s}.edit-btn:hover{background:#dbeafe}.profile-form{display:flex;flex-direction:column;gap:1.25rem}.form-input:disabled{background:#f9fafb;cursor:not-allowed;color:#6b7280}.form-actions{display:flex;gap:1rem;margin-top:.5rem}.cancel-btn{flex:1;padding:.875rem;background:#f3f4f6;color:#6b7280;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.cancel-btn:hover:not(:disabled){background:#e5e7eb}.save-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;background:linear-gradient(135deg,#3b82f6,#09acd3);color:#fff;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #3b82f64d}.save-btn:hover:not(:disabled){background:linear-gradient(135deg,#09acd3,#0081b0);transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.save-btn:disabled,.cancel-btn:disabled{opacity:.6;cursor:not-allowed}.danger-section{border:2px solid #fecaca}.danger-text{color:#6b7280;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.delete-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#dc2626;color:#fff;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.delete-btn:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{background:#fff;border-radius:1.5rem;padding:2rem;max-width:450px;width:100%;box-shadow:0 25px 50px #00000040}.modal-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.modal-text{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.modal-actions{display:flex;gap:1rem}.modal-cancel{flex:1;padding:.875rem;background:#f3f4f6;color:#6b7280;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.modal-cancel:hover{background:#e5e7eb}.modal-confirm{flex:1;padding:.875rem;background:#dc2626;color:#fff;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.modal-confirm:hover:not(:disabled){background:#b91c1c}.modal-confirm:disabled{opacity:.6;cursor:not-allowed}.phone-input-custom{display:flex;align-items:center;border:2px solid #e5e7eb;border-radius:.75rem;padding:0 .75rem;background:#fff;transition:all .2s}.phone-input-custom:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.phone-input-custom input{border:none;outline:none;font-size:1rem;padding:.875rem .5rem;width:100%;background:transparent}.phone-input-custom:has(input:disabled){background:#f9fafb;cursor:not-allowed;color:#6b7280}.phone-input-custom .PhoneInputCountry{margin-right:.5rem}.PhoneInputCountrySelect{cursor:pointer}.PhoneInputCountrySelectArrow{color:#6b7280}.phone-input-custom:hover{border-color:#d1d5db}.toast-container{position:fixed;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:9999}.toast{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:.75rem;font-size:.875rem;font-weight:500;min-width:300px;max-width:400px;box-shadow:0 8px 24px #0000001f;animation:slideIn .3s ease,fadeOut .4s ease 4.6s forwards}.toast-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.toast-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}@keyframes slideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;transform:translate(120%)}}@media(max-width:768px){.profile-header{flex-direction:column;text-align:center}.logout-btn{position:absolute;top:1rem;right:1rem;padding:.5rem}.logout-btn span{display:none}.profile-name{font-size:1.5rem}.form-actions{flex-direction:column}}@media(max-width:640px){.profile-page{padding:1rem .75rem}.profile-section,.modal{padding:1.5rem}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#07a0c3,#fff);padding:2rem 1rem}.login-container{display:grid;grid-template-columns:1fr 1fr;max-width:1000px;width:100%;background:#fff;border-radius:2rem;overflow:hidden;box-shadow:0 25px 50px #00000040}.login-illustration{background:linear-gradient(135deg,#3b82f6,#09acd3);padding:4rem 3rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.login-illustration:before{content:"";position:absolute;width:400px;height:400px;background:#ffffff1a;border-radius:50%;top:-150px;right:-150px}.login-illustration:after{content:"";position:absolute;width:300px;height:300px;background:#ffffff14;border-radius:50%;bottom:-100px;left:-100px}.login-form-container{padding:4rem 3rem;display:flex;align-items:center;justify-content:center}.login-form-wrapper{width:100%;max-width:400px}.login-form{display:flex;flex-direction:column;gap:1.25rem}.form-options{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;color:#6b7280;cursor:pointer}.checkbox-label input[type=checkbox]{width:1rem;height:1rem;cursor:pointer}.forgot-link{color:#3b82f6;font-weight:600;text-decoration:none;transition:color .2s}.forgot-link:hover{color:#09acd3;text-decoration:underline}@media(max-width:968px){.login-container{grid-template-columns:1fr}.login-illustration{display:none}.login-form-container{padding:3rem 2rem}}@media(max-width:640px){.login-page{padding:1rem}.login-form-container{padding:2rem 1.5rem}.form-title{font-size:1.75rem}.form-subtitle{font-size:.875rem}.form-options{flex-direction:column;align-items:flex-start;gap:.75rem}}.register-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#07a0c3,#fff);padding:2rem 1rem}.register-container{display:grid;grid-template-columns:1fr 1fr;max-width:1100px;width:100%;background:#fff;border-radius:2rem;overflow:hidden;box-shadow:0 25px 50px #00000040}.register-illustration{background:linear-gradient(135deg,#3b82f6,#09acd3);padding:4rem 3rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.register-illustration:before{content:"";position:absolute;width:400px;height:400px;background:#ffffff1a;border-radius:50%;top:-150px;right:-150px}.register-illustration:after{content:"";position:absolute;width:300px;height:300px;background:#ffffff14;border-radius:50%;bottom:-100px;left:-100px}.illustration-content{position:relative;z-index:1;text-align:center}.illustration-icon{font-size:6rem;margin-bottom:2rem;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}.illustration-title{font-size:2.5rem;font-weight:900;color:#fff;margin-bottom:1rem;line-height:1.2}.illustration-text{font-size:1.125rem;color:#ffffffe6;line-height:1.6}.register-form-container{padding:4rem 3rem;display:flex;align-items:center;justify-content:center}.register-form-wrapper{width:100%;max-width:400px}.form-title{font-size:2rem;font-weight:800;color:#1f2937;margin-bottom:.5rem}.form-subtitle{font-size:1rem;color:#6b7280;margin-bottom:2rem}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.75rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:500}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.register-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#374151}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none}.form-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .2s;background:#fff}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input:disabled{background:#f9fafb;cursor:not-allowed}.toggle-password{position:absolute;right:1rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.toggle-password:hover{color:#6b7280}.submit-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#3b82f6,#09acd3);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s;margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #3b82f64d}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#09acd3,#0081b0);transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.phone-input-custom{border:2px solid #e5e7eb;border-radius:.75rem;padding:.5rem}.phone-input-custom:focus-within{border-color:#3b82f6}.form-footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#6b7280}.link{color:#3b82f6;font-weight:600;text-decoration:none;transition:color .2s}.link:hover{color:#09acd3;text-decoration:underline}@media(max-width:968px){.register-container{grid-template-columns:1fr}.register-illustration{display:none}.register-form-container{padding:3rem 2rem}}@media(max-width:640px){.register-page{padding:1rem}.register-form-container{padding:2rem 1.5rem}.form-title{font-size:1.75rem}.form-subtitle{font-size:.875rem}}.footer{background-color:#0f172a;color:#cbd5e1;padding:4rem 1.5rem 0}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.07)}.footer-logo{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:2rem;font-weight:800;letter-spacing:.08em;margin-bottom:1rem}.footer-tagline{font-size:.875rem;color:#94a3b8;line-height:1.65;max-width:320px;margin-bottom:1.5rem}.footer-socials{display:flex;gap:.75rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);color:#94a3b8;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.footer-social-link:hover{background-color:#09acd3;color:#fff;border-color:#09acd3}.footer-col-title{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:1.25rem}.footer-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer-nav-link{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:#94a3b8;text-decoration:none;transition:color .2s ease}.footer-nav-link:hover{color:#09acd3}.footer-nav-link svg{opacity:0;transform:translate(-4px);transition:opacity .2s ease,transform .2s ease}.footer-nav-link:hover svg{opacity:1;transform:translate(0)}.footer-contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:#94a3b8;line-height:1.4}.footer-contact-icon{flex-shrink:0;color:#09acd3;margin-top:1px}.footer-bottom{max-width:1280px;margin:0 auto;padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:#475569}@media(max-width:1024px){.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:640px){.footer{padding:3rem 1.25rem 0}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}.combo-details-page{max-width:1000px;margin:15px auto 0;padding:.5rem 1.5rem 2rem;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1f2937}.back-btn{display:inline-flex;align-items:center;gap:.5rem;background:transparent!important;border:none!important;color:#09acd3!important;cursor:pointer;font-weight:600;font-size:1rem;padding:.25rem 0;margin-bottom:1rem;transition:all .2s ease;outline:none;text-decoration:none}.back-btn:hover{background:transparent!important;color:#0081b0!important;transform:translate(-5px);box-shadow:none!important}.combo-title{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:1rem;line-height:1.2}.combo-description{font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:2.5rem;max-width:750px}.passeios-inclusos{background:#fff;padding:2rem;border-radius:1.25rem;box-shadow:0 4px 6px #0000000d;margin-bottom:2.5rem;border:1px solid #f3f4f6}.passeios-inclusos h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937}.passeios-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.passeio-associated-card{background:#fff;border-radius:.75rem;overflow:hidden;border:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%}.passeio-associated-card.clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.passeio-associated-card.clickable:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000000d;border-color:#09acd3}.card-image-wrapper{width:100%;height:180px;background:#f3f4f6;position:relative}.passeio-card-image{width:100%;height:100%;object-fit:cover}.passeio-card-content-box{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.passeio-card-title-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.passeio-nome-card{font-weight:700;color:#374151;font-size:1.1rem;margin:0}.passeio-descricao-card{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:1.25rem;flex-grow:1}.passeio-card-meta-info{border-top:1px solid #f3f4f6;padding-top:.75rem;font-size:.85rem;font-weight:600;color:#09acd3}.price-box{background:linear-gradient(135deg,#09acd3,#032568);color:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 20px 25px -5px #2563eb33;display:flex;flex-direction:row;justify-content:space-between;align-items:center;text-align:left;gap:2rem}.price-box h2{font-size:2rem;font-weight:800;margin:0}.book-btn-large{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:#10b981;color:#fff;font-weight:700;font-size:1.125rem;border:none;border-radius:3rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.book-btn-large:hover{background:#059669;transform:translateY(-2px);box-shadow:0 10px 15px #0000001a}@media(max-width:1024px){.combo-details-page{margin-top:10px;padding-top:.25rem}.price-box{flex-direction:column;text-align:center;padding:2rem;gap:1.5rem}.price-box h2{font-size:1.85rem}}@media(max-width:768px){.combo-details-page{margin-top:5px;padding:.25rem 1rem 1rem}.back-btn{margin-bottom:.75rem}.combo-title{font-size:1.85rem}.combo-description{font-size:1rem;margin-bottom:1.5rem}.passeios-inclusos{padding:1.5rem 1rem;margin-bottom:1.5rem}.passeios-cards-grid{grid-template-columns:1fr}.price-box h2{font-size:1.65rem}.book-btn-large{width:100%;justify-content:center;font-size:1rem;padding:1rem}}.sp-page{max-width:760px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.sp-hero{text-align:center;margin-bottom:2.5rem}.sp-hero-icons{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.25rem;color:#60a5fa}.sp-title{font-size:2rem;font-weight:700;color:#0081b0;margin-bottom:.75rem;line-height:1.2}.sp-subtitle{font-size:1.0625rem;color:#6b7280;max-width:520px;margin:0 auto;line-height:1.6}.sp-input-area{background:#fff;border-radius:1.25rem;border:1.5px solid #e5e7eb;box-shadow:0 4px 24px #2563eb12;overflow:hidden;margin-bottom:2rem}.sp-historico{display:flex;flex-direction:column;border-bottom:1px solid #f3f4f6}.sp-historico-item{display:flex;flex-direction:column;gap:.25rem;padding:.875rem 1.25rem;border-bottom:1px solid #f3f4f6}.sp-historico-item:last-child{border-bottom:none}.sp-historico-user{background:#eff6ff}.sp-historico-assistant{background:#fafafa}.sp-historico-label{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.sp-historico-texto{font-size:.9375rem;color:#374151;line-height:1.5}.sp-textarea-wrap{display:flex;flex-direction:column}.sp-textarea{width:100%;box-sizing:border-box;border:none;outline:none;resize:none;padding:1.25rem;font-size:1rem;font-family:inherit;color:#111827;background:#fff;line-height:1.6;min-height:96px}.sp-textarea::placeholder{color:#b0b9c9}.sp-textarea:disabled{background:#fafafa;color:#9ca3af}.sp-btn-buscar{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#09acd3,#06b6d4);color:#fff;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .15s;font-family:inherit;min-height:52px}.sp-btn-buscar:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.sp-btn-buscar:active:not(:disabled){transform:translateY(0)}.sp-btn-buscar:disabled{opacity:.5;cursor:not-allowed}.sp-hint{font-size:.75rem;color:#d1d5db;text-align:center;padding:.5rem}.sp-spinner{animation:sp-spin .7s linear infinite}@keyframes sp-spin{to{transform:rotate(360deg)}}.sp-loading-state{text-align:center;padding:2.5rem 1rem;color:#9ca3af;font-size:.9375rem}.sp-loading-dots{display:flex;justify-content:center;gap:8px;margin-bottom:1rem}.sp-loading-dots span{width:10px;height:10px;border-radius:50%;background:#3b82f6;animation:sp-bounce 1.2s ease-in-out infinite}.sp-loading-dots span:nth-child(2){animation-delay:.2s}.sp-loading-dots span:nth-child(3){animation-delay:.4s}@keyframes sp-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}.sp-mensagem{display:flex;align-items:flex-start;gap:.875rem;padding:1.125rem 1.25rem;border-radius:1rem;margin-bottom:1.5rem;animation:sp-fadein .4s ease-out}.sp-mensagem-resultado{background:#eff6ff;border:1px solid #bfdbfe}.sp-mensagem-semresultado{background:#fff7ed;border:1px solid #fed7aa}.sp-mensagem-icon{display:flex;align-items:center;flex-shrink:0;margin-top:2px;color:#09acd3}.sp-mensagem-semresultado .sp-mensagem-icon{color:#ea580c}.sp-mensagem p{margin:0;font-size:.9375rem;color:#374151;line-height:1.6}.sp-resultados{animation:sp-fadein .4s ease-out}.sp-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:2rem}.sp-card{background:#fff;border-radius:1.125rem;border:1.5px solid #e5e7eb;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 2px 12px #0000000d;animation:sp-slideup .4s ease-out both;transition:transform .2s,box-shadow .2s}.sp-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #2563eb1a}@keyframes sp-slideup{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.sp-card-header{display:flex;justify-content:space-between;align-items:center}.sp-card-tag{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#09acd3;background:#eff6ff;border-radius:20px;padding:3px 10px}.sp-card-preco{font-size:.9rem;font-weight:700;color:#059669}.sp-card-nome{font-size:1.0625rem;font-weight:700;color:#111827;margin:0;line-height:1.3}.sp-card-desc{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0;flex:1}.sp-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;border-top:1px solid #f3f4f6}.sp-card-duracao{display:flex;align-items:center;gap:4px;font-size:.8125rem;color:#9ca3af}.sp-card-btn{font-size:.8125rem;font-weight:600;color:#09acd3;background:none;border:1.5px solid #bfdbfe;border-radius:8px;padding:.375rem .875rem;cursor:pointer;transition:all .15s;font-family:inherit}.sp-card-btn:hover{background:#eff6ff;border-color:#09acd3}.sp-btn-reset{display:flex;align-items:center;justify-content:center;gap:6px;margin:0 auto;background:none;border:1.5px solid #e5e7eb;border-radius:10px;padding:.75rem 1.5rem;font-size:.9375rem;color:#6b7280;cursor:pointer;transition:all .2s;font-family:inherit}.sp-btn-reset:hover{border-color:#9ca3af;color:#374151;background:#f9fafb}@keyframes sp-fadein{0%{opacity:0}to{opacity:1}}@media(max-width:600px){.sp-title{font-size:1.5rem}.sp-cards-grid{grid-template-columns:1fr}.sp-page{padding:1.5rem 1rem 3rem}}.reserva-page{min-height:100vh;background:#f1f5f9;padding:2rem 1rem;display:flex;align-items:center;justify-content:center}.reserva-container{width:100%;max-width:500px;margin:0 auto}.reserva-back-btn{display:flex;align-items:center;gap:8px;background:none;border:none;color:#475569;font-weight:600;margin-bottom:1.5rem;cursor:pointer;transition:color .2s}.reserva-back-btn:hover{color:#3b82f6}.reserva-card{background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.reserva-header{text-align:center;margin-bottom:2rem}.whatsapp-logo-header{width:60px!important;height:60px!important;margin-bottom:1rem;object-fit:contain}.reserva-header h1{font-size:1.75rem;color:#1e293b;font-weight:800;margin-bottom:.5rem}.reserva-header p{color:#64748b;font-size:.95rem;line-height:1.5}.reserva-form{display:flex;flex-direction:column;gap:1.25rem}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-size:.85rem;font-weight:700;color:#334155;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.025em}.input-group input,.input-group textarea{padding:.8rem 1rem;border-radius:.75rem;border:1px solid #e2e8f0;font-family:inherit;font-size:1rem;color:#1e293b;transition:all .2s;background:#f8fafc}.input-group input:focus,.input-group textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.input-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.date-row input{cursor:pointer}.input-group textarea{min-height:100px;resize:vertical}.reserva-submit-btn{background:#25d366;color:#fff;padding:1.1rem;border-radius:.75rem;border:none;font-weight:700;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:.5rem;transition:all .3s;box-shadow:0 4px 14px #25d3664d}.btn-whatsapp-icon{width:20px!important;height:20px!important;object-fit:contain;flex-shrink:0}.reserva-submit-btn:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}@media(max-width:500px){.reserva-page{padding:1rem;align-items:flex-start}.reserva-card{padding:1.5rem;border-radius:1rem}.whatsapp-logo-header{width:50px!important;height:50px!important}.input-row{grid-template-columns:1fr;gap:1.25rem}.reserva-submit-btn{font-size:1rem;padding:1rem}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--animate-spin:spin 1s linear infinite;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.animate-spin{animation:var(--animate-spin)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}
