:root{--blue-900:#123d8c;--blue-800:#1b4da8;--blue-700:#2666cb;--yellow:#f3d43b;--bg:#eef3fa;--text:#223147;--muted:#6b778b;--white:#fff;--line:#d7e0ee}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Manrope,Segoe UI,sans-serif;line-height:1.35}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,p{margin:0}h1,h2,h3,h4,h5{letter-spacing:.02em;font-family:Barlow Condensed,Arial Narrow,sans-serif}html[lang=uk] body,html[lang=ru] body{font-family:Noto Sans,Manrope,Segoe UI,sans-serif}html[lang=uk] h1,html[lang=uk] h2,html[lang=uk] h3,html[lang=uk] h4,html[lang=uk] h5,html[lang=ru] h1,html[lang=ru] h2,html[lang=ru] h3,html[lang=ru] h4,html[lang=ru] h5,html[lang=uk] .logo,html[lang=ru] .logo{letter-spacing:.01em;font-family:Noto Sans,Manrope,Segoe UI,sans-serif}.container{width:min(1340px,92vw);margin:0 auto}.desktop-only{display:flex!important}.mobile-only{display:none!important}.site-header{z-index:50;border-bottom:1px solid var(--line);background:#fffffffa;position:sticky;top:0}.header-top{grid-template-columns:240px minmax(0,1fr) auto;align-items:center;gap:.85rem;min-height:84px;display:grid}.logo{align-items:center;font-family:Barlow Condensed,sans-serif;font-size:2.8rem;line-height:1;display:inline-flex}.logo__sky{color:var(--blue-700)}.logo__travel{color:#e6a11c}.top-search{background:#f3f8ff;border:2px solid #dae5f4;border-radius:16px;grid-template-columns:1fr 52px;min-height:52px;display:grid;overflow:hidden}.top-search input{font:inherit;background:0 0;border:0;outline:none;padding:0 1rem;font-size:.95rem}.top-search button{cursor:pointer;color:var(--blue-900);background:0 0;border:0;font-size:.95rem;font-weight:800}.header-contact{color:#7a8697;align-items:center;gap:1rem;font-size:.95rem;font-weight:700;display:flex}.header-contact-wrap{align-items:center;gap:.8rem;display:flex}.lang-toggle{background:#edf3fe;border-radius:999px;align-items:center;gap:.25rem;padding:.2rem;display:inline-flex}.lang-btn{cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;transition:transform .22s,background-color .22s,box-shadow .22s;display:inline-flex}.lang-btn:hover{transform:translateY(-1px)}.lang-btn.is-active{background:#d6e5ff;transform:scale(1.05);box-shadow:0 6px 16px #254f992e}.main-nav{border-top:1px solid var(--line);min-height:64px;color:var(--blue-900);align-items:center;gap:1.7rem;font-family:Barlow Condensed,sans-serif;font-size:1.5rem;font-weight:800;display:flex}.main-nav a{cursor:pointer;transition:color .18s,transform .18s}.main-nav a:hover{color:var(--blue-700);transform:translateY(-1px)}.hero{align-content:start;min-height:700px;display:grid;position:relative;overflow:visible}.hero-carousel{z-index:0;position:absolute;inset:0}.hero-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity .9s;position:absolute;inset:0}.hero-slide.is-active{opacity:1}.hero__overlay{z-index:1;background:linear-gradient(#1f53a673,#15305f47);position:absolute;inset:0}.hero__content{z-index:3;text-align:center;color:#fff;padding-top:100px;position:relative}.hero__content h1{font-size:clamp(2.6rem,5.3vw,4.9rem);font-weight:800}.hero__content p{margin-top:.7rem;font-size:clamp(1.35rem,2.2vw,2rem);font-weight:600}.hero__btn{background:var(--blue-900);color:#fff;cursor:pointer;border-radius:14px;margin-top:1.5rem;padding:.75rem 2.1rem;font-family:Barlow Condensed,sans-serif;font-size:1.35rem;font-weight:800;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-block}.hero__btn:hover{filter:brightness(1.04);transform:translateY(-2px);box-shadow:0 10px 18px #132d6157}.hero-search-wrap{z-index:4;margin-top:44px;position:relative}.hero-search{background:#153e8bf2;border-radius:16px;padding:.85rem .85rem 1.35rem;box-shadow:0 18px 35px #122c5e52}.hero-search__fields{background:#fff;border-radius:14px;grid-template-columns:1.1fr 1.1fr 1fr 1fr;display:grid;overflow:visible}.hero-search__fields--three{grid-template-columns:1.25fr 1.25fr 1fr}.hero-search__item{border-right:1px solid #d8e3f2;min-height:90px;padding:.8rem .9rem}.hero-search__item:last-child{border-right:0}.hero-search label{color:var(--blue-900);text-transform:uppercase;font-family:Barlow Condensed,sans-serif;font-size:.95rem;font-weight:800;display:block}.hero-search__control{align-items:center;gap:.4rem;margin-top:.38rem;display:flex}.hero-search input,.hero-search select{font:inherit;color:#596981;background:0 0;border:0;outline:none;width:100%;font-size:.93rem}.hero-search__icon{color:#1fa8f9;font-size:1.35rem;line-height:1}.search-popover{z-index:100;border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;gap:1.2rem;width:280px;padding:1.4rem;animation:.22s cubic-bezier(.18,.89,.32,1.28) popover-in;display:flex;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 16px 45px #00000038}@keyframes popover-in{0%{opacity:0;transform:translate(-50%,10px)scale(.95)}to{opacity:1;transform:translate(-50%)scale(1)}}.popover-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.popover-row label{color:var(--muted);margin:0;font-size:.9rem}.popover-row input[type=date]{border:1px solid var(--line);color:var(--blue-900);background:#f1f5fb;border-radius:8px;padding:.4rem .6rem;font-weight:700}.popover-label{color:var(--blue-900);font-size:1rem;font-weight:700}.stepper button{border:1px solid var(--line);cursor:pointer;width:36px;height:36px;color:var(--blue-900);background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;transition:background .18s;display:flex}.stepper span{text-align:center;min-width:24px;color:var(--blue-900);font-size:1.1rem;font-weight:800}.popover-done{background:var(--blue-800);color:#fff;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:0;border-radius:10px;width:100%;padding:.8rem;font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:800;transition:background .18s,transform .18s}.popover-done:hover{background:var(--blue-900);transform:translateY(-1px)}.hero-search__footer{justify-content:center;align-items:flex-end;min-height:54px;padding-top:.6rem;display:flex;position:relative}.hero-search__footer button{background:var(--yellow);color:var(--blue-900);cursor:pointer;border:0;border-radius:14px;min-width:180px;min-height:62px;font-family:Barlow Condensed,sans-serif;font-size:1.8rem;font-weight:800;transition:transform .18s,box-shadow .18s,filter .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-6%);box-shadow:0 12px 22px #172b4c47}.hero-search__footer button:hover{filter:brightness(1.03);transform:translate(-50%,-10%);box-shadow:0 16px 24px #172b4c59}.section{padding:2rem 0}.section-white{background:#f6f7f9}.section-soft{background:#e7edf6}.section-blue{background:#e5ecf6}.section-head{margin-bottom:1.4rem}.section-head h2{color:var(--blue-900);font-size:clamp(2.1rem,3.8vw,3.6rem);font-weight:800}.section-subtitle{color:#4e6281;margin-top:.45rem;font-size:1.2rem;font-weight:700}.section-head--white h2{color:var(--blue-900)}.destination-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.destination-card{cursor:pointer;border-radius:16px;min-height:300px;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 16px 24px #1b273b2e}.destination-card__bg{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.destination-card:hover{transform:translateY(-4px);box-shadow:0 20px 28px #1b273b3d}.destination-card:after{content:"";background:linear-gradient(#0000 34%,#0e2042ba);position:absolute;inset:0}.destination-card__body{z-index:2;color:#fff;width:calc(100% - 2.2rem);position:absolute;inset:auto 1.1rem 1rem}.destination-card h3{font-size:2.15rem;font-weight:700}.destination-card__meta{justify-content:space-between;align-items:center;gap:.55rem;margin-top:.75rem;display:flex}.own-badge{white-space:nowrap;background:#2775ffe0;border-radius:999px;padding:.22rem .68rem;font-size:.85rem;font-weight:700;display:inline-block}.price-pill{background:var(--yellow);color:var(--blue-900);border-radius:11px;padding:.45rem .9rem;font-family:Barlow Condensed,sans-serif;font-size:1.65rem;font-weight:800;transition:transform .18s,filter .18s;display:inline-block}.favorite-card .price-pill{margin-top:.6rem}.favorite-card__count{color:#fff;text-shadow:0 1px 2px #00000059;margin-top:.45rem;font-size:.92rem;font-weight:700;display:inline-block}.destination-card:hover .price-pill,.favorite-card:hover .price-pill{filter:brightness(1.03);transform:translateY(-1px)}.dual-blocks{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.stats-card,.last-minute-card{border-radius:16px;overflow:hidden}.stats-card h3,.last-minute-card h3{color:var(--blue-900);margin-bottom:1rem;font-size:clamp(2.1rem,3.5vw,3.3rem)}.stats-card__inner{background:var(--yellow);border-radius:16px;grid-template-columns:1fr 1fr;align-items:center;gap:1rem;padding:1rem;display:grid}.stats-card__inner img{object-fit:cover;border-radius:12px;width:100%;height:320px}.stats-card__inner p{color:var(--blue-900);margin-bottom:.9rem;font-size:1.6rem;font-weight:700}.stats-card__inner strong{background:var(--blue-900);color:#fff;white-space:nowrap;border-radius:9px;margin-right:.4rem;padding:.2rem .6rem;display:inline-block}.stats-note{color:#384e74;font-size:1rem}.last-minute-card{background:linear-gradient(#174ea9,#11428f);padding:1.2rem}.last-minute-card h3{color:#fff}.last-minute-list{gap:.8rem;display:grid}.last-row{color:#e8f0ff;cursor:pointer;border-top:1px solid #ffffff4d;grid-template-columns:1.6fr 1.2fr auto;gap:.7rem;padding-top:.8rem;display:grid}.last-row:first-child{border-top:0;padding-top:0}.last-row h4{color:#fff;font-size:1.7rem}.last-row p{font-size:.98rem}.last-row strong{color:#fff;font-family:Barlow Condensed,sans-serif;font-size:1.9rem}.budget-filters{background:#fff;border-radius:12px;gap:.55rem;margin-top:1rem;margin-bottom:1.2rem;padding:.55rem;display:inline-flex;position:relative;overflow:hidden}.budget-indicator{z-index:0;pointer-events:none;background:#24a8f7;border-radius:9px;height:calc(100% - 1.1rem);transition:transform .28s cubic-bezier(.2,.8,.2,1),width .28s;position:absolute;top:.55rem;left:0}.budget-filters button{z-index:1;font:inherit;color:var(--blue-900);cursor:pointer;background:#d8e6ff;border:0;border-radius:9px;padding:.55rem .95rem;font-weight:800;transition:color .22s,background-color .22s,transform .16s;position:relative}.budget-filters button:hover{transform:translateY(-1px)}.budget-filters button.is-active{color:#fff;background:0 0}.hotel-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.hotel-card{cursor:pointer;background:#f3f4f7;border-radius:16px;flex-direction:column;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 12px 22px #172b4c26}.hotel-card:hover{transform:translateY(-4px);box-shadow:0 18px 26px #172b4c38}.hotel-card img{object-fit:cover;width:100%;height:180px}.hotel-card__body{flex-direction:column;flex:1;padding:.9rem;display:flex}.hotel-topline{justify-content:space-between;align-items:center;gap:.5rem;width:100%;display:flex}.stars{color:#edc820;letter-spacing:.1em;font-size:1.2rem}.hotel-board-badge{background:var(--blue-900);color:#fff;text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.2rem .62rem;font-size:.75rem;font-weight:800;display:inline-flex}.hotel-card h3{color:var(--blue-900);font-size:1.9rem}.hotel-meta{color:#4a5e7b;margin-top:.3rem;font-size:1.05rem}.hotel-info{color:#6f7d94;gap:.55rem;margin-top:.62rem;padding-bottom:.65rem;font-size:1rem;display:grid}.hotel-line{align-items:center;gap:.5rem;display:flex}.hotel-price{text-align:center;background:var(--yellow);color:var(--blue-900);border-radius:10px;margin-top:auto;padding:.45rem;font-family:Barlow Condensed,sans-serif;font-size:1.95rem;font-weight:800;transition:transform .18s,filter .18s;display:block}.hotel-card:hover .hotel-price{filter:brightness(1.03);transform:translateY(-1px)}.empty-state{color:#4e5f79;margin-top:1rem;font-weight:700}.favorite-grid{grid-template-rows:210px 210px;grid-template-columns:repeat(6,minmax(0,1fr));gap:.8rem;display:grid}.favorite-card{cursor:pointer;background-position:50%;background-size:cover;border-radius:16px;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden}.favorite-card:hover{transform:translateY(-4px);box-shadow:0 16px 24px #172b4c33}.favorite-card:after{content:"";background:linear-gradient(#0000 45%,#0e2755c7);position:absolute;inset:0}.favorite-card:first-child,.favorite-card:nth-child(2),.favorite-card:nth-child(3),.favorite-card:nth-child(4){grid-column:span 2}.favorite-card:nth-child(5){grid-column:span 4}.favorite-card__body{z-index:1;color:#fff;position:absolute;inset:auto 1rem .9rem}.favorite-card h3{font-size:2.05rem}.section-social{background:#f6f7f9}.social-banner{color:#fff;background-image:linear-gradient(90deg,#0e3f8ed6,#1068c7ad),url(https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=1900&q=80);background-position:50%;background-size:cover;border-radius:16px;grid-template-columns:1fr auto;align-items:center;min-height:260px;padding:1.2rem;display:grid}.social-banner h3{font-size:clamp(2.1rem,3.2vw,3rem)}.social-banner p{margin-top:.5rem;font-size:1.2rem}.social-buttons{gap:.6rem;margin-top:1rem;display:flex}.social-buttons a{background:var(--yellow);color:var(--blue-900);border-radius:12px;padding:.55rem 1.05rem;font-family:Barlow Condensed,sans-serif;font-size:1.05rem;font-weight:800}.social-cards{align-items:center;gap:.7rem;display:flex}.polaroid{color:#213a67;background:#fff;border-radius:10px;grid-template-rows:1fr auto;align-items:end;width:190px;height:220px;padding:.5rem .5rem .7rem;font-weight:700;display:grid;transform:rotate(-8deg)}.polaroid--alt{transform:rotate(6deg)}.polaroid img{object-fit:cover;border-radius:6px;width:100%;height:150px}.polaroid span{text-align:center;padding-top:.5rem;display:block}.footer{background:#dfe7f2;padding:2rem 0 1rem}.footer-top-cats{color:#fff;background:linear-gradient(#1652b2,#123f8f);border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:1.4rem;display:grid}.footer-top-cats>div{flex-direction:column;gap:.2rem;display:flex}.footer-top-cats h4{min-height:2.3rem;margin-bottom:.5rem;font-size:1.95rem;line-height:1.05}.footer-top-cats p{margin-bottom:.22rem;font-size:1.02rem;line-height:1.25}.footer-main{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:0;display:grid}.footer-main h5{color:var(--blue-900);margin-top:0;margin-bottom:.4rem;font-size:2.1rem}.footer-main p,.footer-main label{color:#2f4771;margin-bottom:.28rem;font-size:1.03rem;display:block}.newsletter input[type=email]{width:100%;min-height:46px;font:inherit;border:0;border-radius:12px;margin-bottom:.6rem;padding:0 .9rem}.newsletter label{align-items:flex-start;gap:.5rem;display:flex}.newsletter input[type=checkbox]{flex-shrink:0;margin-top:.2rem}.newsletter button{background:var(--yellow);color:var(--blue-900);font:inherit;cursor:pointer;border:0;border-radius:12px;margin-top:.6rem;padding:.62rem .95rem;font-weight:800}.footer-bottom{color:#29426c;border-top:1px solid #bed0ea;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.3rem;padding-top:.9rem;font-weight:700;display:flex}.footer-bottom span{margin-left:auto}.detail-modal{z-index:140;place-items:center;padding:1rem;animation:.2s ease-out modal-fade-in;display:grid;position:fixed;inset:0}.detail-modal[hidden]{display:none!important}.detail-modal__backdrop{background:#09142aa3;position:absolute;inset:0}.detail-modal__content{z-index:2;background:#f5f7fb;border-radius:16px;width:min(1280px,94vw);min-height:460px;max-height:none;animation:.2s ease-out modal-scale-in;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 44px #11214257}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.detail-modal__gallery{background:#0d2959;flex:1.05;min-width:0;position:relative}.modal-carousel-track{width:100%;height:100%;position:relative}.modal-carousel-slide{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .36s;position:absolute;inset:0}.modal-carousel-slide.is-active,.modal-carousel-arrow:hover{opacity:1}.modal-carousel-arrow{color:#fff;cursor:pointer;background:#10377dd1;border:0;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;padding-bottom:2px;font-size:1.6rem;font-weight:800;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.modal-carousel-arrow--prev{left:.9rem}.modal-carousel-arrow--next{right:.9rem}.modal-carousel-dots{gap:.35rem;display:flex;position:absolute;bottom:.9rem;left:50%;transform:translate(-50%)}.modal-carousel-dot{cursor:pointer;background:#ffffff8f;border:0;border-radius:999px;width:9px;height:9px}.modal-carousel-dot.is-active{background:#fff}.detail-modal__body{flex:.95;align-content:start;gap:.85rem;padding:1.4rem 1.5rem 1.3rem;display:grid;overflow:visible}.detail-modal__type{background:var(--blue-900);color:#fff;text-transform:uppercase;border-radius:999px;justify-self:start;padding:.22rem .66rem;font-size:.8rem;font-weight:800;display:inline-flex}.detail-modal__body h3{color:var(--blue-900);font-size:2.65rem;line-height:1.05}.detail-modal__body p{color:#445b7f;font-size:.96rem}.detail-modal__description{color:#2d456e;max-width:95%;font-size:1rem;line-height:1.5}.detail-modal__body .detail-modal__type{color:#fff}.modal-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.modal-info-item{background:#fff;border:1px solid #d5e0f1;border-radius:11px;gap:.3rem;padding:.7rem .8rem;display:grid}.modal-info-item span{color:#6a7d9a;text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;font-weight:700}.modal-info-item strong{color:#21406f;font-size:1rem}.modal-info-item--price{background:#f8e46a;border-color:#f4d73f}.modal-info-item--price strong{color:#123d8c;font-family:Barlow Condensed,sans-serif;font-size:1.55rem;line-height:1}.modal-inquiry-form{gap:.35rem;margin-top:.1rem;display:grid}.modal-inquiry-form label{color:#2f4973;font-size:.92rem;font-weight:700}.modal-inquiry-form input{min-height:42px;font:inherit;border:1px solid #c9d8ef;border-radius:10px;margin-bottom:.4rem;padding:0 .75rem}.modal-inquiry-form button{min-height:42px;font:inherit;background:var(--yellow);color:var(--blue-900);cursor:pointer;border:0;border-radius:11px;font-weight:800}.modal-consent{color:#4d6283;align-items:center;gap:.5rem;margin:0;font-size:.85rem;line-height:1.25;display:flex}.modal-consent input{accent-color:var(--blue-700);width:16px;height:16px;min-height:0;margin:0;padding:0}.modal-consent+.modal-consent{margin-top:.15rem}.modal-consent a,.lead-modal__consent a{color:var(--blue-700);font-weight:700;text-decoration:underline}.modal-inquiry-msg{color:#123d8c;font-size:.92rem;font-weight:700}.cookie-banner{z-index:200;justify-content:flex-start;display:flex;position:fixed;bottom:1.4rem;left:1.2rem;right:auto}.cookie-banner__content{color:#20324a;background:#fff;border:1px solid #d7e0ee;border-radius:14px;gap:.6rem;width:min(460px,92vw);padding:.9rem 1rem;display:grid;box-shadow:0 18px 32px #14233c29}.cookie-banner__text{gap:.3rem;display:grid}.cookie-banner__text strong{color:var(--blue-900);font-size:.95rem}.cookie-banner__text span{color:#4b5f80;font-size:.88rem}.cookie-banner__actions{flex-wrap:wrap;gap:.5rem;display:flex}.cookie-manage{color:var(--blue-700);cursor:pointer;background:0 0;border:0;justify-self:center;padding:0;font-weight:700}.cookie-modal{z-index:220;place-items:center;padding:1.2rem;animation:.2s ease-out modal-fade-in;display:grid;position:fixed;inset:0}.cookie-modal__backdrop{background:#0d172c99;position:absolute;inset:0}.cookie-modal__card{z-index:1;background:#fff;border:1px solid #e0e7f3;border-radius:16px;gap:.9rem;width:min(760px,96vw);padding:1.2rem;display:grid;position:relative;box-shadow:0 24px 44px #1121424d}.cookie-modal__head{color:#1f3560;justify-content:space-between;align-items:center;font-weight:700;display:flex}.cookie-modal__head button{cursor:pointer;color:#60759a;background:0 0;border:0;font-size:1.2rem}.cookie-modal__intro{color:#495c7c;font-size:.92rem}.cookie-modal__list{gap:.6rem;display:grid}.cookie-modal__item{border:1px solid #e0e7f3;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem .9rem;display:flex}.cookie-toggle{cursor:pointer;background:#c7cedc;border:0;border-radius:999px;width:44px;height:24px;transition:background .18s;position:relative}.cookie-toggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #14233c38}.cookie-toggle.is-on{background:var(--blue-700)}.cookie-toggle.is-on:after{transform:translate(20px)}.cookie-toggle.is-disabled{cursor:not-allowed;background:#e2e6ef}.cookie-toggle.is-disabled:after{background:#f4f6fb}.cookie-toggle:hover{background:#b8c2d8}.cookie-toggle.is-on:hover{background:var(--blue-800)}.cookie-toggle.is-disabled:hover{background:#e2e6ef}.cookie-modal__item strong{color:#1f3560;font-size:.95rem;display:block}.cookie-modal__item span{color:#516680;margin-top:.2rem;font-size:.85rem;display:block}.cookie-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;display:flex}.lead-modal{z-index:230;place-items:center;padding:1.2rem;animation:.2s ease-out modal-fade-in;display:grid;position:fixed;inset:0}.lead-modal__backdrop{background:#0a142a94;position:absolute;inset:0}.lead-modal__card{z-index:1;background:#fff;border:1px solid #d9e3f3;border-radius:18px;width:min(520px,92vw);padding:1.6rem 1.6rem 1.4rem;position:relative;box-shadow:0 26px 52px #0a18324d}.lead-modal__close{color:#304e84;cursor:pointer;background:#eef3fb;border:0;border-radius:50%;width:34px;height:34px;font-weight:800;position:absolute;top:.7rem;right:.7rem}.lead-modal__content{gap:.6rem;display:grid}.lead-modal__badge{color:#123d8c;text-transform:uppercase;letter-spacing:.03em;background:#f3d43b;border-radius:999px;justify-self:start;padding:.25rem .7rem;font-size:.78rem;font-weight:800;display:inline-flex}.lead-modal__content h3{color:#123d8c;margin:0;font-size:2.1rem}.lead-modal__content p{color:#495c7c;margin:0;font-size:.98rem;line-height:1.4}.lead-modal__form{gap:.85rem;margin-top:.4rem;display:grid}.lead-modal__form input{min-height:46px;font:inherit;border:1px solid #c9d8ef;border-radius:12px;padding:0 .9rem}.lead-modal__consent{color:#54688a;background:#f8fbff;border:1px solid #d8e4f4;border-radius:10px;align-items:flex-start;gap:.65rem;margin:0;padding:.65rem .75rem;font-size:.85rem;line-height:1.35;display:flex}.lead-modal__consent+.lead-modal__consent{margin-top:-.2rem}.lead-modal__consent input{width:16px;height:16px;accent-color:var(--blue-700);flex:none;min-height:0;margin:.12rem 0 0;padding:0}.lead-modal__error{color:#b03535;font-size:.85rem}.gdpr-page{background:linear-gradient(#eef3fb 0%,#f8faff 60%);place-items:start center;min-height:100vh;padding:2rem 1.2rem 3rem;display:grid}.gdpr-card{background:#fff;border:1px solid #d9e3f3;border-radius:18px;gap:1.2rem;width:min(840px,94vw);padding:1.8rem 2rem;display:grid;box-shadow:0 24px 44px #1426422e}.gdpr-header{flex-wrap:wrap;align-items:baseline;gap:1rem;display:flex}.gdpr-header p{color:#5c6f8b;margin:0;font-weight:600}.gdpr-card h1{color:#123d8c;margin:0;font-size:2rem}.gdpr-card h2{color:#1f3f73;margin:0 0 .4rem;font-size:1.2rem}.gdpr-card p{color:#4b6284;margin:0;line-height:1.55}.gdpr-card ul{color:#4b6284;margin:.3rem 0 0 1.1rem;line-height:1.5}.gdpr-cookie-list{gap:.6rem;margin-top:.5rem;display:grid}.gdpr-cookie-list div{background:#f6f9ff;border:1px solid #e2e9f6;border-radius:12px;gap:.2rem;padding:.7rem .9rem;display:grid}.gdpr-footer{border-top:1px solid #e2e9f6;padding-top:1rem}.gdpr-footer a{color:var(--blue-700);font-weight:700}.lead-modal__form button{background:var(--blue-700);color:#fff;cursor:pointer;border:0;border-radius:12px;min-height:46px;font-weight:800}.lead-modal__success{color:#25457a;background:#eef5ff;border:1px solid #cfe0fb;border-radius:12px;padding:.75rem .9rem;font-weight:700}.admin-login-page{background:radial-gradient(circle at top,#e9f0fb 0%,#dfe8f7 45%,#cfdaf0 100%);place-items:center;min-height:100vh;padding:2rem 1rem;display:grid}.admin-login-card{background:#fff;border:1px solid #d7e0ee;border-radius:16px;gap:1.25rem;width:min(420px,92vw);padding:2rem;display:grid;box-shadow:0 22px 42px #1121422e}.admin-login-head{gap:.35rem;display:grid}.admin-login-logo{font-size:2.4rem}.admin-login-head p{color:#5b6f8f;font-size:.95rem}.admin-login-form{gap:.6rem;display:grid}.admin-login-form label{color:#2e446b;font-size:.9rem;font-weight:700}.admin-login-form input{min-height:46px;font:inherit;background:#f8fbff;border:1px solid #c9d8ef;border-radius:12px;padding:0 .85rem}.admin-login-password{display:grid;position:relative}.admin-login-password input{padding-right:3.2rem}.admin-login-eye{background:var(--blue-700);cursor:pointer;z-index:1;border:0;border-radius:50%;place-items:center;width:30px;height:30px;padding:0;font-size:1rem;display:grid;position:absolute;top:50%;right:.6rem;transform:translateY(-50%)}.admin-login-form button[type=submit]{background:var(--blue-700);color:#fff;cursor:pointer;border:0;border-radius:12px;min-height:48px;margin-top:.4rem;font-size:1rem;font-weight:800}.admin-login-error{color:#b73a3a;font-size:.88rem;font-weight:600}.admin-login-footer{color:#5b6f8f;justify-content:space-between;font-size:.85rem;display:flex}.admin-guard,.search-page{background:#eef3fa;min-height:100vh}.search-hero-section{color:#fff;background-image:linear-gradient(90deg,#123d8cdb,#2666cbb3),url(https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1900&q=80);background-position:50%;background-size:cover;padding:2.2rem 0}.search-hero-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.2fr);align-items:start;gap:1.75rem;display:grid}.search-eyebrow{text-transform:uppercase;color:#ffe981;margin-bottom:.4rem;font-weight:800}.search-hero-grid h1{font-size:clamp(2.4rem,4vw,4.6rem);line-height:1}.search-hero-grid p{max-width:620px;margin-top:.6rem;font-size:1.1rem}.public-search-panel{background:#fffffffa;border-radius:14px;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr) minmax(0,1fr);grid-template-areas:"query start end""people people people""transport transport submit";align-items:end;gap:.7rem;padding:.85rem;display:grid;box-shadow:0 18px 35px #0d214c47}.search-field-query{grid-area:query}.search-field-start{grid-area:start}.search-field-end{grid-area:end}.search-field-people{grid-area:people;grid-template-columns:1fr 1fr;gap:.7rem;display:grid}.search-field-transport{grid-area:transport}.search-field-people input[type=number]{-moz-appearance:textfield;width:100%}.search-field-people input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.search-field-people input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.public-search-panel label{gap:.35rem;min-width:0;display:grid}.public-search-panel label>span,.search-stacked-controls label>span{color:var(--blue-900);text-transform:uppercase;font-family:Barlow Condensed,sans-serif;font-size:.9rem;font-weight:800}.public-search-input{min-height:46px;color:var(--blue-700);background:#f8fbff;border:1px solid #d2deef;border-radius:10px;align-items:center;gap:.45rem;min-width:0;padding:0 .7rem;display:flex}.public-search-input input,.public-search-input select,.search-stacked-controls select{width:100%;min-width:0;font:inherit;color:#425778;background:0 0;border:0;outline:none}.public-search-input select:disabled{color:#9aa7b8;cursor:not-allowed}.public-search-submit,.search-reset,.search-pagination button,.search-sort-actions button,.search-provider-list button,.search-region-list button{font:inherit;cursor:pointer;border:0;font-weight:800}.public-search-submit{background:var(--yellow);width:100%;min-width:0;min-height:46px;color:var(--blue-900);white-space:nowrap;border-radius:11px;grid-area:submit;justify-content:center;align-self:end;align-items:center;gap:.4rem;padding:0 1rem;display:inline-flex}.search-validation{color:#ffe981;grid-column:1/-1;margin:.05rem .15rem 0;font-weight:800}.search-results-section{padding:1.5rem 0 3rem}.search-results-layout{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:1rem;display:grid}.search-sidebar{overscroll-behavior:contain;scrollbar-width:thin;gap:.9rem;max-height:calc(100vh - 185px);display:grid;position:sticky;top:165px;overflow-y:auto}.search-filter-block,.search-results-main{background:#fff;border:1px solid #d8e3f2;border-radius:14px;padding:1rem;box-shadow:0 12px 22px #172b4c14}.search-filter-block h2,.search-results-toolbar h2{color:var(--blue-900);margin-bottom:.55rem;font-size:1.7rem}.search-filter-block p,.search-results-toolbar p{color:#5b6f8d;font-weight:700}.search-provider-list,.search-region-list,.search-stacked-controls{gap:.45rem;display:grid}.search-provider-list button,.search-region-list button{color:#254a86;text-align:left;background:#eef4ff;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;min-height:42px;padding:.45rem .65rem;display:flex}.search-provider-list button.is-active,.search-region-list button.is-active,.search-sort-actions button.is-active{background:var(--blue-900);color:#fff}.search-region-list button span{color:inherit;opacity:.75;font-size:.85rem}.search-region-toggle{opacity:.8;justify-content:center;gap:.3rem;font-size:.8rem;font-weight:500;color:var(--blue-900)!important;background:0 0!important;border-radius:6px!important;min-height:28px!important;padding:.15rem .3rem!important}.search-region-toggle:hover{opacity:1;background:#dfe9f8!important}.search-stacked-controls label{gap:.35rem;display:grid}.search-stacked-controls select{background:#f8fbff;border:1px solid #d2deef;border-radius:10px;min-height:42px;padding:0 .6rem}.search-reset{min-height:42px;color:var(--blue-900);background:#dfe9f8;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;display:inline-flex}.search-results-main{gap:1rem;display:grid}.search-results-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.search-sort-actions{flex-wrap:wrap;gap:.45rem;display:inline-flex}.search-sort-actions button{min-height:38px;color:var(--blue-900);background:#e7effb;border-radius:999px;align-items:center;gap:4px;padding:.35rem .8rem;display:inline-flex}.sort-arrow{opacity:.9;font-size:.85rem}.search-share-btn{width:38px;min-height:38px;color:var(--blue-900);cursor:pointer;background:#e7effb;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.search-share-btn:hover{background:#d4e1f5}.search-share-pill{color:#166534;background:#dcfce7;border-radius:999px;align-items:center;padding:.3rem .7rem;font-size:.85rem;font-weight:600;display:inline-flex}.search-share-pill--failed{color:#991b1b;background:#fee2e2}.mobile-load-more{justify-content:center;margin:1.25rem 0 .5rem;display:flex}.mobile-load-more button{background:var(--blue-900);color:#fff;cursor:pointer;border:0;border-radius:999px;min-height:44px;padding:.6rem 1.5rem;font-weight:600}.mobile-load-more button:disabled{opacity:.6;cursor:progress}.search-error,.search-loading,.search-empty{color:#314c78;background:#f3f7ff;border-radius:12px;padding:1rem;font-weight:700}.search-error{color:#9b2f2f;background:#fff0f0}.search-empty h3{color:var(--blue-900);margin:0 0 .35rem;font-size:1.8rem}.search-empty--results{text-align:left;padding:32px;font-weight:400}.search-empty__icon{margin-bottom:12px;font-size:2.5rem}.search-empty__tips{margin-top:12px;padding-left:18px}.search-empty__tips li{margin-bottom:8px}.search-empty__tips button{color:var(--blue);cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.search-empty__tips a{color:var(--blue)}.preset-pills{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.preset-pill{cursor:pointer;background:#fff;border:1px solid #cbd5e0;border-radius:20px;padding:6px 14px;font-size:.85rem;transition:background .15s,border-color .15s}.preset-pill:hover{border-color:var(--blue);background:#ebf4ff}.price-slider{padding:8px 0}.price-slider--empty{opacity:.7}.price-slider__empty-note{color:#6b7280;margin:4px 0 0;font-size:.78rem}.price-slider__labels{color:#555;justify-content:space-between;margin-bottom:14px;font-size:.8rem;display:flex}.price-slider__track{height:18px;position:relative}.price-slider__track input[type=range]{pointer-events:none;appearance:none;background:0 0;outline:none;width:100%;height:4px;position:absolute;top:0}.price-slider__track input[type=range]::-webkit-slider-runnable-track{background:#dbe7f7;border-radius:2px;height:4px}.price-slider__track input[type=range]::-webkit-slider-thumb{pointer-events:all;appearance:none;background:var(--blue);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;margin-top:-7px;box-shadow:0 1px 4px #0003}.filter-select{color:#2d3748;background:#f8fbff;border:1px solid #d2deef;border-radius:8px;width:100%;min-height:38px;padding:0 .6rem;font-size:.9rem}.filter-btn-list{flex-direction:column;gap:5px;display:flex}.filter-btn-list button{text-align:left;cursor:pointer;color:#2d3748;letter-spacing:.03em;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;font-size:.88rem}.filter-btn-list button.is-active{background:var(--blue-900);color:#fff;border-color:var(--blue-900)}.hotel-only-toggle{color:#425778;cursor:pointer;align-items:center;gap:.5rem;margin-top:.6rem;font-size:.85rem;display:flex}.hotel-only-toggle input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue-900);cursor:pointer}.guests-picker{flex-direction:column!important;align-items:flex-start!important;gap:0!important;padding:6px 10px!important}.guests-stepper{flex-direction:column;gap:8px;width:100%;display:flex}.guests-stepper__row{justify-content:space-between;align-items:center;display:flex}.guests-stepper__row>span{color:#4a5568;font-size:.85rem}.stepper{align-items:center;gap:10px;display:flex}.stepper button{cursor:pointer;background:#fff;border:1px solid #cbd5e0;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:1rem;line-height:1;display:flex}.stepper button:hover{background:#ebf4ff}.stepper>span{text-align:center;min-width:20px;font-size:.95rem;font-weight:600}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 6px #00000012}.skeleton-card__image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/600px 100%;height:180px;animation:1.4s infinite shimmer}.skeleton-card__body{padding:14px}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/600px 100%;border-radius:6px;height:12px;margin-bottom:10px;animation:1.4s infinite shimmer}.skeleton-line--short{width:55%}.skeleton-line--price{width:35%;height:18px;margin-top:16px}.active-chips{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.active-chip{color:#2b6cb0;cursor:pointer;background:#ebf4ff;border:1px solid #bee3f8;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:.8rem;font-weight:500;display:inline-flex}.active-chip:hover{background:#bee3f8}.region-count{opacity:.6;margin-left:4px;font-size:.75rem;font-weight:400;background:0 0!important;border-radius:0!important;padding:0!important}.public-tour-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.public-tour-card{background:#f6f8fc;border:1px solid #dce6f4;border-radius:12px;flex-direction:column;min-width:0;display:flex;position:relative;overflow:hidden}.public-tour-card__image{aspect-ratio:16/10;background:#dbe7f7;position:relative;overflow:hidden}.public-tour-card__image img,.public-tour-card__image div{object-fit:cover;width:100%;height:100%;display:block}.public-tour-card__body{flex-direction:column;flex:1;gap:.65rem;padding:1rem;display:flex}.public-tour-card h3{color:var(--blue-900);font-size:1.7rem;line-height:1.05}.public-tour-card p{color:#4f6384;margin-bottom:.2rem;font-weight:700}.public-tour-card__footer{justify-content:space-between;align-items:center;gap:.6rem;margin-top:auto;display:flex}.public-tour-card__footer strong{color:var(--blue-900);font-family:Barlow Condensed,sans-serif;font-size:1.7rem;line-height:1}.public-tour-card__footer a{background:var(--yellow);min-height:36px;color:var(--blue-900);white-space:nowrap;border-radius:10px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-weight:800;display:inline-flex}.public-tour-list{flex-direction:column;gap:.75rem;display:flex}.public-tour-list-item{background:#f6f8fc;border:1px solid #dce6f4;border-radius:12px;grid-template-columns:200px 1fr auto;align-items:stretch;min-width:0;display:grid;overflow:hidden}.public-tour-list-item .public-tour-card__image{aspect-ratio:unset;height:100%;min-height:130px}.public-tour-list-item .public-tour-card__body{border-right:1px solid #dce6f4}.btn-detail--list{background:var(--yellow);color:var(--blue-900);white-space:nowrap;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;min-width:90px;padding:1rem 1.25rem;font-size:.9rem;font-weight:800;text-decoration:none;display:flex}.btn-detail--list:hover{filter:brightness(.93)}.view-toggle{border:1px solid #d2deef;border-radius:8px;gap:2px;display:flex;overflow:hidden}.view-toggle button{color:#7a8fa8;cursor:pointer;background:#fff;border:none;align-items:center;padding:5px 8px;transition:background .12s,color .12s;display:flex}.view-toggle button.is-active{background:var(--blue-900);color:#fff}.view-toggle button:hover:not(.is-active){background:#ebf4ff}.card-heart{cursor:pointer;color:#a0aec0;z-index:2;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:color .15s,background .15s,transform .15s;display:flex;position:absolute;top:.5rem;left:.5rem}.card-heart:hover{color:#e53e3e;background:#fff;transform:scale(1.1)}.card-heart.is-saved{color:#e53e3e;background:#fff}.card-heart.is-saved svg{fill:#e53e3e}.filter-btn-list__btn{text-align:left;cursor:pointer;color:#2d3748;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:.88rem;display:inline-flex}.filter-btn-list__btn.is-active{background:var(--blue-900);color:#fff;border-color:var(--blue-900)}.public-tour-card__hover-cta{display:none}.btn-detail{background:var(--yellow);min-height:36px;color:var(--blue-900);white-space:nowrap;cursor:pointer;border:0;border-radius:10px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-weight:800;text-decoration:none;display:inline-flex}.public-tour-card,.public-tour-list-item{cursor:pointer}.public-tour-card:focus-visible,.public-tour-list-item:focus-visible{outline-offset:3px;outline:3px solid #2a6bdc73}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.provider-tour-modal{z-index:160;opacity:0;place-items:center;transition:opacity .2s;display:grid;position:fixed;inset:0}.provider-tour-modal.is-open{opacity:1}.provider-tour-modal__backdrop{-webkit-backdrop-filter:blur(4px);background:#09142a9e;position:absolute;inset:0}.provider-tour-modal__content{z-index:1;opacity:0;background:#fff;border-radius:20px;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);width:min(1120px,100vw - 48px);height:min(780px,100vh - 48px);margin:auto;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);display:grid;position:relative;overflow:hidden;transform:translateY(24px)scale(.97);box-shadow:0 32px 80px #0d204447,0 0 0 1px #0000000a}.provider-tour-modal.is-open .provider-tour-modal__content{opacity:1;transform:translateY(0)scale(1)}.provider-tour-modal__close{z-index:5;-webkit-backdrop-filter:blur(8px);color:#1e293b;cursor:pointer;background:#ffffffeb;border:0;border-radius:50%;place-items:center;width:40px;height:40px;transition:background .15s,transform .15s,box-shadow .15s;display:grid;position:absolute;top:.85rem;right:.85rem;box-shadow:0 2px 12px #0000001f}.provider-tour-modal__close:hover{background:#fff;transform:scale(1.08);box-shadow:0 4px 16px #00000029}.provider-tour-modal__media{background:#0f172a;flex-direction:column;min-height:0;display:flex;position:relative}.provider-tour-modal__media img:not(.provider-tour-modal__thumb img){object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .25s;position:absolute;inset:0}.provider-tour-modal__media img.is-active{opacity:1}.provider-tour-modal__photo-nav{z-index:2;-webkit-backdrop-filter:blur(4px);color:#1e293b;cursor:pointer;opacity:0;background:#ffffffe0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;transition:background .15s,transform .15s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.provider-tour-modal__media:hover .provider-tour-modal__photo-nav{opacity:1}.provider-tour-modal__photo-nav:hover{background:#fff;transform:translateY(-50%)scale(1.08)}.provider-tour-modal__photo-nav--prev{left:.75rem}.provider-tour-modal__photo-nav--next{right:.75rem}.provider-tour-modal__photo-counter{z-index:2;-webkit-backdrop-filter:blur(6px);color:#fff;letter-spacing:.02em;background:#0000008c;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600;position:absolute;top:.85rem;left:.85rem}.provider-tour-modal__thumbs{z-index:2;background:linear-gradient(#0000 0%,#0009 100%);gap:4px;padding:8px 10px;display:flex;position:absolute;bottom:0;left:0;right:0}.provider-tour-modal__thumb{cursor:pointer;opacity:.7;background:#fff3;border:2px solid #0000;border-radius:6px;flex:0 0 56px;height:40px;padding:0;transition:border-color .15s,opacity .15s;overflow:hidden}.provider-tour-modal__thumb:hover{opacity:1}.provider-tour-modal__thumb.is-active{opacity:1;border-color:#fff}.provider-tour-modal__thumb img{object-fit:cover;width:100%;height:100%;display:block}.provider-tour-modal__thumb--more{color:#fff;-webkit-backdrop-filter:blur(4px);opacity:1;background:#ffffff38;place-items:center;font-size:.8rem;font-weight:700;display:grid}.provider-tour-modal__body{flex-direction:column;gap:1rem;min-height:0;padding:1.5rem;display:flex;overflow-y:auto}.provider-tour-modal__body::-webkit-scrollbar{width:5px}.provider-tour-modal__body::-webkit-scrollbar-track{background:0 0}.provider-tour-modal__body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.provider-tour-modal__provider-badge{color:#2563eb;letter-spacing:.03em;text-transform:uppercase;background:#eff6ff;border-radius:6px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.provider-tour-modal__heading h2{color:#0f172a;letter-spacing:-.01em;margin-top:.5rem;font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:800;line-height:1.15}.provider-tour-modal__destination{color:#64748b;align-items:center;gap:.6rem;margin-top:.3rem;font-size:.95rem;font-weight:500;display:flex}.provider-tour-modal__stars{color:#f59e0b;letter-spacing:1px;font-size:.9rem}.provider-tour-modal__info-rows{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.provider-tour-modal__info-row{align-items:center;gap:.85rem;padding:.75rem 1rem;display:flex}.provider-tour-modal__info-row+.provider-tour-modal__info-row{border-top:1px solid #e2e8f0}.provider-tour-modal__info-icon{color:#2563eb;background:#eff6ff;border-radius:8px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.provider-tour-modal__info-text{flex-direction:column;gap:1px;min-width:0;display:flex}.provider-tour-modal__info-text strong{color:#0f172a;font-size:.92rem;font-weight:700}.provider-tour-modal__info-text span{color:#64748b;font-size:.8rem;font-weight:500}.provider-tour-modal__price-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;flex-direction:column;gap:.45rem;padding:1rem 1.15rem;display:flex}.provider-tour-modal__price-main{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.provider-tour-modal__price-check{color:#16a34a;flex-shrink:0}.provider-tour-modal__price-main>strong{color:#16a34a;letter-spacing:-.02em;font-family:Barlow Condensed,sans-serif;font-size:1.65rem;font-weight:800;line-height:1}.provider-tour-modal__price-per{color:#64748b;align-items:center;gap:4px;font-size:.82rem;font-weight:500;display:inline-flex}.provider-tour-modal__price-total{color:#64748b;align-items:center;gap:6px;font-size:.82rem;display:flex}.provider-tour-modal__price-total strong{color:#16a34a;font-weight:700}.provider-tour-modal__description{color:#475569;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:.88rem;line-height:1.5;display:-webkit-box;overflow:hidden}.provider-tour-modal__offers h3{color:#0f172a;margin-bottom:.5rem;font-size:1rem;font-weight:700}.provider-tour-modal__offers-list{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:2px;max-height:260px;display:flex;overflow-y:auto}.provider-tour-modal__offers-list::-webkit-scrollbar{width:4px}.provider-tour-modal__offers-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.provider-tour-modal__offer-row{cursor:pointer;color:#334155;text-align:left;background:#fff;border:0;grid-template-columns:1.4fr .7fr 1fr auto;align-items:center;gap:.5rem;width:100%;padding:.6rem .85rem;font-size:.82rem;transition:background .12s,box-shadow .12s;display:grid}.provider-tour-modal__offer-row:hover{background:#f1f5f9}.provider-tour-modal__offer-row.is-selected{background:#eff6ff;box-shadow:inset 3px 0 #2563eb}.provider-tour-modal__offer-date,.provider-tour-modal__offer-nights,.provider-tour-modal__offer-board{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;display:inline-flex;overflow:hidden}.provider-tour-modal__offer-date svg,.provider-tour-modal__offer-nights svg,.provider-tour-modal__offer-board svg{color:#94a3b8;flex-shrink:0}.provider-tour-modal__offer-price{color:#16a34a;white-space:nowrap;text-align:right;font-weight:800}.provider-tour-modal__offers-show-all{color:#2563eb;cursor:pointer;background:0 0;border:1px dashed #cbd5e1;border-radius:8px;width:100%;margin-top:.35rem;padding:.55rem;font-size:.82rem;font-weight:600;transition:background .12s,border-color .12s;display:block}.provider-tour-modal__offers-show-all:hover{background:#eff6ff;border-color:#93c5fd}.provider-tour-modal__offers-skeleton{flex-direction:column;gap:6px;display:flex}.provider-tour-modal__offer-skeleton-row{background:#f8fafc;border-radius:8px;gap:12px;padding:.75rem .85rem;display:flex}.provider-tour-modal__offer-skeleton-row .skeleton-line{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;border-radius:4px;height:16px;animation:1.5s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.provider-tour-modal__offers-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem;font-size:.85rem;font-weight:600}.provider-tour-modal__offers-empty{color:#64748b;text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;font-size:.85rem}.provider-tour-modal__inquiry{border-top:1px solid #e2e8f0;flex-direction:column;gap:.6rem;margin-top:auto;padding-top:1rem;display:flex}.provider-tour-modal__inquiry-header{color:#0f172a;align-items:center;gap:6px;font-size:.85rem;font-weight:700;display:flex}.provider-tour-modal__inquiry-header svg{color:#f59e0b}.provider-tour-modal__inquiry-fields{gap:8px;display:flex}.provider-tour-modal__inquiry-fields input{color:#0f172a;background:#fff;border:1px solid #d1d5db;border-radius:10px;flex:1;min-width:0;padding:.6rem .85rem;font-size:.88rem;font-weight:500;transition:border-color .15s,box-shadow .15s}.provider-tour-modal__inquiry-fields input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.provider-tour-modal__inquiry-fields input::placeholder{color:#94a3b8}.provider-tour-modal__inquiry-fields button{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#f59e0b 0%,#f97316 100%);border:0;border-radius:10px;flex-shrink:0;min-height:42px;padding:.6rem 1.25rem;font-size:.88rem;font-weight:800;transition:transform .12s,box-shadow .12s,filter .12s;box-shadow:0 2px 8px #f9731640}.provider-tour-modal__inquiry-fields button:hover{transform:translateY(-1px);box-shadow:0 4px 14px #f9731659}.provider-tour-modal__inquiry-fields button:active{transform:translateY(0)}.provider-tour-modal__inquiry-fields button:disabled{opacity:.65;cursor:wait;transform:none}.provider-tour-modal__consent{color:#64748b;align-items:flex-start;gap:.5rem;font-size:.78rem;font-weight:500;line-height:1.4;display:flex}.provider-tour-modal__consent input{accent-color:#2563eb;cursor:pointer;width:16px;min-width:16px;height:16px;margin:1px 0 0}.provider-tour-modal__consent-text{min-width:0}.provider-tour-modal__consent a{color:#2563eb;font-weight:600;-webkit-text-decoration:underline #2563eb4d;text-decoration:underline #2563eb4d}.provider-tour-modal__consent a:hover{text-decoration-color:#2563eb}.provider-tour-modal__form-error{color:#dc2626;font-size:.82rem;font-weight:600}.provider-tour-modal__form-success{color:#16a34a;background:#f0fdf4;border-radius:8px;align-items:center;gap:6px;padding:.5rem .75rem;font-size:.82rem;font-weight:600;display:flex}.trust-bar{background:#f0f7ff;border-top:1px solid #bee3f8;border-bottom:1px solid #bee3f8;padding:12px 0}.trust-bar__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.trust-item{color:#2b6cb0;align-items:center;gap:7px;font-size:.85rem;font-weight:500;display:flex}.trust-icon{color:#fff;background:#2b6cb0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:900;display:flex}@media (width<=640px){.trust-bar__inner{flex-direction:column;align-items:flex-start;padding:0 16px}}.popular-destinations{background:#fff;padding:28px 0 24px}.popular-destinations__title{color:#1a202c;margin-bottom:16px;font-size:1.1rem;font-weight:700}.popular-destinations__scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.popular-destinations__scroll::-webkit-scrollbar{height:4px}.popular-destinations__scroll::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.dest-thumb{scroll-snap-align:start;cursor:pointer;text-align:left;background:0 0;border:1px solid #e2e8f0;border-radius:10px;flex:0 0 160px;padding:0;transition:transform .15s,box-shadow .15s;overflow:hidden}.dest-thumb:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000001a}.dest-thumb__img{background-position:50%;background-size:cover;height:110px}.dest-thumb__label{background:#f7fafc;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.dest-thumb__label strong{color:#1a202c;font-size:.9rem}.dest-thumb__label span{color:#718096;font-size:.75rem}.provider-logo{object-fit:contain;vertical-align:middle;border-radius:2px;width:auto;height:18px;margin-right:6px}.search-provider-list button{align-items:center;display:flex}.results-sub{color:#718096;margin-top:2px;font-size:.8rem}.sidebar-contact-cta{background:#f0f7ff;border:1px solid #bee3f8;border-radius:10px;margin-top:24px;padding:16px;font-size:.85rem}.sidebar-contact-cta p{color:#4a5568;margin:0 0 8px}.sidebar-contact-phone,.sidebar-contact-email{color:var(--blue);margin-bottom:6px;font-weight:700;text-decoration:none;display:block}.sidebar-contact-phone:hover,.sidebar-contact-email:hover{text-decoration:underline}.sidebar-contact-note{color:#718096;font-size:.78rem;margin-top:8px!important}.sticky-search-bar{z-index:99;background:#fff;border-bottom:1px solid #e2e8f0;transition:transform .2s;position:fixed;top:0;left:0;right:0;transform:translateY(-100%);box-shadow:0 2px 8px #00000014}.sticky-search-bar.is-visible{transform:translateY(0)}.sticky-search-bar__inner{align-items:center;gap:12px;padding:10px 0;display:flex}.sticky-search-bar__query{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.9rem;font-weight:600;overflow:hidden}.sticky-search-bar__edit{cursor:pointer;color:var(--blue);white-space:nowrap;background:0 0;border:1px solid #cbd5e0;border-radius:6px;padding:4px 10px;font-size:.8rem}.sticky-search-bar__count{color:#718096;white-space:nowrap;font-size:.8rem}@media (width>=769px){.sticky-search-bar{display:none}}@media (width<=480px){.public-tour-grid{grid-template-columns:1fr!important}.public-tour-card__image{height:200px}}@media (width>=481px) and (width<=768px){.public-tour-grid{grid-template-columns:repeat(2,1fr)}}.mobile-filter-fab{z-index:100;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.mobile-filter-fab button{background:var(--blue);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:30px;align-items:center;gap:8px;padding:12px 28px;font-size:1rem;font-weight:700;display:flex;box-shadow:0 4px 20px #0050c859}.mobile-filter-fab__count{color:#fff;background:#e53e3e;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.72rem;font-weight:900;display:flex}@media (width>=769px){.mobile-filter-fab{display:none}}@media (width<=768px){.search-sidebar{display:none}}.mobile-filter-backdrop{z-index:200;background:#0006;position:fixed;inset:0}.mobile-filter-drawer{z-index:201;background:#fff;border-radius:20px 20px 0 0;flex-direction:column;max-height:85dvh;animation:.25s slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 30px #00000026}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-filter-drawer__header{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.mobile-filter-drawer__header h2{margin:0;font-size:1.1rem}.mobile-filter-drawer__header button{cursor:pointer;color:#718096;background:0 0;border:none;font-size:1.3rem}.mobile-filter-drawer__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:16px 20px;overflow-y:auto}.mobile-filter-drawer__footer{border-top:1px solid #e2e8f0;flex-shrink:0;padding:16px 20px}.mobile-filter-drawer__footer .btn-primary{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:14px;font-size:1rem;font-weight:700}@media (width<=768px){.search-pagination{flex-direction:column;gap:10px}.search-pagination button{justify-content:center;width:100%;padding:14px;font-size:1rem}}.pagination-pills{flex-wrap:wrap;justify-content:center;gap:6px;margin-top:8px;display:flex}.pagination-pills button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:.85rem;display:flex}.pagination-pills button.is-active{background:var(--blue);color:#fff;border-color:var(--blue)}.modal-overlay{z-index:400;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:16px;width:calc(100% - 2rem);max-width:440px;padding:2rem 2rem 1.5rem;position:relative;box-shadow:0 8px 40px #0003}.modal-box h2{margin:0 0 .4rem;font-size:1.25rem}.modal-subtitle{color:#6b7280;margin:0 0 1rem;font-size:.9rem}.modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:1.1rem;line-height:1;position:absolute;top:.8rem;right:.9rem}.modal-box label{color:#374151;flex-direction:column;gap:.3rem;margin-bottom:.8rem;font-size:.9rem;display:flex}.modal-box input[type=email],.modal-box input[type=number]{border:1.5px solid #d1d5db;border-radius:8px;outline:none;padding:.5rem .75rem;font-size:1rem}.modal-box input:focus{border-color:var(--blue)}.alert-success{color:#16a34a;padding:.75rem 0;font-weight:600}.alert-error{color:#dc2626;margin-bottom:.5rem;font-size:.85rem}.card-offer-group{background:#fff;border:1px solid #d7e2f2;border-radius:10px;max-height:220px;padding:.35rem;overflow:auto}.card-offer-group p{color:#4f6384;padding:.45rem;font-size:.85rem;font-weight:700}.card-offer-row{color:#2f4d79;border-radius:8px;grid-template-columns:minmax(0,1.4fr) auto auto auto;align-items:center;gap:.45rem;padding:.45rem;font-size:.78rem;text-decoration:none;display:grid}.card-offer-row:hover{background:#edf4ff}.card-offer-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.card-offer-row strong{color:var(--blue-900);white-space:nowrap}.search-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem;display:flex}.search-pagination button{background:var(--blue-900);color:#fff;border-radius:10px;align-items:center;gap:.4rem;min-height:40px;padding:.45rem .75rem;display:inline-flex}.search-pagination button:disabled{opacity:.45;cursor:not-allowed}.search-pagination span{color:#40597e;font-weight:800}.cookie-setting strong{color:#1f335a;font-size:.9rem;display:block}.cookie-setting span{color:#5b6f8e;font-size:.82rem;display:block}.cookie-setting input[type=checkbox]{accent-color:#2a6bdc;width:18px;height:18px}.cookie-btn{color:#1f335a;cursor:pointer;background:#f3f7ff;border:1px solid #c9d8ef;border-radius:10px;padding:.4rem .75rem;font-weight:700}.cookie-btn--primary{background:var(--blue-700);border-color:var(--blue-700);color:#fff}.cookie-btn--ghost{background:#fff}.cookie-banner__link{color:#2a6bdc;margin-top:.6rem;font-weight:700;text-decoration:none;display:inline-flex}.detail-modal__close{color:#fff;cursor:pointer;background:#11377be6;border:0;border-radius:999px;width:34px;height:34px;font-weight:800;position:absolute;top:.5rem;right:.5rem}@media (width<=1400px){.main-nav{gap:1.3rem;font-size:1.34rem}.hero-search__fields,.hero-search__fields--three{grid-template-columns:1fr 1fr}.hotel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.search-hero-grid,.search-results-layout{grid-template-columns:1fr}.public-search-panel{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr) minmax(0,1fr)}.search-sidebar{max-height:none;position:static;overflow-y:visible}.public-tour-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.destination-card h3,.favorite-card h3{font-size:1.8rem}}@media (width<=1100px){.provider-tour-modal__content{width:100%;max-width:100%;height:100%;max-height:100vh;box-shadow:none;border-radius:0;grid-template-columns:1fr}.provider-tour-modal__media{min-height:32vh;max-height:40vh}.provider-tour-modal__body{gap:.85rem;padding:1.15rem}.provider-tour-modal__heading h2{font-size:1.35rem}.provider-tour-modal__offer-row{grid-template-columns:1fr 1fr;gap:.35rem;padding:.55rem .75rem}.provider-tour-modal__offer-nights,.provider-tour-modal__offer-board{font-size:.75rem}.provider-tour-modal__inquiry-fields{flex-direction:column}.provider-tour-modal__inquiry-fields button{width:100%}.provider-tour-modal__thumbs{gap:3px;padding:6px 8px}.provider-tour-modal__thumb{flex:0 0 44px;height:32px}.desktop-only{display:none!important}.mobile-only{display:flex!important}.header-top{flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.logo{order:1}.mobile-header-actions{order:2;align-items:center;gap:1rem;display:flex}.top-search{order:3;width:100%;margin-top:1rem}.hamburger{cursor:pointer;color:var(--blue-700);background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:1.8rem;display:flex}.site-nav-wrapper{border-bottom:1px solid var(--line);background:#fffffffa;max-height:calc(100vh - 150px);padding:1.5rem 0;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.site-nav-wrapper.is-open{display:block}.site-nav-inner{flex-direction:column;align-items:center;display:flex}.mobile-contact{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1.2rem}.main-nav{flex-direction:column;align-items:center;gap:1.5rem;min-height:auto;padding:0;overflow-x:visible}.main-nav a{white-space:normal}.hero{min-height:840px}.hero__content{padding-top:130px}.hero__content p{font-size:1.15rem}.hero-search{padding-bottom:1.1rem}.hero-search__item{min-height:84px}.hero-search__footer button{min-width:170px;min-height:56px;font-size:1.6rem}.destination-grid,.hotel-grid,.footer-top-cats,.footer-main,.dual-blocks{grid-template-columns:1fr 1fr}.favorite-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr}.favorite-card,.favorite-card:first-child,.favorite-card:nth-child(2),.favorite-card:nth-child(3),.favorite-card:nth-child(4),.favorite-card:nth-child(5){grid-column:auto;min-height:240px}.social-banner{grid-template-columns:1fr;gap:1rem}.detail-modal__content{flex-direction:column;min-height:auto;max-height:92vh}.detail-modal__gallery{min-height:290px}.detail-modal__body h3{font-size:2.2rem}}@media (width<=760px){.main-nav{font-size:1.18rem}.hero{min-height:960px}.hero__content h1{font-size:2.2rem}.hero__btn{font-size:1.2rem}.hero-search__fields,.hero-search__fields--three{grid-template-columns:1fr}.hero-search__item{border-bottom:1px solid #d8e3f2;border-right:0;min-height:76px}.hero-search__item:last-child{border-bottom:0}.hero-search label,.hero-search input,.hero-search select{font-size:.95rem}.hero-search__footer{justify-content:center;align-items:center;min-height:74px}.hero-search__footer button{width:100%;min-height:54px;font-size:1.45rem;position:static;transform:none}.hero-search__footer button:hover{transform:none}.section-head h2,.stats-card h3,.last-minute-card h3,.footer-top-cats h4,.footer-main h5,.hotel-card h3,.destination-card h3,.favorite-card h3,.last-row h4{font-size:1.8rem}.price-pill,.hotel-price,.last-row strong{font-size:1.5rem}.destination-grid,.hotel-grid,.public-tour-grid,.footer-top-cats,.footer-main,.dual-blocks,.favorite-grid{grid-template-columns:1fr}.search-hero-section{padding:1.3rem 0}.public-search-panel{grid-template-columns:1fr;grid-template-areas:"query""start""end""people""transport""submit"}.search-results-toolbar{align-items:flex-start}.public-tour-card__footer{flex-direction:column;align-items:stretch}.public-tour-card__footer a{justify-content:center}.budget-filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:12px;width:100%;display:flex;overflow-x:auto}.budget-filters::-webkit-scrollbar{display:none}.budget-filters button{white-space:nowrap;flex-shrink:0}.stats-card__inner{grid-template-columns:1fr}.stats-card__inner img{height:280px}.stats-card__inner p,.hotel-meta,.hotel-info,.footer-main p,.footer-main label,.footer-top-cats p,.last-row p,.social-banner p{font-size:1.1rem}.social-buttons{flex-wrap:wrap}.social-buttons a{font-size:1.3rem}.polaroid{width:170px;height:200px}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom span{margin-left:0}}.search-autocomplete{position:relative}.search-autocomplete__dropdown{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:320px;margin-top:4px;padding:4px 0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.search-autocomplete__item{cursor:pointer;align-items:center;gap:10px;padding:10px 14px;transition:background .15s;display:flex}.search-autocomplete__item:hover,.search-autocomplete__item.is-active{background:#f1f5f9}.search-autocomplete__icon{color:#94a3b8;flex-shrink:0}.search-autocomplete__label{flex:1;font-size:.9rem}.search-autocomplete__label mark{background:#fef3c7;border-radius:2px;padding:0 1px}.search-autocomplete__meta{color:#64748b;gap:8px;font-size:.8rem;display:flex}.search-autocomplete__price{color:#0ea5e9;font-weight:600}.date-range-picker{position:relative}.date-range-picker__trigger{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;width:100%;padding:10px 14px;font-size:.9rem;transition:border-color .2s;display:flex}.date-range-picker__trigger:hover,.date-range-picker__trigger.is-open{border-color:#0ea5e9}.date-range-picker__trigger.has-value{color:#0f172a;font-weight:500}.date-range-picker__text{text-align:left;flex:1}.date-range-picker__clear{color:#94a3b8;cursor:pointer}.date-range-picker__clear:hover{color:#ef4444}.date-picker__popover{z-index:110;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:560px;margin-top:6px;padding:16px;position:absolute;top:100%;left:0;box-shadow:0 12px 32px #00000026}.date-picker__nav{justify-content:space-between;margin-bottom:12px;display:flex}.date-picker__nav button{cursor:pointer;color:#475569;background:0 0;border:none;border-radius:6px;padding:4px 8px}.date-picker__nav button:hover{background:#f1f5f9}.date-picker__months{gap:24px;display:flex}.date-picker__month{flex:1}.date-picker__month-label{text-align:center;text-transform:capitalize;margin-bottom:8px;font-size:.9rem;font-weight:600}.date-picker__weekdays{text-align:center;color:#94a3b8;grid-template-columns:repeat(7,1fr);margin-bottom:4px;font-size:.75rem;display:grid}.date-picker__grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.date-picker__day{aspect-ratio:1;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:.85rem;transition:background .15s;display:flex}.date-picker__day:hover:not(:disabled){background:#e0f2fe}.date-picker__day--past{color:#cbd5e1;cursor:default}.date-picker__day--today{font-weight:700}.date-picker__day--start,.date-picker__day--end{font-weight:600;color:#fff!important;background:#0ea5e9!important}.date-picker__day--in-range{background:#e0f2fe}.date-picker__empty{aspect-ratio:1}.date-picker__shortcuts{border-top:1px solid #e2e8f0;gap:8px;margin-top:12px;padding-top:12px;display:flex}.date-picker__shortcuts button{cursor:pointer;background:#f1f5f9;border:none;border-radius:6px;padding:6px 12px;font-size:.8rem;transition:background .15s}.date-picker__shortcuts button:hover{background:#e0f2fe}.star-rating-picker{flex-wrap:wrap;gap:6px;display:flex}.star-rating-picker__btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;transition:all .15s;display:flex}.star-rating-picker__btn:hover{border-color:#0ea5e9}.star-rating-picker__btn.is-active{color:#fff;background:#0ea5e9;border-color:#0ea5e9}.star-rating-picker__stars{align-items:center;gap:1px;display:flex}.star-rating-picker__stars .star-filled{fill:currentColor;color:inherit}.star-rating-picker__stars .star-empty{color:#cbd5e1}.star-rating-picker__btn.is-active .star-empty{color:#fff6}.star-rating-picker__label{margin-left:4px;font-size:.8rem;font-weight:500}.transport-filter{flex-wrap:wrap;gap:6px;display:flex}.transport-filter__btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;transition:all .15s;display:flex}.transport-filter__btn:hover{border-color:#0ea5e9}.transport-filter__btn.is-active{color:#fff;background:#0ea5e9;border-color:#0ea5e9}.nights-filter{flex-wrap:wrap;gap:6px;display:flex}.nights-filter__btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 12px;font-size:.85rem;transition:all .15s}.nights-filter__btn:hover{border-color:#0ea5e9}.nights-filter__btn.is-active{color:#fff;background:#0ea5e9;border-color:#0ea5e9}.board-multi-select{flex-wrap:wrap;gap:6px;display:flex}.board-multi-select__btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 12px;font-size:.85rem;transition:all .15s}.board-multi-select__btn:hover{border-color:#0ea5e9}.board-multi-select__btn.is-active{color:#fff;background:#0ea5e9;border-color:#0ea5e9}.destination-multi-select__chips{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.destination-multi-select__chip{color:#0369a1;cursor:pointer;background:#e0f2fe;border:none;border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:.8rem;transition:background .15s;display:flex}.destination-multi-select__chip:hover{background:#bae6fd}.destination-multi-select__check{margin-right:4px;font-size:.85rem}.recent-searches{margin-top:16px;padding:12px 0}.recent-searches__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.recent-searches__header h3{color:#475569;font-size:.85rem;font-weight:600}.recent-searches__clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;font-size:.8rem;text-decoration:underline}.recent-searches__list{margin:0;padding:0;list-style:none}.recent-searches__item{align-items:center;display:flex}.recent-searches__link{cursor:pointer;color:#334155;background:0 0;border:none;border-radius:6px;flex:1;align-items:center;gap:8px;padding:8px 4px;font-size:.85rem;transition:background .15s;display:flex}.recent-searches__link:hover{background:#f1f5f9}.recent-searches__count{color:#94a3b8;font-size:.8rem}.recent-searches__remove{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:4px;padding:4px}.recent-searches__remove:hover{color:#ef4444;background:#fef2f2}@media (width<=767px){.date-picker__popover{min-width:unset;border-radius:16px 16px 0 0;max-height:80vh;position:fixed;inset:auto 0 0;overflow-y:auto}.date-picker__months{flex-direction:column;gap:16px}.transport-filter__label{display:none}}.tour-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.tour-list{flex-direction:column;gap:1rem;display:flex}@keyframes cardEntrance{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.tour-card{animation:none!important}}.tour-card--grid{cursor:pointer;background:#fff;border-radius:12px;transition:transform .2s ease-out,box-shadow .2s ease-out;animation:.3s ease-out both cardEntrance;overflow:hidden;box-shadow:0 1px 3px #00000014}.tour-card--grid:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.tour-card--grid:focus-visible{outline-offset:2px;outline:2px solid #0ea5e9}.tour-card__image{aspect-ratio:16/10;background:#f1f5f9;position:relative;overflow:hidden}.tour-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.tour-card--grid:hover .tour-card__image img{transform:scale(1.03)}.tour-card__heart{cursor:pointer;color:#94a3b8;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex;position:absolute;top:10px;right:10px}.tour-card__heart:hover,.tour-card__heart.is-saved{color:#ef4444;background:#fff}.tour-card__discount{color:#fff;background:#ef4444;border-radius:4px;padding:3px 8px;font-size:.75rem;font-weight:700;position:absolute;top:10px;left:10px}.tour-card__provider{color:#fff;background:#0009;border-radius:4px;padding:2px 8px;font-size:.7rem;position:absolute;bottom:10px;left:10px}.tour-card__body{padding:14px 16px 16px}.tour-card__destination{color:#0ea5e9;text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px;font-size:.75rem;font-weight:600}.tour-card__title{color:#0f172a;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:.95rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.tour-card__meta{color:#64748b;flex-wrap:wrap;gap:8px;margin-bottom:6px;font-size:.8rem;display:flex}.tour-card__meta-item{align-items:center;gap:3px;display:flex}.tour-card__stars{color:#f59e0b}.tour-card__board{color:#475569;background:#f1f5f9;border-radius:4px;margin-bottom:6px;padding:2px 8px;font-size:.78rem;display:inline-block}.tour-card__dates{color:#64748b;align-items:center;gap:4px;margin-bottom:10px;font-size:.78rem;display:flex}.tour-card__price-row{align-items:baseline;gap:8px;display:flex}.tour-card__price strong{color:#0f172a;font-size:1.15rem}.tour-card__price-suffix{color:#64748b;font-size:.8rem}.tour-card__price-request{color:#64748b;font-size:.9rem;font-style:italic}.tour-card__original-price{color:#94a3b8;font-size:.8rem}.tour-card__offers-count{color:#0ea5e9;margin-top:8px;font-size:.78rem;font-weight:500}.tour-card__discount-inline{color:#ef4444;font-size:.75rem;font-weight:600}.tour-card--list{cursor:pointer;background:#fff;border-radius:10px;transition:transform .2s ease-out,box-shadow .2s ease-out;animation:.3s ease-out both cardEntrance;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000014}.tour-card--list:hover{box-shadow:0 4px 16px #0000001a}.tour-card__image--list{flex-shrink:0;width:200px;min-height:140px}.tour-card__image--list img{object-fit:cover;width:100%;height:100%}.tour-card__body--list{flex-direction:column;flex:1;justify-content:space-between;padding:12px 16px;display:flex}.tour-card__list-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tour-card__list-meta{color:#64748b;flex-wrap:wrap;gap:12px;font-size:.82rem;display:flex}.tour-card__list-actions{align-items:center;gap:12px;margin-top:8px;display:flex}.tour-card__provider-inline{color:#64748b;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:.72rem}.tour-card__detail-btn{cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.tour-card__detail-btn:hover{color:#fff;background:#0ea5e9;border-color:#0ea5e9}.tour-card-skeleton{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.tour-card-skeleton--list{display:flex}.tour-card-skeleton__image{aspect-ratio:16/10;background:#e2e8f0}.tour-card-skeleton--list .tour-card-skeleton__image{aspect-ratio:auto;width:200px;min-height:140px}.tour-card-skeleton__body{flex-direction:column;gap:10px;padding:16px;display:flex}.tour-card-skeleton__line{background:#e2e8f0;border-radius:4px;height:14px}.tour-card-skeleton__line--short{width:40%}.tour-card-skeleton__line--meta{width:70%;height:12px}.tour-card-skeleton__line--price{width:50%;height:18px}.shimmer{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@media (width<=767px){.tour-grid{grid-template-columns:1fr;gap:1rem}.tour-card--list{flex-direction:column}.tour-card__image--list{width:100%;min-height:160px}.tour-card-skeleton--list{flex-direction:column}.tour-card-skeleton--list .tour-card-skeleton__image{width:100%;min-height:120px}}.tour-detail-modal{z-index:1000;opacity:0;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:fixed;inset:0}.tour-detail-modal.is-open{opacity:1}.tour-detail-modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:absolute;inset:0}.tour-detail-modal__content{background:#fff;border-radius:16px;width:95vw;max-width:900px;max-height:90vh;transition:transform .3s;position:relative;overflow-y:auto;transform:translateY(20px);box-shadow:0 24px 48px #0003}.tour-detail-modal.is-open .tour-detail-modal__content{transform:translateY(0)}.tour-detail-modal__close{z-index:10;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000001a}.tour-detail-modal__body{padding:24px}.tour-detail-modal__header h2{color:#0f172a;margin:0 0 4px;font-size:1.4rem;font-weight:700}.tour-detail-modal__subtitle{color:#64748b;margin:0 0 16px;font-size:.9rem}.tour-detail-modal__stars{color:#f59e0b;margin-left:8px}.tour-detail-modal__facts{background:#f8fafc;border-radius:8px;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:12px 16px;display:flex}.tour-detail-modal__fact{color:#334155;align-items:center;gap:6px;font-size:.85rem;display:flex}.tour-gallery{position:relative}.tour-gallery__main{aspect-ratio:16/10;cursor:pointer;background:#f1f5f9;border-radius:16px 16px 0 0;position:relative;overflow:hidden}.tour-gallery__main img{object-fit:cover;width:100%;height:100%}.tour-gallery__zoom{cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;bottom:12px;right:12px}.tour-gallery__counter{color:#fff;background:#0009;border-radius:12px;padding:4px 10px;font-size:.75rem;position:absolute;bottom:12px;left:12px}.tour-gallery__nav{cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 6px #0000001a}.tour-gallery__nav--prev{left:12px}.tour-gallery__nav--next{right:12px}.tour-gallery__thumbs{scrollbar-width:thin;gap:6px;padding:8px 12px;display:flex;overflow-x:auto}.tour-gallery__thumb{cursor:pointer;background:#e2e8f0;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:56px;height:40px;padding:0;overflow:hidden}.tour-gallery__thumb.is-active{border-color:#0ea5e9}.tour-gallery__thumb img{object-fit:cover;width:100%;height:100%}.tour-gallery__thumb--more{color:#475569;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.tour-lightbox{z-index:2000;background:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.tour-lightbox__close{cursor:pointer;color:#fff;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:16px;right:16px}.tour-lightbox__counter{color:#fff;font-size:.9rem;position:absolute;top:20px;left:50%;transform:translate(-50%)}.tour-lightbox__image{object-fit:contain;border-radius:4px;max-width:90vw;max-height:85vh}.tour-lightbox__nav{cursor:pointer;color:#fff;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.tour-lightbox__nav--prev{left:16px}.tour-lightbox__nav--next{right:16px}.tour-price-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-bottom:20px;padding:16px 20px}.tour-price-card__discount-badge{color:#fff;background:#ef4444;border-radius:4px;align-items:center;gap:4px;margin-bottom:8px;padding:3px 8px;font-size:.75rem;font-weight:700;display:inline-flex}.tour-price-card__main{align-items:center;gap:8px;display:flex}.tour-price-card__check{color:#16a34a}.tour-price-card__amount{color:#0f172a;font-size:1.5rem}.tour-price-card__request{color:#64748b;font-size:1.1rem;font-style:italic}.tour-price-card__per{color:#64748b;font-size:.85rem}.tour-price-card__savings{color:#16a34a;align-items:center;gap:10px;margin-top:6px;font-size:.85rem;display:flex}.tour-price-card__savings s{color:#94a3b8}.tour-price-card__total{color:#475569;align-items:center;gap:6px;margin-top:6px;font-size:.85rem;display:flex}.tour-price-card__cta{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:8px;width:100%;margin-top:12px;padding:12px;font-size:.95rem;font-weight:600;transition:background .15s;display:block}.tour-price-card__cta:hover{background:#0284c7}.tour-price-card__call{text-align:center;color:#64748b;margin-top:8px;font-size:.8rem;text-decoration:none;display:block}.tour-price-card__provider{text-align:center;color:#94a3b8;margin-top:8px;font-size:.72rem}.tour-detail-tabs{margin-bottom:24px}.tour-detail-tabs__nav{border-bottom:1px solid #e2e8f0;gap:4px;margin-bottom:16px;display:flex}.tour-detail-tabs__tab{cursor:pointer;color:#64748b;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .15s}.tour-detail-tabs__tab.is-active{color:#0ea5e9;border-bottom-color:#0ea5e9}.tour-detail-tabs__description p{color:#334155;font-size:.9rem;line-height:1.6}.tour-detail-tabs__placeholder{color:#94a3b8;font-size:.85rem;font-style:italic}.offer-table{width:100%}.offer-table__header{color:#64748b;border-bottom:1px solid #e2e8f0;grid-template-columns:2fr .7fr 1fr 1fr 1.2fr;gap:8px;padding:8px 12px;font-size:.75rem;font-weight:600;display:grid}.offer-table__sort{cursor:pointer;color:#64748b;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:.75rem;font-weight:600;display:flex}.offer-table__sort:hover{color:#0ea5e9}.offer-table__col-label{align-items:center;gap:4px;display:flex}.offer-table__body{max-height:320px;overflow-y:auto}.offer-table__row{cursor:pointer;text-align:left;color:#334155;background:0 0;border:none;border-bottom:1px solid #f1f5f9;grid-template-columns:2fr .7fr 1fr 1fr 1.2fr;gap:8px;width:100%;padding:10px 12px;font-size:.82rem;transition:background .1s;display:grid}.offer-table__row:hover{background:#f8fafc}.offer-table__row.is-selected{background:#eff6ff;border-color:#bfdbfe}.offer-table__row.is-cheapest .offer-table__cell--price{color:#16a34a;font-weight:600}.offer-table__cell{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:4px;display:flex;overflow:hidden}.offer-table__cell--price{font-weight:600}.offer-table__badge{color:#16a34a;background:#dcfce7;border-radius:4px;margin-left:4px;padding:1px 6px;font-size:.65rem}.offer-table__show-all{cursor:pointer;color:#0ea5e9;background:0 0;border:1px solid #e2e8f0;border-radius:6px;width:100%;margin-top:8px;padding:10px;font-size:.82rem;display:block}.offer-table__skeleton-row{border-radius:6px;height:40px;margin-bottom:8px}.offer-table__loading-text{color:#94a3b8;text-align:center;margin-top:8px;font-size:.82rem}.offer-table__error{color:#ef4444;font-size:.85rem}.offer-table__empty{color:#94a3b8;font-size:.85rem;font-style:italic}.tour-inquiry-form{background:#f8fafc;border-radius:12px;margin-bottom:24px;padding:20px}.tour-inquiry-form--success{text-align:center;color:#16a34a}.tour-inquiry-form--success h4{margin:12px 0 4px;font-size:1.1rem}.tour-inquiry-form--success p{color:#475569;font-size:.85rem}.tour-inquiry-form__header{color:#0f172a;align-items:center;gap:8px;margin-bottom:12px;font-weight:600;display:flex}.tour-inquiry-form__fields{flex-direction:column;gap:10px;margin-bottom:12px;display:flex}.tour-inquiry-form__input,.tour-inquiry-form__textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:10px 12px;font-size:.9rem}.tour-inquiry-form__input:focus,.tour-inquiry-form__textarea:focus{border-color:#0ea5e9;outline:none;box-shadow:0 0 0 3px #0ea5e91a}.tour-inquiry-form__consent{color:#64748b;align-items:flex-start;gap:8px;margin-bottom:12px;font-size:.8rem;display:flex}.tour-inquiry-form__error{color:#ef4444;margin-bottom:8px;font-size:.8rem}.tour-inquiry-form__submit{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-weight:600;transition:background .15s;display:flex}.tour-inquiry-form__submit:hover{background:#0284c7}.tour-inquiry-form__submit:disabled{opacity:.6;cursor:not-allowed}.tour-inquiry-form__alt{text-align:center;color:#64748b;margin-top:10px;font-size:.8rem}.related-tours{border-top:1px solid #e2e8f0;margin-top:24px;padding-top:20px}.related-tours__title{color:#0f172a;margin:0 0 12px;font-size:1rem;font-weight:600}.related-tours__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.related-tours__card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:0;transition:box-shadow .15s;overflow:hidden}.related-tours__card:hover{box-shadow:0 4px 12px #00000014}.related-tours__image{object-fit:cover;width:100%;height:100px}.related-tours__info{flex-direction:column;gap:2px;padding:8px 10px;display:flex}.related-tours__destination{color:#0ea5e9;text-transform:uppercase;font-size:.7rem;font-weight:600}.related-tours__card-title{color:#0f172a;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-size:.78rem;display:-webkit-box;overflow:hidden}.related-tours__price{color:#0f172a;font-size:.85rem}@media (width<=767px){.tour-detail-modal__content{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100vh}.tour-gallery__main{border-radius:0}.offer-table__header,.offer-table__row{grid-template-columns:1.5fr .5fr .8fr 1fr;font-size:.72rem}.offer-table__row .offer-table__cell:nth-child(4){display:none}.related-tours__grid{grid-template-columns:repeat(2,1fr)}}.tour-card__compare{cursor:pointer;color:#94a3b8;opacity:0;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .15s;display:flex;position:absolute;top:10px;right:48px}.tour-card--grid:hover .tour-card__compare,.tour-card__compare.is-active{opacity:1}.tour-card__compare.is-active{color:#0ea5e9;background:#e0f2fe}.tour-card__compare.is-disabled{opacity:.4;cursor:not-allowed}.compare-tray{z-index:900;background:#fff;border-top:1px solid #e2e8f0;align-items:center;gap:16px;padding:12px 24px;animation:.3s ease-out slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014}.compare-tray__thumbs{gap:8px;display:flex}.compare-tray__thumb{cursor:pointer;background:0 0;border:2px solid #e2e8f0;border-radius:6px;width:48px;height:36px;padding:0;position:relative;overflow:hidden}.compare-tray__thumb img{object-fit:cover;width:100%;height:100%}.compare-tray__thumb-x{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:-2px;right:-2px}.compare-tray__count{color:#475569;flex:1;font-size:.85rem}.compare-tray__actions{gap:8px;display:flex}.compare-tray__expand{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:6px;padding:8px 16px;font-size:.85rem;font-weight:600}.compare-tray__clear{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;font-size:.82rem}.compare-view{z-index:950;background:#fff;padding:24px;animation:.2s fadeIn;position:fixed;inset:0;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.compare-view__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.compare-view__header h2{margin:0;font-size:1.3rem;font-weight:700}.compare-view__header-actions{align-items:center;gap:12px;display:flex}.compare-view__header-actions button{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;font-size:.82rem}.compare-view__close{justify-content:center;align-items:center;height:36px;display:flex;width:36px!important;padding:0!important}.compare-view__grid{background:#f1f5f9;border-radius:12px;gap:1px;display:grid;overflow:hidden}.compare-view__card-header{text-align:center;background:#fff;padding:16px}.compare-view__image{object-fit:cover;border-radius:8px;width:100%;height:120px;margin-bottom:8px}.compare-view__card-header h3{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;font-size:.9rem;display:-webkit-box;overflow:hidden}.compare-view__card-header p{color:#64748b;margin:0;font-size:.78rem}.compare-view__stars{color:#f59e0b;font-size:.85rem}.compare-view__remove{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;align-items:center;gap:4px;margin-top:8px;padding:4px 8px;font-size:.72rem;display:inline-flex}.compare-view__row-label{color:#64748b;background:#f8fafc;grid-column:1/-1;padding:10px 16px;font-size:.78rem;font-weight:600}.compare-view__cell{background:#fff;align-items:center;gap:6px;padding:10px 16px;font-size:.85rem;display:flex}.compare-view__cell.is-best{background:#f0fdf4}.compare-view__trophy{color:#f59e0b}.compare-view__diff{color:#94a3b8;font-size:.72rem}.compare-view__cell--actions button{color:#0ea5e9;cursor:pointer;background:#fff;border:1px solid #0ea5e9;border-radius:6px;padding:6px 12px;font-size:.82rem}@media (width<=767px){.compare-tray{flex-wrap:wrap;padding:10px 16px}.compare-view{padding:16px}.compare-view__grid{overflow-x:auto}.tour-card__compare{opacity:1}}.bottom-sheet-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;position:fixed;inset:0}.bottom-sheet{background:#fff;border-radius:16px 16px 0 0;flex-direction:column;max-height:90vh;transition:transform .3s cubic-bezier(.32,.72,0,1);display:flex;position:absolute;bottom:0;left:0;right:0}.bottom-sheet__handle{cursor:grab;touch-action:none;justify-content:center;padding:12px 0 8px;display:flex}.bottom-sheet__handle-bar{background:#cbd5e1;border-radius:2px;width:40px;height:4px}.bottom-sheet__header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:0 20px 12px;display:flex}.bottom-sheet__header h3{margin:0;font-size:1rem;font-weight:600}.bottom-sheet__header button{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.bottom-sheet__content{-webkit-overflow-scrolling:touch;flex:1;padding:16px 20px 24px;overflow-y:auto}.pull-to-refresh{justify-content:center;padding:12px;transition:height .2s;display:flex;overflow:hidden}.pull-to-refresh__spinner{border:2px solid #e2e8f0;border-top-color:#0ea5e9;border-radius:50%;width:24px;height:24px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.infinite-scroll-sentinel{height:1px}.infinite-scroll-loading{justify-content:center;padding:16px;display:flex}.back-to-top{z-index:800;cursor:pointer;opacity:0;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .2s,transform .2s;display:flex;position:fixed;bottom:80px;right:16px;transform:translateY(20px);box-shadow:0 2px 8px #0000001a}.back-to-top.is-visible{opacity:1;transform:translateY(0)}@media (width<=767px){.bottom-sheet-overlay{display:block}button,[role=button],a{min-width:44px;min-height:44px}*{touch-action:manipulation}.horizontal-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.horizontal-scroll::-webkit-scrollbar{display:none}.horizontal-scroll>*{scroll-snap-align:start;flex-shrink:0}.filter-fab{width:56px;height:56px;font-size:1.1rem}.preset-pills{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding-bottom:8px;display:flex;overflow-x:auto}.preset-pills::-webkit-scrollbar{display:none}.preset-pill{scroll-snap-align:start;white-space:nowrap;flex-shrink:0}}@media (width>=768px){.bottom-sheet-overlay{display:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{body{color:#000;background:#fff;font-size:12pt}.search-sidebar,.filter-fab,.back-to-top,.bottom-sheet-overlay,.cookie-consent,.lead-popup,nav,footer,.compare-tray{display:none!important}.tour-card{break-inside:avoid;box-shadow:none;page-break-inside:avoid;border:1px solid #ddd}.tour-detail-modal{box-shadow:none;border:1px solid #ddd;max-height:none;position:static;overflow:visible}.compare-view{display:block}.compare-view__card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}a[href]:after{content:" (" attr(href) ")";color:#666;font-size:.8em}img{max-width:100%!important}}
