@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";.header{z-index:100;backdrop-filter:blur(16px);background:#ffffffd9;border-bottom:1px solid oklch(90% 0 0);position:fixed;top:0;left:0;right:0}.header__inner{justify-content:space-between;align-items:center;max-width:1280px;height:64px;margin:0 auto;padding:0 2rem;display:flex}.header__logo{color:#008060;align-items:center;gap:.5rem;text-decoration:none;display:flex}.header__logo-img{border-radius:8px;width:54px;height:54px}.header__brand{letter-spacing:-.02em;font-family:Montserrat,Poppins,system-ui,sans-serif;font-size:1.25rem;font-weight:800}.header__nav{align-items:center;gap:.25rem;display:flex}.header__nav-link{color:#1a252c;border-radius:999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s}.header__nav-link:hover{background:oklch(96% 0 0)}.header__nav-link--active{color:#008060;font-weight:600}.header__actions{align-items:center;gap:.5rem;display:flex}.header__lang-wrapper{position:relative}.header__lang-btn{cursor:pointer;color:#1a252c;background:#fff;border:1px solid oklch(88% 0 0);border-radius:999px;align-items:center;gap:6px;padding:.5rem .75rem;font-family:inherit;font-size:.8rem;font-weight:600;display:flex}.header__lang-btn:hover{color:#008060;border-color:#008060}.header__lang-chevron{margin-left:2px}.header__lang-chevron--up{transform:rotate(180deg)}.header__lang-label{font-size:.8rem;font-weight:600}.header__lang-backdrop{z-index:1;position:fixed;inset:0}.header__lang-dropdown{z-index:2;background:#fff;border:1px solid #ddd;border-radius:12px;min-width:170px;padding:.375rem;list-style:none;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 24px #0000001f}.header__lang-option{cursor:pointer;color:#1a252c;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;display:flex}.header__lang-option:hover{background:#f5f5f5}.header__lang-option--active{color:#008060;background:#00806014;font-weight:600}.header__login-btn{color:#fff;cursor:pointer;text-align:center;background:#008060;border:none;border-radius:999px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.header__login-btn:hover{background:#006b4f}.header__user{cursor:pointer;background:#fff;border:1px solid oklch(88% 0 0);border-radius:999px;align-items:center;padding:.25rem;transition:box-shadow .2s;display:flex}.header__user:hover{box-shadow:0 2px 8px #0000001a}.header__hamburger{cursor:pointer;color:#1a252c;background:#fff;border:1px solid oklch(88% 0 0);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:none}.header__mobile-backdrop{z-index:98;background:#0000004d;position:fixed;inset:0}.header__nav--mobile{z-index:99;background:#fff;flex-direction:column;gap:.5rem;padding:1rem;display:none;position:fixed;inset:64px 0 0;overflow-y:auto}.header__nav--mobile-open{display:flex}.header__nav--mobile .header__nav-link{border-radius:12px;padding:1rem;font-size:1rem}.header__nav--mobile .header__login-btn{width:100%;margin-top:1rem}@media (width<=768px){.header__inner{padding:0 1rem}.header__nav--desktop,.header__login-btn--desktop,.header__lang-label{display:none}.header__hamburger{display:flex}}.header__user-menu{position:relative}.header__user-name{color:#1a252c;margin-left:8px;font-size:.85rem;font-weight:600;display:none}@media (width>=769px){.header__user-name{display:inline}}.header__user-dropdown{z-index:200;background:#fff;border:1px solid #ddd;border-radius:14px;min-width:180px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 28px #00000024}.header__user-dropdown-item{cursor:pointer;color:#1a252c;text-align:left;background:0 0;border:none;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:.9rem;transition:background .15s;display:block}.header__user-dropdown-item:hover{background:#f5f5f5}.header__user-dropdown-item--danger{color:#c33}.header__user-dropdown-item--danger:hover{background:#fef2f2}.footer{color:oklch(85% 0 0);background:#1a252c;margin-top:4rem}.footer__inner{grid-template-columns:1fr 2fr;gap:3rem;max-width:1280px;margin:0 auto;padding:3rem 2rem;display:grid}.footer__brand{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.footer__brand-name{color:#fff;font-family:Montserrat,Poppins,system-ui,sans-serif;font-size:1.25rem;font-weight:800}.footer__copyright{color:oklch(65% 0 0);font-size:.813rem}.footer__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer__col{flex-direction:column;gap:.75rem;display:flex}.footer__col h4{text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:.25rem;font-size:.813rem;font-weight:700}.footer__col a{color:oklch(70% 0 0);font-size:.875rem;text-decoration:none;transition:color .15s}.footer__col a:hover{color:#008060}@media (width<=768px){.footer__inner{grid-template-columns:1fr;gap:2rem}.footer__links{grid-template-columns:repeat(2,1fr)}}.datepicker{z-index:9999;opacity:0;background:#fff;border:1px solid #ddd;border-radius:16px;outline:none;width:320px;padding:1.25rem;transition:opacity .2s,transform .2s;position:fixed;top:50%;left:50%;transform:translate(-50%,calc(8px - 50%))scale(.96);box-shadow:0 16px 48px #0003}.datepicker--open{opacity:1;transform:translate(-50%,-50%)scale(1)}.datepicker--closing{opacity:0;transform:translate(-50%,calc(8px - 50%))scale(.96)}.datepicker__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.datepicker__nav{color:#1a252c;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.datepicker__nav:hover{background:#f5f5f5}.datepicker__month{color:#1a252c;font-size:.938rem;font-weight:700}.datepicker__days{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px;display:grid}.datepicker__day-label{text-align:center;text-transform:uppercase;color:#777;padding:4px 0;font-size:.688rem;font-weight:700}.datepicker__grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.datepicker__cell{aspect-ratio:1;color:#1a252c;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-size:.813rem;font-weight:500;display:flex}.datepicker__cell:hover:not(.datepicker__cell--empty){background:#f5f5f5}.datepicker__cell--empty{pointer-events:none}.datepicker__cell--today{color:#008060;background:#0080601a;font-weight:700}.datepicker__cell--selected{font-weight:700;color:#fff!important;background:#008060!important}.vselect{position:relative}.vselect__trigger{cursor:pointer;color:#1a252c;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:0;font-family:inherit;font-size:.875rem;display:flex}.vselect__icon{line-height:1}.vselect__label{font-weight:500}.vselect__dropdown{z-index:9999;opacity:0;background:#fff;border:1px solid #ddd;border-radius:14px;min-width:180px;padding:.5rem;list-style:none;animation:.18s forwards vselect-in;position:absolute;top:calc(100% + 8px);left:-.75rem;transform:translateY(8px)scale(.96);box-shadow:0 12px 36px #0003}@keyframes vselect-in{to{opacity:1;transform:translateY(0)scale(1)}}.vselect__dropdown--closing{animation:.15s forwards vselect-out}@keyframes vselect-out{to{opacity:0;transform:translateY(8px)scale(.96)}}.vselect__option{cursor:pointer;color:#1a252c;background:0 0;border:none;border-radius:10px;align-items:center;gap:.625rem;width:100%;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;display:flex}.vselect__option:hover{background:#f5f5f5}.vselect__option--active{background:#0080601a;font-weight:600}.searchbar{backdrop-filter:blur(12px);z-index:50;background:#fffffff2;border:1px solid oklch(88% 0 0);border-radius:44px;align-items:center;display:flex;position:relative;overflow:visible;box-shadow:0 8px 32px #0000001f}.searchbar__field{cursor:pointer;flex-direction:column;padding:.625rem 1.25rem;transition:background .15s;display:flex;position:relative}.searchbar__field:hover{background:oklch(98% 0 0);border-radius:44px}.searchbar__field--date{min-width:130px}.searchbar__label{text-transform:uppercase;letter-spacing:.04em;color:#1a252c;margin-bottom:2px;font-size:.7rem;font-weight:700}.searchbar__input{color:#1a252c;background:0 0;border:none;outline:none;margin-top:2px;padding:0;font-family:inherit;font-size:.875rem;display:block}.searchbar__input--where{width:170px}.searchbar__input--placeholder,.searchbar__input::placeholder{color:oklch(60% 0 0)}.searchbar__divider{background:oklch(88% 0 0);flex-shrink:0;width:1px;height:28px}.searchbar__btn{color:#fff;cursor:pointer;white-space:nowrap;background:#008060;border:none;border-radius:44px;align-items:center;gap:.5rem;margin:0 .5rem 0 auto;padding:.75rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;display:flex}.searchbar__btn:hover{background:#006b4f;transform:scale(1.02);box-shadow:0 0 20px #00806066}.searchbar__date-btn{cursor:pointer;color:#1a252c;text-align:left;background:0 0;border:none;align-items:center;gap:.375rem;width:100%;padding:0;font-family:inherit;font-size:.875rem;display:flex}.searchbar__date-text{font-weight:500}.searchbar__date-text--muted{color:oklch(60% 0 0);font-weight:400}.searchbar__chevron{color:oklch(50% 0 0);flex-shrink:0;margin-left:auto;transition:transform .2s}.searchbar__chevron--up{transform:rotate(180deg)}@media (width<=768px){.searchbar{border-radius:16px;flex-wrap:wrap;padding:.5rem}.searchbar__field{width:50%;padding:.5rem}.searchbar__divider{display:none}.searchbar__btn{justify-content:center;width:100%;margin:.25rem .5rem .5rem}}.card{background:#fff;border:1px solid oklch(92% 0 0);border-radius:16px;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.card__link{color:inherit;text-decoration:none;display:block}.card:hover{transform:translateY(-6px);box-shadow:0 16px 40px oklch(0% 0 0/.12),0 0 0 2px #00806040,0 0 40px #00806014}.card__media{height:240px;position:relative;overflow:hidden}.card__img{width:100%;height:100%;transition:transform .45s cubic-bezier(.25,.46,.45,.94)}.card:hover .card__img{transform:scale(1.05)}.card__glow{opacity:0;pointer-events:none;background:radial-gradient(#00806026 0%,#0000 70%);transition:opacity .35s;position:absolute;inset:0}.card:hover .card__glow{opacity:1}.card__img-overlay{z-index:2;position:absolute;top:.75rem;left:.75rem}.card__category{backdrop-filter:blur(8px);color:#1a252c;background:#ffffffe6;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.card__fav{backdrop-filter:blur(4px);cursor:pointer;opacity:0;z-index:2;background:#0003;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:.75rem;right:.75rem;transform:translateY(-4px)}.card:hover .card__fav{opacity:1;transform:translateY(0)}.card__body{padding:1rem 1rem 1.25rem}.card__header-row{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.25rem;display:flex}.card__title{color:#1a252c;font-size:.938rem;font-weight:600;line-height:1.3}.card__rating{color:#1a252c;white-space:nowrap;align-items:center;gap:.25rem;font-size:.813rem;font-weight:500;display:flex}.card__desc{color:oklch(55% 0 0);margin-bottom:.75rem;font-size:.813rem;line-height:1.4}.card__footer{justify-content:space-between;align-items:center;display:flex}.card__host{align-items:center;gap:.5rem;display:flex}.card__avatar{background:#008060;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;overflow:hidden}.card__avatar img{object-fit:cover;width:100%;height:100%}.card__avatar span{color:#fff;font-size:.75rem;font-weight:700}.card__host-name{color:oklch(50% 0 0);font-size:.813rem}.card__price{align-items:baseline;gap:.125rem;display:flex}.card__price-value{color:#008060;font-size:1.125rem;font-weight:700;transition:text-shadow .35s}.card:hover .card__price-value{text-shadow:0 0 12px #0080604d}.mapsection{max-width:1280px;margin:4rem auto 0;padding:0 2rem}.mapsection__header{margin-bottom:1.5rem}.mapsection__title{color:#1a252c;font-size:1.75rem;font-weight:700}.mapsection__title span{color:#008060}.mapsection__subtitle{color:oklch(55% 0 0);margin-top:.25rem;font-size:1rem}.mapsection__container{border:2px solid oklch(90% 0 0);border-radius:20px;overflow:hidden;box-shadow:0 4px 24px #0000000f}.mapsection__map{width:100%;height:420px}.mapbox-marker{cursor:pointer;width:20px;height:20px}.mapbox-marker__inner{background:#008060;border:3px solid #fff;border-radius:50%;width:20px;height:20px;animation:2s ease-in-out infinite marker-pulse;box-shadow:0 2px 6px #00806080,0 0 0 6px #00806026}@keyframes marker-pulse{0%,to{box-shadow:0 2px 6px #00806080,0 0 0 6px #00806026}50%{box-shadow:0 2px 6px #00806080,0 0 0 14px #0080600d}}.mapboxgl-popup-content{border:none!important;border-radius:12px!important;padding:10px 14px!important;font-family:Montserrat,system-ui,sans-serif!important;font-size:.85rem!important;box-shadow:0 4px 16px #0000001f!important}@media (width<=768px){.mapsection{padding:0 1rem}.mapsection__map{height:300px}}.mapbox-user-location{cursor:default;width:24px;height:24px}.mapbox-user-dot{z-index:2;background:#36f;border:3px solid #fff;border-radius:50%;width:16px;height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px #36f9}.mapbox-user-pulse{z-index:1;background:#36f3;border-radius:50%;width:36px;height:36px;animation:2s ease-in-out infinite user-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes user-pulse{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:.2;transform:translate(-50%,-50%)scale(1.5)}}.hero{justify-content:center;align-items:center;width:100%;min-height:80vh;margin-top:64px;display:flex;position:relative;overflow:hidden}.hero__img{background:linear-gradient(135deg,#1a252c 0%,#008060 60%,#00a878 100%);position:absolute;inset:0}.hero__img:after{content:"";opacity:.7;background:radial-gradient(at 30% 60%,#0080604d 0%,#0000 60%),radial-gradient(at 70% 30%,#1a252c80 0%,#0000 50%);position:absolute;inset:0}.hero__overlay{background:oklch(0% 0 0/.3);position:absolute;inset:0}.hero__content{z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:900px;padding:2rem;display:flex;position:relative;overflow:visible}.hero__title{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-family:Montserrat,Poppins,system-ui,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.15}.hero__char{will-change:transform, opacity;display:inline-block}.hero__tagline{letter-spacing:.08em;margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.hero__tagline.fr{color:oklch(95% .08 175/.9)}.hero__tagline.ar{color:oklch(90% .03 0);direction:rtl;margin-bottom:1.5rem;font-family:system-ui,sans-serif;font-size:1.5rem}.hero__search{width:100%;max-width:850px;margin-top:1rem}.page-section{max-width:1280px;margin:0 auto;padding:2rem 2rem 4rem}.page-section--top{padding-top:96px}.section-header{margin-bottom:2rem}.section-title{color:#1a252c;font-size:1.75rem;font-weight:700}.section-title span{color:#008060}.section-subtitle{color:#8ba0b8;margin-top:.25rem;font-size:1rem}.grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem;display:grid}.explore-search{margin-bottom:2rem;overflow:visible}.explore-search .searchbar{border-radius:16px}.loading-state,.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.loading-state p,.empty-state p{color:#8ba0b8}.empty-state h3{color:#fff;font-size:1.25rem}.loading-pulse{opacity:.4;background:#008060;border-radius:50%;width:40px;height:40px;animation:1.2s ease-in-out infinite loading-pulse}@keyframes loading-pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:.6;transform:scale(1.2)}}.saved-card-wrapper{position:relative}.btn-remove{z-index:3;color:oklch(60% .15 25);cursor:pointer;background:#fff;border:1px solid oklch(85% 0 0);border-radius:8px;padding:.375rem .75rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s;position:absolute;top:.5rem;right:.5rem}.btn-remove:hover{background:oklch(95% .05 25);border-color:oklch(60% .15 25)}.trips-list{flex-direction:column;gap:.75rem;display:flex}.trip-card{background:#123;border:1px solid #ffffff0f;border-radius:14px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:border-color .2s,box-shadow .2s;display:flex}.trip-card:hover{border-color:#00806059;box-shadow:0 4px 20px #00806014}.trip-card__title{color:#fff;margin-bottom:.25rem;font-size:.938rem;font-weight:600}.trip-card__date,.trip-card__time{color:#8ba0b8;font-size:.813rem}.trip-card__right{flex-direction:column;align-items:flex-end;gap:.375rem;display:flex}.trip-card__status{text-transform:uppercase;color:#fff;border-radius:999px;padding:.25rem .75rem;font-size:.688rem;font-weight:700}.trip-card__price{color:#008060;font-size:1.125rem;font-weight:700}.host-form{flex-direction:column;gap:1.25rem;max-width:640px;margin:0 auto;display:flex}.host-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.host-form__group{flex-direction:column;gap:.375rem;display:flex}.host-form__label{color:#1a252c;font-size:.813rem;font-weight:600}.host-form__input{color:#1a252c;border:1px solid oklch(88% 0 0);border-radius:12px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.938rem;transition:border-color .2s,box-shadow .2s}.host-form__input:focus{border-color:#008060;box-shadow:0 0 0 3px #0080601a}.host-form__textarea{resize:vertical;min-height:100px}.host-form__btn{color:#fff;cursor:pointer;background:#008060;border:none;border-radius:12px;padding:1rem 2rem;font-family:inherit;font-size:1rem;font-weight:700;transition:background .2s,box-shadow .2s}.host-form__btn:hover{background:#006b4f;box-shadow:0 4px 16px #00806040}.skeleton-back{background:#eee;border-radius:50%;width:36px;height:36px;margin-bottom:1.5rem;animation:1.2s ease-in-out infinite sk-pulse}.skeleton-hero{background:#e8e8e8;border-radius:20px;width:100%;height:360px;margin-bottom:2rem;animation:1.2s ease-in-out infinite sk-pulse}.skeleton-host{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.skeleton-circle{background:#e0e0e0;border-radius:50%;width:56px;height:56px;animation:1.2s ease-in-out infinite sk-pulse}.skeleton-line{background:#e8e8e8;border-radius:7px;height:14px;margin:4px 0;animation:1.2s ease-in-out infinite sk-pulse}.skeleton-sidebar{background:#eee;border-radius:16px;width:360px;height:200px;animation:1.2s ease-in-out infinite sk-pulse}@keyframes sk-pulse{0%,to{opacity:1}50%{opacity:.4}}.detail-dots{justify-content:center;gap:8px;margin-top:1rem;display:flex}.detail-dot{cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s}.detail-dot--active{background:#fff}.btn-back{color:#1a252c;cursor:pointer;background:#fff;border:1px solid oklch(88% 0 0);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.5rem;padding:0;transition:all .15s;display:inline-flex}.btn-back:hover{background:oklch(96% 0 0);border-color:#aaa}.detail-hero{border-radius:20px;align-items:flex-end;height:360px;margin-bottom:2rem;display:flex;position:relative;overflow:hidden}.detail-hero__overlay{background:linear-gradient(#0000 40%,oklch(0% 0 0/.6) 100%);position:absolute;inset:0}.detail-hero__content{z-index:2;padding:2rem;position:relative}.detail-hero__cat{backdrop-filter:blur(8px);color:#1a252c;background:#ffffffe6;border-radius:999px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.detail-hero__title{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1.2}.detail-hero__rating{color:oklch(90% 0 0);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.detail-body{grid-template-columns:1fr 360px;align-items:start;gap:2rem;display:grid}.detail-body__host{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.detail-body__host h3{font-size:1rem;font-weight:600}.detail-body__host p{color:#8ba0b8;font-size:.813rem}.detail-body__desc{border-bottom:1px solid #ffffff14;padding-bottom:1.5rem}.detail-body__desc h3{margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.detail-body__desc p{color:#8ba0b8;font-size:.938rem;line-height:1.6}.detail-book{background:#fff;border:1px solid oklch(90% 0 0);border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;position:sticky;top:80px;box-shadow:0 8px 32px oklch(0% 0 0/.08)}.detail-book__price{align-items:baseline;gap:.25rem;display:flex}.detail-book__value{color:#008060;font-size:1.5rem;font-weight:800}.detail-book__unit{color:oklch(50% 0 0);font-size:.875rem}.detail-book__btn{cursor:pointer;text-align:center;border:none;border-radius:12px;padding:.875rem;font-family:inherit;font-size:.938rem;font-weight:700;transition:all .2s}.detail-book__btn--book{color:#fff;background:#008060}.detail-book__btn--book:hover{background:#006b4f}.detail-book__btn--save{color:#1a252c;background:0 0;border:1px solid #d4d8dd;justify-content:center;align-items:center;gap:.5rem;display:flex}.detail-book__btn--save:hover{color:#008060;border-color:#008060}.detail-book__btn--saved{color:#008060;background:#0080600d;border-color:#008060}@media (width<=768px){.hero{min-height:60vh}.hero__search{padding:0 1rem}.page-section{padding:1.5rem 1rem 3rem}.page-section--top{padding-top:80px}.grid,.host-form__row,.detail-body{grid-template-columns:1fr}.detail-hero{height:240px}.detail-hero__title{font-size:1.5rem}.trips-list .trip-card{flex-direction:column;align-items:flex-start;gap:.75rem}.trip-card__right{flex-direction:row;align-items:center;gap:1rem}}.cat-filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.cat-filters::-webkit-scrollbar{display:none}.cat-filters--center{justify-content:center}@media (width<=768px){.cat-filters--center{justify-content:flex-start}}.cat-chip{cursor:pointer;color:#777;white-space:nowrap;background:#fff;border:2px solid oklch(88% 0 0);border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;min-width:80px;padding:.75rem 1rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .2s cubic-bezier(.25,.46,.45,.94);display:flex}.cat-chip:hover{color:#008060;background:#00806008;border-color:#008060;transform:translateY(-2px);box-shadow:0 4px 12px #0080601a}.cat-chip--active{color:#008060;background:#0080600f;border-color:#008060;font-weight:600}.cat-chip__icon{opacity:.6;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cat-chip--active .cat-chip__icon{opacity:1}.why-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.why-card{background:#f9fafb;border:1px solid #eee;border-radius:16px;padding:2rem}.why-card__icon{margin-bottom:1rem}.why-card h3{color:#1a252c;margin-bottom:.5rem;font-size:1.063rem;font-weight:700}.why-card p{color:#777;font-size:.875rem;line-height:1.6}.cities-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.city-card{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:16px;padding:0;font-family:inherit;transition:transform .2s;position:relative;overflow:hidden}.city-card:hover{transform:translateY(-3px)}.city-card__img{border-radius:16px;width:100%;height:180px}.city-card__info{background:linear-gradient(#0000,#0009);border-radius:0 0 16px 16px;padding:1.5rem 1rem 1rem;position:absolute;bottom:0;left:0;right:0}.city-card__info h3{color:#fff;font-size:1.125rem;font-weight:700}.city-card__info p{color:#fffc;margin-top:2px;font-size:.813rem}.host-cta{color:#fff;background:linear-gradient(135deg,#008060,#00a878);border-radius:20px;justify-content:space-between;align-items:center;gap:2rem;padding:3rem;display:flex}.host-cta__content h2{margin-bottom:.75rem;font-size:2rem;font-weight:800}.host-cta__content p{opacity:.9;max-width:500px;margin-bottom:1.5rem;font-size:1.063rem;line-height:1.5}.host-cta__btn{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:44px;padding:.875rem 2rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .2s}.host-cta__btn:hover{color:#008060;background:#fff}.host-cta__visual{flex-shrink:0}.host-cta__coin{backdrop-filter:blur(8px);background:#ffffff26;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.host-cta__coin-value{font-size:2rem;font-weight:800}.host-cta__coin-label{opacity:.8;font-size:.75rem}@media (width<=768px){.why-grid{grid-template-columns:1fr}.cities-grid{grid-template-columns:repeat(2,1fr)}.host-cta{text-align:center;flex-direction:column;padding:2rem}.host-cta__content h2{font-size:1.5rem}}.skeleton-dark{animation:1.4s ease-in-out infinite sk-pulse;background:#ffffff0f!important}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-shimmer{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff17 50%,#ffffff0a 75%) 0 0/800px 100%;animation:1.4s infinite shimmer}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.home-fade-in{animation:.6s fadeIn}.section-fade-up{animation:.6s both fadeInUp}.section-fade-up:nth-child(2){animation-delay:.1s}.section-fade-up:nth-child(3){animation-delay:.2s}.section-fade-up:nth-child(4){animation-delay:.3s}.section-fade-up:nth-child(5){animation-delay:.4s}.grid--stagger>*{opacity:0;animation:.5s both fadeInUp}.grid--stagger>:first-child{animation-delay:50ms}.grid--stagger>:nth-child(2){animation-delay:.1s}.grid--stagger>:nth-child(3){animation-delay:.15s}.grid--stagger>:nth-child(4){animation-delay:.2s}.grid--stagger>:nth-child(5){animation-delay:.25s}.grid--stagger>:nth-child(6){animation-delay:.3s}.grid--stagger>:nth-child(7){animation-delay:.35s}.grid--stagger>:nth-child(8){animation-delay:.4s}@media (width<=640px){.grid{grid-template-columns:1fr}}.auth-page{background:linear-gradient(160deg,#008060 0%,#1a252c 50%,#001a10 100%);justify-content:center;align-items:center;gap:80px;min-height:100vh;padding:40px 24px;display:flex}.auth-card{background:#fffffff7;border:1px solid #0080601f;border-radius:20px;width:100%;max-width:440px;padding:48px 40px;box-shadow:0 20px 60px #00000026,0 0 0 1px #00806014}.auth-card--verify{text-align:center}.auth-card--verify h1{color:#1a252c;margin-top:16px}.auth-card--verify p{color:#6b7280;margin:8px 0;font-size:15px}.auth-card__sub{opacity:.7;font-size:13px!important}.auth-card__icon{margin-bottom:8px;font-size:48px}.auth-card__header{text-align:center;margin-bottom:32px}.auth-card__logo{margin-bottom:8px;font-size:36px}.auth-card__header h1{color:#1a252c;margin:0 0 6px;font-size:24px;font-weight:700}.auth-card__header p{color:#6b7280;margin:0;font-size:14px}.auth-card__form{flex-direction:column;gap:18px;display:flex}.auth-card__group{flex-direction:column;gap:6px;display:flex}.auth-card__group label{color:#374151;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.auth-card__group input{color:#1a252c;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;outline:none;padding:14px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.auth-card__group input:focus{border-color:#008060;box-shadow:0 0 0 3px #0080601a}.auth-card__group input::placeholder{color:#9ca3af}.auth-card__error{color:#dc2626;background:#dc262614;border:1px solid #dc262633;border-radius:10px;padding:12px 16px;font-size:13px}.auth-card__btn{cursor:pointer;border:none;border-radius:14px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:all .2s}.auth-card__btn--primary{color:#fff;background:#008060}.auth-card__btn--primary:hover{background:#006b4f;box-shadow:0 8px 24px #0080604d}.auth-card__btn--primary:disabled{opacity:.5;cursor:not-allowed}.auth-card__divider{color:#9ca3af;align-items:center;margin:28px 0;font-size:13px;display:flex}.auth-card__divider:before,.auth-card__divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.auth-card__divider span{padding:0 16px}.auth-card__switch{text-align:center}.auth-card__switch p{color:#6b7280;margin:0;font-size:14px}.auth-card__switch button{color:#008060;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:600;text-decoration:underline}.auth-features{flex-direction:column;gap:24px;max-width:300px;display:flex}.auth-feature{color:#fff}.auth-feature span{opacity:.9;margin-bottom:6px;font-size:28px;display:block}.auth-feature strong{margin-bottom:2px;font-size:15px;display:block}.auth-feature p{color:#ffffffb3;margin:0;font-size:13px}@media (width<=768px){.auth-page{flex-direction:column;gap:32px;padding:24px 16px}.auth-card{padding:32px 24px}.auth-features{flex-direction:row;gap:16px;max-width:100%}.auth-feature{text-align:center;flex:1}}.dip-wrapper{background:var(--clr-bg);border:1px solid #ffffff0f;border-radius:18px;width:100%;height:80vh;min-height:500px;position:relative;overflow:hidden}.dip-iframe{border:none;width:100%;height:100%;display:block}.dip-paywall{-webkit-backdrop-filter:blur(14px);z-index:10;background:#0d1b22d9;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}@media (prefers-color-scheme:light){.dip-paywall{background:#fffffff0}}.dip-paywall-card{background:var(--clr-surface);text-align:center;-webkit-backdrop-filter:blur(8px);border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:520px;padding:40px;box-shadow:0 8px 40px #0003}.dip-paywall-icon{margin-bottom:16px;font-size:3rem}.dip-paywall-title{color:var(--clr-text);margin:0 0 12px;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.dip-paywall-desc{color:var(--clr-text-muted);margin:0 0 24px;font-size:.95rem;line-height:1.6}.dip-features{text-align:left;flex-direction:column;gap:10px;margin:0 0 28px;padding:0;list-style:none;display:flex}.dip-features li{color:var(--clr-text);background:var(--clr-surface-alt);border:1px solid #ffffff0a;border-radius:10px;padding:10px 14px;font-size:.875rem;font-weight:500}.dip-cta-btn{background:var(--clr-brand);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;margin-bottom:16px;padding:14px 32px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #0080604d}.dip-cta-btn:hover{background:var(--clr-brand-light);transform:translateY(-1px);box-shadow:0 6px 24px #00806066}.dip-cta-btn:active{transform:translateY(0)}.dip-contact{color:var(--clr-text-muted);margin:0;font-size:.8rem}.dip-contact a{color:var(--clr-brand);font-weight:600;text-decoration:none}.dip-contact a:hover{text-decoration:underline}.dip-loading{height:300px;color:var(--clr-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.dip-spinner{border:3px solid #00806033;border-top-color:var(--clr-brand);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite dip-spin}@keyframes dip-spin{to{transform:rotate(360deg)}}@media (width<=600px){.dip-paywall-card{padding:24px 20px}.dip-paywall-title{font-size:1.25rem}.dip-wrapper{height:70vh}}.b2b-page{max-width:1100px;margin:0 auto;padding:24px 16px 48px;font-family:Montserrat,sans-serif}.b2b-breadcrumb{color:var(--clr-text-muted);align-items:center;gap:6px;margin-bottom:20px;font-size:.8rem;display:flex}.b2b-bc-sep{color:var(--clr-border)}.b2b-bc-active{color:var(--clr-text);font-weight:600}.b2b-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px;display:flex}.b2b-hero-left{align-items:center;gap:14px;display:flex}.b2b-hero-badge{background:linear-gradient(135deg, var(--clr-brand) 0%, var(--clr-text) 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex;box-shadow:0 4px 16px #00806040}.b2b-title{color:var(--clr-text);margin:0 0 4px;font-size:1.5rem;font-weight:800;line-height:1.2}.b2b-subtitle{color:var(--clr-text-muted);margin:0;font-size:.875rem;font-weight:400}.b2b-contact-btn{background:var(--clr-brand);color:#fff;white-space:nowrap;border-radius:10px;align-items:center;gap:6px;padding:10px 20px;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex;box-shadow:0 2px 12px #00806033}.b2b-contact-btn:hover{background:var(--clr-brand-light);transform:translateY(-1px)}.b2b-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:28px;display:grid}.b2b-kpi-card{background:var(--clr-bg);opacity:0;-webkit-backdrop-filter:blur(12px);background:linear-gradient(135deg,#ffffff14 0%,#ffffff08 100%);border:1px solid #ffffff14;border-radius:18px;flex-direction:column;gap:8px;padding:24px 20px;transition:opacity .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1),border-color .25s,box-shadow .25s,background .25s;display:flex;transform:translateY(14px);box-shadow:0 2px 16px #0000000a}@media (prefers-color-scheme:light){.b2b-kpi-card{background:#ffffffd9;border:1px solid #0080601a;box-shadow:0 2px 12px #0000000a}}.b2b-kpi-card:hover{border-color:#00806040;transform:translateY(-1px);box-shadow:0 6px 28px #0080601a}.b2b-kpi-visible{opacity:1;transform:translateY(0)}.b2b-kpi-icon{opacity:.85;font-size:1.3rem}.b2b-kpi-value{color:var(--clr-brand);font-variant-numeric:tabular-nums;font-size:1.85rem;font-weight:800;line-height:1}.b2b-kpi-label{color:var(--clr-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.775rem;font-weight:500}.b2b-divider{align-items:center;margin-bottom:20px;display:flex}.b2b-divider:before,.b2b-divider:after{content:"";background:var(--clr-border);flex:1;height:1px}.b2b-divider-tag{background:var(--clr-surface);color:var(--clr-brand);white-space:nowrap;-webkit-backdrop-filter:blur(8px);border:1px solid #ffffff1a;border-radius:24px;margin:0 12px;padding:8px 18px;font-size:.75rem;font-weight:700;transition:box-shadow .6s,border-color .6s;box-shadow:0 2px 8px #0080600f}@keyframes b2b-heartbeat-smooth{0%{opacity:.7;box-shadow:0 0 #00a87859}40%{opacity:1;box-shadow:0 0 0 6px #00a87800}70%{opacity:1;box-shadow:0 0 #00a87800}to{opacity:.7;box-shadow:0 0 #00a87800}}.b2b-pulse{transition:opacity .3s;animation:1.6s ease-in-out both b2b-heartbeat-smooth}@keyframes b2b-kpi-pulse{0%{border-color:#00a87873;box-shadow:0 0 #00a87873}50%{border-color:#00806026;box-shadow:0 0 0 14px #00a87800}to{border-color:#ffffff14;box-shadow:0 0 #00a87800}}.b2b-kpi-heartbeat{animation:.9s ease-out both b2b-kpi-pulse}.b2b-skeleton{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.b2b-sk-bar,.b2b-sk-block{background:linear-gradient(90deg, var(--clr-surface) 25%, var(--clr-surface-alt) 50%, var(--clr-surface) 75%);background-size:200% 100%;border-radius:8px;animation:1.4s infinite b2b-shimmer}.b2b-sk-wide{width:70%;height:14px}.b2b-sk-medium{width:50%;height:12px}.b2b-sk-narrow{width:35%;height:12px}.b2b-sk-block{border-radius:12px;width:100%;height:300px}@keyframes b2b-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.b2b-footer{background:var(--clr-surface);border:1px solid #ffffff0f;border-radius:12px;flex-wrap:wrap;gap:20px;margin-top:24px;padding:14px 18px;display:flex}.b2b-footer-item{color:var(--clr-text-muted);align-items:center;gap:6px;font-size:.8rem;display:flex}.b2b-footer-item a{color:var(--clr-brand);font-weight:600;text-decoration:none}.b2b-footer-item a:hover{text-decoration:underline}@media (width<=600px){.b2b-hero{flex-direction:column}.b2b-contact-btn{justify-content:center;width:100%}.b2b-title{font-size:1.25rem}.b2b-kpi-grid{grid-template-columns:repeat(2,1fr)}.b2b-kpi-card{padding:18px 14px}.b2b-kpi-value{font-size:1.5rem}}:root{--clr-bg:#fff;--clr-surface:#f4f7fa;--clr-surface-alt:#eef2f7;--clr-text:#1a252c;--clr-text-muted:#8ba0b8;--clr-border:#e2e8f0;--clr-brand:#008060;--clr-brand-light:#00a878;--transition-theme:background .25s ease, color .25s ease, border-color .2s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--clr-bg);color:var(--clr-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;transition:var(--transition-theme);font-family:Montserrat,Poppins,system-ui,-apple-system,sans-serif}img,video{max-width:100%;height:auto;display:block}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes blass-pulse{0%{box-shadow:0 0 #00a87880}70%{box-shadow:0 0 0 10px #00a87800}to{box-shadow:0 0 #00a87800}}@keyframes heartbeat-glow{0%{opacity:.65;text-shadow:0 0 #00a87800}40%{opacity:1;text-shadow:0 0 8px #00a87866}70%{opacity:1;text-shadow:0 0 8px #00a87866}to{opacity:.65;text-shadow:0 0 #00a87800}}
