.layout{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e5e5e5;z-index:100}.header-content{display:flex;align-items:center;justify-content:space-between;height:56px;max-width:1400px;margin:0 auto;padding:0 24px}.header-left{display:flex;align-items:center;gap:24px}.logo{display:flex;align-items:center}.logo-text{font-family:Poppins,sans-serif;font-size:22px;font-weight:600;color:#009e60;letter-spacing:-.3px}.explore-dropdown{position:relative}.explore-btn{display:flex;align-items:center;gap:6px;background:none;border:none;color:#333;font-size:14px;font-weight:500;cursor:pointer;padding:8px 4px}.explore-btn:hover{color:#009e60}.dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;min-width:200px;padding:8px;z-index:200}.explore-mega-menu{position:fixed;left:24px;top:64px;transform:none;width:calc(100vw - 48px);max-width:1000px;padding:24px 28px}@media(max-width:1400px){.explore-mega-menu{max-width:900px;padding:20px 24px}}@media(max-width:1200px){.explore-mega-menu{max-width:800px;padding:18px 20px}.explore-grid{grid-template-columns:repeat(4,1fr);gap:16px 20px}.explore-continent h4{font-size:12px}.explore-continent a{font-size:12px;padding:3px 0}}@media(max-width:1024px){.explore-mega-menu{max-width:700px;max-height:70vh;overflow-y:auto}.explore-grid{grid-template-columns:repeat(3,1fr);gap:14px 16px}}@media(max-width:768px){.explore-mega-menu{left:16px;width:calc(100vw - 32px);max-width:none}.explore-grid{grid-template-columns:repeat(2,1fr)}}.explore-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px 28px}.explore-continent{display:flex;flex-direction:column;gap:6px}.explore-continent h4{font-size:13px;font-weight:700;color:#009e60;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid #eee}.explore-continent a{font-size:14px;color:#444;padding:4px 0;transition:color .15s}.explore-continent a:hover{color:#009e60}.explore-menu .dropdown-link{display:flex;align-items:center;gap:12px;padding:12px 14px;color:#333;font-size:14px;font-weight:500;border-radius:8px;transition:background .15s}.explore-menu .dropdown-link:hover{background:#f5f5f5;color:#009e60}.explore-menu .dropdown-link svg{color:#666;flex-shrink:0}.explore-menu .dropdown-link:hover svg{color:#009e60}.header-right{display:flex;align-items:center;gap:8px}.nav{display:flex;gap:4px}.nav-link{padding:8px 14px;color:#555;font-size:14px;font-weight:500;border-radius:6px;transition:color .15s}.nav-link:hover,.nav-link.active{color:#009e60}.world-settings{position:relative}.world-btn{display:flex;align-items:center;gap:8px;background:none;border:1px solid #ddd;border-radius:20px;color:#333;font-size:13px;font-weight:500;padding:6px 14px;cursor:pointer;transition:all .15s}.world-btn:hover{border-color:#009e60;color:#009e60}.world-btn svg{flex-shrink:0}.world-menu{right:0;left:auto;min-width:280px;padding:20px}.world-section{margin-bottom:16px}.world-section label{display:block;font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.world-section select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;color:#333;background:#fff;cursor:pointer}.world-section select:focus{outline:none;border-color:#00c875}.world-save-btn{width:100%;padding:10px;background:#009e60;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.world-save-btn:hover{background:#008050}.signin-btn,.signout-btn{padding:8px 18px;font-size:14px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .15s}.signin-btn{background:#009e60;color:#fff}.signin-btn:hover{background:#008050}.signout-btn{background:#009e60;color:#fff;border:none}.signout-btn:hover{background:#008050}.main{flex:1}.footer{background-color:#fff;border-top:1px solid #e5e5e5;padding:24px 0;margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 24px}.footer-left{display:flex;align-items:center;gap:16px}.footer-logo{font-weight:700;font-size:18px;color:#009e60}.footer-copyright{color:#666;font-size:14px}.footer-links{display:flex;gap:24px}.footer-links a{color:#666;font-size:14px;transition:color .2s ease}.footer-links a:hover{color:#009e60}@media(max-width:900px){.desktop-only{display:none!important}.mobile-only{display:flex!important}}@media(min-width:901px){.mobile-only{display:none!important}}.hamburger-btn{display:none;align-items:center;justify-content:center;background:none;border:none;color:#333;padding:8px;cursor:pointer;border-radius:8px;transition:background .15s}.hamburger-btn:hover{background:#f0f0f0}.mobile-menu-overlay{position:fixed;top:56px;left:0;right:0;bottom:0;background:#00000080;z-index:200;animation:fadeIn .2s ease}.mobile-menu{position:absolute;top:0;right:0;width:300px;max-width:85%;height:100%;background:#fff;box-shadow:-4px 0 24px #00000026;padding:20px;overflow-y:auto;animation:slideIn .25s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-nav{display:flex;flex-direction:column;gap:4px}.mobile-nav-link{display:flex;align-items:center;gap:14px;padding:14px 16px;color:#333;font-size:15px;font-weight:500;border-radius:10px;transition:background .15s}.mobile-nav-link:hover{background:#f5f5f5}.mobile-nav-link.active{background:#e8f5e9;color:#009e60}.mobile-nav-link svg{color:#666;flex-shrink:0}.mobile-nav-link.active svg{color:#009e60}.mobile-menu-divider{height:1px;background:#e5e5e5;margin:16px 0}.mobile-world-settings{padding:0 4px}.mobile-world-settings h4{font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.mobile-world-section{margin-bottom:12px}.mobile-world-section label{display:block;font-size:13px;font-weight:500;color:#555;margin-bottom:6px}.mobile-world-section select{width:100%;padding:12px;border:1px solid #ddd;border-radius:10px;font-size:15px;color:#333;background:#fff;cursor:pointer}.mobile-save-btn{width:100%;padding:12px;background:#009e60;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;margin-top:8px;transition:background .15s}.mobile-save-btn:hover{background:#008050}.mobile-auth{padding:0 4px}.mobile-signin-btn,.mobile-signout-btn{display:block;width:100%;padding:14px;text-align:center;font-size:15px;font-weight:600;border-radius:10px;cursor:pointer;transition:all .15s}.mobile-signin-btn{background:#009e60;color:#fff}.mobile-signin-btn:hover{background:#008050}.mobile-signout-btn{background:none;border:2px solid #FF3B30;color:#ff3b30}.mobile-signout-btn:hover{background:#fff0ef}@media(max-width:768px){.header-content{padding:0 16px}.footer-content{flex-direction:column;gap:16px;text-align:center}.footer-left{flex-direction:column;gap:8px}}.calendar-picker{background:#fff;overflow-y:auto;height:100%}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);padding:12px 16px 8px;position:sticky;top:0;background:#fff;z-index:10;border-bottom:1px solid #f0f0f0}.weekday{text-align:center;font-size:12px;font-weight:600;color:#999;text-transform:uppercase}.calendar-months{padding:0 8px 20px}.calendar-month{margin-bottom:16px}.month-name{font-size:16px;font-weight:600;color:#333;padding:16px 8px 12px}.month-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px 0}.calendar-day{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none}.calendar-day.empty,.calendar-day.disabled{cursor:default}.calendar-day.disabled .day-number{color:#ccc}.day-number{position:relative;z-index:2;font-size:14px;font-weight:500;color:#333}.day-bg{position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%;z-index:1}.calendar-day.selected-start .day-bg{background:#009e60;border-radius:50%}.calendar-day.selected-start .day-number{color:#fff}.calendar-day.selected-start:after{content:"";position:absolute;top:2px;bottom:2px;left:50%;right:0;background:#009e601f;z-index:0}.calendar-day.selected-end .day-bg{background:#009e60;border-radius:50%}.calendar-day.selected-end .day-number{color:#fff}.calendar-day.selected-end:before{content:"";position:absolute;top:2px;bottom:2px;left:0;right:50%;background:#009e601f;z-index:0}.calendar-day.selected-single .day-bg{background:#009e60;border-radius:50%}.calendar-day.selected-single .day-number{color:#fff}.calendar-day.selected-single:after,.calendar-day.selected-single:before{display:none}.calendar-day.in-range:before{content:"";position:absolute;top:2px;bottom:2px;left:0;right:0;background:#009e601f;z-index:0}.calendar-day.in-range .day-number{color:#009e60}.calendar-day:not(.empty):not(.disabled):not(.selected-start):not(.selected-end):not(.selected-single):hover .day-bg{background:#009e6014}.featured-deals{padding:48px 0 60px;background:#f8f9fa}.featured-deals .container{max-width:1200px;margin:0 auto;padding:0 24px}.featured-deals-header{text-align:center;margin-bottom:36px}.featured-deals-header h2{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.featured-deals-header p{font-size:16px;color:#666;margin:0}.deals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.deal-card{background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 2px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.deal-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.deal-image{position:relative;aspect-ratio:4 / 3;overflow:hidden}.deal-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.deal-card:hover .deal-image img{transform:scale(1.05)}.deal-badge{position:absolute;top:12px;left:12px}.savings-percent{background:#009e60;color:#fff;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;box-shadow:0 2px 8px #009e604d}.deal-info{padding:16px;flex:1;display:flex;flex-direction:column}.deal-location{display:flex;align-items:center;gap:4px;color:#009e60;font-size:13px;font-weight:500;margin-bottom:6px}.deal-location svg{flex-shrink:0}.deal-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.deal-rating{display:flex;align-items:center;gap:4px;margin-bottom:12px}.deal-rating .star-icon{color:#f5a623;fill:#f5a623}.deal-rating span:first-of-type{font-weight:600;color:#1a1a1a;font-size:14px}.deal-rating .rating-label{color:#666;font-size:13px;margin-left:2px}.deal-pricing{margin-top:auto;margin-bottom:4px}.price-comparison{display:flex;align-items:baseline;gap:8px}.original-price{font-size:14px;color:#999;text-decoration:line-through}.current-price{font-size:20px;font-weight:700;color:#1a1a1a}.price-period{font-size:12px;color:#999;display:block}.deal-dates{font-size:12px;color:#666;margin-top:8px}.deal-cta{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 16px;background:#f8f9fa;color:#009e60;font-weight:600;font-size:14px;border-top:1px solid #eee;transition:background .2s ease}.deal-card:hover .deal-cta{background:#e8f5f0}.deals-grid.loading{opacity:1}.deal-card.skeleton{animation:pulse 1.5s ease-in-out infinite}.deal-image-skeleton{aspect-ratio:4 / 3;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.deal-info-skeleton{padding:16px}.skeleton-line{height:14px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:10px}.skeleton-line.title{width:80%;height:18px}.skeleton-line.location{width:50%}.skeleton-line.price{width:40%;height:20px;margin-top:16px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media(max-width:1024px){.deals-grid{grid-template-columns:repeat(3,1fr);gap:16px}.deal-card:nth-child(n+7){display:none}}@media(max-width:768px){.featured-deals{padding:40px 0}.featured-deals-header h2{font-size:24px}.deals-grid{grid-template-columns:repeat(2,1fr);gap:12px}.deal-card:nth-child(n+5){display:none}.deal-title{font-size:14px}.current-price{font-size:18px}}@media(max-width:480px){.featured-deals .container{padding:0 16px}.deals-grid{gap:10px}.deal-info{padding:12px}.deal-title{font-size:13px;-webkit-line-clamp:2}.deal-location{font-size:11px}.deal-rating{font-size:12px}.current-price{font-size:16px}.original-price{font-size:12px}.deal-cta{padding:10px 12px;font-size:13px}}.rdrCalendarWrapper{box-sizing:border-box;background:#fff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;left:0;right:0;top:5px;bottom:5px;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;top:5px;left:0;right:0;bottom:5px}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:#ffffff17;position:absolute;top:3px;left:0;right:0;bottom:3px;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;top:-2px;bottom:-2px;left:0;right:0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.home-page{min-height:100vh;cursor:default;-webkit-user-select:none;user-select:none}.home-page input,.home-page textarea{-webkit-user-select:text;user-select:text}.hero{position:relative;height:70vh;min-height:500px;max-height:700px;display:flex;align-items:center;justify-content:center}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000004d,#0006,#00000080)}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:0 20px;max-width:900px;width:100%}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:12px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-content p{font-size:1.1rem;opacity:.95;margin-bottom:32px;text-shadow:0 1px 4px rgba(0,0,0,.3)}.search-bar{display:flex;align-items:center;background:#fff;border-radius:50px;box-shadow:0 4px 24px #00000026;padding:8px;max-width:800px;margin:0 auto}.search-field{flex:1;position:relative;padding:8px 20px;text-align:left}.search-field label{display:block;font-size:12px;font-weight:600;color:#333;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.search-field input,.search-field .field-button{width:100%;border:none;background:transparent;font-size:14px;color:#333;padding:0;text-align:left}.search-field input{cursor:text;direction:ltr;caret-color:#009e60}.search-field .field-button{cursor:pointer}.search-field input::placeholder{color:#999}.search-field input:focus{outline:none}.home-page button,.home-page a,.home-page .quick-link,.home-page .step-card,.home-page .feature,.home-page .moon-item,.home-page .legend-item,.home-page .reward-stat{cursor:pointer;user-select:none;-webkit-user-select:none}.home-page{cursor:default}.field-button{font-family:inherit}.field-button:hover{color:#009e60}.where-field{flex:1.5;position:relative;min-width:0}.where-field input{width:100%;box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.where-field input.has-value:not(:focus){caret-color:transparent}.search-divider{width:1px;background:#e0e0e0;margin:8px 0}.search-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:48px;min-height:48px;background:#009e60;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background .2s,transform .1s;flex-shrink:0;margin-left:8px}.search-btn:hover{background:#008050;transform:scale(1.05)}.dropdown{position:absolute;top:calc(100% + 16px);left:0;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;z-index:100;min-width:280px;overflow:hidden}.suggestions-dropdown{min-width:350px}.dropdown-loading{padding:20px;text-align:center;color:#666}.dropdown-item{display:flex;align-items:center;gap:12px;padding:14px 18px;cursor:pointer;transition:background .15s}.dropdown-item:hover{background:#f5f5f5}.place-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px;color:#009e60;flex-shrink:0}.place-info{display:flex;flex-direction:column;gap:2px;min-width:0}.place-name{font-weight:500;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.place-address{font-size:13px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.date-dropdown{left:50%;transform:translate(-50%);min-width:auto;padding:0;overflow:hidden}.date-dropdown-header{display:flex;flex-direction:column;align-items:center;padding:16px 20px;border-bottom:1px solid #eee;background:#fff}.date-dropdown-range{font-size:18px;font-weight:600;color:#333}.date-dropdown-nights{font-size:14px;color:#666;margin-top:2px}.date-dropdown .rdrCalendarWrapper{font-size:14px;padding:12px 16px;background:#fff}.date-dropdown .rdrMonths{gap:16px}.date-dropdown .rdrMonth{width:260px}.date-dropdown .rdrMonthName{font-size:15px;font-weight:600;color:#333;padding:8px 0 12px;text-align:center}.date-dropdown .rdrWeekDays{margin-bottom:4px}.date-dropdown .rdrWeekDay{font-size:11px;font-weight:600;color:#999;text-transform:uppercase}.date-dropdown .rdrDays{background:#fff}.date-dropdown .rdrDay{height:36px;line-height:36px}.date-dropdown .rdrDayNumber{font-weight:500}.date-dropdown .rdrDayNumber span{font-size:14px;font-weight:500;color:#333}.date-dropdown .rdrDayPassive .rdrDayNumber span{color:#ccc}.date-dropdown .rdrDayToday .rdrDayNumber span{font-weight:700}.date-dropdown .rdrDayToday .rdrDayNumber span:after{display:none}.date-dropdown .rdrStartEdge,.date-dropdown .rdrEndEdge{top:3px;bottom:3px}.date-dropdown .rdrStartEdge{background:var(--green)!important;border-radius:50% 0 0 50%!important}.date-dropdown .rdrEndEdge{background:var(--green)!important;border-radius:0 50% 50% 0!important}.date-dropdown .rdrStartEdge.rdrEndEdge{border-radius:50%!important}.date-dropdown .rdrInRange{background:#009e601f!important;top:3px;bottom:3px}.date-dropdown .rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.date-dropdown .rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span{color:#fff!important}.date-dropdown .rdrDayStartPreview,.date-dropdown .rdrDayEndPreview,.date-dropdown .rdrDayInPreview{display:none!important}.date-dropdown.no-selection .rdrStartEdge,.date-dropdown.no-selection .rdrEndEdge,.date-dropdown.no-selection .rdrInRange,.date-dropdown.no-selection .rdrDayStartOfMonth,.date-dropdown.no-selection .rdrDayStartOfWeek,.date-dropdown.no-selection .rdrDayEndOfMonth,.date-dropdown.no-selection .rdrDayEndOfWeek,.date-dropdown.no-selection .rdrSelected{background:transparent!important}.date-dropdown.no-selection .rdrDay:not(.rdrDayPassive) .rdrDayNumber span{color:#333!important}.date-dropdown .rdrDayPassive .rdrInRange,.date-dropdown .rdrDayPassive .rdrStartEdge,.date-dropdown .rdrDayPassive .rdrEndEdge{display:none!important}.date-dropdown .rdrDayDisabled{background:transparent!important}.date-dropdown .rdrDayDisabled .rdrDayNumber span{color:#ccc}.date-dropdown .rdrMonthAndYearPickers{display:none}.dropdown-done{display:block;width:calc(100% - 32px);padding:14px;margin:12px 16px 16px;background:#009e60;color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer}.dropdown-done:hover{background:#008050}.guest-dropdown{right:0;left:auto;min-width:300px;padding:20px}.room-block{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #eee}.room-block:last-of-type{border-bottom:none;margin-bottom:8px}.room-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:600;color:#222}.remove-btn{background:none;border:none;color:#e53935;font-size:13px;cursor:pointer}.guest-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;color:#444}.stepper{display:flex;align-items:center;gap:12px}.stepper button{width:32px;height:32px;border:1px solid #ddd;background:#fff;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.stepper button:hover:not(:disabled){border-color:#009e60;color:#009e60}.stepper button:disabled{opacity:.4;cursor:not-allowed}.stepper>span{min-width:20px;text-align:center;font-weight:500}.child-ages{margin-top:8px;padding-left:12px}.child-age-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:14px;color:#666}.child-age-row select{padding:6px 10px;border:1px solid #ddd;border-radius:6px;font-size:14px}.add-room-btn{width:100%;padding:10px;background:none;border:1px dashed #ccc;border-radius:8px;color:#009e60;font-size:14px;font-weight:500;cursor:pointer;margin-bottom:12px}.add-room-btn:hover{border-color:#009e60;background:#f9fef9}.quick-links{background:#f8f9fa;padding:24px 0;border-bottom:1px solid #eee}.container{max-width:1100px;margin:0 auto;padding:0 24px}.links-row{display:flex;justify-content:center;gap:48px}.quick-link{display:flex;align-items:center;gap:10px;color:#333;text-decoration:none;font-weight:500;padding:8px 0;transition:color .2s}.quick-link:hover,.quick-link .link-icon{color:#009e60}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#009e60e6;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.rewards-preview{padding:60px 0;background:#f5f5f5}.rewards-preview .container{max-width:800px}.rewards-preview-card{background:#f0f2f5;border-radius:20px;padding:32px}.rewards-preview-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}.rewards-preview-title h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.rewards-preview-title p{font-size:15px;color:#666;margin:0;line-height:1.5}.rewards-preview-title p strong{color:#009e60;font-weight:600}.rewards-cta-btn{display:inline-flex;align-items:center;gap:8px;background:#009e60;color:#fff;padding:12px 24px;border-radius:10px;font-weight:600;font-size:15px;text-decoration:none;transition:all .2s;white-space:nowrap}.rewards-cta-btn:hover{background:#008050}.rewards-cta-btn.desktop-only{display:inline-flex}.rewards-cta-btn.mobile-only{display:none;width:100%;justify-content:center;margin-top:24px}.moons-preview-container{background:#e4e7ec;border-radius:16px;padding:28px 24px;margin-bottom:24px}.moons-preview-grid{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.moons-row{display:flex;justify-content:center;gap:24px}.moon-item{display:flex;flex-direction:column;align-items:center;gap:6px}.moon-emoji{font-size:40px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.moon-number{font-size:13px;font-weight:600;color:#999}.moon-number.filled{color:#f5a623}.moons-preview-legend{display:flex;justify-content:center;gap:32px;padding-top:16px;border-top:1px solid #d0d3d9}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#666}.rewards-stats-row{display:flex;justify-content:center;align-items:center;background:#fff;border-radius:12px;padding:20px}.reward-stat{display:flex;flex-direction:column;align-items:center;padding:0 40px}.reward-stat-value{font-size:28px;font-weight:700;color:#1a1a1a}.reward-stat-value.highlight{color:#f5a623}.reward-stat-label{font-size:12px;color:#666;text-transform:uppercase;margin-top:4px}.reward-stat-divider{width:1px;height:40px;background:#e0e0e0}.how-it-works{padding:80px 0;background:#fff}.how-it-works h2{text-align:center;font-size:2rem;font-weight:700;color:#222;margin-bottom:48px}.steps-grid{display:flex;align-items:flex-start;justify-content:center;gap:0}.step-card{text-align:center;padding:24px 20px;flex:1;max-width:220px;position:relative}.step-icon{width:64px;height:64px;background:#e6f7ef;color:#009e60;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;transition:all .3s ease}.step-card:hover .step-icon{transform:translateY(-4px);box-shadow:0 8px 20px #009e6033}.step-icon.moon-icon{background:#e6f7ef}.step-icon.reward-icon{background:#009e60;color:#fff}.highlight-card .step-icon{background:linear-gradient(135deg,#009e60,#00b36e);color:#fff}.step-number{width:28px;height:28px;background:#009e60;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;margin:0 auto 16px}.highlight-card .step-number{background:#fbbf24;color:#222}.step-card h3{font-size:1.1rem;font-weight:600;color:#222;margin-bottom:10px}.step-card p{color:#666;line-height:1.5;font-size:14px}.highlight-card{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:16px;border:2px solid #009e60}.step-connector{display:flex;align-items:center;justify-content:center;color:#ccc;padding-top:40px}.features{padding:60px 0;background:#f8f9fa}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.feature{text-align:center;padding:20px}.feature h3{font-size:1rem;font-weight:600;color:#222;margin-bottom:8px}.feature p{font-size:14px;color:#666;line-height:1.5}.cta{padding:80px 0;background:linear-gradient(135deg,#009e60,#00b36e);text-align:center;color:#fff}.cta h2{font-size:2rem;font-weight:700;margin-bottom:12px}.cta p{font-size:1.1rem;opacity:.9;margin-bottom:32px}.cta-buttons{display:flex;gap:16px;justify-content:center}.btn-primary{padding:14px 32px;background:#fff;color:#009e60;border-radius:8px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-secondary{padding:14px 32px;background:transparent;color:#fff;border:2px solid white;border-radius:8px;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.btn-secondary:hover{background:#fff;color:#009e60}@media(max-width:1024px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:24px}.features-grid{grid-template-columns:repeat(2,1fr)}}.mobile-search-card{display:none}@media(max-width:768px){.desktop-search{display:none!important}.mobile-search-card{display:flex;flex-direction:column;background:#fff;border-radius:20px;padding:8px;box-shadow:0 8px 32px #0003;width:100%;max-width:400px;margin:0 auto}.mobile-search-row{display:flex;align-items:center;gap:14px;padding:16px;background:#f8f9fa;border:none;border-radius:14px;margin-bottom:4px;cursor:pointer;text-align:left;transition:background .15s}.mobile-search-row:hover{background:#f0f0f0}.mobile-search-row .row-icon{color:#333;flex-shrink:0}.mobile-search-row .row-content{flex:1;min-width:0}.mobile-search-row .row-label{display:block;font-size:11px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.mobile-search-row .row-value{display:block;font-size:15px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-search-row .row-value.placeholder{color:#999}.mobile-search-row .row-arrow{color:#ccc;flex-shrink:0}.mobile-search-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--green);color:#fff;border:none;border-radius:14px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;margin-top:4px;transition:background .15s}.mobile-search-btn:hover{background:#008050}.hero{height:auto;min-height:auto;padding:60px 0 40px}.hero-content h1{font-size:1.75rem;margin-bottom:8px}.hero-content p{font-size:.95rem;margin-bottom:24px}.links-row{flex-wrap:wrap;gap:24px}.quick-link{flex:1 1 calc(50% - 12px);justify-content:center}.rewards-preview{padding:60px 0}.rewards-preview{padding:40px 0}.rewards-preview-card{padding:24px}.rewards-preview-header{flex-direction:column;text-align:center;gap:16px}.rewards-preview-title h2{font-size:20px}.rewards-cta-btn.desktop-only{display:none}.rewards-cta-btn.mobile-only{display:flex}.moons-preview-container{padding:20px 16px}.moons-row{gap:12px}.moon-emoji{font-size:32px}.moons-preview-legend{gap:20px;flex-wrap:wrap}.rewards-stats-row{flex-wrap:wrap;gap:16px;padding:16px}.reward-stat{padding:0 20px;flex:1 1 40%}.reward-stat-divider{display:none}.reward-stat-value{font-size:24px}.steps-grid{flex-direction:column;gap:16px;align-items:center}.step-card{max-width:100%;padding:20px}.step-connector{transform:rotate(90deg);padding:0}.features-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}}.mobile-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:1000;display:flex;flex-direction:column;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-modal{background:#fff;width:100%;height:100%;display:flex;flex-direction:column}.mobile-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eee;flex-shrink:0;background:#fff}.mobile-modal-header h3{font-size:18px;font-weight:600;color:var(--green);margin:0;text-align:center;flex:1}.modal-close-btn{background:none;border:none;color:var(--green);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.modal-header-spacer{width:32px}.mobile-modal-content{flex:1;overflow-y:auto;padding:20px;background:#f8f9fa}.mobile-modal-footer{padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom));border-top:1px solid #eee;flex-shrink:0;background:#fff}.modal-done-btn{width:100%;background:var(--green);color:#fff;border:none;border-radius:14px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s}.modal-done-btn:hover{background:#008050}.mobile-search-input-wrapper{display:flex;align-items:center;background:#f0f0f0;border-radius:14px;padding:0 16px;margin-bottom:20px}.search-input-icon{color:#888;flex-shrink:0}.mobile-search-input{flex:1;border:none;background:none;padding:16px 12px;font-size:16px;outline:none}.mobile-search-input::placeholder{color:#999}.clear-input-btn{background:none;border:none;color:#888;cursor:pointer;padding:4px;display:flex;align-items:center}.mobile-suggestions-list{display:flex;flex-direction:column;gap:4px}.mobile-suggestion-loading{text-align:center;padding:24px;color:#888}.mobile-suggestion-item{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#fff;border:none;border-radius:12px;cursor:pointer;text-align:left;transition:background .15s;width:100%;box-shadow:0 1px 3px #0000000d}.mobile-suggestion-item:hover{background:#f5f5f5}.suggestion-icon{width:44px;height:44px;background:#f0f0f0;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--green);flex-shrink:0}.suggestion-info{flex:1;min-width:0}.suggestion-name{display:block;font-size:15px;font-weight:600;color:#333;margin-bottom:2px}.suggestion-address{display:block;font-size:13px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.date-modal-header{flex-direction:column;align-items:center!important;padding:16px 20px!important;gap:0!important;position:relative}.date-modal-header .modal-close-btn{position:absolute;left:16px;top:50%;transform:translateY(-50%)}.date-modal-header .modal-header-spacer{position:absolute;right:16px;width:24px}.date-header-text{display:flex;flex-direction:column;align-items:center;gap:0;min-height:44px;justify-content:center}.date-range-display{font-size:18px;font-weight:600;color:#333;line-height:1.3}.nights-count{font-size:14px;color:#666;font-weight:400;min-height:20px;line-height:20px}.date-modal-content{padding:0;background:#fff;overflow:hidden}.guest-modal-content{padding-bottom:100px}.mobile-room-block{background:#fff;border-radius:16px;padding:18px;margin-bottom:12px;box-shadow:0 1px 3px #0000000d}.mobile-room-header{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:#333;font-weight:600}.mobile-room-header svg{color:var(--green)}.mobile-remove-room{margin-left:auto;background:none;border:none;color:#ff3b30;font-size:14px;font-weight:500;cursor:pointer}.mobile-guest-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e8e8e8}.mobile-guest-row:last-of-type{border-bottom:none}.guest-type{display:flex;align-items:center;gap:10px;color:#555;font-size:15px}.guest-type svg{color:#888}.mobile-stepper{display:flex;align-items:center;gap:0;border:1px solid #ddd;border-radius:10px;overflow:hidden}.mobile-stepper .stepper-btn{width:40px;height:40px;background:#fff;border:none;font-size:20px;font-weight:500;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.mobile-stepper .stepper-btn:hover:not(:disabled){background:#f0f0f0}.mobile-stepper .stepper-btn:disabled{color:#ccc;cursor:not-allowed}.mobile-stepper .stepper-value{width:40px;text-align:center;font-size:16px;font-weight:600;color:#333;border-left:1px solid #ddd;border-right:1px solid #ddd;padding:8px 0}.mobile-child-ages{margin-top:12px;padding-top:12px;border-top:1px solid #e8e8e8}.mobile-child-age-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;color:#666;font-size:14px}.mobile-child-age-row select{padding:10px 16px;border:1px solid #ddd;border-radius:10px;font-size:15px;background:#fff;min-width:100px}.mobile-add-room{width:100%;padding:14px;background:none;border:2px dashed #ddd;border-radius:14px;font-size:15px;font-weight:500;color:var(--green);cursor:pointer;transition:all .15s}.mobile-add-room:hover{border-color:var(--green);background:#f8fff8}:root{--green: #009E60;--green-dark: #007A4A;--gold: #F5A623;--text: #1a1a1a;--text-secondary: #666;--text-muted: #999;--background: #f5f5f5;--card: #fff;--border: #e0e0e0}.stays-page{padding:40px 0;min-height:calc(100vh - 200px);background:var(--background)}.container{max-width:800px;margin:0 auto;padding:0 20px}.login-prompt{text-align:center;padding:80px 20px;max-width:500px;margin:0 auto}.login-icon{margin-bottom:20px;color:var(--green)}.login-prompt h2{font-size:28px;margin-bottom:16px}.login-prompt p{color:var(--text-secondary);margin-bottom:30px}.login-buttons{display:flex;gap:12px;justify-content:center}.btn{padding:12px 32px;border-radius:10px;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;border:none}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-dark)}.btn-secondary{background:#f0f0f0;color:var(--text)}.btn-secondary:hover{background:#e0e0e0}.stays-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.stays-header h1{font-size:28px;font-weight:700;margin:0}.header-subtitle{font-size:15px;color:var(--text-secondary);margin-top:4px}.refresh-btn{background:#fff;border:1px solid var(--border);padding:10px 20px;border-radius:10px;font-size:14px;color:var(--text-secondary);cursor:pointer;transition:all .2s}.refresh-btn:hover:not(:disabled){border-color:var(--green);color:var(--green)}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.rewards-progress-card{background:#f0f2f5;border-radius:20px;padding:32px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.rewards-progress-card h2{font-size:22px;margin:0 0 6px;color:#1a1a1a}.rewards-subtitle{color:var(--text-secondary);font-size:15px;margin:0 0 28px}.moons-grid{display:flex;flex-direction:column;gap:20px;margin-bottom:24px;background:#e4e7ec;border-radius:16px;padding:32px 24px}.moons-row{display:flex;justify-content:center;gap:20px}.moon-item{display:flex;flex-direction:column;align-items:center;gap:8px}.moon-emoji{font-size:44px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.moon-number{font-size:13px;font-weight:600;color:var(--text-muted)}.moon-number.eligible{color:var(--gold)}.moon-number.pending{color:#ff9500}.moons-legend{display:flex;justify-content:center;gap:32px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #dde0e6}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary)}.legend-moon{font-size:18px}.progress-stats{display:flex;justify-content:center;align-items:center;gap:0;padding:20px 0;background:#fff;border-radius:12px;margin-bottom:20px}.stat-item{display:flex;flex-direction:column;align-items:center;padding:0 40px}.stat-value{font-size:32px;font-weight:700}.stat-value.pending{color:#ff9500}.stat-value.eligible{color:var(--green)}.stat-value.empty{color:var(--text-muted)}.stat-label{font-size:12px;color:var(--text-secondary);text-transform:uppercase;margin-top:2px}.stat-divider{width:1px;height:40px;background:var(--border)}.reward-value-section{margin-top:16px}.reward-value-row{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-radius:12px}.reward-value-label{color:var(--text-secondary);font-size:15px}.reward-value-amount{font-size:22px;font-weight:700;color:var(--gold)}.reward-value-note{font-size:12px;color:var(--text-secondary);text-align:center;margin-top:8px;margin-bottom:0}.voucher-history-card{background:#fff;border-radius:12px;padding:20px;margin-top:20px}.voucher-history-card h4{font-size:14px;font-weight:600;color:var(--text-primary);margin:0 0 16px}.voucher-history-empty{text-align:center;padding:16px 0}.voucher-history-icon{font-size:32px;display:block;margin-bottom:8px}.voucher-history-empty p{font-size:13px;color:var(--text-secondary);margin:0;line-height:1.5}.voucher-history-list{display:flex;flex-direction:column;gap:12px}.voucher-history-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:10px;background:#f8f9fa}.voucher-history-item.ready{background:#34c75914}.voucher-history-item.pending{background:#ff950014}.voucher-history-item.used{background:#8e8e9314}.voucher-history-left{display:flex;align-items:center;gap:12px}.voucher-history-status-icon{font-size:20px}.voucher-history-info{display:flex;flex-direction:column;gap:2px}.voucher-history-code{font-size:14px;font-weight:600;color:var(--text-primary);font-family:SF Mono,Monaco,Consolas,monospace}.voucher-history-value{font-size:12px;color:var(--text-secondary)}.voucher-history-status{font-size:12px;font-weight:600;padding:4px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.voucher-history-status.ready{background:#34c75926;color:#34c759}.voucher-history-status.pending{background:#ff950026;color:#ff9500}.voucher-history-status.used{background:#8e8e9326;color:#8e8e93}.one-time-voucher-note{font-size:11px;color:#999;text-align:center;margin-top:12px;margin-bottom:0;font-style:italic}.vouchers-section{margin-bottom:24px}.vouchers-section h2{font-size:18px;margin-bottom:16px}.voucher-card{background:#fff;border-radius:16px;padding:20px;margin-bottom:12px;box-shadow:0 2px 8px #00000014}.voucher-card.active{border:2px solid var(--gold);background:linear-gradient(135deg,#fffbf0,#fff)}.voucher-card.pending{border:2px dashed #FF9500}.voucher-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.voucher-emoji{font-size:24px}.voucher-title{font-weight:600;flex:1}.voucher-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.voucher-badge.active{background:var(--gold);color:#fff}.voucher-badge.pending{background:#fff0d9;color:#ff9500}.voucher-value{font-size:36px;font-weight:700;color:var(--green);margin-bottom:12px}.voucher-code-section{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.voucher-code-label{font-size:12px;color:var(--text-muted);text-transform:uppercase}.voucher-code{font-size:18px;font-weight:600;font-family:monospace;letter-spacing:2px;color:var(--text)}.voucher-expiry{font-size:13px;color:var(--text-secondary);margin-bottom:8px}.voucher-note{font-size:13px;color:var(--text-muted);margin:0}.activity-section{margin-bottom:24px}.activity-section h2{font-size:18px;margin-bottom:12px}.activity-item{display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:12px;padding:16px;margin-bottom:8px;box-shadow:0 1px 4px #0000000d}.activity-left{flex:1;min-width:0}.activity-hotel{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.activity-dates{font-size:13px;color:var(--text-secondary)}.activity-right{text-align:right;margin-left:16px}.activity-value{font-weight:700;color:var(--green);margin-bottom:2px}.activity-status{font-size:12px;font-weight:500}.activity-status.pending{color:#ff9500}.activity-status.eligible{color:var(--green)}.info-widget-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;align-items:start}.info-left-column{display:flex;flex-direction:column;gap:24px}.how-it-works-card{background:#fff;border-radius:16px;padding:28px 32px;box-shadow:0 2px 8px #00000014}.how-it-works-card h3{font-size:18px;font-weight:600;margin:0 0 24px;color:var(--text-primary)}.viator-stays-widget{background:#fff;border-radius:16px;padding:28px 32px;box-shadow:0 2px 8px #00000014}.viator-stays-widget h3{font-size:18px;font-weight:600;margin:0 0 8px;color:var(--text-primary)}.viator-stays-widget .viator-subtitle{font-size:14px;color:var(--text-secondary);margin:0 0 20px}.viator-stays-widget .viator-widget{min-height:280px}.how-it-works-steps{display:flex;flex-direction:column;gap:18px;margin-bottom:24px}.how-it-works-step{display:grid;grid-template-columns:36px 1fr;align-items:start;gap:14px}.step-number{width:36px;height:36px;background:var(--gold);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px}.how-it-works-step span:last-child{color:var(--text-primary);font-size:15px;line-height:1.5;padding-top:6px}.how-it-works-details{margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.how-it-works-details p{color:var(--green);font-size:13px;margin:0 0 8px;line-height:1.4}.how-it-works-details p:last-child{margin-bottom:0}.support-card{background:#fff;border-radius:16px;padding:28px 32px;box-shadow:0 2px 8px #00000014;text-align:center}.support-icon{font-size:40px;margin-bottom:12px}.support-card h3{font-size:18px;font-weight:600;margin:0 0 12px;color:var(--text-primary)}.support-card p{font-size:14px;color:var(--text-secondary);margin:0 0 20px;line-height:1.5}.support-options{display:flex;flex-direction:column;gap:12px;align-items:center}.support-link{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:14px;text-decoration:none;transition:color .2s}.support-link:hover{color:var(--gold)}.support-btn{display:inline-block;background:var(--gold);color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s}.support-btn:hover{background:#d4a84b;transform:translateY(-1px)}.bookings-section{margin-bottom:40px}.bookings-section h2{font-size:20px;margin-bottom:16px}.loading{text-align:center;padding:40px;color:var(--text-secondary)}.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:16px}.empty-icon{margin-bottom:16px;color:var(--text-muted)}.empty-state h3{font-size:22px;margin-bottom:8px}.empty-state p{color:var(--text-secondary);margin-bottom:24px}.bookings-list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.booking-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000001a;width:100%}.booking-card.cancelled{opacity:.85}.booking-image{position:relative;height:300px;background:#f0f0f0}.booking-image img{width:100%;height:100%;object-fit:cover}.booking-card.cancelled .booking-image img{opacity:.5}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.cancelled-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;letter-spacing:2px}.status-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-badge.confirmed{background:#34c759}.status-badge.cancelled{background:#ff3b30}.status-badge.pending{background:#ff9500}.status-badge.completed{background:var(--gold)}.booking-content{padding:20px}.hotel-name{font-size:20px;font-weight:700;margin:0 0 8px;line-height:1.3}.location-row{display:flex;align-items:flex-start;gap:6px;margin-bottom:16px}.location-icon{font-size:14px}.location-text{font-size:14px;color:var(--text-secondary);line-height:1.4}.dates-container{display:flex;align-items:center;background:#f8f9fa;border-radius:12px;padding:16px;margin-bottom:16px;gap:12px}.date-box{flex:1;display:flex;flex-direction:column;gap:4px}.date-label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.date-value{font-size:14px;font-weight:600}.date-time{font-size:12px;color:var(--green);font-weight:500}.date-arrow{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--text-muted);padding:0 8px}.nights-text{font-size:11px;white-space:nowrap}.details-row{display:flex;gap:24px;margin-bottom:16px}.detail-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary)}.detail-icon{font-size:16px}.bottom-row{display:flex;justify-content:space-between;align-items:flex-end;padding-top:16px;border-top:1px solid var(--border)}.price-section{display:flex;flex-direction:column;gap:2px}.price-label{font-size:11px;color:var(--text-muted);text-transform:uppercase}.price-value{font-size:22px;font-weight:700;color:var(--green)}.price-value.cancelled{color:var(--text-muted);text-decoration:line-through}.pay-at-property{display:flex;flex-direction:column;gap:2px;margin-top:8px}.pay-label{font-size:11px;color:var(--text-muted);text-transform:uppercase}.pay-value{font-size:14px;font-weight:600;color:var(--text-secondary)}.confirmation-section{text-align:right;display:flex;flex-direction:column;gap:2px}.confirmation-label{font-size:11px;color:var(--text-muted);text-transform:uppercase}.confirmation-row{display:flex;align-items:center;gap:8px;justify-content:flex-end}.confirmation-value{font-size:14px;font-weight:600;font-family:monospace}.copy-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s}.copy-btn:hover{color:var(--green);background:#f0f0f0}.cancellation-info{border-radius:10px;padding:14px 16px;margin-bottom:16px;display:flex;flex-direction:column;gap:6px}.cancellation-info.free{background:#e8f8ef;border:1px solid #b8e6cc}.cancellation-info.warning{background:#fff8e6;border:1px solid #ffe0a3}.cancellation-row{display:flex;align-items:center;gap:8px}.cancellation-icon.success{color:#34c759}.cancellation-icon.warning{color:#ff9500}.cancellation-label{font-size:14px;color:#34c759;font-weight:500}.cancellation-label-warning{font-size:14px;color:#ff9500;font-weight:500}.cancellation-date{font-size:15px;font-weight:600;color:var(--text);margin-left:24px}.cancellation-fee{font-size:13px;color:#e67700;margin-left:24px}.manage-booking-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:16px;padding:14px 20px;background:#fff;border:1px solid var(--border);border-radius:10px;color:var(--text);font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s}.manage-booking-btn:hover{border-color:var(--green);color:var(--green);background:#f9fef9}.location-icon{color:#e53935;flex-shrink:0}.detail-icon{color:var(--text-muted)}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);color:var(--text-muted)}@media(max-width:768px){.stays-page{padding:20px 0}.container{padding:0 16px}.stays-header h1{font-size:24px}.rewards-progress-card{padding:20px}.moons-row{gap:8px}.moon-emoji{font-size:26px}.progress-stats{gap:16px}.stat-item{padding:0 16px}.stat-value{font-size:22px}.info-widget-grid{grid-template-columns:1fr;gap:20px}.how-it-works-card,.viator-stays-widget{padding:20px 24px}.bookings-list{grid-template-columns:1fr}.booking-image{height:180px}.booking-content{padding:16px}.hotel-name{font-size:18px}}@media(max-width:600px){.stays-header{flex-direction:column;gap:16px}.refresh-btn{align-self:flex-start}.moons-row{gap:6px}.moon-emoji{font-size:24px}.moons-legend{gap:16px}.legend-item{font-size:11px}.stat-item{padding:0 12px}.stat-value{font-size:20px}.stat-label{font-size:10px}.dates-container{flex-direction:column;gap:8px}.date-arrow{flex-direction:row;gap:8px}.details-row{flex-direction:column;gap:12px}.bottom-row{flex-direction:column;gap:16px;align-items:flex-start}.confirmation-section{text-align:left}.login-buttons{flex-direction:column}.how-it-works-card{padding:20px}.vouchers-section .voucher-card{padding:16px}.voucher-value{font-size:28px}}.account-page{min-height:calc(100vh - 140px);padding:40px 0;background:#f5f5f5}.login-prompt{text-align:center;padding:80px 40px;background:#fff;border-radius:16px;max-width:500px;margin:0 auto;box-shadow:0 2px 8px #0000000f}.login-prompt-icon{font-size:64px;margin-bottom:24px}.login-prompt h2{font-size:28px;margin-bottom:12px;color:var(--text)}.login-prompt p{color:var(--text-secondary);margin-bottom:32px;font-size:16px}.login-prompt-buttons{display:flex;gap:16px;justify-content:center}.message-toast{position:fixed;top:100px;left:50%;transform:translate(-50%);padding:14px 24px;border-radius:10px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:16px;z-index:1000;box-shadow:0 4px 20px #00000026;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.message-toast.success{background:#d4edda;color:#155724}.message-toast.error{background:#f8d7da;color:#721c24}.message-toast button{background:none;border:none;font-size:20px;cursor:pointer;color:inherit;padding:0;line-height:1}.profile-header{display:flex;align-items:center;gap:20px;background:#fff;padding:24px;border-radius:16px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.profile-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--green) 0%,var(--green-dark) 100%);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#fff;flex-shrink:0}.profile-info{flex:1}.profile-name{font-size:24px;font-weight:700;margin:0 0 4px;color:var(--text)}.profile-email{color:var(--text-secondary);margin:0;font-size:15px}.account-section{background:#fff;border-radius:16px;padding:24px;margin-bottom:20px;box-shadow:0 2px 8px #0000000f}.account-section h2{font-size:18px;font-weight:600;margin:0 0 16px;color:var(--text)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-header h2{margin:0}.view-all-link{color:var(--green);font-size:14px;font-weight:500;text-decoration:none}.view-all-link:hover{text-decoration:underline}.stays-list{display:flex;flex-direction:column;gap:12px}.stay-card{background:#f8f9fa;border-radius:12px;padding:16px}.stay-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.stay-hotel{font-size:16px;font-weight:600;margin:0;color:var(--text)}.stay-status{font-size:12px;font-weight:500;padding:4px 10px;border-radius:20px;text-transform:capitalize}.stay-status.confirmed{background:#d4edda;color:#155724}.stay-status.completed{background:#cce5ff;color:#004085}.stay-status.cancelled{background:#f8d7da;color:#721c24}.stay-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.stay-dates{color:var(--text-secondary);font-size:14px}.stay-price{font-weight:600;color:var(--text)}.stay-id{font-size:12px;color:var(--text-secondary)}.stay-card-modern{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;border:1px solid #eee}.stay-card-modern.cancelled{opacity:.7}.stay-image{position:relative;width:100%;height:280px;background:linear-gradient(135deg,#f0f0f0,#e8e8e8)}.stay-image img{width:100%;height:100%;object-fit:cover}.stay-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.stay-status-badge{position:absolute;top:10px;right:10px;padding:5px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;color:#fff}.stay-status-badge.confirmed{background:#34c759}.stay-status-badge.completed{background:#007aff}.stay-status-badge.cancelled{background:#ff3b30}.stay-status-badge.pending{background:#ff9500}.stay-content{padding:14px 16px 16px}.stay-hotel-name{font-size:16px;font-weight:600;margin:0 0 10px;color:var(--text);line-height:1.3}.stay-dates-row{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.stay-date{font-size:13px;color:var(--text-secondary)}.stay-arrow{color:var(--text-secondary);font-size:12px}.stay-nights{font-size:12px;color:var(--green);font-weight:500;margin-left:auto;background:#1eaa521a;padding:2px 8px;border-radius:10px}.stay-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f0f0f0}.stay-price{font-size:16px;font-weight:700;color:var(--text)}.stay-price.cancelled{text-decoration:line-through;color:var(--text-secondary)}.stay-confirmation{font-size:12px;color:var(--text-secondary);font-family:monospace}.view-all-btn{width:100%;margin-top:8px}.stay-address{display:flex;align-items:flex-start;gap:6px;margin-bottom:10px}.address-icon{font-size:12px;flex-shrink:0}.address-text{font-size:12px;color:var(--text-secondary);line-height:1.4}.stay-cancellation{display:flex;align-items:flex-start;gap:6px;margin-top:12px;padding:10px 12px;border-radius:8px;font-size:12px}.stay-cancellation.free{background:#34c7591a}.stay-cancellation.fee{background:#ff95001a}.stay-cancellation .cancel-icon{flex-shrink:0}.stay-cancellation.free .cancel-icon{color:#34c759}.stay-cancellation.free .cancel-text{color:#155724}.stay-cancellation.fee .cancel-text{color:#856404}.empty-state{text-align:center;padding:40px 20px}.empty-icon{font-size:48px;display:block;margin-bottom:12px}.empty-state p{font-weight:500;color:var(--text);margin:0 0 8px}.empty-hint{color:var(--text-secondary);font-size:14px}.loading-state{text-align:center;padding:40px;color:var(--text-secondary)}.rewards-card{display:flex;align-items:center;gap:24px;background:#f8f9fa;border-radius:12px;padding:20px}.rewards-points{text-align:center;min-width:80px}.points-number{font-size:36px;font-weight:700;color:var(--green);display:block}.points-label{font-size:13px;color:var(--text-secondary)}.rewards-divider{width:1px;height:60px;background:#e0e0e0}.rewards-info{flex:1}.rewards-info h3{font-size:16px;margin:0 0 6px;color:var(--text)}.rewards-info p{font-size:14px;color:var(--text-secondary);margin:0 0 12px}.rewards-progress{margin-top:12px}.progress-bar{height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:6px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--green),var(--gold));border-radius:4px;transition:width .3s ease}.progress-text{font-size:12px;color:var(--text-secondary)}.rewards-preview-section .section-header{margin-bottom:16px}.rewards-card-modern{display:block;background:linear-gradient(135deg,#2c3e50,#1a252f);border-radius:16px;padding:24px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.rewards-card-modern:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.rewards-moons-preview{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;max-width:280px;margin:0 auto 24px}.moon-preview{font-size:28px;text-align:center;line-height:1}.rewards-info-modern{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:16px;padding:16px;background:#ffffff0f;border-radius:12px}.rewards-stat{text-align:center;flex:1}.rewards-stat-number{display:block;font-size:24px;font-weight:700;color:var(--gold);margin-bottom:4px}.rewards-stat-number.eligible{color:#34c759}.rewards-stat-number.pending{color:#ff9500}.rewards-stat-label{font-size:11px;color:#aab2bd;text-transform:uppercase;letter-spacing:.5px}.rewards-stat-divider{width:1px;height:36px;background:#ffffff26}.rewards-value-row{display:flex;justify-content:space-between;align-items:center;background:#ffffff14;border-radius:10px;padding:12px 16px;margin-bottom:16px}.rewards-value-label{font-size:13px;color:#aab2bd}.rewards-value-amount{font-size:18px;font-weight:700;color:var(--gold)}.rewards-cta{display:flex;justify-content:center;align-items:center;gap:6px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:#aab2bd}.rewards-cta .arrow{font-size:18px;color:var(--gold)}.settings-list{display:flex;flex-direction:column}.settings-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f0f0f0;background:none;border-left:none;border-right:none;border-top:none;cursor:pointer;text-align:left;width:100%;font-size:15px;color:inherit;text-decoration:none;transition:background .15s}.settings-item:last-child{border-bottom:none}.settings-item:hover:not(.static):not(:disabled){background:#f8f9fa;margin:0 -24px;padding:16px 24px;width:calc(100% + 48px)}.settings-item:disabled{cursor:default}.settings-item.static{cursor:default}.settings-label{font-weight:500;color:var(--text)}.settings-value{display:flex;align-items:center;gap:8px;color:var(--text-secondary)}.arrow{font-size:20px;color:#ccc}.preferences-form{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.form-row label{font-weight:500;color:var(--text)}.form-row select{padding:10px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;min-width:180px;background:#fff;cursor:pointer}.form-row select:focus{outline:none;border-color:var(--green)}.save-btn{align-self:flex-start;margin-top:8px}.sign-out-btn{width:100%;margin-top:10px;margin-bottom:40px}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;padding:32px;max-width:400px;width:100%;box-shadow:0 10px 40px #0003}.modal-content h3{font-size:22px;margin:0 0 8px;color:var(--text)}.modal-content p{color:var(--text-secondary);margin:0 0 24px;font-size:14px}.modal-content form{display:flex;flex-direction:column;gap:16px}.modal-content input{padding:14px 16px;border:1px solid #e0e0e0;border-radius:10px;font-size:15px}.modal-content input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #009e601a}.modal-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.site-settings-section{margin-bottom:24px}.settings-flag{width:24px;height:16px;object-fit:cover;border-radius:2px;margin-right:10px;vertical-align:middle}.settings-label{display:flex;align-items:center}.language-modal{max-height:70vh;overflow-y:auto}.language-list{display:flex;flex-direction:column;gap:2px;max-height:400px;overflow-y:auto}.language-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:none;border:none;border-radius:10px;cursor:pointer;font-size:15px;color:var(--text);text-align:left;width:100%;transition:background .15s}.language-item:hover{background:#f5f5f5}.language-item.selected{background:#009e601a;color:var(--green);font-weight:500}.language-flag{width:28px;height:20px;object-fit:cover;border-radius:3px;border:1px solid rgba(0,0,0,.1)}.language-item .check{margin-left:auto;color:var(--green);font-weight:700}.currency-modal{max-height:70vh;overflow-y:auto}.currency-list{display:flex;flex-direction:column;gap:2px;max-height:400px;overflow-y:auto}.currency-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:none;border:none;border-radius:10px;cursor:pointer;font-size:15px;color:var(--text);text-align:left;width:100%;transition:background .15s}.currency-item:hover{background:#f5f5f5}.currency-item.selected{background:#009e601a;color:var(--green);font-weight:500}.currency-code{font-weight:600;min-width:40px}.currency-name{color:var(--text-secondary)}.currency-item.selected .currency-name{color:var(--green)}.currency-item .check{margin-left:auto;color:var(--green);font-weight:700}@media(max-width:768px){.account-page{padding:20px 0}.container{padding:0 16px}.profile-header{flex-direction:column;text-align:center;padding:20px}.profile-name{font-size:20px}.account-section{padding:20px;margin-bottom:16px}.rewards-card-modern{padding:20px}.rewards-moons-preview{gap:8px;max-width:240px}.moon-preview{font-size:24px}.rewards-info-modern{gap:12px;padding:12px}.rewards-stat-number{font-size:20px}.rewards-stat-label{font-size:10px}.rewards-card{flex-direction:column;text-align:center}.rewards-divider{width:100%;height:1px}.stay-card-modern{margin-bottom:12px}.stay-image{height:160px}.form-row{flex-direction:column;align-items:stretch}.form-row select{min-width:100%}.save-btn{align-self:stretch}.login-prompt{padding:40px 24px}.login-prompt-icon{font-size:48px}.login-prompt h2{font-size:22px}.login-prompt-buttons{flex-direction:column}.modal-content{padding:24px;margin:16px;max-height:calc(100vh - 32px)}.modal-buttons{flex-direction:column-reverse}.modal-buttons .btn{width:100%}.settings-item{padding:14px 0}.settings-value{font-size:14px;max-width:200px;overflow:hidden;text-overflow:ellipsis}}.auth-page{min-height:calc(100vh - 140px);display:flex;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.auth-container{width:100%;max-width:440px}.auth-card{background:var(--white);border-radius:16px;padding:40px;box-shadow:0 4px 24px #00000014}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{font-size:28px;font-weight:700;color:var(--black);margin:0 0 8px}.auth-header p{color:var(--grey);margin:0;font-size:15px}.login-method-toggle{display:flex;gap:0;margin-bottom:24px;background:#f0f0f0;border-radius:10px;padding:4px}.toggle-btn{flex:1;padding:10px 16px;border:none;background:transparent;font-size:14px;font-weight:500;color:var(--grey);cursor:pointer;border-radius:8px;transition:all .2s}.toggle-btn.active{background:var(--white);color:var(--black);box-shadow:0 2px 8px #0000001a}.toggle-btn:hover:not(.active){color:var(--black)}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:var(--black)}.form-group input{padding:14px 16px;border:1px solid #e0e0e0;border-radius:10px;font-size:15px;transition:border-color .2s,box-shadow .2s;background:var(--white)}.form-group input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #009e601a}.form-group input::placeholder{color:#aaa}.auth-btn{margin-top:8px;padding:14px 24px;font-size:16px;font-weight:600}.auth-btn:disabled{opacity:.7;cursor:not-allowed}.error-message{background:#fff5f5;color:#c53030;padding:12px 16px;border-radius:10px;font-size:14px;margin-bottom:20px;border:1px solid #feb2b2}.divider{display:flex;align-items:center;margin:24px 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.divider span{padding:0 16px;color:var(--grey);font-size:14px}.google-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;font-size:15px;font-weight:500;border:1px solid #e0e0e0;background:var(--white);color:var(--black)}.google-btn:hover{background:#f8f9fa;border-color:#d0d0d0}.google-btn:disabled{opacity:.7;cursor:not-allowed}.auth-footer{text-align:center;margin-top:24px;color:var(--grey);font-size:14px}.auth-footer a{color:var(--green);font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.forgot-password{text-align:right;margin-top:-12px}.forgot-password a{color:var(--green);font-size:14px;text-decoration:none}.forgot-password a:hover{text-decoration:underline}.forgot-password-link{text-align:right;margin-top:-12px}.link-button{background:none;border:none;color:var(--green);font-size:14px;cursor:pointer;padding:0;text-decoration:none}.link-button:hover{text-decoration:underline}.input-hint{font-size:12px;color:var(--grey);margin-top:4px}.resend-link{text-align:center;width:100%;margin-top:8px}.phone-input-row{display:flex;gap:8px}.country-code-select{width:110px;flex-shrink:0;padding:14px 8px;border:1px solid #e0e0e0;border-radius:10px;font-size:15px;background:var(--white);cursor:pointer;transition:border-color .2s,box-shadow .2s}.country-code-select:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px #009e601a}.phone-input-row input{flex:1}.reset-message{padding:12px 16px;border-radius:10px;font-size:14px;margin-bottom:16px}.reset-message.success{background:#f0fff4;color:#22543d;border:1px solid #9ae6b4}.reset-message.error{background:#fff5f5;color:#c53030;border:1px solid #feb2b2}.auth-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.auth-page .modal-content{background:#fff;border-radius:16px;padding:32px;max-width:400px;width:100%;position:relative;box-shadow:0 10px 40px #0003}.auth-page .modal-content h2{font-size:22px;margin:0 0 8px;color:var(--black)}.auth-page .modal-content>p{color:var(--grey);margin:0 0 24px;font-size:14px}.auth-page .modal-content form{display:flex;flex-direction:column;gap:16px}.auth-page .modal-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:var(--grey);padding:0;line-height:1}.auth-page .modal-close:hover{color:var(--black)}.auth-status{text-align:center;padding:24px 0}.auth-status.processing{color:var(--grey)}.auth-status .spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:var(--green);border-radius:50%;margin:0 auto 16px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-status .status-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:28px;font-weight:700}.auth-status.success .status-icon{background:#f0fff4;color:var(--green);border:2px solid var(--green)}.auth-status.error .status-icon{background:#fff5f5;color:#c53030;border:2px solid #c53030}.auth-status p{color:var(--black);font-size:16px;margin-bottom:24px;line-height:1.5}.auth-status .btn{min-width:150px}.form-description{color:var(--grey);font-size:14px;margin-bottom:20px;text-align:center}@media(max-width:480px){.auth-page{padding:40px 16px 20px;align-items:flex-start}.auth-card{padding:32px 24px;border-radius:12px}.auth-header h1{font-size:24px}.auth-header p{font-size:14px}.form-group input{padding:12px 14px}.auth-btn,.google-btn{padding:12px 20px}}.support-page{min-height:calc(100vh - 200px);padding:60px 0;background:#f5f5f5}.support-page .container{max-width:900px;margin:0 auto;padding:0 20px}.support-header{text-align:center;margin-bottom:48px}.support-header h1{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.support-header p{font-size:16px;color:#666;margin:0}.support-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:60px}.support-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s}.support-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.support-card.urgent{border:2px solid #FF3B30;background:linear-gradient(135deg,#fff5f5,#fff)}.support-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.support-icon.email{background:#e6f7ef;color:#009e60}.support-icon.emergency{background:#ffebea;color:#ff3b30}.support-icon.general{background:#e8f4fd;color:#007aff}.support-icon.business{background:#f5f0ff;color:#8b5cf6}.support-card h3{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.support-card p{font-size:14px;color:#666;line-height:1.5;margin:0 0 16px}.contact-link{display:inline-flex;align-items:center;font-size:15px;font-weight:600;color:#009e60;text-decoration:none;transition:color .2s}.contact-link:hover{color:#007a4a}.contact-link.phone{font-size:18px;letter-spacing:.5px}.support-card.urgent .contact-link.phone{color:#ff3b30}.support-card.urgent .contact-link.phone:hover{color:#cc2f26}.via-note{display:block;font-size:12px;color:#999;margin-top:6px;font-style:italic}.support-footer{background:#fff;border-radius:16px;padding:32px;box-shadow:0 2px 8px #0000000f}.support-footer h2{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 24px;text-align:center}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{padding-bottom:20px;border-bottom:1px solid #eee}.faq-item:last-child{padding-bottom:0;border-bottom:none}.faq-item h4{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.faq-item p{font-size:14px;color:#666;line-height:1.6;margin:0}@media(max-width:768px){.support-page{padding:40px 0}.support-header h1{font-size:26px}.support-cards{grid-template-columns:1fr;gap:16px}.support-card,.support-footer{padding:24px}.support-footer h2{font-size:20px}}.terms-page{padding:40px 0 80px;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.terms-header{text-align:center;margin-bottom:32px}.terms-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:8px}.last-updated{color:#64748b;font-size:.95rem}.terms-intro{background:#fff;padding:24px;border-radius:16px;box-shadow:0 2px 8px #0000000f;margin-bottom:32px}.terms-intro p{color:#475569;font-size:1.1rem;line-height:1.7;margin:0}.terms-section{background:#fff;border-radius:16px;padding:28px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}.section-emoji{font-size:1.8rem}.section-header h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0}.terms-section h3{font-size:1.15rem;font-weight:600;color:#334155;margin:20px 0 12px}.terms-section h3:first-of-type{margin-top:0}.terms-section p{color:#475569;font-size:1rem;line-height:1.7;margin-bottom:16px}.terms-section ul{margin:0 0 16px;padding-left:24px}.terms-section li{color:#475569;font-size:1rem;line-height:1.7;margin-bottom:8px}.terms-section li strong{color:#334155}.rewards-section{border-left:4px solid #10b981}.contact-info{display:grid;gap:16px;margin-top:20px}.contact-item{display:flex;flex-direction:column;gap:4px;padding:16px;background:#f8fafc;border-radius:12px}.contact-label{font-size:.9rem;font-weight:600;color:#64748b}.contact-value{font-size:1.1rem;color:#1e293b;font-weight:500}.via-note{color:#94a3b8;font-size:.9rem;font-weight:400}.terms-footer{text-align:center;margin-top:48px;padding-top:24px;border-top:1px solid #e2e8f0}.terms-footer p{color:#94a3b8;font-size:.95rem;margin:0}@media(max-width:768px){.terms-page{padding:24px 0 60px}.terms-header h1{font-size:2rem}.terms-section{padding:20px}.section-header h2{font-size:1.3rem}.section-emoji{font-size:1.5rem}.contact-item{padding:14px}.contact-value{font-size:1rem}}.privacy-page{padding:40px 0 80px;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.privacy-header{text-align:center;margin-bottom:32px}.privacy-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:8px}.privacy-page .last-updated{color:#64748b;font-size:.95rem}.privacy-intro{background:#fff;padding:24px;border-radius:16px;box-shadow:0 2px 8px #0000000f;margin-bottom:32px}.privacy-intro p{color:#475569;font-size:1.1rem;line-height:1.7;margin:0}.privacy-section{background:#fff;border-radius:16px;padding:28px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.privacy-page .section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}.privacy-page .section-emoji{font-size:1.8rem}.privacy-page .section-header h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0}.privacy-section h3{font-size:1.15rem;font-weight:600;color:#334155;margin:20px 0 12px}.privacy-section h3:first-of-type{margin-top:0}.privacy-section p{color:#475569;font-size:1rem;line-height:1.7;margin-bottom:16px}.privacy-section ul{margin:0 0 16px;padding-left:24px}.privacy-section li{color:#475569;font-size:1rem;line-height:1.7;margin-bottom:8px}.privacy-section li strong{color:#334155}.legal-basis-note{font-size:.9rem;color:#64748b;margin-top:8px;padding:12px 16px;background:#f8fafc;border-radius:8px;border-left:3px solid #94a3b8}.highlight-box{background:linear-gradient(135deg,#ecfdf5,#d1fae5);padding:16px 20px;border-radius:12px;border-left:4px solid #10b981}.privacy-page .contact-info{display:grid;gap:16px;margin-top:20px}.privacy-page .contact-item{display:flex;flex-direction:column;gap:4px;padding:16px;background:#f8fafc;border-radius:12px}.privacy-page .contact-label{font-size:.9rem;font-weight:600;color:#64748b}.privacy-page .contact-value{font-size:1.1rem;color:#1e293b;font-weight:500}.privacy-footer{text-align:center;margin-top:48px;padding-top:24px;border-top:1px solid #e2e8f0}.privacy-footer p{color:#94a3b8;font-size:.95rem;margin:0}@media(max-width:768px){.privacy-page{padding:24px 0 60px}.privacy-header h1{font-size:2rem}.privacy-section{padding:20px}.privacy-page .section-header h2{font-size:1.3rem}.privacy-page .section-emoji{font-size:1.5rem}.privacy-page .contact-item{padding:14px}.privacy-page .contact-value{font-size:1rem}}.explore-index{min-height:100vh;background:#f9fafb}.explore-index-hero{background:linear-gradient(135deg,#009e60,#007a4a);padding:60px 20px;text-align:center}.explore-index-hero-content h1{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 12px}.explore-index-hero-content p{font-size:1.1rem;color:#ffffffe6;max-width:600px;margin:0 auto;line-height:1.6}.explore-index-content{padding:40px 20px 60px;max-width:1200px;margin:0 auto}.explore-continent-section{margin-bottom:40px}.explore-continent-section h2{font-size:1.5rem;font-weight:600;color:#111;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #009e60;display:inline-block}.explore-destinations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.explore-destination-card{background:#fff;border-radius:12px;text-decoration:none;transition:all .2s ease;border:1px solid #e5e7eb;overflow:hidden}.explore-destination-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#009e60;transform:translateY(-2px)}.destination-card-content{display:flex;align-items:center;padding:16px;gap:12px}.destination-icon{color:#009e60;flex-shrink:0}.destination-info{flex:1;display:flex;flex-direction:column;gap:2px}.destination-name{font-size:1rem;font-weight:600;color:#111}.destination-country{font-size:.85rem;color:#6b7280}.destination-arrow{color:#9ca3af;flex-shrink:0;transition:all .2s ease}.explore-destination-card:hover .destination-arrow{color:#009e60;transform:translate(4px)}@media(max-width:768px){.explore-index-hero{padding:40px 16px}.explore-index-hero-content h1{font-size:1.8rem}.explore-index-hero-content p{font-size:1rem}.explore-index-content{padding:24px 16px 40px}.explore-continent-section{margin-bottom:32px}.explore-continent-section h2{font-size:1.25rem;margin-bottom:16px}.explore-destinations-grid{grid-template-columns:1fr;gap:8px}.destination-card-content{padding:14px 16px}}.explore-page{min-height:100vh}.explore-hero{position:relative;height:550px;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:center}@media(min-width:1024px){.explore-hero{height:600px}}.explore-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000b3,#0003,#0000001a)}.explore-hero-content{position:relative;z-index:1;text-align:center;padding:48px 24px;max-width:800px}.explore-breadcrumb{display:inline-block;font-size:14px;color:#ffffffe6;margin-bottom:12px;font-weight:500}.explore-hero-content h1{font-size:56px;font-weight:700;color:#fff;margin-bottom:24px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.explore-search-btn{display:inline-flex;align-items:center;gap:8px;background:#009e60;color:#fff;font-size:16px;font-weight:600;padding:14px 28px;border-radius:30px;border:none;cursor:pointer;transition:background .2s,transform .1s}.explore-search-btn:hover{background:#008050;transform:translateY(-2px)}.explore-content{padding:48px 24px 80px;max-width:900px}.explore-quick-info{display:flex;gap:24px;padding:24px;background:#f9fafb;border-radius:16px;margin-bottom:48px}.quick-info-item{flex:1;display:flex;align-items:flex-start;gap:12px}.quick-info-item svg{color:#009e60;flex-shrink:0;margin-top:2px}.quick-info-item>div{display:flex;flex-direction:column;gap:2px}.quick-info-label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.quick-info-value{font-size:14px;color:#333;font-weight:500}.explore-section{margin-bottom:48px}.explore-section h2{font-size:24px;font-weight:700;color:#111;margin-bottom:16px}.explore-description{font-size:17px;line-height:1.7;color:#444}.explore-highlights{display:flex;flex-wrap:wrap;gap:12px}.highlight-tag{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:24px;font-size:14px;font-weight:500;color:#333}.highlight-tag svg{color:#009e60}.explore-attractions{display:flex;flex-direction:column;gap:20px}.attraction-card{background:#f9fafb;border-radius:12px;padding:20px 24px;border-left:4px solid #009e60}.attraction-card h3{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:600;color:#111;margin-bottom:8px}.attraction-card h3 svg{color:#009e60;flex-shrink:0}.attraction-card p{font-size:15px;line-height:1.6;color:#555;margin:0}.explore-cta{text-align:center;padding:48px;background:linear-gradient(135deg,#e6f7ef,#d1f0e3);border-radius:20px}.explore-cta h2{font-size:28px;font-weight:700;color:#111;margin-bottom:8px}.explore-cta p{font-size:16px;color:#555;margin-bottom:24px}.explore-cta-btn{display:inline-flex;align-items:center;gap:8px;background:#009e60;color:#fff;font-size:16px;font-weight:600;padding:14px 32px;border-radius:30px;border:none;cursor:pointer;transition:background .2s,transform .1s}.explore-cta-btn:hover{background:#008050;transform:translateY(-2px)}.viator-section{margin-top:48px}.viator-subtitle{font-size:15px;color:#666;margin-bottom:24px}.viator-widget{min-height:300px;border-radius:16px;overflow:hidden}.explore-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:48px 24px}.explore-not-found h1{font-size:32px;font-weight:700;color:#111;margin-bottom:12px}.explore-not-found p{font-size:16px;color:#666;margin-bottom:24px}.back-home-btn{display:inline-block;background:#009e60;color:#fff;font-size:14px;font-weight:600;padding:12px 24px;border-radius:8px;transition:background .2s}.back-home-btn:hover{background:#008050}@media(max-width:768px){.explore-hero{height:350px}.explore-hero-content h1{font-size:36px}.explore-quick-info{flex-direction:column;gap:16px}.explore-content{padding:32px 20px 60px}.explore-section h2{font-size:20px}.explore-cta{padding:32px 24px}.explore-cta h2{font-size:22px}}:root{--green: #009e60;--green-dark: #007a4a;--green-light: #e6f7ef;--background: #ffffff;--background-secondary: #f9fafb;--card: #ffffff;--text: #111827;--text-secondary: #6b7280;--text-muted: #9ca3af;--border: #e5e7eb;--error: #dc2626;--warning: #f59e0b}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--background);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.text-green{color:var(--green)}.bg-green{background-color:var(--green)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-weight:600;font-size:16px;transition:all .2s ease}.btn-primary{background-color:var(--green);color:#fff}.btn-primary:hover{background-color:var(--green-dark)}.btn-secondary{background-color:var(--background-secondary);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--border)}
