:root{--bg:#fbfaf7;--ink:#141414;--muted:#6d6d69;--accent:#ff4b22;--dark:#161616;--card:#fff;--line:#e8e5df;--soft:#f2efe8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:23px;font-weight:900;letter-spacing:-1px;text-decoration:none;color:var(--ink)}.brand span{color:var(--accent)}.brand .brand-dot{color:var(--ink)}.nav nav{display:flex;gap:28px}.nav nav a{color:var(--ink);text-decoration:none;font-weight:650;font-size:14px}.hero-copy{max-width:1040px}.pill{display:inline-flex;gap:8px;align-items:center;background:#fff1ec;color:#b83415;border:1px solid #ffd8ca;padding:9px 13px;border-radius:999px;font-size:13px;font-weight:800}.hero h1{font-size:clamp(48px,7vw,88px);line-height:.98;letter-spacing:-4px;margin:24px 0}.hero h1 span{color:var(--accent)}.hero p{font-size:20px;color:var(--muted);max-width:760px;line-height:1.55}.searchbar{margin-top:35px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 60px rgba(0,0,0,.08);border-radius:20px;padding:10px;display:grid;grid-template-columns:1.2fr 1fr 1fr 1.5fr;align-items:center}.searchbar div{padding:10px 17px;border-right:1px solid var(--line)}.searchbar div:nth-child(3){border-right:none}.searchbar small{display:block;color:var(--muted);font-size:11px;margin-bottom:4px}.searchbar strong{font-size:14px}.card-cta,.searchbar button,.surprise-card button{border:0;background:var(--dark);color:#fff;border-radius:14px;padding:16px 18px;font-weight:800;display:flex;gap:8px;align-items:center;justify-content:center}.trustline{color:#87877f;font-size:13px;margin-top:12px}.section{padding:70px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.budget-grid h2,.score-copy h2,.section-heading h2{font-size:42px;letter-spacing:-2px;margin:5px 0}.section-heading a{display:flex;gap:7px;align-items:center;color:var(--ink);font-weight:800;text-decoration:none}.kicker{font-size:12px;font-weight:900;letter-spacing:1.4px;color:var(--accent)}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.badge{position:absolute;top:15px;left:15px;background:#fff;color:#111;padding:8px 10px;border-radius:999px;font-size:11px;font-weight:900}.badge.hot{background:var(--accent);color:#fff}.offer-body{padding:19px;display:flex;flex-direction:column;min-height:330px}.offer-topline{display:flex;align-items:start;justify-content:space-between;gap:10px}.eyebrow{color:var(--muted);font-size:12px;font-weight:700}.offer-body h3{font-size:26px;margin:4px 0}.score{background:var(--soft);padding:8px 10px;border-radius:12px}.score strong{font-size:18px}.score span{font-size:11px;color:var(--muted)}.price{margin:8px 0 13px;color:var(--muted)}.price strong{font-size:22px;color:var(--ink)}.meta,.price span{font-size:12px}.meta{display:flex;flex-wrap:wrap;gap:9px 14px;color:#5c5c57}.meta span{display:flex;gap:5px;align-items:center}.offer-body p{color:var(--muted);line-height:1.5;font-size:13px;min-height:58px;margin-bottom:18px}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px;margin-bottom:26px}.category{border:1px solid var(--line);background:#fff;border-radius:16px;padding:18px 14px;display:flex;align-items:center;gap:10px;font-weight:800}.category.active{background:var(--dark);color:#fff}.filtered-grid{grid-template-columns:repeat(4,1fr)}.filtered-grid .offer-image{height:190px}.budget-wrap{background:var(--dark);color:#fff;padding:78px 0}.budget-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:70px;gap:70px;align-items:center}.budget-grid p{color:#c7c7c2;max-width:600px;line-height:1.55}.kicker.light{color:#ff8f74}.budget-grid input{width:100%;accent-color:var(--accent);margin-top:28px}.range-labels{display:flex;justify-content:space-between;color:#aaa;margin-top:8px}.range-labels strong{color:#fff}.surprise-card{background:#242424;border:1px solid #383838;border-radius:22px;padding:30px}.surprise-card h3{font-size:28px;margin:16px 0 6px}.surprise-card p{margin-top:0}.surprise-card button{background:var(--accent);width:100%;margin-top:14px}.score-section{display:grid;grid-template-columns:1fr 420px;grid-gap:80px;gap:80px;align-items:center}.score-copy p{color:var(--muted);line-height:1.65;font-size:17px}.score-box{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px}.bigscore{font-size:62px;font-weight:900;letter-spacing:-4px}.bigscore span{font-size:18px;color:var(--muted);letter-spacing:0}.score-row{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid var(--line)}.verdict{margin-top:12px;background:#fff1ec;color:#c53a18;padding:12px;text-align:center;border-radius:12px;font-weight:900}.footer-brand{margin-bottom:8px}.footer p{color:var(--muted)}@media (max-width:900px){.nav nav{display:none}.hero{padding-top:35px}.hero h1{letter-spacing:-2.5px}.searchbar{grid-template-columns:1fr}.searchbar div{border-right:0;border-bottom:1px solid var(--line)}.cards-grid,.category-grid,.filtered-grid{grid-template-columns:1fr 1fr}.budget-grid,.score-section{grid-template-columns:1fr}.budget-grid{gap:35px}}@media (max-width:620px){.shell{width:min(100% - 24px,1180px)}.hero h1{font-size:48px}.hero p{font-size:17px}.cards-grid,.filtered-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr 1fr}.budget-grid h2,.score-copy h2,.section-heading h2{font-size:34px}.offer-image{height:220px}.nav-cta{display:none}}.brand-logo{display:flex;align-items:center;width:190px;height:74px;overflow:hidden;text-decoration:none}.brand-logo img{height:auto}.hero{padding:58px 0 70px;background:radial-gradient(circle at 82% 40%,#e9f7ff 0,#fbfaf7 34%,#fbfaf7 100%)}.hero-inner{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);grid-gap:34px;gap:34px}.hero-brand-card{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#ffffff,#fff3ea);border:1px solid #ffd9c8;border-radius:36px;padding:24px;box-shadow:0 25px 70px rgba(1,56,104,.1);transform:none}.hero-brand-card img{width:100%;height:auto;object-fit:contain}.hero-brand-tag{margin-top:4px;background:#fff7f1;border:1px solid #ffd2bb;padding:10px 16px;border-radius:999px;font-weight:850;color:#c45518}.nav-cta{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 16px;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer}.nav-cta b{display:inline-grid;place-items:center;background:#ff8a2a;color:#fff;min-width:21px;height:21px;padding:0 6px;border-radius:999px;font-size:11px}.category,.heart,.searchbar button,.surprise-card button{cursor:pointer}.offer-card{background:var(--card);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 8px 30px rgba(255,102,34,.08);position:relative;transition:.2s ease;display:flex;flex-direction:column;min-width:0}.offer-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(0,0,0,.08)}.offer-image{aspect-ratio:16/10;height:auto;min-height:0;background-size:cover;background-position:50%;position:relative;background-color:#fff4ec;display:block;overflow:hidden;flex:0 0 auto}.heart{position:absolute;right:15px;top:15px;border:0;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;z-index:3}.card-cta{width:100%;background:#f3f1eb;color:var(--ink);text-decoration:none;margin-top:auto}.results-info{font-size:13px;color:var(--muted);margin:-10px 0 20px}.surprise-result{margin-top:16px;background:#101010;padding:14px;border-radius:12px;font-weight:800;display:flex;justify-content:space-between;gap:12px;color:#fff;text-decoration:none}.surprise-result span{color:#bdbdb7}.footer img{width:145px;height:auto}.back-link{display:flex;gap:7px;align-items:center;color:var(--ink);font-weight:800;text-decoration:none}.detail-hero{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:50px;gap:50px;padding:54px 0 70px}.detail-copy h1{font-size:64px;letter-spacing:-3px;margin:8px 0 12px}.detail-score{display:inline-flex;gap:7px;align-items:end;background:#fff3ea;border:1px solid #ffd8c2;padding:10px 13px;border-radius:14px}.detail-score strong{font-size:26px;color:#087dc7}.detail-score span{font-size:12px;color:#7a5b4b}.detail-price{margin:24px 0 12px;font-size:16px}.detail-price strong{font-size:38px}.detail-lead{font-size:18px;line-height:1.6;color:var(--muted)}.detail-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin:22px 0}.detail-meta span{display:flex;gap:8px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px;font-size:13px;font-weight:700}.detail-meta svg{width:17px}.primary-cta{display:flex;align-items:center;justify-content:center;gap:9px;background:#f26522;color:#fff;text-decoration:none;font-weight:900;padding:17px 20px;border-radius:15px;margin-top:18px}.affiliate-note{display:block;color:var(--muted);margin-top:9px}.detail-panel{display:grid;grid-template-columns:1fr .75fr;grid-gap:70px;gap:70px;background:#fff;border:1px solid var(--line);border-radius:25px;padding:38px}.detail-panel h2{font-size:38px;letter-spacing:-1.5px;margin:7px 0}.detail-panel p{color:var(--muted);line-height:1.7}.footer{padding:32px 0;text-align:center}@media (max-width:980px){.detail-hero,.detail-panel,.hero-inner{grid-template-columns:1fr}.hero-brand-card{min-height:300px}.hero-brand-card img{max-width:420px}.detail-image{min-height:0;aspect-ratio:16/9}.detail-copy h1{font-size:50px}}@media (max-width:620px){.brand-logo{width:130px;height:60px}.hero-brand-card{min-height:240px;border-radius:24px}.hero-brand-tag{font-size:12px}.detail-image{min-height:0;aspect-ratio:16/9;border-radius:20px}.detail-copy h1{font-size:44px}.detail-meta{grid-template-columns:1fr}.detail-panel{padding:24px}.nav{height:70px}.back-link{font-size:13px}}.search-hub{margin-top:-52px;position:relative;z-index:5;background:#fff;border:1px solid #f4dccc;border-radius:24px;box-shadow:0 18px 50px rgba(16,50,82,.12);padding:0 24px 20px}.search-tabs{display:flex;gap:6px;overflow:auto;border-bottom:1px solid #f2e3d9;padding:14px 0 10px}.search-tabs button{border:0;background:transparent;padding:10px 14px;border-radius:12px;font-weight:800;color:#8b6a55;white-space:nowrap;cursor:pointer}.search-tabs button.active{background:#fff1e8;color:#f26522}.advanced-search{display:grid;grid-template-columns:1fr 1.3fr .8fr .9fr .9fr auto;grid-gap:10px;gap:10px;padding:18px 0}.advanced-search label{border:1px solid #edd6c6;border-radius:14px;padding:9px 12px;background:#fffaf7}.advanced-search label span{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:800;color:#9b6d53;margin-bottom:4px}.advanced-search label span svg{width:13px;height:13px}.advanced-search input,.advanced-search select{width:100%;border:0;background:transparent;outline:0;font:inherit;font-weight:700;color:#17364e}.search-submit{border:0;border-radius:14px;padding:0 20px;background:#ff8a2a;color:#fff;font-weight:900;display:flex;align-items:center;gap:8px;cursor:pointer}.search-results-block{padding-top:10px}.search-results-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:10px 0 18px}.search-results-heading small{font-weight:900;color:#f26522}.search-results-heading h3{margin:4px 0 0;font-size:25px}.search-results-heading>span{max-width:480px;color:#8b6a55;font-size:13px}.empty-search{padding:20px;border-radius:14px;background:#f6f9fc;color:#8b6a55}.partner-strip{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-top:1px solid #f2e3d9;margin-top:18px;padding-top:16px}.partner-strip>span{font-size:12px;font-weight:800;color:#8b6a55}.partner-chip,.partner-strip a{font-size:11px;font-weight:800;padding:5px 9px;border-radius:999px;background:#fff2e8;color:#b85a17;text-decoration:none}.special-search{display:grid;grid-template-columns:auto 1fr auto;grid-gap:18px;gap:18px;align-items:center;padding:24px 0}.special-icon{width:54px;height:54px;border-radius:18px;background:#fff1e8;color:#f26522;display:grid;place-items:center}.special-search h3{margin:3px 0 5px;font-size:23px}.special-search p{margin:0;color:#8b6a55}.primary-cta.compact{white-space:nowrap;background:#ff8a2a}.detail-source{margin:-6px 0 12px;color:#7a5b4b;font-size:13px}.addon-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.addon-grid a{display:flex;flex-direction:column;gap:8px;border:1px solid #f0d8c8;border-radius:18px;padding:20px;text-decoration:none;color:#15354d;background:#fff;transition:.2s}.addon-grid a:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(18,54,83,.09)}.addon-grid strong{font-size:17px}.addon-grid span{font-size:13px;color:#8b6a55}.addon-grid b{font-size:13px;color:#f26522;margin-top:8px}@media (max-width:1050px){.advanced-search{grid-template-columns:repeat(2,1fr)}.search-submit{min-height:54px;justify-content:center}.addon-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.search-hub{margin:18px 12px 0;padding:0 14px 16px}.advanced-search{grid-template-columns:1fr}.search-results-heading,.special-search{display:flex;flex-direction:column;align-items:flex-start}.special-search .primary-cta{width:100%;justify-content:center}.addon-grid{grid-template-columns:1fr}}.site-nav nav a{white-space:nowrap}.nav-search-link{text-decoration:none;color:var(--ink)}.content-hubs{padding-top:30px}.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.hub-grid a{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;gap:8px;transition:.2s}.hub-grid a:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.07)}.hub-grid strong{font-size:18px}.hub-grid span{color:var(--muted);line-height:1.45;font-size:13px}.legacy-shell{padding:28px 0 70px}.legacy-breadcrumb{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:13px;margin:12px 0 26px}.legacy-breadcrumb a{color:var(--ink);font-weight:800;text-decoration:none}.archive-banner{display:flex;gap:12px;align-items:center;background:#fff3ea;border:1px solid #ffcfad;border-radius:14px;padding:14px 16px;margin-bottom:20px}.archive-banner strong{color:#b85a17}.archive-banner span{color:#8b6a55;font-size:13px}.legacy-article{max-width:900px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:42px;box-shadow:0 12px 40px rgba(0,0,0,.04)}.hub-page h1,.legacy-article header h1,.service-page h1{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-2.7px;margin:10px 0 24px}.legacy-content{font-size:17px;line-height:1.75;color:#343431;overflow-wrap:anywhere}.legacy-content h2{font-size:32px;line-height:1.16;letter-spacing:-1px;margin:46px 0 14px;color:var(--ink)}.legacy-content h3{font-size:23px;margin:32px 0 10px;color:var(--ink)}.legacy-content a{color:#f26522;font-weight:700}.legacy-content img{max-width:100%;height:auto;border-radius:16px}.legacy-content table{width:100%;border-collapse:collapse;display:block;overflow:auto}.legacy-content td,.legacy-content th{border:1px solid var(--line);padding:10px}.legacy-content ol,.legacy-content ul{padding-left:24px}.legacy-content .wp-block-button__link,.legacy-content a[class*=button]{display:inline-flex;padding:12px 16px;border-radius:12px;background:#fff1e8;text-decoration:none}.legacy-offers{padding:70px 0 25px}.legacy-internal-links{margin-top:30px;border-top:1px solid var(--line);padding-top:30px}.legacy-internal-links>div{display:flex;flex-wrap:wrap;gap:10px}.legacy-internal-links a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;text-decoration:none;color:var(--ink);font-weight:800}.hub-page,.service-page{padding:52px 0 80px}.hub-lead{font-size:19px;line-height:1.6;color:var(--muted);max-width:780px;margin-bottom:34px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.article-grid a{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;gap:9px}.article-grid a>span{font-size:10px;font-weight:900;color:#f26522;letter-spacing:1px}.article-grid strong{font-size:19px;line-height:1.25}.article-grid p{color:var(--muted);font-size:13px;line-height:1.5;margin:0}.article-grid b{margin-top:auto;color:#f26522;font-size:13px}.offer-detail-top{padding-top:22px}.offer-detail-top a{display:inline-flex;align-items:center;gap:7px;color:var(--ink);text-decoration:none;font-weight:800}.detail-internal-addons{display:grid;grid-gap:9px;gap:9px}.detail-internal-addons a{border:1px solid var(--line);background:#fff8f3;border-radius:12px;padding:12px;text-decoration:none;color:var(--ink);font-weight:800}.service-panel{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:26px;gap:26px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px}.service-panel h2{font-size:30px;margin-top:0}.service-panel li{margin:12px 0;line-height:1.55}.service-cta{background:#fff3ea;border-radius:18px;padding:24px}.service-cta strong{font-size:24px}.service-cta p{color:#7a5b4b;line-height:1.55}.service-cta a{display:flex;justify-content:center;background:#f26522;color:#fff;border-radius:13px;padding:14px;text-decoration:none;font-weight:900}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-links{display:flex;flex-wrap:wrap;gap:14px}.footer-links a{color:var(--muted);text-decoration:none;font-weight:700;font-size:13px}@media (max-width:1050px){.site-nav nav{display:none}.article-grid,.hub-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.article-grid,.hub-grid,.service-panel{grid-template-columns:1fr}.legacy-article{padding:24px;border-radius:18px}.legacy-content{font-size:16px}.legacy-content h2{font-size:27px}.archive-banner{align-items:flex-start}.archive-banner,.footer-grid{flex-direction:column}.hub-page h1,.service-page h1{font-size:44px}}.detail-photo-img,.offer-photo-img{width:100%;height:100%;object-fit:cover;display:block}.tripownia-image-empty{width:100%;height:100%;min-height:100%;display:grid;place-items:center;background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.8) 0 8%,transparent 9%),linear-gradient(145deg,#ffefe4,#ffd2b6 42%,#ff8a2a);color:#1d1d1b}.tripownia-image-empty-inner{text-align:center;padding:24px;display:grid;justify-items:center;grid-gap:7px;gap:7px}.tripownia-image-empty-inner strong{font-size:clamp(19px,2vw,27px);line-height:1.1;max-width:260px}.tripownia-image-empty-inner small{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:rgba(29,29,27,.65)}.tripownia-image-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.78);font-size:23px;box-shadow:0 8px 24px rgba(99,45,15,.12)}.detail-image{min-height:0;aspect-ratio:16/9;background-size:cover;background-position:50%;border-radius:30px;position:relative;box-shadow:0 20px 70px rgba(0,0,0,.1);overflow:hidden}.advanced-search-v2{display:grid;grid-gap:18px;gap:18px}.filter-box{border:1px solid var(--line);background:#fffaf7;border-radius:20px;padding:16px}.filter-box-wide{grid-column:1/-1}.filter-box-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;font-weight:800}.filter-box-header span{display:flex;align-items:center;gap:8px}.mini-clear{border:1px solid #ffd1ba;background:#fff;border-radius:999px;padding:8px 12px;font-weight:700;color:#c75f1f;cursor:pointer}.selected-summary{font-size:14px;color:#8b6a55;margin-bottom:12px}.checkbox-grid{display:flex;flex-wrap:wrap;gap:10px;max-height:210px;overflow:auto;padding-right:4px}.destination-grid{max-height:240px}.choice-pill{border:1px solid #f0d8c8;background:#fff;border-radius:999px;padding:10px 14px;font-weight:700;color:#654536;cursor:pointer;display:flex;align-items:center;gap:8px}.choice-pill svg{opacity:.35}.choice-pill.active{background:#ff8a2a;color:#fff;border-color:#ff8a2a}.choice-pill.active svg{opacity:1}.search-inline-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:end}.search-inline-row label{display:grid;grid-gap:8px;gap:8px;border:1px solid var(--line);background:#fff;border-radius:18px;padding:14px}.search-inline-row label span{display:flex;align-items:center;gap:8px;font-weight:700;color:#7a5b4b}.search-inline-row select{border:0;background:transparent;font-weight:800;outline:none}@media (max-width:980px){.search-inline-row{grid-template-columns:1fr 1fr}.checkbox-grid{max-height:none}}@media (max-width:640px){.search-inline-row{grid-template-columns:1fr}.choice-pill{width:100%;justify-content:flex-start}}.compact-search-row{display:grid;grid-template-columns:1.25fr 1.35fr .85fr .9fr .95fr auto;grid-gap:10px;align-items:stretch;padding:18px 0;position:relative;z-index:20}.dropdown-filter{position:relative;min-width:0}.compact-select,.dropdown-trigger{width:100%;height:64px;border:1px solid var(--line);background:#fff;border-radius:15px;padding:10px 12px;display:flex;align-items:center;gap:9px;color:var(--ink)}.dropdown-trigger{cursor:pointer;text-align:left}.dropdown-trigger.open{border-color:#ff9b62;box-shadow:0 0 0 3px rgba(255,138,42,.1)}.dropdown-icon{display:grid;place-items:center;color:#f26522;flex:0 0 auto}.dropdown-copy{display:flex;flex-direction:column;min-width:0;flex:1 1}.compact-select>span,.dropdown-copy small{font-size:11px;color:#8b6a55;font-weight:800}.dropdown-copy strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-chevron{color:#8b6a55;transition:.2s;flex:0 0 auto}.dropdown-chevron.rotated{transform:rotate(180deg)}.compact-select{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.compact-select>span{display:flex;align-items:center;gap:5px}.compact-select select{border:0;background:transparent;width:100%;font:inherit;font-size:13px;font-weight:800;outline:none;color:var(--ink)}.compact-submit{height:64px;white-space:nowrap;justify-content:center}.dropdown-menu{position:absolute;z-index:100;top:72px;left:0;width:min(430px,85vw);background:#fff;border:1px solid #f0d8c8;border-radius:18px;box-shadow:0 22px 60px rgba(80,40,18,.18);padding:14px}.dropdown-menu-head{display:flex;justify-content:space-between;align-items:center;padding:3px 3px 10px}.dropdown-menu-head strong{font-size:15px}.dropdown-menu-head button{border:0;background:transparent;cursor:pointer;color:#8b6a55}.dropdown-anywhere{width:100%;border:1px solid #ffd2bb;background:#fff8f3;border-radius:11px;padding:10px 12px;margin-bottom:8px;text-align:left;font-weight:800;color:#b85a17;display:flex;align-items:center;gap:8px;cursor:pointer}.dropdown-anywhere.active{background:#fff0e5;border-color:#ff9b62}.dropdown-options{max-height:300px;overflow:auto;padding:3px}.dropdown-option{width:100%;border:0;background:transparent;border-radius:10px;padding:9px 8px;display:flex;align-items:center;gap:9px;text-align:left;font-weight:700;cursor:pointer;color:#533c31}.dropdown-option:hover{background:#fff7f1}.dropdown-option.active{background:#fff0e5;color:#b84f13}.check-box{width:19px;height:19px;border:1px solid #dfc4b3;border-radius:5px;display:grid;place-items:center;flex:0 0 auto}.dropdown-option.active .check-box{background:#ff8a2a;color:#fff;border-color:#ff8a2a}.dropdown-done{width:100%;border:0;background:#ff8a2a;color:#fff;border-radius:11px;padding:11px;font-weight:900;margin-top:10px;cursor:pointer}@media (max-width:1150px){.compact-search-row{grid-template-columns:1fr 1fr 1fr}.compact-submit{width:100%}}@media (max-width:760px){.compact-search-row{grid-template-columns:1fr}.dropdown-menu{width:calc(100vw - 48px);left:0}.compact-submit{height:56px}}.price-status{font-size:12px;line-height:1.35;color:#7b746f;margin-top:-4px;margin-bottom:10px}.detail-price-status{margin-top:6px;margin-bottom:14px;max-width:560px}.expired-offer{padding:14px 16px;border:1px solid #e7d9cf;border-radius:12px;background:#fff8f3;font-weight:700;color:#7a3d22}.brand-logo{width:194px;height:72px;overflow:visible;flex:0 0 auto}.brand-logo img{width:100%;height:100%;object-fit:contain;object-position:center}.footer{background:#fff7f1;padding:48px 0 20px;text-align:left;border-top:1px solid #f2dfd3}.footer-main{display:grid;grid-template-columns:minmax(250px,1.5fr) repeat(3,minmax(150px,1fr));grid-gap:42px;gap:42px;align-items:start}.footer-bottom p,.footer-brand-block p,.footer-company p{color:var(--muted);line-height:1.65;margin:12px 0}.footer-logo{display:block;width:158px;height:118px}.footer-logo img{width:100%;height:100%;object-fit:contain}.footer-mail{color:#0b5f9e;font-weight:800;text-decoration:none}.footer-column{display:flex;flex-direction:column;gap:9px}.footer-column h3{margin:5px 0 7px;font-size:15px;color:#1d1d1b}.footer-column a{color:var(--muted);text-decoration:none;font-weight:700;font-size:14px}.footer-column a:hover,.footer-mail:hover{text-decoration:underline}.footer-bottom{margin-top:32px;padding-top:18px;border-top:1px solid #ead8cc;display:flex;justify-content:space-between;gap:30px;font-size:12px}.footer-bottom p:first-child{max-width:760px}.discovery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.discovery-card{display:flex;min-height:150px;flex-direction:column;justify-content:space-between;gap:10px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:20px;text-decoration:none;color:inherit;box-shadow:0 8px 30px rgba(1,56,104,.05)}.discovery-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(1,56,104,.09)}.discovery-card small{color:#c45518;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.discovery-card strong{font-size:20px}.discovery-card span{color:var(--muted);line-height:1.5;font-size:14px}.price-freshness{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:10px;background:#f5f7f9;color:#52606b;font-size:12px;font-weight:700}@media (max-width:1050px){.discovery-grid,.footer-main{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.brand-logo{width:145px;height:58px}.footer-main{grid-template-columns:1fr;gap:26px}.footer-bottom{flex-direction:column;gap:4px}.discovery-grid{grid-template-columns:1fr}}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin:26px 0}.admin-stats>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:5px}.admin-stats small{color:var(--muted);font-weight:900}.admin-stats strong{font-size:30px}.admin-stats span{color:var(--muted);font-size:13px}.admin-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px}.admin-panel-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px}.admin-panel-head h2{margin:0 0 5px}.admin-panel-head p{margin:0;color:var(--muted)}.admin-panel-head a{color:#0b5f9e;font-weight:800;text-decoration:none}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;min-width:920px}.admin-table td,.admin-table th{padding:12px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:13px}.admin-table th{font-size:11px;letter-spacing:.05em}.admin-table td small,.admin-table th{color:var(--muted)}.admin-good,.admin-warn{padding:5px 8px;border-radius:999px;font-weight:800;font-size:11px}.admin-good{background:#e8f8ef;color:#247443}.admin-warn{background:#fff3df;color:#985d00}@media(max-width:800px){.admin-stats{grid-template-columns:repeat(2,1fr)}}.smart-finder-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin:4px 0 14px}.smart-finder-head small{font-weight:900;letter-spacing:.08em;color:#c45518}.smart-finder-head h2{margin:6px 0;font-size:clamp(24px,3vw,38px)}.smart-finder-head p{margin:0;color:var(--muted);max-width:720px}.smart-presets{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 18px}.smart-presets button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:850;color:#543d32;cursor:pointer;display:flex;align-items:center;gap:7px}.smart-presets button.active,.smart-presets button:hover{border-color:#ff9b62;background:#fff0e5;color:#a94a14}.smart-presets button span{font-size:17px}.results-sort{display:flex;flex-direction:column;gap:5px;min-width:230px;color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.04em}.results-sort select{border:1px solid var(--line);border-radius:10px;background:#fff;padding:9px 10px;font:inherit;font-size:13px;color:#49362d;letter-spacing:0}.empty-search-nudge{margin-top:22px;padding:18px 20px;border-radius:16px;background:#f7f9fb;border:1px solid #e3e8ed;display:flex;align-items:center;justify-content:space-between;gap:24px}.empty-search-nudge div{display:flex;flex-direction:column;gap:5px}.empty-search-nudge span{color:var(--muted);font-size:13px;line-height:1.45}.empty-search-nudge a{white-space:nowrap;text-decoration:none;font-weight:900;color:#0b5f9e}@media(max-width:760px){.empty-search-nudge{align-items:flex-start;flex-direction:column;gap:12px}.results-sort{min-width:100%;width:100%}.search-results-heading{align-items:flex-start;flex-direction:column}}.admin-alert{margin:0 0 18px;padding:15px 18px;border-radius:15px;background:#fff7e8;border:1px solid #f2d5a2;display:flex;flex-direction:column;gap:5px;color:#80520b}.admin-alert span{font-size:13px;line-height:1.45;color:#7a6750}.results-intro{max-width:760px;color:var(--muted);line-height:1.55;margin:10px 0 0}.destination-picker{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px 16px;margin:0 0 18px}.destination-picker label{display:flex;align-items:center;gap:12px;font-weight:800;width:100%}.destination-picker select{margin-left:auto;min-width:240px;border:1px solid var(--line);border-radius:10px;padding:10px;background:#fff;font-weight:750}.comparison-table{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.comparison-head,.comparison-row{display:grid;grid-template-columns:1.25fr .9fr 1.35fr 1.15fr .7fr .65fr;grid-gap:14px;gap:14px;align-items:center;padding:15px 18px}.comparison-head{background:var(--soft);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.6px;color:var(--muted)}.comparison-row{border-top:1px solid var(--line)}.comparison-row>div{display:flex;flex-direction:column;gap:4px}.comparison-row small{font-size:11px;color:var(--muted)}.result-label{font-size:9px;background:#111;color:#fff;border-radius:999px;padding:5px 7px;width:max-content;margin-top:3px}.result-label.best{background:var(--accent)}.benefits span{display:flex;font-size:12px}.benefits span,.freshness{align-items:center;gap:5px}.freshness{display:flex!important;flex-direction:row!important;font-size:11px;padding:7px 8px;border-radius:9px;background:#f6f4ef}.freshness.checked{background:#edf8ef}.comparison-price strong{font-size:20px}.compare-cta{align-items:center;justify-content:center;gap:5px;background:#161616;color:#fff;text-decoration:none;border-radius:10px;padding:10px;font-weight:850}.compare-cta,.data-honesty{display:flex;font-size:12px}.data-honesty{align-items:flex-start;gap:9px;color:var(--muted);line-height:1.5;margin-top:13px}.data-honesty svg{flex:none}.empty-results{padding:30px;background:#fff;border:1px solid var(--line);border-radius:16px}@media(max-width:900px){.comparison-head{display:none}.comparison-row{grid-template-columns:1fr 1fr}.comparison-row .compare-cta{grid-column:1/-1}.destination-picker label{align-items:flex-start;flex-direction:column}.destination-picker select{margin-left:0;width:100%;min-width:0}}@media(max-width:620px){.comparison-row{grid-template-columns:1fr}.comparison-row .compare-cta{grid-column:auto}}.before-you-go{padding:54px 0 76px}.before-head{max-width:860px;margin-bottom:22px}.before-head h2{font-size:38px;letter-spacing:-1.5px;margin:6px 0 10px}.before-head p{color:var(--muted);line-height:1.6}.before-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.before-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:9px}.before-grid article>svg{width:24px;height:24px}.before-grid article strong{font-size:17px}.before-grid article span{font-size:13px;line-height:1.5;color:var(--muted);min-height:58px}.before-grid article a{display:flex;align-items:center;gap:5px;color:var(--ink);font-size:12px;font-weight:850;text-decoration:none;margin-top:auto}.source-note{margin-top:14px;background:#f6f4ef;border:1px solid var(--line);border-radius:12px;padding:12px 14px;color:var(--muted);font-size:11px;line-height:1.5}@media(max-width:900px){.before-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.before-grid{grid-template-columns:1fr}.before-head h2{font-size:30px}}.admin-audit-toolbar{justify-content:space-between;gap:14px;margin:22px 0 10px}.admin-audit-toolbar,.admin-filter-group{display:flex;align-items:center;flex-wrap:wrap}.admin-filter-group{gap:7px}.admin-filter-group button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:850;cursor:pointer}.admin-filter-group button span{color:var(--muted);margin-left:4px}.admin-filter-group button.active{background:#161616;color:#fff;border-color:#161616}.admin-filter-group button.active span{color:#c9c9c2}.admin-audit-actions{display:flex;gap:8px;align-items:center}.admin-search{display:flex;align-items:center;gap:7px;border:1px solid var(--line);background:#fff;border-radius:11px;padding:0 10px}.admin-search input{border:0;outline:0;background:transparent;padding:10px 0;min-width:230px}.admin-export{display:flex;align-items:center;gap:6px;border:0;background:var(--accent);color:#fff;border-radius:11px;padding:11px 13px;font-weight:850;cursor:pointer}.admin-results-summary{font-size:12px;color:var(--muted);margin:10px 0}.admin-audit-table td{vertical-align:top}.admin-audit-table small{color:var(--muted);line-height:1.4}.admin-date-check{display:block;margin-top:6px}.admin-image-missing,.admin-image-ok{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:800}.admin-image-ok{color:#236c39}.admin-image-missing{color:#a13d25}.quality-meter{width:74px;height:6px;border-radius:999px;background:#ece9e3;overflow:hidden;margin-bottom:5px}.quality-meter span{display:block;height:100%;background:#171717;border-radius:999px}.admin-issues{padding-left:15px;margin:0;color:#8b3d28;font-size:11px;line-height:1.45}.admin-clean{display:flex;align-items:center;gap:5px;color:#236c39;font-size:11px;font-weight:800}.admin-row-actions{display:flex;flex-direction:column;gap:6px}.admin-row-actions a{display:flex;align-items:center;gap:4px;color:var(--ink);font-size:11px;font-weight:850;text-decoration:none}.admin-empty{text-align:center;padding:32px;color:var(--muted)}@media(max-width:900px){.admin-audit-actions{width:100%}.admin-search{flex:1 1}.admin-search input{min-width:0;width:100%}}.admin-editor-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.admin-editor-head h2{margin:0 0 5px}.admin-editor-head p{margin:0;color:var(--muted);font-size:13px}.admin-json-export{display:flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 12px;font-weight:850}.admin-editor-grid{display:grid;grid-template-columns:270px 1fr;grid-gap:20px;gap:20px}.admin-offer-list{max-height:620px;overflow:auto;border:1px solid var(--line);border-radius:14px;background:#fff;padding:6px}.admin-offer-list button{width:100%;border:0;background:transparent;padding:10px;border-radius:10px;display:grid;grid-template-columns:28px 1fr auto;grid-gap:8px;gap:8px;text-align:left;align-items:center}.admin-offer-list button.active,.admin-offer-list button:hover{background:var(--soft)}.admin-offer-list small,.admin-offer-list strong{display:block}.admin-offer-list small{color:var(--muted);font-size:10px;margin-top:2px}.admin-offer-list b{font-size:9px;color:var(--accent)}.admin-edit-form{border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff}.admin-edit-title{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:18px}.admin-edit-title small{color:var(--muted);font-size:10px;font-weight:850}.admin-edit-title h3{font-size:26px;margin:3px 0}.admin-toggle-actions{display:flex;gap:7px}.admin-toggle-actions button{display:flex;align-items:center;gap:5px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:850}.admin-toggle-actions button.active{background:#171717;color:#fff}.admin-toggle-actions button.danger.active{background:#8f2c1e;border-color:#8f2c1e}.admin-form-grid label{font-size:11px;font-weight:850}.admin-form-grid input,.admin-form-grid textarea{border:1px solid var(--line);border-radius:10px;padding:11px;font:inherit;font-size:13px}.admin-form-grid small{color:var(--muted);font-weight:500}.admin-form-wide{grid-column:1/-1}.admin-current-info{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-top:15px}.admin-current-info div{background:var(--soft);border-radius:10px;padding:10px}.admin-current-info small,.admin-current-info strong{display:block}.admin-current-info small{font-size:9px;color:var(--muted);margin-bottom:4px}.admin-current-info strong{font-size:11px}.admin-editor-actions{align-items:center;gap:8px;margin-top:17px}.admin-editor-actions a,.admin-editor-actions button{display:flex;align-items:center;gap:6px;border-radius:10px;padding:10px 12px;font-size:11px;font-weight:850;text-decoration:none}.admin-save-draft{border:0;background:var(--accent);color:#fff}.admin-reset-draft{border:1px solid var(--line);background:#fff}.admin-editor-actions a{color:var(--ink);margin-left:auto}.admin-local-warning{display:flex;align-items:flex-start;gap:8px;margin-top:14px;background:#fff8df;border:1px solid #eee0a8;border-radius:11px;padding:11px 12px;color:#695a27;font-size:11px;line-height:1.45}.offer-card-featured{box-shadow:0 0 0 2px #171717,0 18px 50px rgba(0,0,0,.09)}.admin-featured-badge{position:absolute;top:15px;right:15px;z-index:2;display:flex;gap:4px;align-items:center;background:#171717;color:#fff;border-radius:999px;padding:7px 9px;font-size:10px;font-weight:900}.admin-preview-link{font-size:10px;color:var(--muted);text-align:center;margin-top:8px;text-decoration:none}@media(max-width:900px){.admin-editor-grid{grid-template-columns:1fr}.admin-offer-list{max-height:250px}.admin-current-info{grid-template-columns:1fr 1fr}}@media(max-width:620px){.admin-edit-title,.admin-editor-head{flex-direction:column;align-items:stretch}.admin-form-grid{grid-template-columns:1fr}.admin-form-wide{grid-column:auto}.admin-current-info{grid-template-columns:1fr}.admin-editor-actions{flex-wrap:wrap}.admin-editor-actions a{margin-left:0}}.admin-publish-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.admin-publish-copy{display:flex;gap:14px;align-items:flex-start}.admin-publish-copy>svg{flex:none;margin-top:3px}.admin-publish-copy h2{margin:3px 0 6px;font-size:24px}.admin-publish-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.admin-publish-copy code{background:var(--soft);padding:2px 5px;border-radius:5px}.admin-publish-not-ready{margin-top:16px;background:#fff8df;border:1px solid #eee0a8;border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:4px;color:#695a27}.admin-publish-not-ready strong{font-size:12px}.admin-publish-not-ready span{font-size:11px;line-height:1.45}.admin-publish-form{display:flex;gap:8px;align-items:end;margin-top:16px}.admin-publish-form label{display:flex;flex-direction:column;gap:5px;font-size:11px;font-weight:850;flex:1 1;max-width:340px}.admin-publish-form input{border:1px solid var(--line);border-radius:10px;padding:11px}.admin-publish-form button{border:0;background:var(--accent);color:#fff;border-radius:10px;padding:11px 14px;font-weight:900;display:flex;align-items:center;gap:6px}.admin-publish-form button:disabled{opacity:.55}.admin-publish-status{margin-top:12px;border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:11px;line-height:1.45}.admin-publish-safety{display:flex;align-items:flex-start;gap:7px;margin-top:13px;color:var(--muted);font-size:10px}.spin{animation:tripownia-spin .9s linear infinite}@keyframes tripownia-spin{to{transform:rotate(1turn)}}@media(max-width:620px){.admin-publish-form{flex-direction:column;align-items:stretch}.admin-publish-form label{max-width:none}}.hero-searchbar label{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0;padding:0 20px;border-right:1px solid var(--line)}.hero-searchbar label:first-child{padding-left:0}.hero-searchbar label small{font-size:11px;color:var(--muted)}.hero-searchbar select{width:100%;max-width:250px;border:0;background:transparent;color:var(--ink);font:inherit;font-size:14px;font-weight:850;outline:0;cursor:pointer;padding:0 24px 0 0}.hero-searchbar button{white-space:nowrap}@media(max-width:800px){.hero-searchbar{display:grid!important;grid-template-columns:1fr!important;grid-gap:0!important;gap:0!important;padding:10px!important}.hero-searchbar label{padding:11px 8px!important;border-right:0!important;border-bottom:1px solid var(--line)}.hero-searchbar select{max-width:none}.hero-searchbar button{margin-top:10px;width:100%;justify-content:center}}.meal-preference-chip{margin-top:8px;padding:8px 10px;border-radius:9px;background:#fff8e8;border:1px solid #f1dfb7;font-size:10px;font-weight:800;color:#6f5724}.favorites-page{min-height:60vh}.favorites-empty{margin:30px 0 50px;padding:42px 30px;border:1px solid var(--line);border-radius:20px;background:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:700px}.favorites-empty h2{margin:4px 0;font-size:26px}.favorites-empty p{color:var(--muted);line-height:1.6;max-width:580px}.favorites-empty .primary-cta{margin-top:8px;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.detail-favorite{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;display:inline-flex;align-items:center;gap:7px;font-weight:800;cursor:pointer;margin:8px 0 4px;color:var(--ink)}.detail-favorite.active{background:#fff5f5;border-color:#e5b9b9}.similar-offers{margin:42px 0 20px}.search-text-row{padding-top:18px}.search-text-field{height:56px;border:1px solid var(--line);border-radius:15px;padding:0 14px;display:flex;align-items:center;gap:10px;color:#8b6a55}.search-text-field:focus-within{border-color:#ff9b62;box-shadow:0 0 0 3px rgba(255,138,42,.1)}.search-text-field input{border:0;outline:0;background:transparent;width:100%;font:inherit;color:var(--ink);font-size:14px;font-weight:700}.search-text-field input::placeholder{color:#9a8c82;font-weight:600}.search-text-field button{border:0;background:transparent;display:grid;place-items:center;color:#8b6a55;cursor:pointer;padding:6px}.active-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:16px 0 4px;padding:10px 12px;border:1px solid var(--line);border-radius:14px}.active-filter-chips{display:flex;flex-wrap:wrap;gap:7px}.active-filter-chips span{display:inline-flex;align-items:center;min-height:30px;padding:5px 9px;border-radius:999px;background:var(--soft);font-size:11px;font-weight:800;color:var(--ink)}.active-filter-bar>button{border:0;background:transparent;color:var(--accent);font-weight:900;font-size:11px;cursor:pointer;white-space:nowrap}.booking-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin:16px 0}.booking-summary>div{border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 12px}.booking-summary small,.booking-summary strong{display:block}.booking-summary small{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:4px}.booking-summary strong{font-size:12px;line-height:1.35}.mobile-booking-bar{display:none}@media(max-width:820px){.site-nav{align-items:center;gap:10px;overflow:visible}.site-nav .brand-logo{flex:none}.site-nav nav{display:flex!important;flex:1 1;overflow-x:auto;gap:6px;padding:4px 2px;scrollbar-width:none;scroll-snap-type:x proximity}.site-nav nav::-webkit-scrollbar{display:none}.site-nav nav a{flex:none;white-space:nowrap;scroll-snap-align:start;padding:8px 9px;border-radius:999px;background:#fff}.site-nav .nav-cta{display:none}}@media(max-width:700px){.active-filter-bar{align-items:flex-start;flex-direction:column}.active-filter-bar>button{padding:4px 2px}.booking-summary{grid-template-columns:1fr 1fr}.mobile-booking-bar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px max(14px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--line);box-shadow:0 -10px 30px rgba(0,0,0,.08)}.mobile-booking-bar div{min-width:0}.mobile-booking-bar small,.mobile-booking-bar strong{display:block}.mobile-booking-bar small{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.mobile-booking-bar strong{font-size:14px;margin-top:2px}.mobile-booking-bar a{flex:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:0 16px;border-radius:12px;background:var(--accent);color:#fff;text-decoration:none;font-size:12px;font-weight:900}body:has(.mobile-booking-bar){padding-bottom:74px}}@media(max-width:480px){.booking-summary{grid-template-columns:1fr}}.offer-card-expired{opacity:.82}.offer-card-expired .offer-image{filter:saturate(.6)}.offer-card-expired .price{color:var(--muted)}.favorites-alternatives,.favorites-expired-heading{margin-top:42px}.favorites-expired-heading p{max-width:680px;color:var(--muted);line-height:1.55;margin:6px 0 0}.admin-quality-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin:18px 0}.admin-quality-summary>div{border:1px solid var(--line);border-radius:14px;background:#fff;padding:14px}.admin-quality-summary small,.admin-quality-summary strong{display:block}.admin-quality-summary small{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.admin-quality-summary strong{font-size:24px;margin-top:5px}.audit-issues{display:flex;flex-wrap:wrap;gap:5px;max-width:260px}.audit-issue,.audit-ok{display:inline-flex;padding:4px 7px;border-radius:999px;font-size:9px;font-weight:900;line-height:1.2}.audit-ok{background:#ecfdf3;color:#067647}.audit-issue.high{background:#fef3f2;color:#b42318}.audit-issue.medium{background:#fffaeb;color:#b54708}.audit-issue.low{background:#f2f4f7;color:#475467}@media(max-width:700px){.admin-quality-summary{grid-template-columns:1fr}}.admin-affiliate-note{display:flex;flex-direction:column;gap:5px;margin:16px 0;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:var(--soft)}.admin-affiliate-note strong{font-size:12px}.admin-affiliate-note span{font-size:11px;line-height:1.5;color:var(--muted)}.admin-affiliate-note code{font-weight:900;color:var(--ink)}.partner-handoff-note{display:flex;align-items:flex-start;gap:8px;margin:10px 0 14px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:var(--soft);font-size:10px;line-height:1.5;color:var(--muted)}.partner-handoff-note svg{flex:none;margin-top:1px;color:var(--accent)}.partner-handoff-note strong{color:var(--ink)}.experience-detail-page{padding-top:56px;padding-bottom:72px}.experience-detail-page>h1{max-width:900px;margin:8px 0;font-size:clamp(38px,5vw,66px);line-height:1.02}.experience-season{display:inline-flex;margin:8px 0 14px;padding:8px 11px;border-radius:999px;background:var(--soft);font-size:11px;font-weight:900;color:var(--accent)}.experience-detail-page>.hub-lead{max-width:800px}.experience-checklist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin:28px 0}.experience-checklist>div{display:flex;gap:11px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:16px}.experience-checklist>div>span{flex:none;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--soft);font-size:11px;font-weight:900;color:var(--accent)}.experience-checklist p{margin:2px 0 0;font-size:12px;line-height:1.55}.experience-actions{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0 48px}.experience-current-offers{margin-top:28px}.experience-calendar-card b{display:block;margin-top:12px;font-size:11px;color:var(--accent)}@media(max-width:800px){.experience-checklist{grid-template-columns:1fr}.experience-detail-page{padding-top:34px}}.experience-card-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.experience-card-actions a{display:inline-flex;align-items:center;min-height:32px;padding:7px 10px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);text-decoration:none;font-size:11px;font-weight:800}.experience-card-actions a:first-child{border-color:transparent;background:var(--accent);color:#fff}.experience-card-actions a:hover{transform:translateY(-1px)}.experience-affiliate-fallback{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:18px}.experience-affiliate-fallback a{display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--text);text-decoration:none;font-weight:900}.experience-affiliate-fallback a:hover{box-shadow:0 10px 28px rgba(1,56,104,.08);transform:translateY(-1px)}@media(max-width:800px){.experience-affiliate-fallback{grid-template-columns:1fr}}.hero-inner{grid-template-columns:minmax(0,1fr);max-width:1180px}.hero-copy{max-width:980px}.hero-copy h1{max-width:1050px}.hero-copy p{max-width:850px}.hero-searchbar{max-width:870px}.search-fallback{margin-top:18px;display:flex;flex-direction:column;gap:18px}.search-fallback-head{background:#fff8f3;border:1px solid #f2dfd2;border-radius:18px;padding:22px}.search-fallback-head small{font-size:11px;font-weight:900;letter-spacing:.7px;color:var(--accent)}.search-fallback-head h4{font-size:21px;margin:6px 0 7px}.search-fallback-head p{margin:0;color:var(--muted);line-height:1.55}.fallback-label{font-size:12px;font-weight:900;color:var(--muted);text-transform:uppercase;letter-spacing:.6px}.fallback-cards{opacity:.96}.partner-live-search{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#f6f9fc;border:1px solid #e0e8ee;border-radius:18px;padding:20px 22px}.partner-live-search>div:first-child{display:flex;flex-direction:column;gap:4px}.partner-live-search span{font-size:12px;color:var(--muted)}.partner-live-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.partner-live-actions a{background:#fff;border:1px solid var(--line);border-radius:12px;padding:11px 13px;text-decoration:none;color:var(--ink);font-size:12px;font-weight:850;white-space:nowrap}.partner-live-actions a:hover{border-color:#ffb185;background:#fff8f3}@media(max-width:850px){.partner-live-search{align-items:flex-start;flex-direction:column}.partner-live-actions{justify-content:flex-start}.hero-copy h1 br{display:none}}.experience-calendar-list{display:grid;grid-gap:28px;gap:28px;margin-top:34px}.experience-calendar-block{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.7fr);grid-gap:18px;gap:18px;align-items:stretch}.experience-calendar-block .experience-calendar-card{height:100%;margin:0}.experience-calendar-offers{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;min-width:0}.experience-calendar-offers-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.experience-calendar-offers-head strong{font-size:18px}.experience-calendar-offers-head span{font-size:12px;font-weight:800;color:var(--accent);background:#fff1ec;border-radius:999px;padding:7px 10px}.experience-mini-offers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.experience-mini-offers .offer-card{min-width:0}.experience-affiliate-fallback.compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin:0}.experience-affiliate-fallback.compact a{min-height:76px;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;border-radius:16px;background:var(--soft);color:var(--ink);font-weight:850;text-decoration:none;border:1px solid var(--line)}.experience-affiliate-fallback.compact a:hover{border-color:#ffc5b4;background:#fff5f1}@media(max-width:980px){.experience-calendar-block{grid-template-columns:1fr}.experience-mini-offers{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.experience-affiliate-fallback.compact,.experience-mini-offers{grid-template-columns:1fr}}.hero-inner{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr)!important;max-width:none!important;align-items:center;gap:42px}.hero-copy,.hero-copy h1{max-width:900px!important}.hero-copy p{max-width:820px!important}.hero-searchbar{max-width:900px!important}.hero-daily-panel{background:rgba(255,255,255,.88);border:1px solid #f0dfd6;border-radius:30px;padding:30px;box-shadow:0 24px 65px rgba(39,54,68,.09);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-daily-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#fff1ec;color:var(--accent);margin-bottom:22px}.hero-daily-panel h2{font-size:34px;letter-spacing:-1.5px;margin:8px 0 10px}.hero-daily-panel>p{font-size:15px;line-height:1.55;margin:0 0 20px;max-width:none;color:var(--muted)}.hero-daily-time{display:flex;gap:12px;align-items:flex-start;background:#fff6ef;border:1px solid #ffd9c8;border-radius:16px;padding:14px;margin-bottom:18px;color:#bd451f}.hero-daily-time svg{flex:0 0 auto;margin-top:2px}.hero-daily-time span,.hero-daily-time strong{display:block}.hero-daily-time strong{font-size:13px;margin-bottom:3px}.hero-daily-time span{font-size:11px;line-height:1.4;color:#8b674f}.hero-daily-panel ul{margin:0 0 22px;padding-left:19px;color:#52524e;font-size:13px;line-height:1.8}.hero-daily-cta{display:flex;align-items:center;justify-content:space-between;background:#171717;color:#fff!important;text-decoration:none;border-radius:14px;padding:14px 16px;font-size:13px;font-weight:900}.daily-offers-section{padding-top:56px}.daily-offers-heading p{margin:7px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.daily-offers-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}@media(max-width:1180px){.hero-inner{grid-template-columns:minmax(0,1fr)!important}.hero-daily-panel{display:grid;grid-template-columns:auto 1fr;grid-column-gap:16px;column-gap:16px;align-items:start}.hero-daily-panel .hero-daily-icon{grid-row:1/4}.hero-daily-panel .hero-daily-cta,.hero-daily-panel .hero-daily-time,.hero-daily-panel ul{grid-column:1/-1}.daily-offers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:850px){.hero-daily-panel{display:block;padding:22px}.daily-offers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:580px){.daily-offers-grid{grid-template-columns:1fr}.daily-offers-heading{align-items:flex-start;flex-direction:column}}.hub-grid .hub-action-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;text-align:left;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;color:var(--ink);display:flex;flex-direction:column;gap:8px;cursor:pointer;font:inherit;transition:.2s}.hub-grid .hub-action-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.07)}.hub-grid .hub-action-card strong{font-size:18px}.hub-grid .hub-action-card span{color:var(--muted);line-height:1.45;font-size:13px}.hub-grid .hub-action-card em{color:#f04a23;font-style:normal;font-weight:800;font-size:13px;margin-top:4px}#wyszukiwarka{scroll-margin-top:90px}#tripownia-search-query:focus{outline:3px solid rgba(242,101,34,.18);outline-offset:2px}.custom-trip-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1100px){.custom-trip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.custom-trip-grid{grid-template-columns:1fr}}.polished-hubs{padding-top:86px;padding-bottom:72px}.polished-hubs .section-heading p{max-width:760px;margin:10px 0 0;color:var(--muted);line-height:1.55}.polished-hubs .hub-grid{gap:16px}.polished-hubs .hub-grid a{min-height:164px;padding:24px 24px 20px;border-radius:22px;background:linear-gradient(180deg,#fff,#fffdfa);box-shadow:0 10px 30px rgba(35,28,22,.035)}.polished-hubs .hub-grid a:hover{border-color:#ffcdb9;box-shadow:0 16px 36px rgba(35,28,22,.075);transform:translateY(-3px)}.polished-hubs .hub-grid strong{font-size:19px}.polished-hubs .hub-grid span{font-size:13px;line-height:1.55;max-width:34ch}.polished-hubs .hub-grid em{margin-top:auto;padding-top:12px;color:var(--accent);font-style:normal;font-size:12px;font-weight:900}.score-section-polished{margin-top:20px;margin-bottom:84px;padding:46px 52px;border:1px solid #eee3dc;border-radius:30px;background:linear-gradient(120deg,#fffaf7,#fff 55%,#f7fbff);gap:56px;align-items:center}.score-section-polished .score-copy h2{font-size:46px;letter-spacing:-2px;margin:10px 0 14px}.score-section-polished .score-copy p{max-width:650px;font-size:16px;line-height:1.65}.score-benefits{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0}.score-benefits span{background:#fff;border:1px solid #eadfd8;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;color:#625950}.score-link{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-weight:900;text-decoration:none;margin-top:4px}.score-box-premium{min-width:300px;padding:28px;border-radius:24px;background:#fff;box-shadow:0 18px 45px rgba(33,37,41,.08);border:1px solid #eadfd8}.score-box-premium .score-label{font-size:10px;font-weight:950;letter-spacing:1.2px;color:var(--accent);margin-bottom:6px}.share-box{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0;padding:16px 18px;border:1px solid #eadfd8;border-radius:18px;background:#fffaf7}.share-box small,.share-box strong{display:block}.share-box small{font-size:9px;font-weight:950;letter-spacing:1px;color:var(--accent);margin-bottom:3px}.share-box strong{font-size:14px}.share-row{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.share-row a{padding:8px 10px;border-radius:10px;border:1px solid #e7ddd6;background:#fff;color:#29231f;text-decoration:none;font-size:11px;font-weight:850}.share-row a:hover{border-color:#ffb99d;color:var(--accent)}@media(max-width:850px){.score-section-polished{padding:30px 22px;gap:28px}.score-section-polished .score-copy h2{font-size:36px}.score-box-premium{min-width:0;width:100%}.share-box{align-items:flex-start;flex-direction:column}.share-row{justify-content:flex-start}}.experience-partner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:24px}.experience-partner-grid>a{display:flex;align-items:center;gap:13px;min-height:94px;padding:18px 20px;border:1px solid #eadfd6;border-radius:18px;background:#fff;color:#151515;text-decoration:none;box-shadow:0 12px 30px rgba(63,43,28,.05);transition:.18s ease}.experience-partner-grid>a:hover{transform:translateY(-2px);border-color:#ff8d56;box-shadow:0 16px 36px rgba(63,43,28,.09)}.experience-partner-grid>a>span{font-size:25px}.experience-partner-grid>a>div{display:flex;flex-direction:column;gap:3px;flex:1 1}.experience-partner-grid>a strong{font-size:16px}.experience-partner-grid>a small{font-size:12px;color:#786b62;line-height:1.35}.experience-partner-grid>a b{font-size:13px;color:#f45122;white-space:nowrap}.experience-calendar-page .discovery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.experience-calendar-card{min-height:210px;display:flex;flex-direction:column}.experience-calendar-card b{margin-top:auto;padding-top:18px;color:#f45122}@media(max-width:1000px){.experience-partner-grid{grid-template-columns:1fr}.experience-calendar-page .discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.experience-calendar-page .discovery-grid{grid-template-columns:1fr}}.share-box-visible{margin:22px 0;padding:20px 22px;background:linear-gradient(135deg,#fff8f4,#fff);border:1px solid #ffd2bf;box-shadow:0 12px 30px rgba(91,58,42,.06)}.share-copy{max-width:440px}.share-copy span{display:block;margin-top:5px;color:#76685f;font-size:11px;line-height:1.45}.share-actions{display:flex;flex-direction:column;align-items:flex-end;gap:9px}.share-native{gap:7px;border:0;border-radius:12px;background:#ff5a24;color:#fff;padding:10px 14px;font-weight:900}.share-native,.share-row button{display:inline-flex;align-items:center;cursor:pointer}.share-row button{gap:5px;padding:8px 10px;border-radius:10px;border:1px solid #e7ddd6;background:#fff;color:#29231f;font-size:11px;font-weight:850}.share-row button:hover{border-color:#ffb99d;color:var(--accent)}@media(max-width:850px){.share-actions{align-items:flex-start;width:100%}.share-native{width:100%;justify-content:center}.share-row{width:100%}.share-row a,.share-row button{flex:1 1 auto;text-align:center;justify-content:center}}.social-admin-page{padding-bottom:80px}.admin-social-entry .admin-panel-head{align-items:center;gap:24px}.admin-social-entry .primary-cta{white-space:nowrap}.social-center{margin-top:30px}.social-center-toolbar{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);grid-gap:18px;gap:18px;padding:20px;background:#fff;border:1px solid #eee4df;border-radius:20px;box-shadow:0 12px 38px rgba(34,34,34,.05)}.social-center-toolbar label,.social-tone-picker{display:flex;flex-direction:column;gap:8px}.social-center-toolbar label>span,.social-tone-picker>span{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#796f69}.social-center-toolbar select{min-height:48px;padding:0 14px;border:1px solid #ded7d3;border-radius:13px;background:#fff;font:inherit;font-weight:700;color:#24211f}.social-tone-picker>div{display:flex;gap:8px;flex-wrap:wrap}.social-tone-picker button{min-height:48px;padding:0 15px;border:1px solid #e2d8d2;border-radius:13px;background:#fff;font-weight:800;cursor:pointer}.social-tone-picker button.active{background:#171717;color:#fff;border-color:#171717}.social-center-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);grid-gap:24px;gap:24px;margin-top:22px;align-items:start}.social-preview-card{overflow:hidden;background:#fff;border:1px solid #e6e0dc;border-radius:20px;box-shadow:0 14px 40px rgba(31,31,31,.07)}.social-preview-head{display:flex;align-items:center;gap:11px;padding:16px 18px}.social-preview-logo{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#ff6a45;color:#fff;font-weight:1000;font-size:19px}.social-preview-head span,.social-preview-head strong{display:block}.social-preview-head strong{font-size:14px}.social-preview-head span{margin-top:2px;color:#777;font-size:11px}.social-preview-text{padding:2px 18px 16px;white-space:pre-wrap;font-size:14px;line-height:1.55;color:#262626}.social-preview-card>img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#f1eeeb}.social-link-preview{padding:13px 18px 16px;background:#f5f5f5;border-top:1px solid #e7e7e7}.social-link-preview small,.social-link-preview span,.social-link-preview strong{display:block}.social-link-preview small{font-size:10px;color:#777;letter-spacing:.08em}.social-link-preview strong{font-size:16px;margin:3px 0}.social-link-preview span{font-size:12px;color:#666}.social-publish-panel{background:#fff;border:1px solid #eee4df;border-radius:20px;padding:24px;box-shadow:0 14px 40px rgba(31,31,31,.06)}.social-publish-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#eef8f0;color:#29773a;font-size:10px;font-weight:1000;letter-spacing:.05em}.social-publish-panel h2{margin:12px 0 5px;font-size:26px;letter-spacing:-.7px}.social-publish-panel>p{margin:0 0 17px;color:#706963;font-size:13px;line-height:1.5}.social-publish-panel textarea{width:100%;resize:vertical;min-height:240px;padding:14px;border:1px solid #ded7d3;border-radius:14px;background:#fbfaf9;font:500 13px/1.55 inherit;color:#272321}.social-publish-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:12px}.social-publish-actions button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:45px;border:1px solid #ddd3cd;border-radius:12px;background:#fff;font-weight:900;cursor:pointer}.social-facebook-button{gap:9px;margin-top:12px;min-height:48px;border-radius:13px;background:#1877f2;color:#fff!important;font-weight:1000}.social-facebook-button,.social-offer-check{display:flex;align-items:center;justify-content:center;text-decoration:none}.social-offer-check{gap:7px;margin-top:10px;color:#3f3935!important;font-size:12px;font-weight:800}.social-publish-note{margin-top:16px;padding:12px 13px;border-radius:12px;background:#fff6ed;color:#7c5c45;font-size:11px;line-height:1.5}@media(max-width:1000px){.social-center-grid,.social-center-toolbar{grid-template-columns:1fr}}@media(max-width:620px){.social-publish-actions{grid-template-columns:1fr}.social-center-toolbar,.social-publish-panel{padding:16px}}.sales-hero{padding:70px 0 46px;background:linear-gradient(135deg,#fff7f1,#fff 52%,#f5fbff);border-bottom:1px solid #eee6e0}.sales-hero-inner{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);grid-gap:44px;gap:44px;align-items:center}.sales-hero h1{font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-3px;max-width:950px;margin:12px 0 18px}.sales-hero p{max-width:760px;font-size:17px;line-height:1.65;color:var(--muted)}.sales-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.sales-hero-box{background:#fff;border:1px solid #eadfd8;border-radius:26px;padding:28px;box-shadow:0 20px 55px rgba(49,42,37,.08)}.sales-hero-box small{font-size:10px;font-weight:950;letter-spacing:1px;color:var(--accent)}.sales-hero-box strong{display:block;font-size:28px;letter-spacing:-1px;margin:7px 0 8px}.sales-hero-box>span{display:block;color:var(--muted);font-size:13px;line-height:1.5}.sales-hero-box ul{margin:18px 0 0;padding-left:18px;color:#5f5752;line-height:1.9;font-size:13px}.sales-hero-box.hot{background:linear-gradient(145deg,#fff,#fff7ef)}.sales-page{padding-top:66px;padding-bottom:20px}.sales-page .section-heading p{max-width:760px;color:var(--muted);line-height:1.6}.sales-quick-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.sales-quick-tags a,.sales-quick-tags span{padding:9px 12px;border:1px solid #eadfd8;border-radius:999px;background:#fff;color:#544b45;text-decoration:none;font-size:12px;font-weight:850}.destination-sales-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.destination-sales-card{padding:24px;border:1px solid #ebe2dc;border-radius:24px;background:#fff;box-shadow:0 12px 36px rgba(40,35,31,.045)}.destination-sales-card>span{font-size:30px}.destination-sales-card>strong{display:block;font-size:24px;margin:7px 0 5px}.destination-sales-card>p{margin:0 0 18px;color:var(--muted);font-size:13px}.destination-sales-card.exotic{background:linear-gradient(145deg,#fff,#fbfff8)}.sales-partner-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px}.sales-partner-strip>a{display:flex;align-items:center;gap:10px;min-height:68px;padding:12px 13px;border:1px solid #e9e0da;border-radius:14px;background:#fff;color:#222;text-decoration:none;transition:.18s}.sales-partner-strip>a:hover{transform:translateY(-1px);border-color:#ffb697;box-shadow:0 8px 22px rgba(40,35,31,.07)}.sales-partner-strip>a>span{font-size:19px}.sales-partner-strip>a>div{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1}.sales-partner-strip strong{font-size:12px}.sales-partner-strip small{font-size:9px;color:#857970;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sales-partner-strip b{font-size:10px;color:var(--accent);white-space:nowrap}.big-partner-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.big-partner-grid>a{display:flex;flex-direction:column;min-height:178px;padding:22px;border:1px solid #e9e1dc;border-radius:22px;background:#fff;color:#1f1f1f;text-decoration:none;box-shadow:0 12px 32px rgba(30,30,30,.04);transition:.18s}.big-partner-grid>a:hover{transform:translateY(-2px);border-color:#ffb697}.big-partner-grid>a>span{font-size:26px}.big-partner-grid strong{font-size:17px;margin:9px 0 5px}.big-partner-grid small{color:var(--muted);font-size:12px;line-height:1.4}.big-partner-grid b{margin-top:auto;padding-top:16px;color:var(--accent);font-size:12px}@media(max-width:1100px){.destination-sales-grid,.sales-hero-inner{grid-template-columns:1fr}.big-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.sales-hero{padding-top:44px}.sales-hero h1{font-size:44px;letter-spacing:-2px}.big-partner-grid,.sales-partner-strip{grid-template-columns:1fr}.sales-hero-box{padding:22px}}.admin-tracking-panel code{background:#f5f1eb;border:1px solid var(--line);border-radius:7px;padding:2px 6px;font-size:12px}.admin-tracking-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin:18px 0}.admin-tracking-grid>div{background:#fffaf7;border:1px solid #f0dfd6;border-radius:16px;padding:18px}.admin-tracking-grid small,.admin-tracking-grid span,.admin-tracking-grid strong{display:block}.admin-tracking-grid small{font-size:10px;letter-spacing:1px;font-weight:900;color:var(--accent);margin-bottom:7px}.admin-tracking-grid strong{font-size:15px;margin-bottom:5px}.admin-tracking-grid span{font-size:12px;color:var(--muted);line-height:1.45}@media(max-width:760px){.admin-tracking-grid{grid-template-columns:1fr}}.affiliate-dashboard{display:block}.affiliate-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin:20px 0}.affiliate-kpis>div{background:#fffaf7;border:1px solid #efdfd4;border-radius:18px;padding:18px}.affiliate-kpis small,.affiliate-kpis span,.affiliate-kpis strong{display:block}.affiliate-kpis small{font-size:10px;letter-spacing:1.1px;font-weight:900;color:var(--accent);margin-bottom:8px}.affiliate-kpis strong{font-size:23px;letter-spacing:-.6px;overflow-wrap:anywhere}.affiliate-kpis span{font-size:11px;color:var(--muted);margin-top:5px}.affiliate-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.affiliate-dashboard-grid>section{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.affiliate-dashboard-grid h3{margin:0 0 16px;font-size:18px}.affiliate-wide{grid-column:1/-1}.affiliate-bars{display:grid;grid-gap:13px;gap:13px}.affiliate-bars>div>div{display:flex;justify-content:space-between;gap:12px;font-size:13px;margin-bottom:6px}.affiliate-bars i{height:8px;border-radius:99px;background:#f0ece7;display:block;overflow:hidden}.affiliate-bars b{display:block;height:100%;background:var(--accent);border-radius:99px}.affiliate-offer-table>div,.affiliate-recent>div{display:grid;align-items:center;grid-gap:12px;gap:12px;padding:11px 0;border-top:1px solid var(--line);font-size:12px}.affiliate-offer-table>div{grid-template-columns:1fr 120px 50px}.affiliate-offer-table>div>b{text-align:right;font-size:16px}.affiliate-recent>div{grid-template-columns:150px 90px 170px 1fr}.affiliate-recent time{color:var(--muted)}.affiliate-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;padding:44px 20px;background:#fffaf7;border:1px dashed #e7cdbc;border-radius:18px;margin:18px 0}.affiliate-empty span{font-size:12px;color:var(--muted);max-width:520px;line-height:1.5}@media(max-width:900px){.affiliate-kpis{grid-template-columns:1fr 1fr}.affiliate-dashboard-grid{grid-template-columns:1fr}.affiliate-wide{grid-column:auto}.affiliate-recent>div{grid-template-columns:1fr 1fr}}@media(max-width:580px){.affiliate-kpis{grid-template-columns:1fr}.affiliate-offer-table>div{grid-template-columns:1fr auto}.affiliate-offer-table>div span:nth-child(2){display:none}.affiliate-recent>div{grid-template-columns:1fr}}.social-channel-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin:12px 0 16px}.social-channel-grid a{display:flex;align-items:center;justify-content:center;gap:7px;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);text-decoration:none;font-weight:800;font-size:12px}.social-center-toolbar input[type=datetime-local]{width:100%;border:1px solid #edd6c6;background:#fffaf7;border-radius:12px;padding:11px 12px;font:inherit}.social-queue{margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.social-queue-count{display:flex;gap:7px;align-items:center;font-size:12px;font-weight:800;color:var(--muted)}.social-queue-empty{padding:26px;border:1px dashed #e4d2c6;border-radius:14px;color:var(--muted);text-align:center;font-size:13px}.social-queue-list{display:grid;grid-gap:9px;gap:9px}.social-queue-list article{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 14px;border:1px solid var(--line);border-radius:14px}.social-queue-list article div{display:grid;grid-template-columns:170px 1fr 120px;grid-gap:12px;gap:12px;align-items:center;width:100%}.social-queue-list article small{color:var(--muted)}.social-queue-list article span{font-size:12px;color:var(--muted)}.social-queue-list article button{border:0;background:#fff0eb;color:#b83b1d;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;cursor:pointer}@media(max-width:760px){.social-channel-grid,.social-queue-list article div{grid-template-columns:1fr}}.seo-hub-page{padding:64px 0 90px}.seo-hub-page h1,.seo-landing-hero h1{font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-3px;max-width:920px;margin:14px 0 18px}.seo-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:15px;gap:15px;margin-top:34px}.seo-link-grid>a{display:flex;flex-direction:column;min-height:220px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:20px;color:var(--ink);text-decoration:none}.seo-link-grid small{font-size:10px;font-weight:900;letter-spacing:1px;color:var(--accent)}.seo-link-grid strong{font-size:22px;letter-spacing:-.5px;margin:12px 0}.seo-link-grid span{font-size:13px;line-height:1.55;color:var(--muted)}.seo-link-grid b{margin-top:auto;padding-top:18px;font-size:13px}.seo-landing-hero{padding:72px 0 66px;background:linear-gradient(135deg,#fff8f3,#f7fbff);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.seo-landing-hero p{max-width:760px;font-size:19px;line-height:1.6;color:var(--muted)}.seo-hero-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:22px}.seo-hero-actions .primary-cta{width:auto;margin:0}.seo-copy-section,.seo-offer-section,.seo-partners-section{padding:58px 0}.seo-copy-section{max-width:850px}.seo-copy-section h2{font-size:36px;letter-spacing:-1.5px}.seo-copy-section p{font-size:16px;line-height:1.75;color:var(--muted)}.seo-related{display:flex;justify-content:space-between;gap:16px;padding:10px 0 70px}.seo-related a{font-weight:800;color:var(--ink);text-decoration:none}@media(max-width:900px){.seo-link-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.seo-link-grid{grid-template-columns:1fr}.seo-hub-page h1,.seo-landing-hero h1{letter-spacing:-2px}.seo-related{flex-direction:column}}.seo-related-block{padding:10px 0 72px}.seo-related-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin:14px 0 26px}.seo-related-links a{display:flex;align-items:center;min-height:72px;padding:14px;border:1px solid var(--line);background:#fff;border-radius:14px;color:var(--ink);text-decoration:none;font-size:13px;font-weight:800;line-height:1.35}@media(max-width:900px){.seo-related-links{grid-template-columns:1fr 1fr}}@media(max-width:620px){.seo-related-links{grid-template-columns:1fr}}.poland-hero{padding:68px 0;background:linear-gradient(135deg,#f7fbff,#fff7f1);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.poland-hero-inner{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);grid-gap:40px;gap:40px;align-items:center}.poland-hero h1{font-size:clamp(46px,6vw,76px);line-height:.98;letter-spacing:-3.5px;margin:15px 0 20px;max-width:850px}.poland-hero p{font-size:19px;line-height:1.6;color:var(--muted);max-width:730px}.poland-hero-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:0 20px 55px rgba(0,0,0,.06)}.poland-hero-card small{font-weight:900;color:var(--accent);letter-spacing:1px}.poland-hero-card strong{font-size:30px;letter-spacing:-1px;margin:10px 0}.poland-hero-card span{color:var(--muted);line-height:1.55}.poland-hero-card a{margin-top:24px;color:var(--ink);font-weight:900;text-decoration:none}.poland-section{padding:64px 0 78px}.poland-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.poland-card{display:grid;grid-template-columns:46% 54%;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;min-height:290px}.poland-card-image{position:relative;min-height:290px}.poland-card-image img{width:100%;height:100%;object-fit:cover;display:block}.poland-card-image>span{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.94);padding:7px 10px;border-radius:999px;font-size:10px;font-weight:900}.poland-card-body{padding:22px;display:flex;flex-direction:column}.poland-card-body h3{font-size:28px;letter-spacing:-1px;margin:0 0 8px}.poland-card-body p{font-size:13px;line-height:1.55;color:var(--muted);margin:0 0 13px}.poland-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.poland-tags span{font-size:10px;background:var(--soft);border-radius:999px;padding:6px 8px}.poland-card-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:auto}.poland-card-actions a{display:flex;align-items:center;justify-content:center;text-align:center;min-height:44px;border-radius:11px;text-decoration:none;font-size:11px;font-weight:900}.poland-card-actions a:first-child{background:var(--dark);color:#fff}.poland-card-actions a:last-child{background:#fff3ea;color:var(--ink);border:1px solid #ffd8c2}.poland-discovery{background:#fff7f1;padding:64px 0 76px}.poland-style-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.poland-style-grid a{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;gap:8px}.poland-style-grid a>span{font-size:29px}.poland-style-grid strong{font-size:17px}.poland-style-grid small{color:var(--muted);line-height:1.45}@media(max-width:1000px){.poland-grid{grid-template-columns:1fr}.poland-style-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.poland-card,.poland-hero-inner{grid-template-columns:1fr}.poland-card-image{min-height:220px}.poland-card-actions,.poland-style-grid{grid-template-columns:1fr}}.launch-not-found{min-height:62vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:70px;padding-bottom:90px}.launch-not-found>span{font-size:clamp(80px,16vw,180px);line-height:.8;font-weight:950;letter-spacing:-10px;color:#ece8e2}.launch-not-found h1{max-width:820px;font-size:clamp(40px,6vw,70px);line-height:1;letter-spacing:-3px;margin:14px 0 18px}.launch-not-found p{max-width:680px;color:var(--muted);font-size:18px;line-height:1.6}.launch-not-found-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:12px}.launch-not-found-actions .primary-cta{width:auto;margin:0}.legal-launch-page{max-width:860px;padding-top:64px;padding-bottom:90px}.legal-launch-page h1{font-size:clamp(42px,6vw,68px);letter-spacing:-3px;line-height:1;margin:14px 0 30px}.legal-launch-page h2{margin:34px 0 8px;font-size:25px;letter-spacing:-.8px}.legal-launch-page p{color:var(--muted);font-size:16px;line-height:1.75}.legal-launch-note{margin:32px 0;padding:20px;border:1px solid #ffd8c2;background:#fff7f1;border-radius:16px;line-height:1.55;font-weight:700}.legal-launch-page .primary-cta{width:max-content}@media(max-width:620px){.launch-not-found-actions{align-items:stretch;flex-direction:column;width:100%}.launch-not-found-actions a{width:100%!important;text-align:center}.legal-launch-page .primary-cta{width:100%}}.sports-hero{padding:70px 0;background:linear-gradient(135deg,#f2f7ff,#fff 48%,#fff5ef);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sports-hero-inner{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);grid-gap:42px;gap:42px;align-items:center}.sports-hero h1{max-width:900px;font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-3.5px;margin:14px 0 20px}.sports-hero p{max-width:760px;font-size:19px;line-height:1.6;color:var(--muted)}.sports-sync-card{display:flex;flex-direction:column;padding:28px;background:#101419;color:#fff;border-radius:26px;box-shadow:0 24px 60px rgba(0,0,0,.15)}.sports-sync-card small{font-size:10px;font-weight:900;letter-spacing:1px;color:#a8d0ff}.sports-sync-card strong{font-size:29px;margin:12px 0}.sports-sync-card span{font-size:13px;line-height:1.55;color:#c7ced6}.sports-sync-card b{margin-top:25px;font-size:15px}.sports-section{padding:64px 0 80px}.sports-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.sports-event-card{border:1px solid var(--line);border-radius:22px;background:#fff;padding:22px}.sports-event-top{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding-bottom:16px}.sports-event-top>span{font-size:30px}.sports-event-top div{display:flex;flex-direction:column;gap:4px}.sports-event-top small{font-size:10px;color:var(--muted);font-weight:900;text-transform:uppercase}.sports-event-top strong{font-size:20px;letter-spacing:-.4px}.sports-event-details{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:10px;gap:10px;padding:18px 0}.sports-event-details div{display:flex;flex-direction:column;gap:4px}.sports-event-details small{font-size:9px;font-weight:900;color:var(--muted)}.sports-event-details strong{font-size:12px;line-height:1.4}.sports-event-actions{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px}.sports-event-actions a{padding:11px 8px;border-radius:10px;text-align:center;text-decoration:none;font-size:11px;font-weight:900;color:var(--ink);background:#f7f5f2}.sports-event-actions a:first-child{background:#151515;color:#fff}.sports-event-cta{margin-top:15px;padding:12px 14px;border-radius:12px;background:#fff4eb;font-size:12px;line-height:1.45}.sports-event-cta span{display:block;color:#d54b25;font-weight:900}.sports-clubs{padding:60px 0 78px;background:#f8f7f5}.sports-club-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:10px;gap:10px}.sports-club-grid>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:7px}.sports-club-grid span{font-size:25px}.sports-club-grid strong{font-size:13px}.sports-club-grid small{font-size:11px;color:var(--muted)}@media(max-width:1000px){.sports-event-grid{grid-template-columns:1fr}.sports-club-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:760px){.sports-event-details,.sports-hero-inner{grid-template-columns:1fr}.sports-club-grid,.sports-event-actions{grid-template-columns:1fr 1fr}}.sales-quick-tags a{display:inline-flex;align-items:center;gap:6px;border:1px solid #eadfd8;border-radius:999px;padding:9px 13px;background:#fff;color:var(--ink);text-decoration:none;font-size:12px;font-weight:900}.sales-quick-tags a:hover{border-color:#f26522;color:#f26522}.sports-filters{display:grid;grid-template-columns:1.15fr .95fr .95fr .9fr .75fr .7fr auto;grid-gap:10px;gap:10px;padding:14px;margin:24px 0 10px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.035)}.sports-filters label{display:flex;flex-direction:column;gap:6px;min-width:0}.sports-filters label>span{font-size:9px;font-weight:900;color:var(--muted);text-transform:uppercase;letter-spacing:.55px}.sports-filters select{width:100%;min-height:43px;border:1px solid #e7e1dc;border-radius:11px;background:#faf9f7;color:var(--ink);padding:0 11px;font:inherit;font-size:12px;font-weight:800}.sports-filter-actions{display:flex;align-items:flex-end;gap:7px}.sports-filter-actions a,.sports-filter-actions button{min-height:43px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:11px;font-size:11px;font-weight:900;text-decoration:none;white-space:nowrap}.sports-filter-actions button{border:0;background:#151515;color:#fff;cursor:pointer}.sports-filter-actions a{border:1px solid #e7e1dc;background:#fff;color:var(--ink)}.sports-filter-summary{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 22px;color:var(--muted);font-size:12px}.sports-filter-summary strong{color:var(--ink)}.sports-auto-plan{display:grid;grid-template-columns:.8fr .8fr 1.4fr;grid-gap:8px;gap:8px;padding:0 0 14px}.sports-auto-plan>div{display:flex;flex-direction:column;gap:3px;padding:9px 10px;border-radius:10px;background:#f7f9fc}.sports-auto-plan small{font-size:8px;font-weight:900;color:#7c8795;letter-spacing:.45px}.sports-auto-plan b{font-size:10px;line-height:1.35}.sports-empty-state{padding:34px;border:1px solid var(--line);border-radius:20px;background:#fff;text-align:center}.sports-empty-state strong{font-size:20px}.sports-empty-state p{color:var(--muted)}.sports-empty-state a{display:inline-flex;margin-top:7px;padding:11px 15px;border-radius:10px;background:#151515;color:#fff;text-decoration:none;font-weight:900;font-size:12px}.sports-club-grid>a{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:7px;text-decoration:none;color:var(--ink)}.sports-club-grid>a:hover{border-color:#f1a77b;transform:translateY(-1px)}.sports-club-grid>a span{font-size:25px}.sports-club-grid>a strong{font-size:13px}.sports-club-grid>a small{font-size:11px;color:var(--muted)}@media(max-width:1180px){.sports-filters{grid-template-columns:repeat(3,1fr)}.sports-filter-actions{align-items:center}}@media(max-width:760px){.sports-filters{grid-template-columns:1fr}.sports-filter-actions{align-items:stretch}.sports-filter-actions>*{flex:1 1}.sports-auto-plan{grid-template-columns:1fr}}@media (min-width:1051px){.site-nav{gap:12px}.site-nav .brand-logo{width:166px;min-width:166px}.site-nav nav{flex:1 1;justify-content:center;gap:13px;min-width:0}.site-nav nav a{font-size:12.5px;white-space:nowrap}.site-nav .nav-cta{padding:10px 12px;font-size:12px;white-space:nowrap}}.experience-home-grid{margin-bottom:18px}.experience-signals-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:16px}.experience-signal{min-height:128px;padding:18px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#fff,#faf8f5);display:flex;flex-direction:column;align-items:flex-start;gap:7px}.experience-signal>span{font-size:26px}.experience-signal>strong{font-size:14px}.experience-signal>small{font-size:11px;line-height:1.55;color:var(--muted)}.experience-expanded-page{background:#fff}.experience-expanded-hero{padding:82px 0 70px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 85% 15%,rgba(255,164,92,.18),transparent 30%),radial-gradient(circle at 10% 85%,rgba(89,145,206,.12),transparent 28%),#fbfaf8}.experience-expanded-hero h1{max-width:980px;margin:14px 0 18px;font-size:clamp(48px,6.4vw,82px);line-height:.98;letter-spacing:-4px}.experience-expanded-hero p{max-width:820px;font-size:19px;line-height:1.65;color:var(--muted)}.experience-season-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.experience-season-nav a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid #e6ddd6;border-radius:999px;background:#fff;color:var(--ink);text-decoration:none;font-size:12px;font-weight:900}.experience-season-nav a:hover{border-color:#f26522;color:#f26522}.experience-planning-section{padding-bottom:28px}.experience-planning-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.experience-planning-card{min-height:180px;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff}.experience-planning-card>span{font-size:31px}.experience-planning-card>strong{display:block;margin:14px 0 7px;font-size:17px}.experience-planning-card>p{margin:0;font-size:13px;line-height:1.6;color:var(--muted)}.experience-expanded-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.experience-expanded-card{scroll-margin-top:96px;padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(0,0,0,.035)}.experience-expanded-card-top{display:flex;align-items:flex-start;gap:15px;padding-bottom:17px;border-bottom:1px solid var(--line)}.experience-expanded-card-top>span{font-size:34px;line-height:1}.experience-expanded-card-top small{display:block;margin-bottom:5px;font-size:9px;font-weight:900;letter-spacing:.7px;text-transform:uppercase;color:#d65028}.experience-expanded-card-top h2{margin:0;font-size:23px;letter-spacing:-.5px}.experience-expanded-lead{font-size:14px;line-height:1.65;color:#363636;margin:18px 0}.experience-expanded-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.experience-expanded-meta>div{padding:13px;border-radius:13px;background:#f8f7f5}.experience-expanded-meta small{font-size:8px;font-weight:900;letter-spacing:.6px;color:#78716c}.experience-expanded-meta p{margin:6px 0 0;font-size:11px;line-height:1.55;color:#59544f}.experience-expanded-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.experience-expanded-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 13px;border-radius:10px;background:#151515;color:#fff;text-decoration:none;font-size:11px;font-weight:900}.experience-expanded-actions a+a{background:#f6f3ef;color:var(--ink)}.experience-final-cta{margin-top:16px;margin-bottom:78px;padding:34px;border-radius:26px;background:#11151a;color:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:30px;gap:30px;align-items:center}.experience-final-cta .kicker{color:#ff9a62}.experience-final-cta h2{max-width:780px;margin:9px 0;font-size:34px;line-height:1.08;letter-spacing:-1.2px}.experience-final-cta p{margin:0;max-width:740px;color:#bdc3ca;line-height:1.55}.experience-final-actions{display:flex;flex-direction:column;gap:8px;min-width:215px}.experience-final-actions a{padding:12px 14px;border-radius:11px;background:#fff;color:#151515;text-decoration:none;font-size:12px;font-weight:900;text-align:center}.experience-final-actions a+a{background:#242a31;color:#fff}@media(max-width:1000px){.experience-planning-grid,.experience-signals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.experience-expanded-grid,.experience-final-cta{grid-template-columns:1fr}.experience-final-actions{flex-direction:row;min-width:0}}@media(max-width:680px){.experience-planning-grid,.experience-signals-grid{grid-template-columns:1fr}.experience-expanded-hero{padding:54px 0 48px}.experience-expanded-hero h1{font-size:44px;letter-spacing:-2.5px}.experience-expanded-hero p{font-size:16px}.experience-expanded-card{padding:19px;border-radius:19px}.experience-expanded-meta{grid-template-columns:1fr}.experience-expanded-actions a{flex:1 1 100%}.experience-final-cta{padding:24px;border-radius:20px}.experience-final-cta h2{font-size:28px}.experience-final-actions{flex-direction:column}}.long-haul-home{padding-top:78px;padding-bottom:78px}.long-haul-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.long-haul-card{display:flex;min-height:238px;flex-direction:column;padding:22px;border:1px solid #e8e1da;border-radius:22px;background:linear-gradient(155deg,#fff,#fbf8f4);color:var(--ink);box-shadow:0 12px 34px rgba(54,43,31,.05);transition:.18s ease}.long-haul-card:hover{transform:translateY(-3px);border-color:#f1ae8a;box-shadow:0 18px 42px rgba(54,43,31,.1)}.long-haul-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:22px}.long-haul-card-top span{font-size:30px}.long-haul-card-top small{font-size:9px;font-weight:900;letter-spacing:.8px;color:#c84f25}.long-haul-card>strong{font-size:24px;letter-spacing:-.5px}.long-haul-card p{margin:10px 0 18px;color:var(--muted);font-size:13px;line-height:1.58}.long-haul-card b{margin-top:auto;font-size:12px;color:#d65028}.long-haul-page{background:#fff}.long-haul-hero{padding:76px 0 66px;background:radial-gradient(circle at 78% 15%,#fff0e8 0,transparent 34%),linear-gradient(180deg,#fbfaf8,#fff);border-bottom:1px solid var(--line)}.long-haul-hero h1{max-width:980px;margin:12px 0 18px;font-size:clamp(48px,6.7vw,92px);line-height:.95;letter-spacing:-5px}.long-haul-hero p{max-width:850px;margin:0;color:var(--muted);font-size:19px;line-height:1.65}.long-haul-hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.long-haul-hero-tags a{padding:10px 14px;border:1px solid #eadfd6;border-radius:999px;background:#fff;color:var(--ink);font-size:12px;font-weight:850;text-decoration:none}.long-haul-hero-tags a:hover{border-color:#f45122;color:#f45122}.long-haul-intro{padding-bottom:36px}.long-haul-principles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.long-haul-principles>div{padding:20px;border:1px solid var(--line);border-radius:18px;background:#faf9f7}.long-haul-principles span{display:block;margin-bottom:12px;font-size:27px}.long-haul-principles strong{font-size:15px}.long-haul-principles p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.long-haul-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:17px;gap:17px}.long-haul-detail-card{scroll-margin-top:100px;padding:25px;border:1px solid #e7e1da;border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(43,34,25,.055)}.long-haul-detail-head{display:flex;align-items:center;gap:14px;padding-bottom:17px;border-bottom:1px solid var(--line)}.long-haul-detail-head>span{font-size:38px}.long-haul-detail-head small{display:block;margin-bottom:4px;font-size:9px;font-weight:900;letter-spacing:.8px;color:#d65028}.long-haul-detail-head h2{margin:0;font-size:27px;letter-spacing:-.8px}.long-haul-detail-lead{margin:17px 0;color:#333;font-size:14px;line-height:1.65}.long-haul-detail-facts{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.long-haul-detail-facts>div{padding:13px 14px;border-radius:13px;background:#f8f6f3}.long-haul-detail-facts small{display:block;font-size:8px;font-weight:900;letter-spacing:.65px;color:#777}.long-haul-detail-facts strong{display:block;margin-top:5px;font-size:12px;line-height:1.35}.long-haul-highlights{margin:14px 0 0;color:#5c5650;font-size:12px;line-height:1.5}.long-haul-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.long-haul-actions a{padding:10px 13px;border-radius:11px;background:#121212;color:#fff;font-size:11px;font-weight:850;text-decoration:none}.long-haul-actions a:nth-child(2),.long-haul-actions a:nth-child(3){background:#f3f0ec;color:#171717}.long-haul-actions a:hover{opacity:.86}.long-haul-note{margin:18px 0 0;color:#777;font-size:11px;line-height:1.55}.long-haul-final{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:10px;margin-bottom:84px;padding:34px;border-radius:24px;background:#111;color:#fff}.long-haul-final h2{max-width:760px;margin:8px 0;font-size:32px}.long-haul-final p{max-width:760px;margin:0;color:#c7c7c7;line-height:1.55}.long-haul-final>a{flex:0 0 auto;padding:14px 18px;border-radius:12px;background:#fff;color:#111;font-size:13px;font-weight:900;text-decoration:none}@media(max-width:1100px){.long-haul-grid,.long-haul-principles{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.long-haul-list{grid-template-columns:1fr}.long-haul-final{align-items:flex-start;flex-direction:column}.long-haul-final>a{width:100%;text-align:center}.long-haul-hero h1{letter-spacing:-3px}}@media(max-width:620px){.long-haul-grid,.long-haul-principles{grid-template-columns:1fr}.long-haul-card{min-height:auto}.long-haul-hero{padding:54px 0 46px}.long-haul-hero h1{font-size:44px;letter-spacing:-2.5px}.long-haul-hero p{font-size:16px}.long-haul-detail-card{padding:19px;border-radius:19px}.long-haul-detail-facts{grid-template-columns:1fr}.long-haul-actions a{flex:1 1 100%;text-align:center}.long-haul-final{padding:24px;margin-bottom:54px}.long-haul-final h2{font-size:26px}}.streaming-discovery{padding-top:14px}.streaming-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,1fr);grid-gap:14px;gap:14px;overflow-x:auto;padding:4px 2px 16px;scroll-snap-type:x proximity;scrollbar-width:thin}.streaming-tile{scroll-snap-align:start;min-height:185px;border:1px solid #e9e4de;background:linear-gradient(145deg,#fff,#fff8f3);border-radius:22px;padding:22px;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;gap:9px;transition:.2s ease}.streaming-tile:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(26,18,12,.08);border-color:#e0d4ca}.streaming-tile small{font-size:10px;font-weight:900;letter-spacing:.75px;color:var(--accent)}.streaming-tile strong{font-size:21px;line-height:1.08;letter-spacing:-.02em}.streaming-tile span{font-size:13px;line-height:1.5;color:var(--muted)}.search-hub{border:1px solid #ece7e1!important;border-radius:26px!important;box-shadow:0 12px 36px rgba(28,20,14,.045)!important;background:#fff!important}.search-tabs{gap:5px!important;background:#f8f6f3!important;padding:5px!important;border-radius:14px!important}.search-tabs button{min-height:38px!important;padding:8px 12px!important;font-size:12px!important;border-radius:10px!important}.search-tabs button.active{box-shadow:none!important}.advanced-search,.advanced-search-v2{gap:10px!important}.filter-box,.search-text-field{box-shadow:none!important}.filter-box{border-color:#ece7e1!important;background:#fff!important}.compact-search-row{gap:8px!important}.dropdown-filter{box-shadow:none!important}.active-filter-bar{background:#fbfaf8!important;border:1px solid #eee9e3!important;border-radius:14px!important;padding:9px 11px!important}.search-results-block{margin-top:20px!important}.search-submit{min-height:46px!important}@media(max-width:760px){.streaming-rail{grid-auto-columns:82%}.streaming-tile{min-height:170px}.search-hub{border-radius:19px!important}}.tripownia-admin-studio{background:#faf9f7;min-height:70vh;padding-bottom:60px}.admin-studio-title{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.admin-studio-title h1{margin-bottom:7px}.admin-studio-grid{display:grid;grid-template-columns:300px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.admin-offer-picker,.admin-social-workbench{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px}.admin-search-field{display:flex;flex-direction:column;gap:6px;font-size:10px;font-weight:900;color:var(--muted);margin-bottom:12px}.admin-search-field input{border:1px solid var(--line);border-radius:11px;padding:11px 12px;font:inherit;color:var(--ink);outline:none}.admin-offer-picker .admin-offer-list{max-height:610px;border:0;padding:0}.admin-offer-picker .admin-offer-list button{cursor:pointer}.admin-selected-offer{padding:6px 4px 18px;border-bottom:1px solid var(--line);margin-bottom:16px}.admin-selected-offer small{font-size:9px;font-weight:900;letter-spacing:.7px;color:var(--accent)}.admin-selected-offer h2{font-size:30px;margin:6px 0 7px}.admin-selected-offer p{color:var(--muted);line-height:1.5;margin:0 0 8px}.admin-selected-offer a{font-weight:850;color:var(--ink);text-decoration:none}.social-copy-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.social-copy-grid article{border:1px solid var(--line);border-radius:15px;padding:13px;display:flex;flex-direction:column;gap:9px;background:#fff}.social-copy-grid article>div{display:flex;justify-content:space-between;gap:10px;align-items:center}.social-copy-grid article>div span{font-weight:900}.social-copy-grid a,.social-copy-grid button{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:9px;padding:8px 10px;font-weight:850;font-size:11px;text-decoration:none;cursor:pointer;width:max-content}.social-copy-grid article>div button{padding:6px 9px}.social-copy-grid textarea{width:100%;min-height:155px;resize:vertical;border:0;background:#faf9f7;border-radius:10px;padding:11px;font:inherit;font-size:12px;line-height:1.5;color:var(--ink)}.social-copy-grid small{color:var(--muted);line-height:1.45}.social-copy-grid .social-native-share{background:var(--accent);border-color:var(--accent);color:#fff}@media(max-width:900px){.admin-studio-grid{grid-template-columns:1fr}.admin-offer-picker .admin-offer-list{max-height:260px}.social-copy-grid{grid-template-columns:1fr}}@media(max-width:620px){.admin-studio-title{flex-direction:column}.admin-studio-title .secondary-cta{width:100%;text-align:center}.social-copy-grid textarea{min-height:130px}}.experience-live-list{display:grid;grid-gap:30px;gap:30px;margin-top:34px}.experience-live-row{padding:24px;border:1px solid #e8e3dc;border-radius:24px;background:#fff;box-shadow:0 10px 34px rgba(22,28,45,.05)}.experience-live-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.experience-live-head>div{max-width:720px}.experience-live-head small{display:block;margin-bottom:7px;color:#f15b2a;font-weight:900;font-size:11px;letter-spacing:.09em}.experience-live-head h2{margin:0 0 7px;font-size:clamp(22px,2.4vw,31px);letter-spacing:-.025em}.experience-live-head p{margin:0;color:#69707d;line-height:1.55}.experience-live-head>a{flex:0 0 auto;color:#16181d;font-size:13px;font-weight:850;text-decoration:none;border-bottom:1px solid #d9d9d9;padding-bottom:3px}.experience-live-offers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.experience-live-fallback{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;background:#f8f7f5;border-radius:18px;border:1px solid #ece8e3}.experience-live-fallback>div:first-child{display:flex;align-items:flex-start;gap:13px}.experience-live-fallback>div:first-child>span{font-size:25px;line-height:1}.experience-live-fallback small{display:block;color:#f15b2a;font-size:10px;font-weight:900;letter-spacing:.08em;margin-bottom:4px}.experience-live-fallback strong{display:block;font-size:16px;margin-bottom:4px}.experience-live-fallback p{margin:0;max-width:680px;color:#6a707c;font-size:13px;line-height:1.45}.experience-live-fallback-actions{display:flex;gap:8px;flex:0 0 auto}.experience-live-fallback-actions a{padding:11px 14px;border-radius:999px;background:#111;color:#fff;text-decoration:none;font-weight:850;font-size:12px;white-space:nowrap}.experience-live-fallback-actions a:last-child{background:#fff;color:#111;border:1px solid #d9d5cf}@media(max-width:820px){.experience-live-head{align-items:flex-start;flex-direction:column;gap:10px}.experience-live-offers{grid-template-columns:1fr}.experience-live-fallback{align-items:flex-start;flex-direction:column}.experience-live-fallback-actions{width:100%;flex-wrap:wrap}}.hero-clean{padding:64px 0 18px!important;min-height:0!important;background:linear-gradient(110deg,#fff,#fffaf7 55%,#eef9ff)!important}.hero-inner-clean{display:block!important;max-width:1180px!important}.hero-copy-clean,.hero-copy-clean h1{max-width:980px!important}.hero-copy-clean h1{margin-bottom:18px!important}.hero-copy-clean p{max-width:820px!important;margin-bottom:0!important}.hero-clean .hero-brand-card,.hero-clean .hero-searchbar,.hero-clean .trustline{display:none!important}.hero-clean+#wyszukiwarka,.hero-clean+.section{padding-top:16px!important}#wyszukiwarka{scroll-margin-top:92px}#wyszukiwarka .search-hub{margin-top:0!important}@media(max-width:850px){.hero-clean{padding:38px 0 10px!important}.hero-copy-clean h1 br{display:none}.hero-copy-clean h1{font-size:clamp(42px,10vw,64px)!important}}.experience-concrete-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.experience-concrete-card{overflow:hidden;border:1px solid #e8e2dc;border-radius:20px;background:#fff;color:var(--ink);text-decoration:none;box-shadow:0 10px 28px rgba(31,22,15,.05);transition:.18s ease}.experience-concrete-card:hover{transform:translateY(-3px);border-color:#efb398;box-shadow:0 16px 38px rgba(31,22,15,.1)}.experience-concrete-photo{display:flex;min-height:168px;flex-direction:column;justify-content:space-between;padding:14px;background-position:50%;background-size:cover;color:#fff}.experience-concrete-photo b,.experience-concrete-photo span{width:max-content;max-width:100%;padding:7px 10px;border-radius:999px;background:rgba(13,13,13,.72);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);font-size:10px;font-weight:900;letter-spacing:.04em}.experience-concrete-photo b{align-self:flex-start;background:#f45122;color:#fff}.experience-concrete-body{padding:16px}.experience-concrete-body>small{display:block;margin-bottom:5px;color:#f45122;font-size:9px;font-weight:950;letter-spacing:.09em}.experience-concrete-body h3{margin:0 0 11px;font-size:23px;letter-spacing:-.5px}.experience-concrete-meta{display:grid;grid-gap:6px;gap:6px;margin-bottom:11px}.experience-concrete-meta span{color:#514b45;font-size:11px;font-weight:750;line-height:1.35}.experience-concrete-body p{min-height:42px;margin:0 0 13px;color:#6a645e;font-size:12px;line-height:1.5}.experience-concrete-body>strong{display:block;padding-top:12px;border-top:1px solid #eee8e2;color:#111;font-size:12px;font-weight:900}@media(max-width:980px){.experience-concrete-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.experience-concrete-grid{grid-template-columns:1fr}.experience-concrete-photo{min-height:190px}.experience-concrete-body p{min-height:0}}.quick-destination-wrap{margin:18px 0 4px;padding:16px 18px;border:1px solid #eee7e0;border-radius:18px;background:#fffdfa}.quick-destination-wrap>small{display:block;margin-bottom:10px;color:#6d6259;font-size:10px;font-weight:950;letter-spacing:.08em}.quick-destination-grid{display:flex;flex-wrap:wrap;gap:8px}.quick-destination-grid button{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid #e7dfd7;color:#241e19;font:inherit;font-size:11px;font-weight:850;cursor:pointer;transition:.16s ease}.quick-destination-grid button:hover{border-color:#f4a37e;background:#fff3ec;transform:translateY(-1px)}.quick-destination-grid button span{font-size:14px}.partner-search-banner{display:flex;align-items:center;justify-content:space-between;margin:12px 0;padding:11px 14px;border-radius:13px;background:#fff7f1;border:1px solid #ffd7c4}.partner-search-banner small{display:block;color:#f45122;font-size:9px;font-weight:950;letter-spacing:.08em}.partner-search-banner strong{font-size:12px}.global-search-result{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:16px;padding:20px;border:1px solid #dfe7ed;border-radius:18px;background:linear-gradient(135deg,#f7fbff,#fff)}.global-search-result small{color:#f45122;font-size:9px;font-weight:950;letter-spacing:.09em}.global-search-result h4{margin:4px 0 5px;font-size:22px}.global-search-result p{margin:0;color:#6b645e;font-size:12px;line-height:1.5}.global-search-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.global-search-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:12px;background:#111;color:#fff;text-decoration:none;font-size:11px;font-weight:900}.global-search-actions a:last-child{background:#f45122}.surprise-result-v2{display:grid!important;grid-template-columns:auto 1fr;grid-gap:3px 9px!important;gap:3px 9px!important;align-items:center!important;text-align:left!important}.surprise-result-v2 .surprise-flag{grid-row:1/4;font-size:29px!important}.surprise-result-v2 strong{font-size:17px!important}.surprise-result-v2 em{font-style:normal;color:#61574f;font-size:11px;line-height:1.35}.surprise-result-v2>span:last-child{font-size:10px!important;color:#f45122!important;font-weight:900!important}.experience-concrete-cta{display:flex!important;align-items:center;justify-content:center;padding:11px 12px!important;border:0!important;border-radius:11px;background:#111;color:#fff!important;text-align:center}.experience-concrete-card:hover .experience-concrete-cta{background:#f45122}@media(max-width:760px){.global-search-result{align-items:flex-start;flex-direction:column}.global-search-actions{width:100%}.global-search-actions a{flex:1 1}.quick-destination-grid{display:grid;grid-template-columns:1fr 1fr}.quick-destination-grid button{justify-content:flex-start;border-radius:12px}.surprise-result-v2{grid-template-columns:auto 1fr}}.hero-clean{padding:58px 0 30px!important}.hero-inner-clean.hero-inner-restored{display:grid!important;grid-template-columns:minmax(0,1.42fr) minmax(340px,.58fr)!important;grid-gap:46px!important;gap:46px!important;align-items:center!important;max-width:1440px!important}.hero-inner-restored .hero-copy-clean{max-width:980px!important}.hero-radar-panel{display:block!important;min-height:0!important;padding:26px!important;background:rgba(255,255,255,.88)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-radar-panel .hero-daily-icon{margin-bottom:8px}.hero-radar-panel h2{font-size:30px!important;margin:7px 0 9px!important}.hero-radar-panel>p{margin-bottom:15px!important}.hero-radar-panel .hero-daily-time{margin-bottom:12px!important}.hero-radar-list{display:grid;grid-gap:8px;gap:8px;margin:0 0 14px}.hero-radar-offer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:11px 12px;border:1px solid #ece5de;border-radius:13px;background:#fff;color:var(--ink);text-decoration:none;transition:.16s ease}.hero-radar-offer:hover{border-color:#f3a07b;transform:translateY(-1px)}.hero-radar-offer>span{font-size:22px}.hero-radar-offer div{min-width:0}.hero-radar-offer small{display:block;margin-bottom:2px;color:var(--accent);font-size:8px;font-weight:950;letter-spacing:.06em}.hero-radar-offer strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.hero-radar-offer b{font-size:11px;white-space:nowrap}.daily-carousel-wrap{position:relative}.daily-carousel-controls{display:flex;justify-content:flex-end;gap:8px;margin:-4px 0 12px}.daily-carousel-controls button{width:42px;height:42px;border:1px solid #e7e0da;border-radius:999px;background:#fff;color:var(--ink);display:grid;place-items:center;cursor:pointer;box-shadow:0 7px 18px rgba(32,22,14,.055);transition:.16s ease}.daily-carousel-controls button:hover{border-color:#f3a07b;background:#fff7f2;transform:translateY(-1px)}.daily-carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 18px;scrollbar-width:none}.daily-carousel::-webkit-scrollbar{display:none}.daily-carousel-item{flex:0 0 clamp(290px,28vw,390px);min-width:0;scroll-snap-align:start}.daily-carousel-item>.offer-card{height:100%}@media(max-width:1050px){.hero-inner-clean.hero-inner-restored{grid-template-columns:1fr!important;gap:22px!important}.hero-radar-panel{max-width:none!important}.daily-carousel-item{flex-basis:clamp(285px,43vw,360px)}}@media(max-width:680px){.hero-clean{padding:36px 0 18px!important}.hero-radar-panel{padding:20px!important}.hero-radar-offer{grid-template-columns:auto minmax(0,1fr)}.hero-radar-offer b{grid-column:2;justify-self:start}.daily-carousel-controls{margin-top:0}.daily-carousel-item{flex-basis:86vw}}.hero-daily-stats{display:grid;grid-template-columns:1fr 1.35fr;grid-gap:8px;gap:8px;margin:0 0 14px}.hero-daily-stat{display:flex;align-items:center;gap:9px;min-width:0;padding:11px 12px;border:1px solid #ece5de;border-radius:13px;background:#fff}.hero-daily-stat>strong{font-size:27px;line-height:1;color:var(--accent)}.hero-daily-stat div span,.hero-daily-stat>span{display:block;color:var(--muted);font-size:10px;line-height:1.25}.hero-daily-stat div strong{display:block;margin-bottom:2px;font-size:11px}@media(max-width:560px){.hero-daily-stats{grid-template-columns:1fr}.hero-daily-stat>strong{font-size:23px}}.partner-live-search{margin-top:18px;padding:20px;border:1px solid #dfe7ed;border-radius:20px;background:linear-gradient(135deg,#f7fbff,#fff 55%,#fff8f3)}.partner-live-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.partner-live-intro small{display:block;color:#f45122;font-size:9px;font-weight:950;letter-spacing:.1em}.partner-live-intro h4{margin:5px 0 6px;font-size:22px;line-height:1.1}.partner-live-intro p{margin:0;max-width:780px;color:#6b645e;font-size:12px;line-height:1.55}.partner-live-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;align-items:start}.partner-live-card{min-width:0;padding:14px;border:1px solid #ebe4dc;border-radius:17px;background:#fff;box-shadow:0 7px 20px rgba(37,28,20,.04)}.partner-live-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.partner-live-head>span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#fff2e9;font-size:18px}.partner-live-head strong{display:block;font-size:13px;line-height:1.2}.partner-live-head small{display:block;margin-top:3px;color:#85786f;font-size:10px}.partner-widget-shell{min-height:122px;overflow:visible}.partner-widget-wakacje{min-height:132px}.partner-live-note{margin:11px 2px 0;color:#8a7f76;font-size:10px;line-height:1.45}@media(max-width:900px){.partner-live-grid{grid-template-columns:1fr}.partner-live-card{padding:12px}}@media(max-width:620px){.partner-live-search{padding:14px;border-radius:16px}.partner-live-intro h4{font-size:18px}}.why-now{margin:13px 0 14px;padding:12px 13px;border:1px solid #f1dfd4;border-radius:13px;background:linear-gradient(135deg,#fff9f5,#fff);display:grid;grid-gap:4px;gap:4px}.why-now span{color:var(--accent);font-size:9px;font-weight:950;letter-spacing:.09em}.why-now strong{font-size:12px;line-height:1.5;color:#4f4843}.offer-stream-row{margin-top:34px}.offer-stream-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:13px}.offer-stream-head h3{margin:3px 0 4px;font-size:clamp(24px,3vw,36px);letter-spacing:-1px}.offer-stream-head p{margin:0;max-width:720px;color:var(--muted);font-size:13px;line-height:1.5}.offer-stream-controls{display:flex;gap:8px;flex:none}.offer-stream-controls button{width:42px;height:42px;border:1px solid #e6ddd6;border-radius:999px;background:#fff;display:grid;place-items:center;box-shadow:0 7px 18px rgba(32,22,14,.05)}.offer-stream-controls button:hover{border-color:#f3a07b;background:#fff7f2}.offer-stream-rail{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 16px}.offer-stream-rail::-webkit-scrollbar{display:none}.offer-stream-item{flex:0 0 clamp(285px,27vw,370px);scroll-snap-align:start;min-width:0}.offer-stream-item>.offer-card{height:100%}.editorial-streaming-rail{margin-top:28px}.streaming-offers{padding-top:64px}.not-found-page{padding:90px 0 120px;max-width:920px}.not-found-page h1{font-size:clamp(54px,8vw,108px);letter-spacing:-4px;margin:10px 0 18px}.not-found-page p{max-width:720px;color:var(--muted);font-size:18px;line-height:1.55}.not-found-page>div:last-child{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.partner-live-card,.partner-live-grid,.partner-live-search,.search-hub{min-width:0;max-width:100%}.partner-live-search{display:block!important;width:100%!important;margin-top:22px!important;padding:22px!important;background:#fffaf7!important;border:1px solid #efdfd5!important}.partner-live-grid{display:grid!important;grid-template-columns:1fr!important;grid-gap:16px!important;gap:16px!important;width:100%!important}.partner-live-card{width:100%!important;padding:18px!important;border-color:#eaded6!important;border-radius:20px!important;background:#fff!important;box-shadow:0 12px 30px rgba(40,28,20,.05)!important}.partner-live-head>span{background:#fff0e8!important;color:var(--accent)!important}.partner-widget-shell{width:100%!important;min-height:150px!important;overflow:visible!important}.partner-live-head small,.partner-live-intro small{color:#8a7466!important}.partner-live-intro h4{color:#171717!important}.partner-live-note{color:#88786e!important}.search-results-block{min-width:0}@media(max-width:900px){.offer-stream-item{flex-basis:clamp(280px,44vw,350px)}.offer-stream-head{align-items:flex-start}.partner-live-search{padding:16px!important}}@media(max-width:680px){.offer-stream-item{flex-basis:86vw}.offer-stream-head{align-items:flex-start;flex-direction:column}.offer-stream-controls{align-self:flex-end}.streaming-offers{padding-top:42px}.not-found-page{padding:60px 0 80px}.not-found-page h1{letter-spacing:-2px}}.tripownia-admin-page{min-height:100vh;background:#faf8f5;padding-bottom:80px}.tripownia-admin-page .hub-page{padding-top:52px}.admin-panel-section{margin-top:22px;padding:22px;border:1px solid #eadfd7;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(40,28,20,.04)}@media(max-width:700px){.admin-panel-section{padding:15px;border-radius:17px}.tripownia-admin-page .hub-page{padding-top:32px}}.comparison-price>small:first-child,.detail-price small,.price small{display:block;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.45px;color:#8b7768;margin-bottom:3px}.price-status{background:#fff7f0;border:1px solid #ffe0cf;border-radius:10px;padding:8px 10px;color:#755f52}.detail-price-status{background:#fff7f0;border:1px solid #ffd5bd;border-radius:14px;padding:12px 14px;color:#6d584c;font-weight:650}.detail-price strong{color:#111}.detail-price small{color:#ff4d26;margin-bottom:4px}.mobile-booking-bar small{font-size:10px;line-height:1.2}.mobile-booking-bar a{white-space:nowrap}.admin-main-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0 18px;padding:7px;background:#f2efeb;border:1px solid #e9e2db;border-radius:16px}.admin-main-tabs button{border:0;background:transparent;padding:10px 13px;border-radius:11px;font-weight:850;color:#6b5b50;cursor:pointer;display:flex;align-items:center;gap:7px}.admin-main-tabs button.active{background:#fff;color:#111;box-shadow:0 3px 12px rgba(35,25,18,.06)}.admin-main-tabs b{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:#fff1e8;color:#ef5b2a;font-size:10px}.admin-offer-preview-rich{display:grid;grid-template-columns:minmax(250px,36%) minmax(0,1fr);grid-gap:20px;gap:20px;padding:0 0 20px;margin-bottom:18px;border-bottom:1px solid var(--line)}.admin-offer-preview-image{min-height:270px;border-radius:18px;background:#f1eee9 50%/cover no-repeat;position:relative;overflow:hidden}.admin-offer-preview-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.24))}.admin-offer-preview-image>span{position:absolute;z-index:1;left:14px;top:14px;font-size:26px;background:#fff;padding:7px 10px;border-radius:12px;box-shadow:0 5px 16px rgba(0,0,0,.08)}.admin-offer-preview-info>small{font-size:9px;font-weight:900;letter-spacing:.08em;color:var(--accent)}.admin-offer-preview-info h2{font-size:34px;margin:6px 0 5px}.admin-preview-price{display:flex;align-items:baseline;gap:7px;margin:2px 0 13px}.admin-preview-price span{color:var(--muted)}.admin-preview-price strong{font-size:31px}.admin-preview-price em{font-style:normal;color:var(--muted)}.admin-offer-preview-info>p{font-size:15px;line-height:1.55;color:#5e5a56}.admin-preview-meta{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:15px 0}.admin-preview-meta span{padding:9px 10px;background:#faf8f5;border:1px solid #eee7df;border-radius:11px;font-size:12px;font-weight:750}.admin-preview-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:13px}.admin-preview-actions .primary-cta,.admin-preview-actions .secondary-cta{padding:11px 14px;font-size:12px}.admin-content-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);grid-gap:18px;gap:18px;align-items:start}.admin-article-editor,.admin-drafts-list{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.admin-form-grid label{display:flex;flex-direction:column;gap:6px}.admin-form-grid label.wide{grid-column:1/-1}.admin-form-grid span{font-size:10px;font-weight:900;color:var(--muted)}.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea{width:100%;border:1px solid #e5ded7;border-radius:11px;padding:11px 12px;background:#fcfbfa;font:inherit;color:var(--ink);outline:none}.admin-form-grid textarea{resize:vertical;line-height:1.55}.admin-editor-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:14px}.admin-editor-actions button{border:0;cursor:pointer}.admin-storage-note{font-size:11px;line-height:1.5;color:#84766b;background:#fff8f3;padding:10px 12px;border-radius:10px;margin-top:14px}.admin-drafts-list .admin-panel-head button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 10px;font-weight:800;cursor:pointer}.admin-drafts-list .admin-panel-head button:disabled{opacity:.45}.admin-drafts-list>article{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px solid var(--line)}.admin-drafts-list article>div{display:flex;flex-direction:column;gap:3px}.admin-drafts-list article small{font-size:9px;font-weight:900;color:var(--accent)}.admin-drafts-list article strong{font-size:14px}.admin-drafts-list article span{font-size:11px;color:var(--muted)}.admin-drafts-list article button{border:0;background:none;color:#a14b39;font-weight:800;cursor:pointer}.admin-empty-state{padding:24px 12px;text-align:center;color:var(--muted);line-height:1.55;background:#faf9f7;border-radius:13px}.admin-check-grid,.admin-future-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-check-grid article,.admin-future-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}.admin-future-grid article>span{font-size:28px}.admin-future-grid h2{font-size:19px;margin:12px 0 7px}.admin-check-grid p,.admin-future-grid p{color:var(--muted);line-height:1.55}.admin-future-grid a{font-weight:850;color:var(--ink);text-decoration:none}.admin-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:980px){.admin-content-layout,.admin-offer-preview-rich{grid-template-columns:1fr}.admin-offer-preview-image{min-height:320px}.admin-future-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.admin-main-tabs{overflow-x:auto;flex-wrap:nowrap}.admin-main-tabs button{white-space:nowrap}.admin-check-grid,.admin-form-grid,.admin-future-grid,.admin-preview-meta{grid-template-columns:1fr}.admin-offer-preview-image{min-height:240px}.admin-form-grid label.wide{grid-column:auto}}.city-shopping-hero{padding:72px 0 28px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:28px;gap:28px;align-items:end}.city-shopping-hero h1{font-size:clamp(42px,6vw,82px);line-height:.95;max-width:920px;margin:10px 0 18px}.city-shopping-hero p{font-size:19px;line-height:1.6;max-width:760px;color:#6f665f}.city-shopping-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.city-shopping-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(290px,360px);overflow-x:auto;grid-gap:18px;gap:18px;padding:8px 2px 18px;scroll-snap-type:x mandatory}.city-shopping-row>*{scroll-snap-align:start}.city-magazine-teaser{margin-top:36px;margin-bottom:60px;background:#151515;color:#fff;border-radius:28px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.city-magazine-teaser p{color:#c9c5c1;max-width:680px}.city-magazine-teaser a{background:#fff;color:#111;border-radius:999px;padding:14px 20px;font-weight:900;text-decoration:none}.magazine-hub{padding-top:60px}.magazine-hub>h1{max-width:900px}.long-haul-actions a{cursor:pointer}.long-haul-actions a:last-child{background:#fff4ed;border-color:#ffd2bd;color:#171717}.experience-expanded-actions a{cursor:pointer}@media(max-width:900px){.city-shopping-hero{grid-template-columns:1fr;padding-top:42px}.city-shopping-actions{justify-content:flex-start}.city-magazine-teaser{align-items:flex-start;flex-direction:column}.city-shopping-row{grid-auto-columns:minmax(270px,86vw)}}.offer-stream-rail{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-padding-left:2px}.offer-stream-item{flex:0 0 310px!important;max-width:310px}.offer-stream-item .offer-image{height:190px!important;min-height:190px!important}.offer-stream-item .offer-body{min-height:0!important;padding:16px!important}.offer-stream-item .offer-body h3{font-size:21px!important}.offer-stream-item .why-now{padding:9px 10px;margin:10px 0}.offer-stream-item .card-cta{padding:12px 13px}.seasonal-nav-link{color:#b73917!important}.seasonal-hero{padding:56px 0 22px}.seasonal-hero h1{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-3px;margin:10px 0 16px;max-width:980px}.seasonal-hero p{max-width:800px;color:var(--muted);font-size:18px;line-height:1.6}.seasonal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.seasonal-card{border:1px solid var(--line);background:#fff;border-radius:24px;overflow:hidden}.seasonal-card img{width:100%;height:230px;object-fit:cover;display:block}.seasonal-card-body{padding:20px}.seasonal-card-body h2{font-size:28px;margin:4px 0 9px}.seasonal-card-body p{color:var(--muted);line-height:1.55}.seasonal-meta{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.seasonal-meta span{background:var(--soft);border-radius:999px;padding:7px 9px;font-size:11px;font-weight:800}.seasonal-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.seasonal-actions a{padding:11px 13px;border-radius:12px;font-weight:850;text-decoration:none;background:#171717;color:#fff}.seasonal-actions a+a{background:#fff2e9;color:#171717;border:1px solid #ffd6c3}.seasonal-calendar{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:20px 0 36px}.seasonal-calendar div{border:1px solid var(--line);background:#fff;border-radius:16px;padding:15px}.seasonal-calendar span,.seasonal-calendar strong{display:block}.seasonal-calendar span{color:var(--muted);font-size:11px;margin-top:4px;line-height:1.4}.long-haul-cheap-tip{margin:10px 0 0;padding:10px 12px;border-radius:12px;background:#fff7f1;border:1px solid #ffddcc;font-size:12px;line-height:1.5}.long-haul-cheap-tip b{color:#d9471d}.experience-ideas{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:15px}.experience-idea{border:1px solid var(--line);border-radius:13px;padding:11px;background:#fff}.experience-idea strong{display:block;font-size:12px}.experience-idea small{display:block;color:var(--muted);font-size:10px;margin-top:3px;line-height:1.35}.experience-idea a{display:inline-block;margin-top:8px;font-size:10px;font-weight:900;color:var(--accent);text-decoration:none}.poland-card-image img{background:#f3f0eb}.poland-photo-credit{font-size:9px;color:#8a8179;margin-top:5px}.city-buy-page .section{padding-top:36px}.city-esky-shell{padding:22px;border:1px solid var(--line);border-radius:22px;background:#fff;margin-top:20px}.city-esky-shell h2{margin-top:0}.city-esky-widget{min-height:170px}.lastminute-provider{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;border-radius:22px;background:#171717;color:#fff;margin:24px 0}.lastminute-provider p{color:#c9c3bd;max-width:700px}.lastminute-provider a{background:var(--accent);color:#fff;padding:14px 18px;border-radius:13px;text-decoration:none;font-weight:900;white-space:nowrap}@media(max-width:900px){.seasonal-grid{grid-template-columns:1fr}.seasonal-calendar{grid-template-columns:1fr 1fr}.experience-ideas{grid-template-columns:1fr}.lastminute-provider{align-items:flex-start;flex-direction:column}}@media(max-width:680px){.offer-stream-item{flex-basis:82vw!important;max-width:82vw}.offer-stream-item .offer-image{height:175px!important;min-height:175px!important}.seasonal-calendar{grid-template-columns:1fr}.seasonal-card img{height:200px}}.offer-stream-rail{cursor:-webkit-grab;cursor:grab;max-width:100%;touch-action:pan-x pan-y;scroll-behavior:smooth}.offer-stream-rail:active{cursor:-webkit-grabbing;cursor:grabbing}.offer-stream-item{flex:0 0 292px!important;max-width:292px!important}.offer-stream-item .offer-card{overflow:hidden}.offer-stream-item .offer-image{height:176px!important;min-height:176px!important}.offer-stream-item .offer-photo-img{width:100%!important;height:100%!important;object-fit:cover!important}.offer-stream-item .offer-body{padding:14px!important}.offer-stream-item .offer-body h3{font-size:20px!important;margin-bottom:5px!important}.offer-stream-item .meta{gap:7px!important;font-size:12px!important;flex-wrap:wrap}.offer-stream-item .why-now{font-size:12px!important;line-height:1.35!important}.offer-stream-controls button{cursor:pointer;position:relative;z-index:3}@media(max-width:680px){.offer-stream-item{flex-basis:78vw!important;max-width:78vw!important}.offer-stream-item .offer-image{height:165px!important;min-height:165px!important}}.visual-chapter{position:relative;margin-top:46px!important;margin-bottom:46px!important;padding-top:42px!important;padding-bottom:42px!important}.visual-chapter:before{content:"";position:absolute;left:0;right:0;top:-24px;height:1px;background:linear-gradient(90deg,transparent,#eadfd6 12%,#eadfd6 88%,transparent)}.chapter-content,.chapter-custom,.chapter-daily,.chapter-longhaul,.chapter-streaming{padding-left:28px!important;padding-right:28px!important;border:1px solid #e9ded5!important;border-radius:30px!important;box-shadow:0 16px 42px rgba(44,29,18,.055)!important}.chapter-daily{background:#fff!important}.chapter-streaming{background:linear-gradient(180deg,#fff7f1,#fff)!important}.chapter-longhaul{background:linear-gradient(180deg,#f7fbff,#fff)!important}.chapter-custom{background:linear-gradient(180deg,#fffaf1,#fff)!important}.chapter-content{background:linear-gradient(180deg,#fbf8ff,#fff)!important}.chapter-discover,.chapter-experience,.chapter-score{border-top:6px solid #f3e8df!important;padding-top:52px!important}.visual-chapter .section-heading{margin-bottom:28px!important;padding-bottom:20px!important;border-bottom:1px solid #ece2da!important}.visual-chapter .section-heading h2{font-size:clamp(30px,3.4vw,46px)!important;line-height:1.02!important}.offer-stream-row{margin-top:26px!important;padding:24px 22px 20px!important;border:1px solid #e8ded6!important;border-radius:24px!important;background:#fff!important;box-shadow:0 9px 24px rgba(45,29,18,.045)!important}.offer-stream-row+.offer-stream-row{margin-top:32px!important}.offer-stream-head{padding-bottom:15px!important;margin-bottom:18px!important;border-bottom:1px solid #eee4dc!important}.offer-stream-head h3{font-size:clamp(24px,2.5vw,32px)!important}.offer-stream-item>.offer-card{background:#fff!important;border:1px solid #e7ddd5!important;box-shadow:0 12px 28px rgba(44,29,18,.065)!important}@media(max-width:760px){.visual-chapter{margin-top:30px!important;margin-bottom:30px!important;padding-top:30px!important;padding-bottom:30px!important}.chapter-content,.chapter-custom,.chapter-daily,.chapter-longhaul,.chapter-streaming{padding-left:14px!important;padding-right:14px!important;border-radius:22px!important}.offer-stream-row{padding:17px 12px 15px!important;border-radius:18px!important}}.daily-carousel,.offer-stream-rail{display:flex!important;flex-wrap:nowrap!important;gap:18px!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important}.daily-carousel::-webkit-scrollbar,.offer-stream-rail::-webkit-scrollbar{display:none!important}.daily-carousel-item,.offer-stream-item{flex:0 0 286px!important;width:286px!important;max-width:286px!important;min-width:286px!important;scroll-snap-align:start!important}.daily-carousel-item .offer-image,.offer-stream-item .offer-image{height:172px!important;min-height:172px!important;aspect-ratio:auto!important}.daily-carousel-item .offer-photo-img,.offer-stream-item .offer-photo-img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.daily-carousel-item .offer-body,.offer-stream-item .offer-body{padding:15px 16px 16px!important}.daily-carousel-item .offer-body h3,.offer-stream-item .offer-body h3{font-size:21px!important;line-height:1.1!important;margin:3px 0 9px!important}.daily-carousel-item .price,.offer-stream-item .price{margin:8px 0 5px!important;line-height:1.25!important}.daily-carousel-item .price-status,.offer-stream-item .price-status{margin:0 0 10px!important;line-height:1.35!important;min-height:0!important}.daily-carousel-item .partner-chip,.offer-stream-item .partner-chip{margin:0 0 10px!important;line-height:1.3!important}.daily-carousel-item .meta,.offer-stream-item .meta{margin:0 0 10px!important;row-gap:6px!important;column-gap:10px!important;line-height:1.25!important}.daily-carousel-item .why-now,.offer-stream-item .why-now{display:block!important;margin:10px 0 13px!important;padding:11px 12px!important;border-radius:12px!important;background:#fff7f1!important;border:1px solid #f3dfd3!important}.daily-carousel-item .why-now span,.offer-stream-item .why-now span{display:block!important;margin:0 0 6px!important;font-size:9px!important;line-height:1.2!important;letter-spacing:.08em!important}.daily-carousel-item .why-now strong,.offer-stream-item .why-now strong{display:block!important;font-size:12.5px!important;font-weight:750!important}.daily-carousel-item .card-cta,.offer-stream-item .card-cta{margin-top:auto!important;padding:12px 14px!important}.offer-stream-row{overflow:hidden!important}.daily-carousel-controls,.offer-stream-controls{display:flex!important}@media(max-width:680px){.daily-carousel-item,.offer-stream-item{flex-basis:82vw!important;width:82vw!important;max-width:82vw!important;min-width:82vw!important}.daily-carousel-item .offer-image,.offer-stream-item .offer-image{height:180px!important;min-height:180px!important}}.search-partner-banner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}.search-results-carousel-controls{display:flex;gap:8px;flex:none}.search-results-carousel-controls button{width:40px;height:40px;border:1px solid #eadfd6;border-radius:999px;background:#fff;display:grid;place-items:center;cursor:pointer;color:#171717;box-shadow:0 5px 14px rgba(38,25,16,.05)}.search-results-carousel-controls button:hover{background:#fff6f0;border-color:#ffb08d}.search-results-carousel{width:100%!important;scroll-behavior:smooth!important;padding:4px 2px 18px!important}.search-results-carousel::-webkit-scrollbar{display:none}.search-results-carousel-item{flex:0 0 286px!important;width:286px!important;min-width:286px!important;max-width:286px!important}.search-results-carousel-item>.offer-card{height:100%;display:flex;flex-direction:column;overflow:hidden}.search-results-carousel-item .offer-image{height:172px!important;min-height:172px!important}.search-results-carousel-item .offer-body{padding:15px 16px 16px!important;flex:1 1!important}.search-results-carousel-item .offer-body h3{margin:3px 0 9px!important}.search-results-carousel-item .price{margin:8px 0 6px!important;line-height:1.25!important}.search-results-carousel-item .price-status{padding:8px 10px!important;line-height:1.35!important}.search-results-carousel-item .partner-chip{line-height:1.3!important}.search-results-carousel-item .meta{line-height:1.25!important}.search-results-carousel-item .why-now{margin:10px 0 13px!important;border:1px solid #f3dfd3!important}.search-results-carousel-item .why-now span{margin-bottom:6px!important;font-size:9px!important;line-height:1.2!important}.search-results-carousel-item .why-now strong{font-weight:750!important}.search-results-carousel-item .card-cta{padding:12px 14px!important}.offer-card .price{margin-top:10px;margin-bottom:7px}.offer-card .price-status{margin-top:0;margin-bottom:11px;line-height:1.4}.offer-card .meta,.offer-card .partner-chip{margin-bottom:11px}.offer-card .why-now{margin-top:10px;margin-bottom:14px}.offer-card .why-now span{display:block;margin-bottom:6px}.offer-card .why-now strong{display:block;line-height:1.48}@media(max-width:680px){.search-results-carousel-item{flex-basis:82vw!important;width:82vw!important;min-width:82vw!important;max-width:82vw!important}.search-results-carousel-item .offer-image{height:180px!important;min-height:180px!important}}.lastminute-offer-carousel{margin-top:18px;padding-bottom:20px;scrollbar-width:none}.lastminute-offer-carousel::-webkit-scrollbar{display:none}.lastminute-offer-carousel>.offer-card{scroll-snap-align:start;height:100%}.search-results-carousel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important}.search-results-carousel{display:flex!important;flex-wrap:nowrap!important;gap:18px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;padding:6px 2px 18px!important}.search-results-carousel::-webkit-scrollbar{display:none!important}.search-results-carousel-item{flex:0 0 300px!important;width:300px!important;max-width:300px!important;scroll-snap-align:start!important}.search-results-carousel-item .offer-image{height:180px!important;min-height:180px!important}.search-results-carousel-item .offer-body{padding:16px!important;display:flex!important;flex-direction:column!important;gap:0!important}.search-results-carousel-item .offer-body h3{font-size:21px!important;line-height:1.1!important;margin:4px 0 10px!important}.search-results-carousel-item .price{margin:7px 0!important;line-height:1.3!important}.search-results-carousel-item .price-status{margin:0 0 10px!important;line-height:1.45!important}.search-results-carousel-item .partner-chip{margin:0 0 10px!important}.search-results-carousel-item .meta{margin:0 0 10px!important;line-height:1.45!important;gap:7px 10px!important}.search-results-carousel-item .why-now{margin:8px 0 13px!important;padding:11px 12px!important;background:#fff7f1!important;border:1px solid #f0ddd1!important;border-radius:12px!important;line-height:1.45!important}.search-results-carousel-item .why-now span{display:block!important;margin-bottom:5px!important}.search-results-carousel-item .why-now strong{display:block!important;line-height:1.48!important;font-size:12.5px!important}.search-results-carousel-item .card-cta{margin-top:auto!important}.daily-carousel{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:18px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;padding:5px 2px 18px!important}.daily-carousel::-webkit-scrollbar{display:none!important}.daily-carousel-item{flex:0 0 300px!important;max-width:300px!important;scroll-snap-align:start!important}.offer-stream-rail{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;gap:18px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}.offer-stream-item{flex:0 0 300px!important;max-width:300px!important;scroll-snap-align:start!important}.daily-carousel-item .offer-image,.offer-stream-item .offer-image{height:180px!important;min-height:180px!important}.daily-carousel-item .offer-body,.offer-stream-item .offer-body{padding:16px!important}.daily-carousel-item .why-now,.offer-stream-item .why-now{line-height:1.45!important;margin:9px 0 12px!important}.daily-carousel-item .why-now strong,.offer-stream-item .why-now strong{line-height:1.45!important}.visual-chapter{margin-top:40px!important;padding:30px 26px!important;border:1px solid #eee2d9!important;border-radius:26px!important;background:#fff!important;box-shadow:0 16px 42px rgba(43,30,19,.045)!important}.visual-chapter.chapter-streaming{background:#fffaf6!important}.visual-chapter.chapter-daily{background:#fffdfb!important}.seasonal-nav-link{color:#c74319!important;font-weight:850!important}.poland-card-image{min-height:220px!important;height:220px!important;background:#f3f0eb!important}.poland-card-image .tripownia-image-empty,.poland-card-image img{width:100%!important;height:100%!important;object-fit:cover!important}@media(max-width:760px){.daily-carousel-item,.offer-stream-item,.search-results-carousel-item{flex-basis:82vw!important;width:82vw!important;max-width:82vw!important}.visual-chapter{padding:20px 14px!important;border-radius:20px!important}}.site-nav{width:min(1440px,calc(100% - 28px));gap:12px;height:76px;position:relative;z-index:50}.site-nav .brand-logo{flex:0 0 auto}.site-nav .brand-logo img{width:76px;height:76px;object-fit:contain}.site-nav-main{display:flex;align-items:center;justify-content:center;gap:13px!important;flex:1 1 auto;min-width:0}.nav-more>summary,.site-nav-main>a{font-size:13px!important;font-weight:760;white-space:nowrap}.site-nav .seasonal-nav-link{color:#c6421f}.site-nav .nav-cta{flex:0 0 auto;padding:11px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px;font-weight:850;white-space:nowrap}.nav-more{position:relative}.nav-more summary{cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav-more summary::-webkit-details-marker{display:none}.nav-more summary:after{content:"⌄";margin-left:5px;font-size:10px}.nav-more-menu{position:absolute;top:28px;right:0;width:220px;padding:9px;display:grid;grid-gap:3px;gap:3px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 50px rgba(0,0,0,.12);z-index:80}.nav-more-menu a{display:block;padding:10px 11px;border-radius:10px;font-size:13px!important}.nav-more-menu a:hover{background:var(--soft)}.shopping-hero{padding:72px 0 26px;max-width:1040px}.shopping-hero h1{margin:10px 0 16px;max-width:980px;font-size:clamp(42px,5.6vw,72px);line-height:.98;letter-spacing:-3px}.shopping-hero p{max-width:820px;color:var(--muted);font-size:18px;line-height:1.55}.editorial-link{display:inline-flex;margin-top:12px;color:var(--ink);font-weight:800;text-decoration:none;border-bottom:1px solid #bbb3a7}.partner-marketplace{margin-top:54px;padding:32px;border:1px solid #eadfd6;border-radius:28px;background:linear-gradient(180deg,#fffaf6,#fff)}.partner-marketplace-head{max-width:840px;margin-bottom:24px}.partner-marketplace-head h2{font-size:clamp(30px,4vw,46px);letter-spacing:-1.7px;margin:6px 0 10px}.partner-marketplace-head p{color:var(--muted);line-height:1.55;margin:0}.partner-marketplace-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;align-items:start}.partner-marketplace-live{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;min-width:0}.partner-marketplace-title{display:flex;gap:10px;align-items:center;margin-bottom:12px}.partner-marketplace-title span{font-size:22px}.partner-marketplace-title div{display:grid;grid-gap:2px;gap:2px}.partner-marketplace-title strong{font-size:17px}.partner-marketplace-title small{color:var(--muted)}.city-esky-widget,.partner-marketplace-widget{min-height:190px;width:100%;overflow:hidden}.partner-marketplace-link{display:flex;justify-content:center;margin-top:12px;padding:12px 14px;border-radius:12px;background:var(--soft);color:var(--ink);font-weight:800;text-decoration:none}.partner-direct-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:14px}.partner-direct-grid a,.partner-live-direct a{display:grid;grid-template-columns:auto 1fr auto;grid-gap:11px;gap:11px;align-items:center;padding:15px 16px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);text-decoration:none}.partner-direct-grid a>span,.partner-live-direct a>span{font-size:22px}.partner-direct-grid a div,.partner-live-direct a div{display:grid;grid-gap:2px;gap:2px}.partner-direct-grid small,.partner-live-direct small{color:var(--muted)}.partner-direct-grid b,.partner-live-direct b{font-size:12px}.partner-marketplace-note{color:var(--muted);font-size:12px;margin:14px 2px 0}.partner-live-direct{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:14px}@media (max-width:1260px){.site-nav-main{gap:9px!important}.nav-more>summary,.site-nav-main>a{font-size:12px!important}.site-nav .nav-cta{display:none}}@media (max-width:1050px){.site-nav-main{display:none}}@media (max-width:780px){.partner-marketplace{padding:20px;border-radius:20px}.partner-direct-grid,.partner-live-direct,.partner-marketplace-grid{grid-template-columns:1fr}.shopping-hero{padding-top:44px}}.site-header-shell{border-bottom:1px solid #f0e8e1;background:rgba(255,255,255,.96);position:relative;z-index:80}.site-nav{width:min(1500px,calc(100% - 28px))!important;min-height:104px!important;height:auto!important;display:grid!important;grid-template-columns:86px minmax(0,1fr) auto!important;align-items:center!important;grid-gap:18px!important;gap:18px!important;padding:10px 0!important}.site-nav .brand-logo img{width:78px!important;height:78px!important}.site-nav-stack{display:grid;grid-gap:7px;gap:7px;min-width:0}.site-nav-primary,.site-nav-secondary{display:flex!important;align-items:center;gap:8px!important;min-width:0;flex-wrap:wrap;justify-content:flex-start!important}.site-nav-primary a,.site-nav-secondary a{white-space:nowrap;text-decoration:none;border-radius:999px;line-height:1.1}.site-nav-primary a{padding:9px 12px;font-size:13px!important;font-weight:850!important;background:#fff7f1;border:1px solid #f2d8c8;color:#1b1714}.site-nav-primary .nav-sale-main{background:#ff4b2b;color:#fff;border-color:#ff4b2b}.site-nav-primary .seasonal-nav-link{background:#fff1e9!important;color:#bb3517!important}.site-nav-secondary a{padding:6px 8px;font-size:12px!important;font-weight:760!important;color:#211b17}.site-nav-primary a:hover,.site-nav-secondary a:hover{transform:translateY(-1px);background:#fff0e6}.site-nav .nav-cta{display:inline-flex!important;align-items:center;justify-content:center;align-self:center;padding:12px 15px!important;font-size:12px!important}@media(max-width:1240px){.site-nav{grid-template-columns:70px minmax(0,1fr)!important}.site-nav .nav-cta{display:none!important}.site-nav .brand-logo img{width:64px!important;height:64px!important}.site-nav-primary a{font-size:12px!important;padding:8px 9px}.site-nav-secondary a{font-size:11px!important;padding:5px 6px}}@media(max-width:820px){.site-nav{display:flex!important;align-items:flex-start!important;min-height:auto!important;padding:8px 0 10px!important}.site-nav .brand-logo{position:-webkit-sticky;position:sticky;left:0;z-index:4;background:#fff}.site-nav-stack{overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.site-nav-stack::-webkit-scrollbar{display:none}.site-nav-primary,.site-nav-secondary{flex-wrap:nowrap;width:max-content}.site-nav-primary a,.site-nav-secondary a{font-size:11px!important}.site-nav-primary a{padding:8px 9px}.site-nav-secondary a{padding:5px 6px}}.unified-partner-search{margin-top:42px;padding:30px;border:1px solid #eadfd6;border-radius:28px;background:linear-gradient(180deg,#fffaf6,#fff);box-shadow:0 18px 50px rgba(42,29,20,.045)}.unified-search-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:20px}.unified-search-head h2{font-size:clamp(28px,3.4vw,44px);letter-spacing:-1.5px;margin:5px 0 8px}.unified-search-head p{max-width:900px;color:var(--muted);line-height:1.55;margin:0}.unified-search-form{display:grid;grid-template-columns:minmax(210px,1.5fr) minmax(150px,.9fr) minmax(145px,.75fr) minmax(145px,.75fr) 100px 170px;grid-gap:10px;gap:10px;align-items:end;padding:16px;border:1px solid #eadfd6;border-radius:20px;background:#fff}.unified-field{display:grid;grid-gap:6px;gap:6px;min-width:0}.unified-field>span{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:800;color:#725b4b}.unified-field input,.unified-field select{width:100%;height:46px;border:1px solid #e5d8ce;border-radius:12px;background:#fff;padding:0 12px;font:inherit;font-size:13px;color:var(--ink);outline:none}.unified-field input:focus,.unified-field select:focus{border-color:#ff8b65;box-shadow:0 0 0 3px rgba(255,91,49,.08)}.unified-search-submit{height:46px;border:0;border-radius:12px;background:#ff4b2b;color:#fff;font-weight:900;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.unified-results{margin-top:18px}.unified-results-summary{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;border-radius:14px;background:#171513;color:#fff;margin-bottom:12px}.unified-results-summary strong{font-size:15px}.unified-results-summary span{font-size:12px;color:#d8cec8}.unified-results-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.unified-result-card{display:grid;grid-template-columns:1fr auto;grid-template-areas:"badge badge" "main cta";grid-gap:8px 12px;gap:8px 12px;padding:15px 16px;border:1px solid #eadfd6;border-radius:17px;background:#fff;text-decoration:none;color:var(--ink);transition:.18s ease;min-width:0}.unified-result-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(41,27,17,.08);border-color:#efbca7}.unified-result-card>small{grid-area:badge;color:#b54a28;font-size:10px;font-weight:900;letter-spacing:.08em}.unified-result-main{grid-area:main;display:flex;align-items:center;gap:10px;min-width:0}.unified-result-main>span{font-size:24px}.unified-result-main div{min-width:0}.unified-result-main strong{display:block;font-size:16px}.unified-result-main p{margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.35}.unified-result-card>b{grid-area:cta;align-self:center;font-size:12px;white-space:nowrap}.unified-result-card.is-priority{background:#fff2eb;border-color:#ffb596}.unified-result-card.is-priority>small{color:#db3f1e}.unified-search-note{margin:12px 2px 0;color:var(--muted);font-size:11px;line-height:1.5}@media(max-width:1180px){.unified-search-form{grid-template-columns:repeat(3,minmax(0,1fr))}.unified-search-submit{grid-column:auto}.unified-results-grid{grid-template-columns:1fr 1fr}}@media(max-width:720px){.unified-partner-search{padding:18px 14px;border-radius:20px}.unified-search-form{grid-template-columns:1fr 1fr;padding:12px}.unified-destination,.unified-search-submit{grid-column:1/-1}.unified-results-grid{grid-template-columns:1fr}.unified-results-summary{align-items:flex-start;flex-direction:column}}.site-header-v98 .site-nav{width:min(1540px,calc(100% - 32px))!important;min-height:116px!important;grid-template-columns:84px minmax(0,1fr) 132px!important;grid-gap:18px!important;gap:18px!important}.site-header-v98 .brand-logo{display:flex!important;align-items:center!important;justify-content:center!important}.site-header-v98 .brand-logo img{display:block!important;width:72px!important;height:72px!important;object-fit:contain!important}.site-header-v98 .site-nav-stack{display:grid!important;grid-template-rows:auto auto!important;grid-gap:8px!important;gap:8px!important;min-width:0!important;overflow:visible!important}.site-header-v98 .site-nav-primary,.site-header-v98 .site-nav-secondary{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:7px 8px!important;width:100%!important;overflow:visible!important}.site-header-v98 .site-nav-primary a,.site-header-v98 .site-nav-secondary a{display:inline-flex!important;align-items:center!important;white-space:nowrap!important;text-decoration:none!important;color:#171717!important;opacity:1!important;visibility:visible!important}.site-header-v98 .site-nav-primary a{padding:8px 11px!important;border:1px solid #f1d8ca!important;border-radius:999px!important;background:#fff7f2!important;font-size:12.5px!important;font-weight:850!important}.site-header-v98 .site-nav-primary .nav-sale-main{background:#ff4b2b!important;border-color:#ff4b2b!important;color:#fff!important}.site-header-v98 .site-nav-primary .seasonal-nav-link{background:#fff0e7!important;color:#b93417!important;border-color:#ffd0bd!important}.site-header-v98 .site-nav-secondary a{padding:5px 7px!important;font-size:11.5px!important;font-weight:760!important;border-radius:8px!important;background:transparent!important}.site-header-v98 .site-nav-secondary a:hover{background:#fff4ed!important}.site-header-v98 .nav-cta{display:inline-flex!important;color:#171717!important;background:#fff!important;border:1px solid #e9ddd4!important;white-space:nowrap!important}.site-header-v98 .nav-more,.site-header-v98 [class*=nav-more],.site-header-v98 summary{display:none!important}.budget-wrap.chapter-budget,.chapter-budget{background:#171717!important;color:#fff!important;border-color:#171717!important;box-shadow:none!important}.chapter-budget .budget-grid h2,.chapter-budget .budget-grid p,.chapter-budget .range-labels,.chapter-budget .range-labels span,.chapter-budget .range-labels strong{opacity:1!important;visibility:visible!important}.chapter-budget .budget-grid h2{color:#fff!important}.chapter-budget .budget-grid p{color:#d3cec9!important}.chapter-budget .kicker,.chapter-budget .kicker.light{color:#ff8f74!important}.chapter-budget .range-labels{color:#b9b4af!important}.chapter-budget .range-labels strong{color:#fff!important}.chapter-budget .surprise-card{background:#262626!important;color:#fff!important}.chapter-budget .surprise-card h3{color:#fff!important}.chapter-budget .surprise-card p{color:#d7d2ce!important}@media(max-width:1280px){.site-header-v98 .site-nav{grid-template-columns:70px minmax(0,1fr)!important}.site-header-v98 .nav-cta{display:none!important}.site-header-v98 .site-nav-primary a{font-size:11.5px!important;padding:7px 9px!important}.site-header-v98 .site-nav-secondary a{font-size:10.5px!important;padding:4px 6px!important}}@media(max-width:860px){.site-header-v98 .site-nav{display:flex!important;align-items:flex-start!important;min-height:auto!important}.site-header-v98 .brand-logo img{width:54px!important;height:54px!important}.site-header-v98 .site-nav-stack{overflow-x:auto!important;scrollbar-width:none!important;padding-bottom:3px!important}.site-header-v98 .site-nav-primary,.site-header-v98 .site-nav-secondary{flex-wrap:nowrap!important;width:max-content!important}}@media (min-width:1181px){.site-header-v98 .site-nav{width:min(1720px,calc(100% - 48px))!important;min-height:112px!important;grid-template-columns:128px minmax(0,1fr) 150px!important;column-gap:24px!important;align-items:center!important;padding:10px 0!important}.site-header-v98 .brand-logo{width:128px!important;min-width:128px!important;height:88px!important;align-self:center!important;justify-content:flex-start!important;overflow:visible!important}.site-header-v98 .brand-logo img{width:82px!important;height:82px!important;max-width:82px!important;object-fit:contain!important}.site-header-v98 .site-nav-stack{width:100%!important;min-width:0!important;gap:9px!important;align-self:center!important}.site-header-v98 .site-nav-primary,.site-header-v98 .site-nav-secondary{display:flex!important;flex-wrap:nowrap!important;width:100%!important;min-width:0!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important}.site-header-v98 .site-nav-primary{gap:10px!important}.site-header-v98 .site-nav-secondary{gap:15px!important}.site-header-v98 .site-nav-primary a{padding:9px 13px!important;font-size:13px!important;line-height:1!important}.site-header-v98 .site-nav-secondary a{padding:4px 1px!important;font-size:12.5px!important;line-height:1.1!important}.site-header-v98 .nav-search-link{width:150px!important;min-width:150px!important;min-height:46px!important;justify-self:end!important;align-self:center!important;padding:11px 14px!important;font-size:12px!important}}@media (min-width:1181px) and (max-width:1500px){.site-header-v98 .site-nav{width:min(1460px,calc(100% - 28px))!important;grid-template-columns:102px minmax(0,1fr) 126px!important;column-gap:14px!important}.site-header-v98 .brand-logo{width:102px!important;min-width:102px!important}.site-header-v98 .brand-logo img{width:68px!important;height:68px!important}.site-header-v98 .site-nav-primary{gap:6px!important}.site-header-v98 .site-nav-secondary{gap:9px!important}.site-header-v98 .site-nav-primary a{font-size:11px!important;padding:7px 9px!important}.site-header-v98 .site-nav-secondary a{font-size:10.5px!important;padding:4px 0!important}.site-header-v98 .nav-search-link{width:126px!important;min-width:126px!important;font-size:11px!important}}@media (max-width:1180px){.site-header-v98 .site-nav{width:calc(100% - 20px)!important;grid-template-columns:72px minmax(0,1fr)!important;gap:10px!important;min-height:auto!important;padding:8px 0 10px!important}.site-header-v98 .brand-logo{width:72px!important;min-width:72px!important;align-self:flex-start!important}.site-header-v98 .brand-logo img{width:58px!important;height:58px!important}.site-header-v98 .site-nav-stack{overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important}.site-header-v98 .site-nav-stack::-webkit-scrollbar{display:none!important}.site-header-v98 .site-nav-primary,.site-header-v98 .site-nav-secondary{flex-wrap:nowrap!important;width:max-content!important;min-width:max-content!important}.site-header-v98 .nav-search-link{display:none!important}}@media (min-width:1181px){.site-header-v98 .site-nav{width:min(1680px,calc(100% - 40px))!important;min-height:96px!important;grid-template-columns:110px minmax(0,1fr) 140px!important;column-gap:18px!important;padding:7px 0 8px!important}.site-header-v98 .brand-logo{width:110px!important;min-width:110px!important;height:76px!important;justify-content:center!important;align-self:center!important}.site-header-v98 .brand-logo img{width:72px!important;height:72px!important;max-width:72px!important}.site-header-v98 .site-nav-stack{display:grid!important;grid-template-rows:auto auto!important;grid-gap:5px!important;gap:5px!important;align-self:center!important}.site-header-v98 .site-nav-primary,.site-header-v98 .site-nav-secondary{justify-content:flex-start!important;align-items:center!important;flex-wrap:nowrap!important;overflow:visible!important}.site-header-v98 .site-nav-primary{gap:8px!important}.site-header-v98 .site-nav-secondary{gap:18px!important;padding-left:2px!important}.site-header-v98 .site-nav-primary a{min-height:36px!important;padding:8px 14px!important;font-size:12px!important;font-weight:850!important;line-height:1!important}.site-header-v98 .site-nav-secondary a{min-height:28px!important;padding:5px 0!important;font-size:11.5px!important;font-weight:780!important;line-height:1!important}.site-header-v98 .nav-search-link{width:140px!important;min-width:140px!important;min-height:42px!important;padding:9px 12px!important;font-size:11.5px!important}}@media (min-width:1181px) and (max-width:1450px){.site-header-v98 .site-nav{width:calc(100% - 24px)!important;grid-template-columns:92px minmax(0,1fr) 120px!important;column-gap:12px!important}.site-header-v98 .brand-logo{width:92px!important;min-width:92px!important;height:68px!important}.site-header-v98 .brand-logo img{width:62px!important;height:62px!important}.site-header-v98 .site-nav-primary{gap:5px!important}.site-header-v98 .site-nav-secondary{gap:12px!important}.site-header-v98 .site-nav-primary a{font-size:10.8px!important;padding:7px 10px!important}.site-header-v98 .site-nav-secondary a{font-size:10.6px!important}.site-header-v98 .nav-search-link{width:120px!important;min-width:120px!important;font-size:10.5px!important}}.detail-hero{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:42px;align-items:center;padding:42px 0 58px}.detail-image{align-self:center}.detail-photo-img{border-radius:24px;box-shadow:0 20px 50px rgba(48,36,28,.1)}.detail-copy{max-width:620px}.detail-copy h1{font-size:clamp(44px,5vw,68px);line-height:.96;margin:8px 0 14px}.detail-topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.detail-topline .detail-score{margin:0}.detail-price-card{background:linear-gradient(135deg,#fff8f3,#fff);border:1px solid #ffd1bd;border-radius:18px;padding:16px 18px;margin:4px 0 18px}.detail-price{margin:0;font-size:15px}.detail-price strong{font-size:40px;letter-spacing:-1px}.detail-price-status{margin:10px 0 0;max-width:none;background:transparent;border:0;border-top:1px solid #f3d8ca;border-radius:0;padding:10px 0 0;font-size:12px;line-height:1.45}.detail-lead{font-size:17px;line-height:1.55;margin:16px 0;color:#665b54}.detail-meta{gap:8px;margin:16px 0 12px}.detail-meta span{min-height:48px;padding:10px 12px;background:#fffdfb;border-color:#eadfd8}.detail-meta b{font-weight:850}.detail-source{margin:12px 0 0;color:#7a6c63;font-size:12px}.detail-action-box{margin-top:18px;padding:14px;border-radius:18px;background:#fff7f2;border:1px solid #ffd0bc}.detail-action-box .primary-cta{margin:0;min-height:56px;font-size:16px;border-radius:14px}.detail-action-box .affiliate-note{margin:9px 2px 0;font-size:11px;line-height:1.45}.detail-copy .share-box-visible{margin:14px 0 0;padding:14px 15px;border-radius:16px;box-shadow:none;gap:12px}.detail-copy .share-copy{max-width:250px}.detail-copy .share-copy strong{font-size:12px;line-height:1.25}.detail-copy .share-copy span{font-size:10px}.detail-copy .share-actions{gap:7px}.detail-copy .share-native{padding:9px 12px;font-size:12px}.detail-copy .share-row{gap:5px}.detail-copy .share-row a,.detail-copy .share-row button{padding:7px 8px;font-size:10px}@media(max-width:980px){.detail-hero{grid-template-columns:1fr;gap:26px}.detail-copy{max-width:none}.detail-image{max-width:760px;margin:0 auto;width:100%}}.site-header-v98 .site-nav{width:min(1420px,calc(100% - 40px))!important;min-height:108px!important;display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;grid-gap:20px!important;gap:20px!important;align-items:center!important;margin:0 auto!important;padding:10px 0!important}.site-header-v98 .site-nav-stack{width:100%!important;max-width:1120px!important;margin:0 auto!important;gap:7px!important}.site-header-v98 .site-nav-primary,.site-header-v98 .site-nav-secondary{justify-content:center!important;flex-wrap:wrap!important}.site-header-v98 .site-nav-primary{gap:8px!important}.site-header-v98 .site-nav-secondary{gap:12px!important}.site-header-v98 .site-nav-secondary .nav-search-inline{padding:7px 12px!important;border:1px solid #eaded5!important;border-radius:999px!important;background:#fff!important;font-weight:850!important}.site-header-v98 .nav-cta{display:none!important}.sports-hero{padding:54px 0 28px!important;background:linear-gradient(180deg,#fff,#fffaf7)!important}.sports-hero-inner{display:block!important;max-width:1120px!important}.sports-hero h1{max-width:900px!important;font-size:clamp(38px,5vw,68px)!important;line-height:.98!important;margin-bottom:16px!important}.sports-hero p{max-width:820px!important;font-size:17px!important}.sports-status-strip{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:22px;padding:13px 16px;border:1px solid #f0ded2;border-radius:16px;background:#fff;color:#5f554f;font-size:12px;font-weight:750}.sports-status-strip span:first-child{color:#e64b28;font-weight:900}.sports-section{padding:38px 0 68px!important}.sports-filters{margin-top:20px!important;padding:14px!important;border-radius:18px!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}.sports-filters select{min-height:40px!important;padding:8px 10px!important}.sports-filter-actions{grid-column:1/-1!important;justify-content:flex-end!important;align-items:center!important}.sports-filter-summary{margin:10px 0 16px!important;padding:9px 12px!important}.sports-event-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.sports-event-card{padding:17px!important;border-radius:18px!important;box-shadow:0 8px 24px rgba(41,30,22,.04)!important}.sports-event-top{padding-bottom:12px!important}.sports-event-top>span{font-size:25px!important}.sports-event-top strong{font-size:18px!important}.sports-event-details{padding:13px 0!important;gap:8px!important}.sports-trip-line{display:flex;flex-wrap:wrap;gap:7px 14px;padding:10px 12px;margin:0 0 12px;border-radius:12px;background:#f7f5f3;color:#5d554f;font-size:11px;font-weight:800}.sports-event-actions-main{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:8px!important;gap:8px!important}.sports-event-actions-main a{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:11px!important;border:1px solid #e7ddd6!important;background:#fff!important;color:#171717!important;font-size:11px!important;font-weight:900!important;text-decoration:none!important}.sports-event-actions-main a.is-primary{background:#151515!important;color:#fff!important;border-color:#151515!important}.sports-event-links{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:10px;padding-top:10px;border-top:1px solid #eee5df}.sports-event-links a{font-size:10.5px;font-weight:800;color:#755d50;text-decoration:none}.sports-event-links a:hover{text-decoration:underline}.sports-clubs{padding:44px 0 62px!important}.sports-club-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important}@media(max-width:1100px){.site-header-v98 .site-nav{grid-template-columns:76px minmax(0,1fr)!important;width:min(100% - 24px,1120px)!important}.site-header-v98 .site-nav-primary,.site-header-v98 .site-nav-secondary{justify-content:flex-start!important;flex-wrap:nowrap!important;width:max-content!important}.site-header-v98 .site-nav-stack{overflow-x:auto!important;scrollbar-width:none!important}.sports-filters{grid-template-columns:repeat(3,minmax(0,1fr))!important}.sports-event-grid{grid-template-columns:1fr!important}.sports-club-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:700px){.site-header-v98 .site-nav{display:flex!important;gap:10px!important}.sports-event-actions-main,.sports-filters{grid-template-columns:1fr!important}.sports-club-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width:1181px){.site-header-v98 .site-nav{width:min(1820px,calc(100% - 48px))!important;grid-template-columns:108px minmax(0,1fr)!important;gap:24px!important;padding:12px 0 13px!important;min-height:112px!important}.site-header-v98 .brand-logo{width:108px!important;min-width:108px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}.site-header-v98 .brand-logo img{width:76px!important;height:76px!important}.site-header-v98 .site-nav-stack{width:100%!important;max-width:none!important;margin:0!important;display:grid!important;grid-gap:8px!important;gap:8px!important}.site-header-v98 .site-nav-primary{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important;width:100%!important}.site-header-v98 .site-nav-secondary{display:grid!important;grid-template-columns:repeat(10,minmax(0,1fr))!important;grid-gap:4px 8px!important;gap:4px 8px!important;width:100%!important}.site-header-v98 .site-nav-primary a{width:100%!important;min-height:40px!important;justify-content:center!important;gap:8px!important;padding:8px 10px!important;font-size:13px!important}.site-header-v98 .site-nav-secondary a{min-width:0!important;justify-content:center!important;text-align:center!important;padding:6px 3px!important;font-size:11.5px!important}.site-header-v98 .site-nav-secondary .nav-search-inline{border:0!important;background:#f7f3ef!important;padding:6px!important}}.site-header-v98 .nav-ico{width:20px;height:20px;flex:0 0 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:10px;line-height:1;font-style:normal;background:#fff;color:#ff4b2b;border:1px solid rgba(255,75,43,.18)}.site-header-v98 .nav-ico-ball{font-size:11px;color:#172554;background:#f4f6ff;border-color:#dfe4ff}.site-header-v98 .nav-ico-exp{color:#d97706;background:#fff8e8;border-color:#f8e1ae}.site-header-v98 .nav-ico-market{font-size:8px;color:#2f7d32;background:#f1f8ee;border-color:#d8ead5}.site-header-v98 .nav-ico-newyear{color:#4f46a5;background:#f5f3ff;border-color:#e3defd}.site-header-v98 .nav-ico-search{font-size:14px;color:#171717;background:#fff;border-color:#e5ddd6}@media (max-width:1500px) and (min-width:1181px){.site-header-v98 .site-nav{width:min(100% - 28px,1460px)!important;grid-template-columns:88px minmax(0,1fr)!important;gap:14px!important}.site-header-v98 .brand-logo{width:88px!important;min-width:88px!important}.site-header-v98 .brand-logo img{width:66px!important;height:66px!important}.site-header-v98 .site-nav-primary{gap:7px!important}.site-header-v98 .site-nav-primary a{font-size:12px!important;gap:6px!important}.site-header-v98 .site-nav-secondary{gap:3px 5px!important}.site-header-v98 .site-nav-secondary a{font-size:10.5px!important}}@media (min-width:1181px){.site-header-v98 .site-nav{width:min(1680px,calc(100% - 44px))!important;grid-template-columns:96px minmax(0,1fr)!important;gap:20px!important;min-height:104px!important;padding:10px 0!important}.site-header-v98 .brand-logo{width:96px!important;min-width:96px!important;justify-content:flex-start!important}.site-header-v98 .brand-logo img{width:68px!important;height:68px!important}.site-header-v98 .site-nav-stack{gap:7px!important}.site-header-v98 .site-nav-primary{display:flex!important;justify-content:center!important;align-items:center!important;gap:9px!important;width:100%!important}.site-header-v98 .site-nav-primary a{width:auto!important;min-width:154px!important;max-width:218px!important;min-height:38px!important;padding:8px 18px!important;border-radius:14px!important;font-size:12.5px!important;box-shadow:none!important}.site-header-v98 .site-nav-primary .nav-sale-main{box-shadow:0 6px 18px rgba(255,75,43,.14)!important}.site-header-v98 .site-nav-secondary{display:grid!important;grid-template-columns:repeat(9,minmax(0,1fr))!important;grid-gap:5px!important;gap:5px!important;width:100%!important;align-items:center!important}.site-header-v98 .site-nav-secondary a{min-height:30px!important;padding:6px 5px!important;border-radius:10px!important;font-size:11.3px!important;justify-content:center!important}.site-header-v98 .site-nav-secondary .nav-search-inline{background:#171717!important;color:#fff!important;border-radius:12px!important;font-weight:850!important}.site-header-v98 .site-nav-secondary .nav-search-inline .nav-ico-search{background:#fff!important;color:#171717!important;border-color:#fff!important}.site-header-v98 .nav-ico{width:18px!important;height:18px!important;flex-basis:18px!important;font-size:9px!important}}@media (max-width:1500px) and (min-width:1181px){.site-header-v98 .site-nav{grid-template-columns:82px minmax(0,1fr)!important;gap:12px!important;width:calc(100% - 24px)!important}.site-header-v98 .brand-logo{width:82px!important;min-width:82px!important}.site-header-v98 .brand-logo img{width:61px!important;height:61px!important}.site-header-v98 .site-nav-primary{gap:6px!important}.site-header-v98 .site-nav-primary a{min-width:132px!important;padding:7px 11px!important;font-size:11.4px!important}.site-header-v98 .site-nav-secondary a{font-size:10.4px!important;padding:5px 2px!important}}.premium-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin:32px auto 12px;max-width:760px}.premium-actions .primary-cta,.premium-actions .secondary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:16px;font-weight:900;text-decoration:none;line-height:1.1}.premium-actions .primary-cta{background:var(--accent);color:#fff;border:1px solid var(--accent);box-shadow:0 12px 28px rgba(244,81,34,.15)}.premium-actions .secondary-cta{background:#fff;color:#171717;border:1px solid #e6ddd7}.search-smart-options{margin:10px 0 0}.search-smart-options,.weekend-required{display:flex;align-items:center;gap:10px}.weekend-required{width:max-content;max-width:100%;padding:10px 13px;border:1px solid #e8dfd8;border-radius:14px;background:#fff;cursor:pointer;transition:.18s}.weekend-required.active,.weekend-required:hover{border-color:#ffb495;background:#fff7f2}.weekend-required input{position:absolute;opacity:0;pointer-events:none}.weekend-check{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border:1.5px solid #d8ccc5;border-radius:7px;background:#fff;color:#fff}.weekend-required.active .weekend-check{background:var(--accent);border-color:var(--accent)}.weekend-required div{display:grid;grid-gap:2px;gap:2px}.weekend-required strong{font-size:12px}.weekend-required small{font-size:10px;color:#81756c;font-weight:650;line-height:1.25}.trip-search-weekend-row{margin-top:12px}.trip-partner-mini{margin-top:18px;padding:18px;border:1px solid #eadfd7;border-radius:20px;background:#fffaf7}.trip-partner-mini-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}.trip-partner-mini-head>div{display:grid;grid-gap:3px;gap:3px}.trip-partner-mini-head small{font-size:9px;letter-spacing:.1em;color:var(--accent);font-weight:950}.trip-partner-mini-head strong{font-size:15px}.trip-partner-mini-head>span{font-size:10px;color:#897b72;font-weight:700}.trip-partner-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.trip-partner-mini-grid>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px;min-width:0;padding:13px;border:1px solid #e9dfd8;border-radius:15px;background:#fff;color:#171717;text-decoration:none;transition:.18s}.trip-partner-mini-grid>a:hover{border-color:#ffb697;box-shadow:0 8px 22px rgba(40,35,31,.06)}.trip-partner-mini-grid>a>span{font-size:20px}.trip-partner-mini-grid a div{display:grid;grid-gap:2px;gap:2px;min-width:0}.trip-partner-mini-grid strong{font-size:12px}.trip-partner-mini-grid small{font-size:9px;color:#81756c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trip-partner-mini-grid b{font-size:10px;color:var(--accent);white-space:nowrap}.site-nav-primary{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}.site-nav-primary .nav-sale{min-width:0!important;justify-content:center!important;padding:10px 12px!important;border-radius:16px!important;font-size:13px!important;box-shadow:none!important}.site-nav-primary .nav-sale-main{background:#ff4c2d!important;color:#fff!important;border-color:#ff4c2d!important}.site-nav-primary .nav-sale-events{background:#eef5ff!important;border-color:#cddfff!important;color:#173963!important}.site-nav-primary .nav-sale-experience{background:#fff4e8!important;border-color:#ffd4ad!important;color:#7b4317!important}.site-nav-primary .nav-sale-market{background:#edf9f0!important;border-color:#ccebd2!important;color:#28633a!important}.site-nav-primary .nav-sale-newyear{background:#f6f1ff!important;border-color:#dfd0ff!important;color:#573b8d!important}.site-nav-primary .nav-sale-longhaul{background:#edf9fb!important;border-color:#c9e9ee!important;color:#175b66!important}.site-nav-primary .nav-ico{font-size:15px;line-height:1}.site-nav-secondary{justify-content:space-between!important;gap:12px!important}.site-nav-secondary>a{white-space:nowrap}.last-minute-shopping-hero{align-items:center}.last-minute-shopping-hero .editorial-link{white-space:nowrap}.last-minute-live-section{padding-top:24px}.last-minute-offer-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(285px,350px);grid-gap:16px;gap:16px;overflow-x:auto;padding:6px 2px 18px;scroll-snap-type:x mandatory}.last-minute-offer-rail>*{scroll-snap-align:start}.partner-search-shopping{padding-top:20px}.partner-search-shopping .trip-search-engine{margin-top:0}.magazine-article-page{padding:64px 0 80px;max-width:980px}.magazine-article-page h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-2.7px;margin:12px 0 24px}.magazine-article-page h2{margin-top:34px;font-size:28px}.magazine-article-page p{font-size:17px;line-height:1.75;color:#635b55}@media(max-width:1180px){.site-nav-primary{grid-template-columns:repeat(3,minmax(0,1fr))!important}.trip-partner-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.site-nav-primary{display:flex!important;overflow-x:auto!important;justify-content:flex-start!important}.site-nav-primary .nav-sale{flex:0 0 auto!important}.site-nav-secondary{overflow-x:auto!important;justify-content:flex-start!important}.trip-partner-mini-grid{grid-template-columns:1fr}.trip-partner-mini-head{align-items:flex-start;flex-direction:column}.weekend-required{width:100%}.premium-actions{align-items:stretch;flex-direction:column}.premium-actions>*{width:100%}.last-minute-shopping-hero{grid-template-columns:1fr!important}}.hub-page .primary-cta,.hub-page .secondary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:16px;font-weight:900;text-decoration:none;line-height:1.1}.hub-page .primary-cta{background:var(--accent);color:#fff;border:1px solid var(--accent);box-shadow:0 12px 28px rgba(244,81,34,.15)}.hub-page .secondary-cta{background:#fff;color:#171717;border:1px solid #e6ddd7}.site-header-premium-v113{background:#fff;border-bottom:1px solid #eee8e2;position:relative;z-index:40}.site-nav-v113{display:grid;grid-template-columns:86px minmax(0,1fr);grid-gap:22px;gap:22px;align-items:center;max-width:1540px!important;padding-top:12px;padding-bottom:12px}.site-nav-v113 .brand-logo{display:flex;align-items:center;justify-content:flex-start}.site-nav-v113 .brand-logo img{width:70px;height:70px;object-fit:contain}.site-nav-v113 .site-nav-stack{min-width:0;display:grid;grid-gap:8px;gap:8px}.site-nav-primary-v113{display:grid!important;grid-template-columns:repeat(6,minmax(112px,1fr));grid-gap:9px;gap:9px;width:100%}.site-nav-primary-v113 .nav-sale{min-height:42px;padding:8px 12px!important;border-radius:999px!important;display:flex!important;justify-content:center;align-items:center;gap:7px;border:1px solid #eadfd8;background:#fffaf7;color:#171717;text-decoration:none;font-weight:850;font-size:14px;white-space:nowrap}.site-nav-primary-v113 .nav-sale-main{background:#ff4f2e;color:#fff;border-color:#ff4f2e;box-shadow:0 7px 18px rgba(255,79,46,.16)}.site-nav-primary-v113 .nav-sale-events{background:#f7f3ff;border-color:#ddd0ff}.site-nav-primary-v113 .nav-sale-experience{background:#fff8ee;border-color:#ffd9ae}.site-nav-primary-v113 .nav-sale-market{background:#f4fbf4;border-color:#cee7cf}.site-nav-primary-v113 .nav-sale-newyear{background:#fff6f1;border-color:#ffd5c3}.site-nav-primary-v113 .nav-sale-longhaul{background:#eef9fb;border-color:#c7e6ea}.site-nav-primary-v113 .nav-ico{font-size:14px;line-height:1}.site-nav-secondary-v113{display:grid!important;grid-template-columns:repeat(8,minmax(72px,1fr));grid-gap:4px;gap:4px;align-items:center;width:100%;padding:0 4px}.site-nav-secondary-v113>a{display:flex;align-items:center;justify-content:center;min-height:30px;text-decoration:none;color:#1a1a1a;font-size:13px;font-weight:760;white-space:nowrap}.site-nav-secondary-v113>a:hover{color:#f4512a}.site-nav-secondary-v113 .secondary-hot{color:#d94820}.site-nav-secondary-v113 .nav-search-inline{border:1px solid #e9ded6;border-radius:999px;padding:6px 10px;background:#fffaf7}.search-hub-v113{border:1px solid #eadfd8!important;box-shadow:0 20px 50px rgba(53,34,22,.07)!important;background:#fff!important}.search-hub-premium-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:20px 22px 10px}.search-hub-premium-head small{display:block;color:#ff4f2e;font-size:11px;font-weight:900;letter-spacing:.12em}.search-hub-premium-head h2{font-size:24px;line-height:1.08;margin:5px 0 0}.search-hub-premium-head>span{font-size:12px;font-weight:800;color:#8a7568;background:#faf7f4;border:1px solid #eee6e0;border-radius:999px;padding:8px 11px;white-space:nowrap}.trip-search-engine{border-radius:24px!important;background:linear-gradient(180deg,#fff,#fffaf7)!important;box-shadow:0 16px 42px rgba(50,30,20,.06);overflow:hidden}.trip-search-title{padding:24px 26px 10px!important;text-align:left!important}.trip-search-title span{color:#ff4f2e!important;font-weight:900!important;letter-spacing:.12em!important}.trip-search-shell{margin:0 18px 16px!important;border:1px solid #eee5df!important;border-radius:18px!important;padding:16px!important}.trip-partner-mini{margin:16px 18px 18px!important;border-top:1px solid #eee6e0!important;padding-top:16px!important}.trip-partner-mini-grid{grid-gap:10px!important;gap:10px!important}.trip-partner-mini-grid>a{min-height:84px!important;border-radius:16px!important;padding:13px!important;grid-template-columns:28px 1fr auto!important}.trip-partner-mini-grid>a:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(48,29,17,.07)}.trip-partner-mini-grid b{font-size:12px;color:#f4512a}.premium-action-row{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-top:22px;padding-top:18px;border-top:1px solid #eee5df}.premium-action-row a{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:0 22px;border-radius:16px;text-decoration:none;font-weight:900}.premium-action-main{background:#f55b1f;color:#fff}.premium-action-secondary{background:#fff;border:1px solid #e8ddd5;color:#171717}.section-premium-link{display:inline-flex!important;align-items:center;gap:6px;padding:10px 14px;border:1px solid #e8ddd5;border-radius:999px;text-decoration:none!important;color:#171717!important;font-weight:850!important;background:#fff}.last-minute-shopping-hero{background:linear-gradient(135deg,#fff8f4,#fff 70%);border:1px solid #f0dfd5;border-radius:26px;padding:36px!important;margin-top:28px!important}.last-minute-offer-rail{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:16px!important;gap:16px!important}@media(max-width:1180px){.site-nav-primary-v113{grid-template-columns:repeat(3,1fr)}.site-nav-secondary-v113{grid-template-columns:repeat(4,1fr)}.last-minute-offer-rail,.trip-partner-mini-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.site-nav-v113{grid-template-columns:1fr}.site-nav-v113 .brand-logo{justify-content:center}.site-nav-primary-v113,.site-nav-secondary-v113{grid-template-columns:repeat(2,1fr)}.search-hub-premium-head{align-items:flex-start;flex-direction:column}.search-hub-premium-head>span{white-space:normal}.last-minute-offer-rail,.trip-partner-mini-grid{grid-template-columns:1fr}.premium-action-row{align-items:stretch;flex-direction:column}}@media (min-width:981px){.site-header-v98{background:#fff!important;border-bottom:1px solid #f1e7df!important;box-shadow:0 1px 0 rgba(30,20,12,.02)!important}.site-header-v98 .site-nav{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;grid-gap:20px!important;gap:20px!important;align-items:center!important;max-width:1540px!important;width:min(96%,1540px)!important;margin:0 auto!important;padding:10px 0 12px!important;min-height:0!important}.site-header-v98 .brand-logo{display:flex!important;align-items:center!important;justify-content:center!important}.site-header-v98 .brand-logo img{width:68px!important;height:68px!important;object-fit:contain!important}.site-header-v98 .site-nav-stack{display:grid!important;grid-gap:7px!important;gap:7px!important;min-width:0!important;width:100%!important;overflow:visible!important}.site-header-v98 .site-nav-primary{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-gap:8px!important;gap:8px!important;width:100%!important;min-width:0!important}.site-header-v98 .site-nav-primary a{min-width:0!important;justify-content:center!important;padding:9px 10px!important;border-radius:14px!important;font-size:12px!important;font-weight:850!important;letter-spacing:-.1px!important;border:1px solid #eadfd7!important;background:#faf8f6!important;color:#161616!important;box-shadow:none!important;transition:.16s ease!important}.site-header-v98 .site-nav-primary a:hover{transform:translateY(-1px)!important;box-shadow:0 7px 18px rgba(35,25,18,.07)!important}.site-header-v98 .site-nav-primary .nav-sale-main{background:#ff4b2b!important;border-color:#ff4b2b!important;color:#fff!important}.site-header-v98 .site-nav-primary .nav-sale-events{background:#f4f7ff!important;border-color:#dce5ff!important;color:#21335f!important}.site-header-v98 .site-nav-primary .nav-sale-experience{background:#faf5ff!important;border-color:#eadcff!important;color:#563a78!important}.site-header-v98 .site-nav-primary .nav-sale-market{background:#f3fbf4!important;border-color:#d9eedc!important;color:#28623a!important}.site-header-v98 .site-nav-primary .nav-sale-newyear{background:#fff6f7!important;border-color:#f4dce0!important;color:#7a3844!important}.site-header-v98 .site-nav-primary .nav-sale-longhaul{background:#f1fbfb!important;border-color:#d8ecec!important;color:#235a5e!important}.site-header-v98 .nav-ico{display:grid!important;place-items:center!important;width:20px!important;height:20px!important;min-width:20px!important;border-radius:7px!important;background:rgba(255,255,255,.74)!important;font-size:11px!important;line-height:1!important}.site-header-v98 .nav-sale-main .nav-ico{background:rgba(255,255,255,.18)!important;color:#fff!important}.site-header-v98 .site-nav-secondary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;width:100%!important;min-width:0!important;flex-wrap:nowrap!important;padding:0 3px!important}.site-header-v98 .site-nav-secondary a{padding:6px 8px!important;font-size:11px!important;font-weight:760!important;white-space:nowrap!important;border-radius:9px!important;color:#28211d!important;background:transparent!important}.site-header-v98 .site-nav-secondary a:hover{background:#f8f3ef!important}.site-header-v98 .site-nav-secondary .nav-search-inline{margin-left:auto!important;padding:7px 11px!important;border:1px solid #eadfd7!important;background:#fffaf6!important;font-weight:850!important}}@media (max-width:980px){.site-header-v98 .site-nav{display:flex!important;align-items:flex-start!important;gap:10px!important;padding:8px 10px!important}.site-header-v98 .brand-logo img{width:56px!important;height:56px!important}.site-header-v98 .site-nav-stack{overflow-x:auto!important;display:grid!important;grid-gap:6px!important;gap:6px!important;scrollbar-width:none!important}.site-header-v98 .site-nav-stack::-webkit-scrollbar{display:none!important}.site-header-v98 .site-nav-primary,.site-header-v98 .site-nav-secondary{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;gap:6px!important}.site-header-v98 .site-nav-primary a{padding:8px 9px!important;font-size:11px!important;border-radius:12px!important}.site-header-v98 .site-nav-secondary a{font-size:10.5px!important;padding:5px 6px!important}}.search-results-block .trip-search-engine{display:none!important}.single-partner-search-wrap{margin-top:28px!important}.single-partner-search-wrap .trip-search-engine{margin:0!important}.trip-partner-mini{margin-top:18px!important;background:#fffdfb!important}.trip-partner-mini-grid>a{border:1px solid #eee4dd!important;grid-template-columns:auto 1fr auto!important}.trip-partner-mini-grid>a>span{font-size:18px!important}.trip-partner-mini-grid>a small{display:block!important;color:#776b63!important;margin-top:2px!important}.trip-partner-mini-grid>a b{font-size:11px!important;white-space:nowrap!important}@media(max-width:900px){.trip-partner-mini-grid{grid-template-columns:1fr 1fr!important}}@media(max-width:560px){.trip-partner-mini-grid{grid-template-columns:1fr!important}}.premium-action-row{justify-content:flex-start!important;gap:12px!important;flex-wrap:wrap!important;margin-top:20px!important}.premium-action-row a{gap:7px!important;min-height:48px!important;padding:0 20px!important;border-radius:15px!important}.premium-action-main{background:#ff5a1f!important}.premium-action-secondary{border:1px solid #e7ddd6!important;background:#fff!important;color:#181818!important}@media (min-width:981px){.chapter-budget .budget-grid{grid-template-columns:minmax(0,1fr) minmax(440px,520px)!important;gap:64px!important;align-items:center!important}.chapter-budget .surprise-card{width:100%!important;min-width:0!important;padding:34px!important;border-radius:26px!important;box-sizing:border-box!important}.chapter-budget .surprise-card h3{font-size:30px!important;line-height:1.08!important;margin:18px 0 7px!important}.chapter-budget .surprise-card>p{font-size:16px!important;line-height:1.45!important;margin-bottom:6px!important}.chapter-budget .surprise-card>button{min-height:58px!important;border-radius:16px!important;font-size:16px!important;margin-top:16px!important}}.chapter-budget .surprise-result-v2{margin-top:18px!important;padding:20px!important;border-radius:18px!important;display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;grid-auto-rows:auto!important;grid-column-gap:16px!important;column-gap:16px!important;grid-row-gap:5px!important;row-gap:5px!important;align-items:start!important;width:100%!important;box-sizing:border-box!important;overflow:hidden!important}.chapter-budget .surprise-result-v2 .surprise-flag{grid-column:1!important;grid-row:1/span 3!important;align-self:center!important;font-size:34px!important;line-height:1!important;color:#fff!important}.chapter-budget .surprise-result-v2>em,.chapter-budget .surprise-result-v2>span:not(.surprise-flag),.chapter-budget .surprise-result-v2>strong{grid-column:2!important;min-width:0!important;width:auto!important;overflow-wrap:normal!important;word-break:normal!important;white-space:normal!important;writing-mode:horizontal-tb!important}.chapter-budget .surprise-result-v2>strong{font-size:20px!important;line-height:1.2!important;color:#fff!important}.chapter-budget .surprise-result-v2>em{font-size:13px!important;line-height:1.45!important;color:#c9c3be!important;font-style:normal!important;font-weight:650!important}.chapter-budget .surprise-result-v2>span:not(.surprise-flag){margin-top:3px!important;font-size:13px!important;line-height:1.45!important;color:#ff8b6d!important;font-weight:850!important}.chapter-budget .surprise-result-v2>div{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:10px!important;gap:10px!important;margin-top:14px!important;width:100%!important}.chapter-budget .surprise-result-v2>div a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:0 14px!important;border-radius:13px!important;text-decoration:none!important;font-size:13px!important;font-weight:900!important;text-align:center!important;white-space:normal!important;word-break:normal!important}.chapter-budget .surprise-result-v2>div a:first-child{background:#fff!important;color:#171717!important}.chapter-budget .surprise-result-v2>div a:last-child{background:#ff502d!important;color:#fff!important}@media (max-width:980px){.chapter-budget .budget-grid{grid-template-columns:1fr!important;gap:30px!important}.chapter-budget .surprise-card{max-width:none!important;width:100%!important}}@media (max-width:560px){.chapter-budget .surprise-card{padding:22px!important}.chapter-budget .surprise-result-v2{grid-template-columns:44px minmax(0,1fr)!important;padding:16px!important}.chapter-budget .surprise-result-v2>div{grid-template-columns:1fr!important}}.trip-search-engine{margin:34px auto 0!important;padding:0!important;border:1px solid #eadfd8!important;border-radius:28px!important;background:linear-gradient(180deg,#fffdfa,#ffffff)!important;box-shadow:0 22px 60px rgba(53,34,22,.08)!important;overflow:hidden!important}.trip-search-title{padding:30px 32px 18px!important;border-bottom:1px solid #f1e8e2!important}.trip-search-title>span{display:block!important;margin:0 0 8px!important;color:#ff4d2f!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.14em!important;text-transform:uppercase!important}.trip-search-title h2{margin:0!important;font-size:clamp(28px,3vw,42px)!important;line-height:1.06!important;letter-spacing:-1.4px!important;color:#171717!important}.trip-search-title p{margin:12px 0 0!important;max-width:980px!important;color:#6f625b!important;font-size:15px!important;line-height:1.55!important}.trip-search-shell{margin:20px!important;padding:18px!important;border:1px solid #eee4de!important;border-radius:22px!important;background:#fff!important;box-shadow:0 10px 30px rgba(61,39,25,.035)!important}.trip-search-tabs{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-gap:8px!important;gap:8px!important;padding:5px!important;margin:0 0 16px!important;border:1px solid #eee4de!important;border-radius:16px!important;background:#faf6f3!important}.trip-search-tabs button{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;border-radius:12px!important;min-height:46px!important;padding:10px 12px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;background:transparent!important;color:#5d514a!important;font:inherit!important;font-size:12px!important;font-weight:850!important;cursor:pointer!important;transition:.18s ease!important}.trip-search-tabs button:hover{background:#fff!important;color:#171717!important}.trip-search-tabs button.active,.trip-search-tabs button[aria-selected=true]{background:#171717!important;color:#fff!important;box-shadow:0 8px 18px rgba(23,23,23,.13)!important}.trip-search-tabs button svg{width:16px!important;height:16px!important;flex:0 0 16px!important}.trip-search-context{display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 14px!important;padding:11px 13px!important;border-radius:13px!important;background:#fff7f2!important;border:1px solid #ffe0d4!important;color:#665951!important;min-width:0!important}.trip-search-context strong{flex:0 0 auto!important;padding:6px 9px!important;border-radius:999px!important;background:#ff4d2f!important;color:#fff!important;font-size:10px!important;line-height:1!important;font-weight:950!important;letter-spacing:.03em!important}.trip-search-context span{min-width:0!important;color:#6f625b!important;font-size:12px!important;line-height:1.35!important}.trip-search-form{display:grid!important;grid-template-columns:minmax(190px,1.35fr) minmax(150px,.9fr) minmax(145px,.88fr) minmax(145px,.88fr) minmax(120px,.72fr) 132px!important;grid-gap:10px!important;gap:10px!important;align-items:end!important}.trip-field{display:grid!important;grid-gap:6px!important;gap:6px!important;min-width:0!important;margin:0!important}.trip-field>span{display:flex!important;align-items:center!important;gap:6px!important;color:#6d5e55!important;font-size:10px!important;line-height:1!important;font-weight:900!important;letter-spacing:.02em!important}.trip-field>span svg{width:14px!important;height:14px!important;flex:0 0 14px!important;color:#ff4d2f!important}.trip-field input,.trip-field select{width:100%!important;min-width:0!important;height:48px!important;padding:0 12px!important;border:1px solid #ded4ce!important;border-radius:12px!important;background:#fff!important;color:#171717!important;font:inherit!important;font-size:13px!important;outline:none!important;box-shadow:none!important;transition:.18s ease!important}.trip-field input:focus,.trip-field select:focus{border-color:#ff8e72!important;box-shadow:0 0 0 3px rgba(255,77,47,.09)!important}.trip-search-submit{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;height:48px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:0 16px!important;background:#ff4d2f!important;color:#fff!important;font:inherit!important;font-size:13px!important;font-weight:950!important;cursor:pointer!important;box-shadow:0 10px 22px rgba(255,77,47,.2)!important;transition:.18s ease!important}.trip-search-submit:hover{transform:translateY(-1px)!important;background:#f34426!important}.trip-search-submit:disabled{opacity:.5!important;cursor:not-allowed!important;transform:none!important}.trip-search-weekend-row{display:flex!important;margin:12px 0 0!important}.weekend-required{width:auto!important;max-width:100%!important;min-height:52px!important;padding:10px 13px!important;border:1px solid #e5d9d1!important;border-radius:14px!important;background:#fffaf7!important}.weekend-required.active{border-color:#ffad94!important;background:#fff3ed!important}.weekend-required strong{font-size:11px!important;color:#292522!important}.weekend-required small{font-size:9px!important;color:#80736b!important;line-height:1.3!important}.weekend-check{width:22px!important;height:22px!important;border-radius:7px!important}.trip-search-results{margin:0 20px 18px!important;padding:15px 17px!important;border-radius:18px!important;border:1px solid #282522!important;background:#171717!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important}.trip-search-results>div:first-child{display:grid!important;grid-gap:3px!important;gap:3px!important;min-width:0!important}.trip-search-results small{color:#ff8e72!important;font-size:9px!important;font-weight:950!important;letter-spacing:.1em!important}.trip-search-results strong{font-size:18px!important;line-height:1.15!important}.trip-search-results span{font-size:10px!important;color:#c9bfba!important}.trip-search-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-end!important}.trip-search-actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:0 13px!important;border-radius:10px!important;border:1px solid #3b3937!important;background:#292725!important;color:#fff!important;text-decoration:none!important;font-size:11px!important;font-weight:900!important}.trip-search-actions a.primary{background:#ff4d2f!important;border-color:#ff4d2f!important}.trip-partner-mini{margin:0 20px 18px!important;padding:16px!important;border:1px solid #eee2da!important;border-radius:18px!important;background:#fffaf7!important}.trip-partner-mini-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:16px!important;margin:0 0 12px!important}.trip-partner-mini-head>div{display:grid!important;grid-gap:4px!important;gap:4px!important}.trip-partner-mini-head small{font-size:9px!important;color:#ff4d2f!important;font-weight:950!important;letter-spacing:.12em!important}.trip-partner-mini-head strong{font-size:14px!important;line-height:1.25!important;color:#171717!important}.trip-partner-mini-head>span{font-size:9px!important;color:#8a7b72!important;font-weight:800!important;white-space:nowrap!important}.trip-partner-mini-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:9px!important;gap:9px!important}.trip-partner-mini-grid>a{min-width:0!important;min-height:82px!important;padding:12px!important;border-radius:14px!important;border:1px solid #eadfd8!important;background:#fff!important;display:grid!important;grid-template-columns:30px 1fr auto!important;grid-gap:9px!important;gap:9px!important;align-items:center!important;color:#171717!important;text-decoration:none!important;transition:.18s ease!important}.trip-partner-mini-grid>a:hover{transform:translateY(-1px)!important;border-color:#ffb59f!important;box-shadow:0 10px 22px rgba(49,31,20,.06)!important}.trip-partner-mini-grid>a>span{font-size:21px!important;line-height:1!important}.trip-partner-mini-grid>a>div{display:grid!important;grid-gap:3px!important;gap:3px!important;min-width:0!important}.trip-partner-mini-grid strong{font-size:11px!important;line-height:1.15!important}.trip-partner-mini-grid small{font-size:9px!important;line-height:1.3!important;color:#80736b!important;white-space:normal!important}.trip-partner-mini-grid b{font-size:10px!important;white-space:nowrap!important;color:#ff4d2f!important}.trip-search-extras{margin:0 20px 20px!important;padding:13px 15px!important;border-radius:16px!important;border:1px solid #eee4de!important;background:#fff!important;display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.trip-search-extras>span{margin-right:2px!important;color:#776a62!important;font-size:10px!important;font-weight:900!important}.trip-search-extras a{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:0 10px!important;border:1px solid #e8ddd6!important;border-radius:999px!important;background:#faf7f4!important;color:#292522!important;text-decoration:none!important;font-size:10px!important;font-weight:850!important}.trip-search-extras a:hover{border-color:#ffb59f!important;background:#fff3ed!important}@media(max-width:1180px){.trip-search-form{grid-template-columns:repeat(3,minmax(0,1fr))!important}.trip-search-submit{grid-column:auto!important}.trip-partner-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.trip-search-title{padding:24px 18px 15px!important}.trip-search-title h2{font-size:29px!important}.trip-search-shell{margin:12px!important;padding:12px!important}.trip-search-tabs{display:flex!important;overflow-x:auto!important;scrollbar-width:none!important}.trip-search-tabs::-webkit-scrollbar{display:none!important}.trip-search-tabs button{flex:0 0 auto!important;padding:9px 12px!important}.trip-search-context{align-items:flex-start!important;flex-direction:column!important}.trip-search-form{grid-template-columns:1fr 1fr!important}.trip-destination,.trip-search-submit{grid-column:1/-1!important}.trip-search-results{margin:0 12px 12px!important;align-items:flex-start!important;flex-direction:column!important}.trip-search-actions{width:100%!important;justify-content:flex-start!important}.trip-search-actions a{flex:1 1 auto!important}.trip-partner-mini{margin:0 12px 12px!important}.trip-partner-mini-head{align-items:flex-start!important;flex-direction:column!important}.trip-partner-mini-head>span{white-space:normal!important}.trip-partner-mini-grid{grid-template-columns:1fr!important}.trip-search-extras{margin:0 12px 12px!important}}@media(max-width:480px){.trip-search-form{grid-template-columns:1fr!important}.trip-destination,.trip-search-submit{grid-column:auto!important}.trip-search-title p{font-size:13px!important}}.site-nav-v113{background:rgba(255,255,255,.96)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid #eee4dc!important;box-shadow:0 10px 30px rgba(41,24,14,.045)!important}.site-nav-primary-v113>a{min-height:46px!important;border-radius:16px!important;font-weight:800!important;letter-spacing:-.01em;box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 4px 14px rgba(48,29,17,.035)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}.site-nav-primary-v113>a:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(48,29,17,.075)!important}.site-nav-secondary-v113>a{color:#241b16!important;font-weight:760!important}.site-nav-secondary-v113 .nav-search-inline{background:#fff8f3!important;border:1px solid #e8d8cc!important;color:#211814!important;opacity:1!important;box-shadow:0 4px 12px rgba(45,25,14,.035)!important}.site-nav-secondary-v113 .nav-search-inline .nav-ico,.site-nav-secondary-v113 .nav-search-inline .nav-ico-search,.site-nav-secondary-v113 .nav-search-inline span{color:#211814!important;opacity:1!important;text-shadow:none!important}.site-nav-secondary-v113 .nav-search-inline:hover{background:#fff!important;border-color:#d8c2b3!important;color:#f4512a!important}.premium-action-row{display:flex!important;align-items:center!important;gap:14px!important;margin-top:22px!important;padding-top:18px!important;border-top:1px solid #eee5df!important}.premium-action-row a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;min-height:56px!important;padding:0 24px!important;border-radius:18px!important;text-decoration:none!important;font-size:15px!important;font-weight:850!important;letter-spacing:-.01em!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}.premium-action-main{background:linear-gradient(180deg,#ff6430,#ff4d25)!important;color:#fff!important;border:1px solid transparent!important;box-shadow:0 12px 24px rgba(255,79,37,.22),inset 0 1px 0 rgba(255,255,255,.2)!important}.premium-action-secondary{background:linear-gradient(180deg,#fff,#fffaf6)!important;color:#18120f!important;border:1px solid #e8ddd5!important;box-shadow:0 8px 18px rgba(38,24,10,.05),inset 0 1px 0 rgba(255,255,255,.85)!important}.premium-action-row a:hover{transform:translateY(-2px)!important}.premium-action-main:hover{box-shadow:0 16px 30px rgba(255,79,37,.27),inset 0 1px 0 rgba(255,255,255,.2)!important}.premium-action-secondary:hover{border-color:#dbc9bd!important;box-shadow:0 12px 24px rgba(38,24,10,.075)!important}@media(max-width:760px){.premium-action-row{flex-direction:column!important;align-items:stretch!important}.premium-action-row a{width:100%!important}}.experience-home-grid{gap:18px!important}.experience-home-grid .experience-teaser-card{padding:0!important;overflow:hidden!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 30px rgba(45,28,16,.055)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}.experience-home-grid .experience-teaser-card:hover{transform:translateY(-4px)!important;box-shadow:0 18px 42px rgba(45,28,16,.11)!important;border-color:#e7c8b8!important}.experience-teaser-media{position:relative;height:126px;overflow:hidden;background:linear-gradient(135deg,#f2e9e1,#ded5cb)}.experience-teaser-media img{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.01);transition:transform .35s ease}.experience-teaser-card:hover .experience-teaser-media img{transform:scale(1.055)}.experience-teaser-skeleton{position:absolute;inset:0;background:linear-gradient(110deg,#eee5dc 8%,#f8f4ef 18%,#eee5dc 33%);background-size:200% 100%;animation:experienceShimmer 1.35s linear infinite}@keyframes experienceShimmer{to{background-position-x:-200%}}.experience-teaser-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 28%,rgba(0,0,0,.62))}.experience-teaser-media b{position:absolute;left:16px;right:16px;bottom:13px;color:#fff;font-size:13px;font-weight:900;letter-spacing:.01em;text-shadow:0 2px 10px rgba(0,0,0,.5)}.experience-teaser-copy{display:flex;min-height:172px;flex-direction:column;padding:17px 18px 18px}.experience-teaser-copy>small{display:block;margin:0 0 8px;color:#d9501e!important;font-size:10px!important;font-weight:950!important;letter-spacing:.075em!important}.experience-teaser-copy>strong{display:block;margin:0 0 9px;font-size:19px!important;line-height:1.16!important;letter-spacing:-.35px}.experience-teaser-copy>span{display:-webkit-box;overflow:hidden;color:#6b625b!important;font-size:12px!important;line-height:1.55!important;-webkit-line-clamp:3;-webkit-box-orient:vertical}.experience-teaser-copy>em{margin-top:auto;padding-top:13px;color:#181411;font-size:11px;font-style:normal;font-weight:900;opacity:.8;transition:color .2s ease,opacity .2s ease}.experience-teaser-card:hover .experience-teaser-copy>em{color:#ef5424;opacity:1}@media(max-width:900px){.experience-teaser-media{height:150px}.experience-teaser-copy{min-height:0}}@media(max-width:640px){.experience-teaser-media{height:180px}}.daily-carousel-item:empty,.offer-stream-item:empty,.search-results-carousel-item:empty{display:none!important}.daily-carousel,.offer-stream-rail{justify-content:flex-start!important;align-items:stretch!important}.card-cta{font-size:14px!important;line-height:1.15!important;padding:11px 13px!important;gap:7px!important}.section-premium-link{font-size:13px!important;padding:9px 12px!important}.premium-action-row a{font-size:13px!important;min-height:44px!important;height:44px!important;padding:0 17px!important}.esky-price-pending,.esky-price-unverified{font-size:16px;font-weight:850;color:#171717;text-transform:none;letter-spacing:0}.esky-live-price-clean{width:100%;min-width:0}.esky-live-clean-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap;font-size:14px;line-height:1.35}.esky-live-clean-row strong{font-size:16px;line-height:1.25}.esky-live-clean-row span{color:#6d584c;min-width:0}.detail-price-card .esky-live-price-main{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.detail-price-card .esky-live-price-main small{flex-basis:100%;margin:0 0 2px}.detail-price-card .esky-live-price-main strong{font-size:34px;line-height:1}.detail-price-card{overflow:hidden}.offer-card .price{min-height:43px}.offer-card .price-status{font-size:12px!important;padding:7px 9px!important}@media(max-width:760px){.premium-action-row a{height:46px!important}.card-cta{font-size:13.5px!important}}.legacy-self-search{margin-top:30px;padding:28px;border:1px solid #eadfd7;border-radius:26px;background:linear-gradient(180deg,#fffaf6,#fff)}.legacy-self-search-head{max-width:760px;margin-bottom:18px}.legacy-self-search-head small{font-size:11px;font-weight:900;letter-spacing:.12em;color:#f05a28}.legacy-self-search-head h2{margin:6px 0 8px;font-size:clamp(25px,3vw,36px);line-height:1.05}.legacy-self-search-head p{margin:0;color:#6d625c;line-height:1.55}.legacy-search-card{overflow:hidden;border:1px solid #ebe3dd;border-radius:20px;background:#fff;box-shadow:0 16px 38px rgba(52,31,19,.08)}.legacy-search-tabs{display:flex;gap:7px;padding:10px 12px;overflow-x:auto;border-bottom:1px solid #eee8e3}.legacy-search-tabs button{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:8px 14px;border:1px solid #ebe6e2;border-radius:999px;background:#fff;font-weight:850;white-space:nowrap;cursor:pointer}.legacy-search-tabs button.active{border-color:#ff6a2a;background:#ff6a2a;color:#fff}.legacy-search-panel{padding:16px}.legacy-search-panel-copy{display:flex;align-items:baseline;gap:8px 12px;flex-wrap:wrap;margin-bottom:12px}.legacy-search-panel-copy strong{font-size:16px}.legacy-search-panel-copy span{font-size:13px;color:#756b65}.legacy-widget-box{padding:10px;border:1px solid #eee8e3;border-radius:16px;min-height:150px;background:#fff}.legacy-search-open{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:12px 16px;border-radius:999px;background:#f4f1ed;color:#171717;font-weight:850;text-decoration:none}.legacy-direct-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.legacy-direct-grid a{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #ebe3dd;border-radius:16px;color:#171717;text-decoration:none}.legacy-direct-grid a>span{font-size:25px}.legacy-direct-grid a div{display:flex;flex-direction:column;gap:2px;flex:1 1}.legacy-direct-grid small{color:#7a706a}.legacy-cta-box{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border:1px solid #ebe3dd;border-radius:16px}.legacy-cta-box div{display:flex;flex-direction:column;gap:4px}.legacy-cta-box span{font-size:13px;color:#756b65}.legacy-cta-box a{padding:12px 18px;border-radius:999px;background:#ff6a2a;color:#fff;font-weight:900;text-decoration:none;white-space:nowrap}@media(max-width:760px){.legacy-self-search{padding:18px 12px}.legacy-direct-grid{grid-template-columns:1fr}.legacy-cta-box{align-items:flex-start;flex-direction:column}.legacy-cta-box a{width:100%;text-align:center}.legacy-search-panel{padding:12px}}.daily-carousel-controls,.offer-stream-controls,.search-results-carousel-controls{z-index:12!important;display:block!important;margin:0!important}.daily-carousel-controls button,.offer-stream-controls button,.search-results-carousel-controls button{position:absolute!important;width:48px!important;height:48px!important;border-radius:999px!important;background:#fff!important;box-shadow:0 10px 26px rgba(30,20,14,.16)!important}.daily-carousel-controls button:first-child,.offer-stream-controls button:first-child,.search-results-carousel-controls button:first-child{left:-22px!important}.daily-carousel-controls button:last-child,.offer-stream-controls button:last-child,.search-results-carousel-controls button:last-child{right:-22px!important}.offer-stream-head{padding-right:0!important}.search-results-carousel-wrap{margin-top:10px!important}@media(max-width:760px){.daily-carousel-controls button,.offer-stream-controls button,.search-results-carousel-controls button{top:50%!important;width:44px!important;height:44px!important}.daily-carousel-controls button:first-child,.offer-stream-controls button:first-child,.search-results-carousel-controls button:first-child{left:-8px!important}.daily-carousel-controls button:last-child,.offer-stream-controls button:last-child,.search-results-carousel-controls button:last-child{right:-8px!important}}.partner-chip-tripownia{background:linear-gradient(180deg,#fff8f1,#fff3e8)!important;color:#5f4334!important;border:1px solid #f1d8c7!important;box-shadow:none!important}.card-cta,.legacy-search-open,.primary-cta,.seasonal-actions a:first-child,.sports-cta-primary,.trip-search-actions .primary{background:linear-gradient(135deg,#ff6a2f,#ff4f24)!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 12px 26px rgba(255,82,35,.2),inset 0 1px 0 rgba(255,255,255,.18)!important;font-weight:900!important}.card-cta:hover,.legacy-search-open:hover,.primary-cta:hover,.seasonal-actions a:first-child:hover,.sports-cta-primary:hover,.trip-search-actions .primary:hover{transform:translateY(-2px)!important;box-shadow:0 16px 34px rgba(255,82,35,.28),inset 0 1px 0 rgba(255,255,255,.18)!important}.sports-page-premium{background:linear-gradient(180deg,#fffaf6,#fff 360px)}.sports-hero-premium{padding:54px 0 30px!important;background:transparent!important}.sports-hero-premium .sports-hero-inner{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.65fr);grid-gap:28px;gap:28px;align-items:end}.sports-hero-copy h1{max-width:900px;margin:8px 0 14px;font-size:clamp(42px,5.6vw,78px);line-height:.98;letter-spacing:-3px}.sports-hero-copy p{max-width:760px;font-size:17px;line-height:1.65;color:#6a605a}.sports-hero-counter{padding:24px;border:1px solid #eaded5;border-radius:24px;background:rgba(255,255,255,.88);box-shadow:0 20px 50px rgba(55,34,19,.07)}.sports-hero-counter small{display:block;color:#d84f25;font-size:10px;font-weight:950;letter-spacing:.12em}.sports-hero-counter strong{display:block;margin:4px 0 0;font-size:54px;line-height:1;letter-spacing:-3px}.sports-hero-counter span{display:block;margin-top:3px;font-weight:850}.sports-hero-counter p{margin:12px 0 0;font-size:12px;line-height:1.55;color:#766b64}.sports-section-premium{padding-top:12px!important;padding-bottom:56px!important}.sports-filters-premium{margin-bottom:12px!important;padding:16px!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 34px rgba(49,31,18,.055)!important}.sports-filter-summary-premium{margin:0 0 22px!important;border-radius:14px!important;background:#fbf8f5!important;border:1px solid #eee5df!important;color:#685d56!important}.sports-event-grid-premium{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px!important;gap:18px!important}.sports-event-card-premium{padding:22px!important;border:1px solid #e7ddd6!important;border-radius:24px!important;background:linear-gradient(180deg,#fff,#fffdfa)!important;box-shadow:0 14px 36px rgba(44,29,19,.055)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}.sports-event-card-premium:hover{transform:translateY(-3px);border-color:#dfc6b8!important;box-shadow:0 20px 46px rgba(44,29,19,.09)!important}.sports-card-headline{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}.sports-competition-pill,.sports-homeaway-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:999px;font-size:9px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.sports-competition-pill{background:#f6f2ef;color:#5f554f}.sports-homeaway-pill{background:#eef6ff;color:#245d93}.sports-homeaway-pill.is-away{background:#fff0e8;color:#a94920}.sports-matchup{display:grid;grid-template-columns:1fr 78px 1fr;grid-gap:14px;gap:14px;align-items:center;padding:4px 0 18px;border-bottom:1px solid #eee5df}.sports-team{display:flex;align-items:center;gap:11px;min-width:0}.sports-team-away{justify-content:flex-end;text-align:right}.sports-team strong{font-size:16px;line-height:1.2;overflow-wrap:anywhere}.team-crest{display:grid;place-items:center;width:46px;height:46px;min-width:46px;border-radius:14px;background:#fff;border:1px solid #ece4de;box-shadow:0 6px 14px rgba(38,24,15,.06);overflow:hidden}.team-crest img{width:34px;height:34px;object-fit:contain}.team-crest-fallback{font-size:11px;font-weight:950;color:#5f554f;background:#f7f3ef}.sports-vs{text-align:center}.sports-vs>span{display:block;font-size:12px;font-weight:950;color:#9b8e85;text-transform:uppercase}.sports-vs small{display:block;margin-top:5px;font-size:10px;line-height:1.3;color:#625852}.sports-match-meta{display:flex;flex-wrap:wrap;gap:8px 14px;padding:14px 0 0;color:#6b6059;font-size:11px;font-weight:750}.sports-trip-line-premium{display:flex!important;justify-content:space-between;align-items:center;gap:14px;margin:14px 0 0!important;padding:13px 14px!important;border:0!important;border-radius:14px!important;background:#f7f4f1!important;color:#2a211d!important}.sports-trip-line-premium strong{font-size:11px}.sports-trip-line-premium span{font-size:10px;color:#786d66}.sports-premium-actions{display:grid;grid-template-columns:1.2fr 1fr auto;grid-gap:9px;gap:9px;margin-top:14px}.sports-premium-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 14px;border-radius:14px;text-decoration:none;font-size:11px;font-weight:900;transition:.18s ease}.sports-cta-primary{justify-content:space-between!important}.sports-cta-secondary{background:#fff;color:#17120f;border:1px solid #e4d8cf}.sports-cta-ticket{background:transparent;color:#6c5548;border:1px dashed #ddcfc6}.sports-premium-actions a:hover{transform:translateY(-1px)}.sports-clubs-premium{background:#141414!important;padding:48px 0!important;color:#fff}.sports-clubs-premium .kicker{color:#ff8a59}.sports-clubs-premium h2{color:#fff}.sports-clubs-premium .sports-club-grid a{background:#222!important;border-color:#343434!important;color:#fff!important}.sports-clubs-premium .sports-club-grid small{color:#aaa!important}.experience-window{display:inline-flex;margin-top:5px;padding:6px 9px;border-radius:999px;background:#fff0e6;color:#a9461e;font-size:11px}.experience-idea-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.experience-idea-actions a{margin:0!important;padding:8px 10px;border-radius:10px;background:#171717;color:#fff!important}.experience-idea-actions a+a{background:#f5f1ed;color:#31251e!important}.experience-market-callout{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:54px;padding:24px 26px;border:1px solid #eaded5;border-radius:22px;background:linear-gradient(135deg,#fff8f0,#fff)}.experience-market-callout div{display:flex;flex-direction:column;gap:4px}.experience-market-callout small{font-size:9px;font-weight:950;letter-spacing:.1em;color:#c74f26}.experience-market-callout strong{font-size:20px}.experience-market-callout span{font-size:12px;color:#756a63}.experience-market-callout a{padding:12px 16px;border-radius:999px;background:#171717;color:#fff;text-decoration:none;font-weight:900;font-size:12px;white-space:nowrap}.seasonal-calendar-premium{grid-template-columns:repeat(2,minmax(0,1fr))!important}.seasonal-calendar-premium div{padding:18px!important;box-shadow:0 10px 28px rgba(52,33,20,.04)}.seasonal-calendar-premium b{display:block;margin-top:5px;color:#17120f;font-size:14px}.seasonal-date-window{margin:12px 0 14px;padding:13px 14px;border-radius:14px;background:#f8f4f0}.seasonal-date-window small{display:block;font-size:8px;font-weight:950;letter-spacing:.1em;color:#a94821}.seasonal-date-window strong{display:block;margin-top:4px;font-size:15px}.seasonal-expiry-note{margin-top:24px;padding:12px 14px;border-radius:12px;background:#f8f5f2;color:#776b64;font-size:11px}.newyear-type-nav{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.newyear-type-nav a{padding:10px 14px;border:1px solid #e5d9d1;border-radius:999px;background:#fff;color:#211915;text-decoration:none;font-weight:850;font-size:12px}.newyear-card-media{height:230px}.newyear-card-media>.tripownia-image-empty,.newyear-card-media>img{width:100%;height:100%;object-fit:cover}.newyear-card-media>span{bottom:14px;background:rgba(17,17,17,.78);color:#fff;font-size:9px;font-weight:950;letter-spacing:.06em}.daily-carousel-wrap,.offer-stream-rail-wrap,.search-results-carousel-wrap{position:relative!important}.daily-carousel-controls,.offer-stream-controls,.search-results-carousel-controls{position:absolute!important;inset:0!important;height:100%!important;pointer-events:none!important;z-index:30!important}.daily-carousel-controls button,.offer-stream-controls button,.search-results-carousel-controls button{top:50%!important;transform:translateY(-50%)!important;pointer-events:auto!important}@media(max-width:980px){.sports-hero-premium .sports-hero-inner{grid-template-columns:1fr}.sports-hero-counter{max-width:420px}.sports-event-grid-premium{grid-template-columns:1fr}}@media(max-width:700px){.sports-matchup{grid-template-columns:1fr 50px 1fr}.sports-team{flex-direction:column;align-items:flex-start}.sports-team-away{align-items:flex-end}.sports-team strong{font-size:13px}.team-crest{width:40px;height:40px;min-width:40px}.team-crest img{width:30px;height:30px}.sports-trip-line-premium{align-items:flex-start;flex-direction:column}.sports-premium-actions{grid-template-columns:1fr 1fr}.sports-cta-ticket{grid-column:1/-1}.seasonal-calendar-premium{grid-template-columns:1fr!important}.experience-market-callout{align-items:flex-start;flex-direction:column}.experience-market-callout a{width:100%;text-align:center}}.site-header-premium{background:rgba(255,255,255,.96)!important;border-bottom:1px solid rgba(222,207,196,.72)!important;box-shadow:0 8px 30px rgba(52,34,22,.045)!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.site-header-premium .site-nav{padding-top:12px!important;padding-bottom:12px!important}.site-header-premium .premium-nav-primary{gap:10px!important}.site-header-premium .premium-nav-primary .nav-sale{min-height:48px!important;padding:0 18px!important;border-radius:15px!important;border:1px solid #eadfd7!important;background:#fff!important;color:#211914!important;font-size:13px!important;font-weight:850!important;letter-spacing:-.01em!important;box-shadow:0 4px 14px rgba(51,31,18,.035),inset 0 1px 0 rgba(255,255,255,.8)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease!important}.site-header-premium .premium-nav-primary .nav-sale:hover{transform:translateY(-2px)!important;border-color:#d9c7bb!important;box-shadow:0 11px 24px rgba(51,31,18,.085)!important}.site-header-premium .premium-nav-primary .nav-sale .nav-ico{width:28px!important;height:28px!important;min-width:28px!important;display:grid!important;place-items:center!important;border-radius:9px!important;background:#f7f2ee!important;border:0!important;color:currentColor!important}.site-header-premium .premium-nav-primary .nav-sale-main{background:linear-gradient(135deg,#ff6438,#ff472d)!important;border-color:#ff5634!important;color:#fff!important;box-shadow:0 10px 24px rgba(255,78,43,.2),inset 0 1px 0 rgba(255,255,255,.18)!important}.site-header-premium .premium-nav-primary .nav-sale-main .nav-ico{background:rgba(255,255,255,.16)!important;color:#fff!important}.site-header-premium .premium-nav-primary .nav-sale-events{background:#f7f8fc!important;color:#27365b!important}.site-header-premium .premium-nav-primary .nav-sale-experience{background:#fbf8ff!important;color:#51396f!important}.site-header-premium .premium-nav-primary .nav-sale-market{background:#f5faf5!important;color:#326441!important}.site-header-premium .premium-nav-primary .nav-sale-newyear{background:#fff8f6!important;color:#7b4148!important}.site-header-premium .premium-nav-primary .nav-sale-longhaul{background:#f4fafb!important;color:#285f65!important}.site-header-premium .premium-nav-secondary{gap:7px 24px!important;align-items:center!important}.site-header-premium .premium-nav-secondary>a:not(.premium-search-cta){color:#2e251f!important;font-size:12px!important;font-weight:760!important;opacity:.94!important;transition:color .18s ease,opacity .18s ease!important}.site-header-premium .premium-nav-secondary>a:not(.premium-search-cta):hover{color:#f0522d!important;opacity:1!important}.site-header-premium .premium-search-cta{margin-left:auto!important;min-height:42px!important;padding:0 17px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:13px!important;border:1px solid #171717!important;background:#171717!important;color:#fff!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important;opacity:1!important;box-shadow:0 9px 20px rgba(17,17,17,.12)!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}.site-header-premium .premium-search-cta span,.site-header-premium .premium-search-cta svg{color:#fff!important;opacity:1!important;stroke:currentColor!important}.site-header-premium .premium-search-cta:hover{transform:translateY(-1px)!important;background:#ff5834!important;border-color:#ff5834!important;color:#fff!important;box-shadow:0 12px 26px rgba(255,82,43,.22)!important}@media(max-width:980px){.site-header-premium .premium-nav-primary .nav-sale{padding:0 14px!important;min-height:44px!important}.site-header-premium .premium-nav-secondary{gap:7px 18px!important}}@media(max-width:760px){.site-header-premium .premium-nav-primary{overflow-x:auto!important;padding-bottom:4px!important}.site-header-premium .premium-nav-primary .nav-sale{flex:0 0 auto!important}.site-header-premium .premium-nav-secondary{overflow-x:auto!important;justify-content:flex-start!important}.site-header-premium .premium-search-cta{margin-left:0!important;flex:0 0 auto!important}}.site-header-premium .premium-search-cta .premium-search-icon{width:25px!important;height:25px!important;min-width:25px!important;display:inline-grid!important;place-items:center!important;border-radius:999px!important;background:#fff!important;color:#171717!important;opacity:1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.35)!important}.site-header-premium .premium-search-cta .premium-search-icon svg{display:block!important;width:16px!important;height:16px!important;color:#171717!important;stroke:#171717!important;stroke-width:2.6!important;opacity:1!important;visibility:visible!important}.site-header-premium .premium-search-cta:hover .premium-search-icon{background:#fff!important;color:#ff5834!important}.site-header-premium .premium-search-cta:hover .premium-search-icon svg{color:#ff5834!important;stroke:#ff5834!important}.site-header-shell.site-header-v98.site-header-premium{background:rgba(255,255,255,.985)!important;border-bottom:1px solid #ece7e2!important;box-shadow:0 10px 32px rgba(35,25,18,.055)!important}.site-header-shell.site-header-v98.site-header-premium .site-nav{padding-top:13px!important;padding-bottom:13px!important;gap:18px!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-gap:8px!important;gap:8px!important;padding:5px!important;border:1px solid #eee7e1!important;border-radius:20px!important;background:#faf8f6!important;box-shadow:inset 0 1px 0 #fff,0 7px 24px rgba(45,31,22,.035)!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary a.nav-sale{min-height:48px!important;padding:0 16px!important;border:0!important;border-radius:15px!important;background:transparent!important;color:#332a25!important;box-shadow:none!important;font-size:12.5px!important;font-weight:850!important;letter-spacing:-.015em!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary a.nav-sale:hover{background:#fff!important;color:#14110f!important;box-shadow:0 8px 20px rgba(38,27,20,.07)!important;transform:translateY(-1px)!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary a.nav-sale-main{background:#151311!important;color:#fff!important;box-shadow:0 10px 24px rgba(21,19,17,.18)!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary a.nav-sale-main:hover{background:#201d1a!important;color:#fff!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary .nav-ico{width:30px!important;height:30px!important;min-width:30px!important;border-radius:10px!important;background:#fff!important;border:1px solid #ebe4de!important;color:#4b4039!important;box-shadow:0 3px 10px rgba(45,31,22,.045)!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary .nav-ico svg{width:16px!important;height:16px!important;stroke-width:1.9!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary .nav-sale-main .nav-ico{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.14)!important;box-shadow:none!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-secondary{gap:4px 22px!important;padding:0 4px!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-secondary>a:not(.premium-search-cta-v2){padding:8px 0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#433a34!important;font-size:11.8px!important;font-weight:760!important;box-shadow:none!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-secondary>a:not(.premium-search-cta-v2):hover{background:transparent!important;color:#ff5633!important}.site-header-shell.site-header-v98.site-header-premium .site-nav-secondary a.nav-search-inline.premium-search-cta.premium-search-cta-v2{margin-left:auto!important;min-height:44px!important;padding:0 16px 0 8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;border:1px solid #151311!important;border-radius:14px!important;background:#151311!important;font-size:12px!important;font-weight:900!important;line-height:1!important;opacity:1!important;visibility:visible!important;box-shadow:0 10px 24px rgba(21,19,17,.16)!important}.site-header-shell.site-header-v98.site-header-premium .site-nav-secondary a.nav-search-inline.premium-search-cta.premium-search-cta-v2>span:last-child{color:#fff!important;opacity:1!important;visibility:visible!important;text-shadow:none!important}.site-header-shell.site-header-v98.site-header-premium .site-nav-secondary a.nav-search-inline.premium-search-cta.premium-search-cta-v2 .premium-search-icon{width:30px!important;height:30px!important;min-width:30px!important;display:grid!important;place-items:center!important;border-radius:10px!important;color:#111!important;opacity:1!important;visibility:visible!important;box-shadow:none!important}.site-header-shell.site-header-v98.site-header-premium .site-nav-secondary a.nav-search-inline.premium-search-cta.premium-search-cta-v2 .premium-search-icon svg{width:18px!important;height:18px!important;display:block!important;color:#111!important;stroke:#111!important;stroke-width:2.4!important;opacity:1!important;visibility:visible!important}.site-header-shell.site-header-v98.site-header-premium .site-nav-secondary a.nav-search-inline.premium-search-cta.premium-search-cta-v2:hover{background:#ff5834!important;border-color:#ff5834!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 12px 26px rgba(255,88,52,.22)!important}.site-header-shell.site-header-v98.site-header-premium .site-nav-secondary a.nav-search-inline.premium-search-cta.premium-search-cta-v2:hover .premium-search-icon svg{stroke:#ff5834!important}@media(max-width:1180px){.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary{display:flex!important;width:max-content!important;max-width:none!important;overflow:visible!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary a.nav-sale{flex:0 0 auto!important}.site-header-shell.site-header-v98.site-header-premium .site-nav-secondary a.nav-search-inline.premium-search-cta.premium-search-cta-v2{margin-left:0!important;flex:0 0 auto!important}}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary{gap:7px!important;padding:4px!important;border-radius:18px!important;background:#fcfbfa!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary a.nav-sale{min-height:42px!important;padding:0 12px!important;border-radius:13px!important;font-size:12px!important;gap:8px!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary .nav-ico{width:25px!important;height:25px!important;min-width:25px!important;border-radius:8px!important;box-shadow:none!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary .nav-ico svg{width:14px!important;height:14px!important;stroke-width:2!important}.site-header-shell.site-header-v98.site-header-premium .nav-sale-events .nav-ico{background:#f0f4ff!important;border-color:#dfe7ff!important;color:#3452a4!important}.site-header-shell.site-header-v98.site-header-premium .nav-sale-experience .nav-ico{background:#f7f0ff!important;border-color:#eadcff!important;color:#7b4bb4!important}.site-header-shell.site-header-v98.site-header-premium .nav-sale-market .nav-ico{background:#eef8f1!important;border-color:#dceee2!important;color:#2d7b50!important}.site-header-shell.site-header-v98.site-header-premium .nav-sale-newyear .nav-ico{background:#fff1f0!important;border-color:#f7ddda!important;color:#a44b48!important}.site-header-shell.site-header-v98.site-header-premium .nav-sale-longhaul .nav-ico{background:#edf8fa!important;border-color:#d8ecef!important;color:#22747b!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary a.nav-sale-main,.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary a.nav-sale-main:hover{background:#ff5a36!important;color:#fff!important;box-shadow:0 8px 20px rgba(255,90,54,.22)!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary .nav-sale-main .nav-ico{background:rgba(255,255,255,.18)!important;border-color:rgba(255,255,255,.22)!important;color:#fff!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary .nav-sale-main .nav-ico svg{stroke:#fff!important}.site-header-shell.site-header-v98.site-header-premium .premium-nav-primary a.nav-sale:not(.nav-sale-main):hover{background:#fff7f4!important;color:#d94825!important;box-shadow:0 6px 16px rgba(255,90,54,.08)!important}.site-header-shell.site-header-v98.site-header-premium .site-nav-secondary a.nav-search-inline.premium-search-cta.premium-search-cta-v2{min-height:40px!important;padding:0 14px 0 7px!important;border-color:#ff5a36!important;background:#ff5a36!important;color:#fff!important;border-radius:13px!important;box-shadow:0 8px 18px rgba(255,90,54,.2)!important}.site-header-shell.site-header-v98.site-header-premium .site-nav-secondary a.nav-search-inline.premium-search-cta.premium-search-cta-v2 .premium-search-icon{width:27px!important;height:27px!important;min-width:27px!important;border-radius:9px!important;background:#fff!important}.site-header-shell.site-header-v98.site-header-premium .site-nav-secondary a.nav-search-inline.premium-search-cta.premium-search-cta-v2 .premium-search-icon svg{width:16px!important;height:16px!important;stroke:#ff5a36!important}.site-header-shell.site-header-v98.site-header-premium .site-nav-secondary a.nav-search-inline.premium-search-cta.premium-search-cta-v2:hover{background:#e94a28!important;border-color:#e94a28!important;box-shadow:0 10px 22px rgba(233,74,40,.24)!important}.site-header-shell.site-header-v98.site-header-premium .site-nav-secondary a.nav-search-inline.premium-search-cta.premium-search-cta-v2:hover .premium-search-icon svg{stroke:#e94a28!important}.menu-v5{position:relative;z-index:60;width:100%;background:rgba(255,255,255,.985);border-bottom:1px solid #ebe7e3;box-shadow:0 10px 34px rgba(38,29,22,.055);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.menu-v5-shell{width:min(1840px,calc(100% - 34px));margin:0 auto;display:grid;grid-template-columns:112px minmax(0,1fr);grid-template-rows:auto auto;grid-column-gap:18px;column-gap:18px;align-items:stretch}.menu-v5-brand{grid-column:1;grid-row:1/3;display:flex;align-items:center;justify-content:center;min-width:0;text-decoration:none}.menu-v5-brand img{display:block;width:88px;height:88px;object-fit:contain}.menu-v5-primary{grid-column:2;grid-row:1;display:grid;grid-template-columns:minmax(118px,.88fr) minmax(148px,1.08fr) minmax(118px,.9fr) minmax(165px,1.2fr) minmax(118px,.88fr) minmax(125px,.94fr) minmax(155px,1.12fr) 145px;grid-gap:10px;gap:10px;align-items:stretch;padding:14px 0 11px;min-width:0}.menu-v5-card{position:relative;min-width:0;min-height:70px;padding:10px 12px;display:flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:18px;color:#25211e;background:#fff;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.menu-v5-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(43,33,25,.09)}.menu-v5-icon{width:39px;height:39px;min-width:39px;border-radius:13px;display:grid;place-items:center;background:#f7f4f1}.menu-v5-copy{min-width:0;display:flex;flex-direction:column;gap:4px;line-height:1.05}.menu-v5-copy strong{font-size:14px;font-weight:850;letter-spacing:-.025em}.menu-v5-copy small,.menu-v5-copy strong{display:block;min-width:0;white-space:nowrap;overflow:visible;text-overflow:clip}.menu-v5-copy small{color:#7d746e;font-size:10.5px;font-weight:650}.menu-v5-deals .menu-v5-icon{color:#ff5a36;background:#fff0ea}.menu-v5-events{background:linear-gradient(180deg,#eef5ff,#f9fbff);border-color:#dbe8ff}.menu-v5-events .menu-v5-icon{color:#2473e8;background:#deebff}.menu-v5-events .menu-v5-copy strong{color:#1d58ad}.menu-v5-experience{background:linear-gradient(180deg,#fcf3ff,#fffaff);border-color:#f0def8}.menu-v5-experience .menu-v5-icon{color:#d140dc;background:#f8e6fb}.menu-v5-experience .menu-v5-copy strong{color:#8b3095}.menu-v5-picks{background:linear-gradient(180deg,#fff3ed,#fffaf7);border-color:#ffd8c8}.menu-v5-picks .menu-v5-icon{color:#ff6437;background:#ffe9df}.menu-v5-picks .menu-v5-copy strong{color:#e94927}.menu-v5-markets{background:linear-gradient(180deg,#ecfaf2,#f9fdfb);border-color:#d5efdf}.menu-v5-markets .menu-v5-icon{color:#13864a;background:#d9f3e4}.menu-v5-markets .menu-v5-copy strong{color:#216b43}.menu-v5-newyear{background:linear-gradient(180deg,#f8efff,#fdfaff);border-color:#ead8f9}.menu-v5-newyear .menu-v5-icon{color:#8a31ca;background:#f0e0fb}.menu-v5-newyear .menu-v5-copy strong{color:#6d2b9d}.menu-v5-longhaul{background:linear-gradient(180deg,#edfaff,#fbfeff);border-color:#d6eef6}.menu-v5-longhaul .menu-v5-icon{color:#079bc8;background:#ddf5fc}.menu-v5-longhaul .menu-v5-copy strong{color:#176477}.menu-v5-badge{position:absolute;top:-8px;right:11px;padding:4px 7px;border-radius:999px;background:#ff5633;color:#fff;font-size:8px;line-height:1;font-weight:950;letter-spacing:.04em;box-shadow:0 5px 12px rgba(255,86,51,.22)}.menu-v5-search{display:flex;align-items:center;justify-content:center;gap:10px;min-width:0;min-height:70px;padding:0 18px;border-radius:24px;background:linear-gradient(135deg,#ff6b3e,#ff4c27);color:#fff;text-decoration:none;font-size:17px;font-weight:900;box-shadow:0 12px 26px rgba(255,80,40,.23);transition:transform .18s ease,box-shadow .18s ease}.menu-v5-search svg{display:block;stroke:#fff}.menu-v5-search:hover{transform:translateY(-2px);box-shadow:0 15px 30px rgba(255,80,40,.29)}.menu-v5-secondary{grid-column:2;grid-row:2;min-width:0;min-height:55px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:9px 0 10px;border-top:1px solid #eee9e5}.menu-v5-account,.menu-v5-services{display:flex;align-items:center;gap:12px;min-width:0}.menu-v5-account{flex:0 0 auto;padding-left:24px;border-left:1px solid #e9e3de}.menu-v5-secondary a{display:flex;align-items:center;gap:7px;min-height:36px;padding:7px 9px;border-radius:10px;color:#56504c;text-decoration:none;font-size:12.5px;font-weight:750;white-space:nowrap;transition:background .16s ease,color .16s ease}.menu-v5-secondary a:hover{background:#faf7f4;color:#28231f}.menu-v5-service-hotel svg{stroke:#3977dd}.menu-v5-service-flight svg{stroke:#10a4d0}.menu-v5-service-car svg{stroke:#1ca15a}.menu-v5-service-insurance svg{stroke:#4d86e8}.menu-v5-service-guides svg{stroke:#e14fad}.menu-v5-service-ideas svg{stroke:#f2a300}.menu-v5-account svg{stroke:#687481}@media(max-width:1600px){.menu-v5-shell{grid-template-columns:90px minmax(0,1fr);column-gap:10px}.menu-v5-brand img{width:72px;height:72px}.menu-v5-primary{grid-template-columns:minmax(108px,.85fr) minmax(140px,1.08fr) minmax(110px,.88fr) minmax(154px,1.2fr) minmax(108px,.86fr) minmax(118px,.94fr) minmax(145px,1.12fr) 126px;gap:6px}.menu-v5-card{min-height:60px;padding:8px;gap:6px;border-radius:14px}.menu-v5-icon{width:31px;height:31px;min-width:31px;border-radius:10px}.menu-v5-icon svg{width:18px;height:18px}.menu-v5-copy strong{font-size:11.5px;letter-spacing:-.03em}.menu-v5-copy small{font-size:8.5px}.menu-v5-search{min-height:60px;border-radius:18px;font-size:13px;padding:0 10px;gap:7px}.menu-v5-search svg{width:20px;height:20px}.menu-v5-secondary a{font-size:11px;padding:6px}.menu-v5-services{gap:3px}.menu-v5-account{gap:6px;padding-left:16px}}@media(max-width:1420px){.menu-v5-copy small{display:none}.menu-v5-card{min-height:54px}.menu-v5-primary{grid-template-columns:minmax(102px,.85fr) minmax(132px,1.05fr) minmax(104px,.86fr) minmax(146px,1.18fr) minmax(104px,.84fr) minmax(112px,.92fr) minmax(138px,1.08fr) 116px}.menu-v5-copy strong{font-size:11px}}@media(max-width:1220px){.menu-v5-shell{width:calc(100% - 22px);grid-template-columns:78px minmax(0,1fr);column-gap:9px}.menu-v5-brand img{width:64px;height:64px}.menu-v5-primary{overflow-x:auto;grid-template-columns:repeat(7,145px) 120px;scrollbar-width:none;padding-bottom:8px}.menu-v5-primary::-webkit-scrollbar,.menu-v5-secondary::-webkit-scrollbar{display:none}.menu-v5-card{min-height:56px}.menu-v5-copy small{display:none}.menu-v5-secondary{overflow-x:auto;justify-content:flex-start;scrollbar-width:none}.menu-v5-account{border-left:0;padding-left:0}}@media(max-width:760px){.menu-v5-shell{display:block;width:calc(100% - 16px)}.menu-v5-brand{justify-content:flex-start;padding:7px 4px 2px}.menu-v5-brand img{width:58px;height:58px}.menu-v5-primary{display:flex;overflow-x:auto;gap:7px;padding:5px 0 8px}.menu-v5-card{flex:0 0 142px}.menu-v5-search{flex:0 0 112px;min-height:56px}.menu-v5-secondary{overflow-x:auto;padding:7px 0 9px}.menu-v5-account,.menu-v5-services{flex:0 0 auto}}.newyear-hero-premium{padding-top:48px;padding-bottom:28px}.newyear-hero-premium h1{max-width:900px}.newyear-expanded-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.newyear-heading{align-items:flex-end;gap:20px}.newyear-heading p{max-width:760px;margin:8px 0 0;color:#6f665f}.newyear-live-note{flex:0 0 auto;border:1px solid #eaded5;background:#fffaf6;border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800;color:#725b4d;white-space:nowrap}.newyear-card{min-width:0}.newyear-card-media{aspect-ratio:16/9;overflow:hidden;position:relative}.newyear-card-media img{width:100%;height:100%;object-fit:cover}.newyear-card-media>span{position:absolute;left:14px;top:14px;background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;letter-spacing:.07em}.newyear-live-card{border-color:#ffd1bf;box-shadow:0 14px 36px rgba(255,82,46,.08)}.newyear-live-card .newyear-card-media>span{background:#ff542f;color:#fff}.newyear-price-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.newyear-price-row h2{margin:0}.newyear-price-row strong{font-size:15px;line-height:1.15;color:#ff542f;text-align:right;white-space:nowrap}.newyear-primary-cta{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;padding:0 16px!important;border-radius:12px!important;background:#ff542f!important;color:#fff!important;border:0!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 9px 20px rgba(255,84,47,.18)}.newyear-primary-cta:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(255,84,47,.24)}@media(max-width:1150px){.newyear-expanded-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.newyear-expanded-grid{grid-template-columns:1fr}.newyear-heading{align-items:flex-start}.newyear-live-note{white-space:normal}.newyear-price-row{display:block}.newyear-price-row strong{display:block;margin-top:6px;text-align:left}}.inspo-premium-hero{position:relative;overflow:hidden;padding:72px 0 54px;background:radial-gradient(circle at 82% 18%,rgba(255,84,47,.15),transparent 28%),radial-gradient(circle at 12% 78%,rgba(37,99,235,.1),transparent 30%),linear-gradient(135deg,#fffaf6,#ffffff 48%,#f5f9ff);border-bottom:1px solid #eee3db}.inspo-premium-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(20,20,20,.025) 1px,transparent 0),linear-gradient(90deg,rgba(20,20,20,.025) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 88%);mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 88%)}.inspo-premium-cta.shell,.inspo-premium-hero .shell,.inspo-premium-section.shell,.inspo-quick-section.shell{width:min(1440px,calc(100% - 56px))!important;max-width:1440px!important;margin-left:auto!important;margin-right:auto!important}.inspo-premium-hero-inner{position:relative;z-index:1;display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr)!important;align-items:center!important;grid-gap:64px!important;gap:64px!important}.inspo-premium-copy{max-width:870px}.inspo-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 12px;border:1px solid #ffd3c4;border-radius:999px;background:#fff;color:#ef4f2f;font-size:12px;font-weight:900;letter-spacing:.12em}.inspo-premium-copy h1{margin:0;color:#111;font-size:clamp(42px,4.2vw,72px);line-height:.98;letter-spacing:-.055em;font-weight:950}.inspo-premium-copy h1 em{font-style:normal;color:#ff542f}.inspo-premium-copy>p{max-width:760px;margin:24px 0 0;color:#625b56;font-size:18px;line-height:1.65}.inspo-hero-actions{display:flex;align-items:center;gap:12px;margin-top:30px;flex-wrap:wrap}.inspo-hero-actions a{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 21px;border-radius:15px;text-decoration:none!important;font-size:14px;font-weight:900;transition:.18s ease}.inspo-hero-actions a:first-child{background:#ff542f;color:#fff!important;box-shadow:0 14px 30px rgba(255,84,47,.22)}.inspo-hero-actions a:last-child{background:#fff;color:#181818!important;border:1px solid #e8ddd5}.inspo-hero-actions a:hover{transform:translateY(-2px)}.inspo-premium-orbit{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px;padding:18px;border:1px solid rgba(227,213,203,.9);border-radius:30px;background:rgba(255,255,255,.74);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 26px 70px rgba(58,41,28,.1)}.inspo-premium-orbit>div{min-height:128px;padding:20px;border-radius:22px;border:1px solid #ede4dd;background:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:16px;box-shadow:0 8px 26px rgba(37,30,24,.04)}.inspo-premium-orbit>div:first-child{background:linear-gradient(145deg,#effcf4,#fff)}.inspo-premium-orbit>div:nth-child(2){background:linear-gradient(145deg,#eef5ff,#fff)}.inspo-premium-orbit>div:nth-child(3){background:linear-gradient(145deg,#f8efff,#fff)}.inspo-premium-orbit>div:nth-child(4){background:linear-gradient(145deg,#fff0ea,#fff)}.inspo-premium-orbit span{font-size:32px;line-height:1}.inspo-premium-orbit b{font-size:14px;color:#25211e}.inspo-premium-section{padding-top:56px;padding-bottom:28px}.inspo-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px}.inspo-section-head>div>span{display:block;margin-bottom:8px;color:#ff542f;font-size:11px;font-weight:950;letter-spacing:.12em}.inspo-section-head h2{margin:0;color:#121212;font-size:clamp(28px,2.4vw,40px);line-height:1.08;letter-spacing:-.035em}.inspo-section-head>svg{color:#ff542f}.inspo-mood-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.inspo-mood-card{position:relative;min-height:330px;overflow:hidden;border-radius:26px;border:1px solid #eadfd7;background:#171717;text-decoration:none!important;isolation:isolate;box-shadow:0 16px 38px rgba(33,25,19,.08);transition:.22s ease}.inspo-mood-card:hover{transform:translateY(-4px);box-shadow:0 24px 54px rgba(33,25,19,.13)}.inspo-mood-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.inspo-mood-card:hover img{transform:scale(1.035)}.inspo-mood-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06) 10%,rgba(0,0,0,.22) 48%,rgba(0,0,0,.84))}.inspo-mood-content{position:absolute;z-index:2;inset:auto 0 0;padding:28px;color:#fff;display:flex;flex-direction:column;align-items:flex-start}.inspo-mood-content>span{display:inline-flex;align-items:center;gap:7px;margin-bottom:10px;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.16);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:10px;font-weight:950;letter-spacing:.09em}.inspo-mood-content h3{margin:0 0 8px;color:#fff;font-size:31px;line-height:1.05;letter-spacing:-.035em}.inspo-mood-content p{max-width:540px;margin:0;color:rgba(255,255,255,.88);font-size:14px;line-height:1.5}.inspo-mood-content b{display:inline-flex;align-items:center;gap:7px;margin-top:18px;color:#fff;font-size:13px}.inspo-quick-section{padding-top:30px;padding-bottom:34px}.inspo-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.inspo-quick-grid>a{display:grid;grid-template-columns:48px minmax(0,1fr) 20px;align-items:center;grid-gap:13px;gap:13px;min-height:118px;padding:18px;border:1px solid #eadfd7;border-radius:20px;background:#fff;text-decoration:none!important;color:#171717!important;box-shadow:0 10px 28px rgba(35,28,23,.045);transition:.18s ease}.inspo-quick-grid>a:hover{transform:translateY(-3px);border-color:#ffc6b2;box-shadow:0 16px 34px rgba(255,84,47,.08)}.inspo-quick-grid i{width:48px;height:48px;border-radius:14px;background:#fff3ee;display:grid;place-items:center;font-size:23px;font-style:normal}.inspo-quick-grid strong{display:block;margin-bottom:5px;font-size:14px}.inspo-quick-grid p{margin:0;color:#726a64;font-size:12px;line-height:1.45}.inspo-quick-grid>a>svg{color:#ff542f}.inspo-premium-cta{margin-top:18px!important;margin-bottom:58px!important;padding:30px 34px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;border:1px solid #302c29;border-radius:26px;background:linear-gradient(120deg,#151515,#292623);color:#fff;box-shadow:0 20px 50px rgba(20,20,20,.12)}.inspo-premium-cta span{color:#ff8a67;font-size:10px;font-weight:950;letter-spacing:.12em}.inspo-premium-cta h2{max-width:850px;margin:8px 0 6px;color:#fff;font-size:28px;line-height:1.1;letter-spacing:-.03em}.inspo-premium-cta p{margin:0;color:#c8c0ba;font-size:14px}.inspo-premium-cta>a{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;min-height:50px;padding:0 19px;border-radius:14px;background:#ff542f;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:950;box-shadow:0 10px 24px rgba(255,84,47,.24)}@media(max-width:1100px){.inspo-premium-hero-inner{grid-template-columns:1fr!important;gap:30px!important}.inspo-premium-orbit{grid-template-columns:repeat(4,1fr)}.inspo-premium-orbit>div{min-height:104px}.inspo-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.inspo-premium-hero{padding:42px 0 34px}.inspo-premium-cta.shell,.inspo-premium-hero .shell,.inspo-premium-section.shell,.inspo-quick-section.shell{width:min(100% - 28px,1440px)!important}.inspo-premium-copy h1{font-size:42px}.inspo-premium-copy>p{font-size:16px}.inspo-premium-orbit{grid-template-columns:1fr 1fr;padding:12px;border-radius:22px}.inspo-premium-orbit>div{min-height:96px;padding:15px}.inspo-mood-grid{grid-template-columns:1fr}.inspo-mood-card{min-height:300px}.inspo-quick-grid{grid-template-columns:1fr}.inspo-premium-cta{display:block!important;padding:24px!important}.inspo-premium-cta>a{margin-top:20px;justify-content:center;width:100%}}.market-hero-compact{position:relative;overflow:hidden;margin-top:34px;padding:56px 56px 44px;border:1px solid #eadfd8;border-radius:30px;background:radial-gradient(circle at 92% 12%,rgba(25,163,90,.13),transparent 28%),radial-gradient(circle at 78% 88%,rgba(255,92,45,.1),transparent 30%),linear-gradient(135deg,#fffdfb,#fff 58%,#f7fbf7);box-shadow:0 22px 54px rgba(28,22,18,.06)}.market-hero-compact:after{content:"✦";position:absolute;right:50px;top:36px;width:74px;height:74px;display:grid;place-items:center;border-radius:22px;background:#e8f7ec;color:#16824f;font-size:32px;box-shadow:inset 0 0 0 1px rgba(22,130,79,.08)}.market-hero-compact .kicker{margin-bottom:14px;color:#ff512f;font-size:13px;line-height:1;font-weight:900;letter-spacing:.12em}.market-hero-compact h1{max-width:860px;margin:0;color:#151210;font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.045em}.market-hero-compact p{max-width:760px;margin:22px 0 0;color:#69615c;font-size:17px;line-height:1.65}.market-section-compact{padding-top:28px;padding-bottom:72px}.market-count-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;padding:16px 20px;border:1px solid #ece3dc;border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 10px 28px rgba(28,22,18,.045)}.market-count-strip strong{color:#171411;font-size:17px}.market-count-strip span{color:#7b7069;font-size:13px;font-weight:650}.market-compact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.market-compact-card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:330px;padding:24px;border:1px solid #e9dfd8;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,252,249,.98));box-shadow:0 14px 34px rgba(29,22,18,.055);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.market-compact-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;border-radius:24px 24px 0 0;background:linear-gradient(90deg,#ff5a35,#ff9b56 52%,#3dad75);opacity:.9}.market-compact-card:hover{transform:translateY(-4px);border-color:#dbc9bf;box-shadow:0 22px 46px rgba(29,22,18,.09)}.market-compact-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}.market-flag{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;border-radius:16px;background:#faf5f0;font-size:26px;box-shadow:inset 0 0 0 1px #eee3dc}.market-compact-head small{display:inline-flex;align-items:center;min-height:22px;padding:4px 8px;margin-bottom:5px;border-radius:999px;background:#ecf8f0;color:#16784c;font-size:10px;font-weight:900;letter-spacing:.08em}.market-compact-head h2{margin:0;color:#171411;font-size:26px;line-height:1.05;letter-spacing:-.025em}.market-date-main{display:grid;grid-gap:5px;gap:5px;margin-bottom:14px;padding:14px 15px;border-radius:16px;background:#f7f3ef;border:1px solid #eee5df}.market-date-main small{color:#9a8c82;font-size:9px;font-weight:900;letter-spacing:.1em}.market-date-main strong{color:#181512;font-size:14px;line-height:1.35}.market-note{margin:0 0 12px;color:#5f5752;font-size:14px;line-height:1.55}.market-see{margin:0 0 20px;color:#6d635d;font-size:12.5px;line-height:1.55}.market-see b{color:#28221e}.market-compact-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;margin-top:auto}.market-compact-actions a{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:14px;text-decoration:none;font-size:13px;font-weight:850;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.market-compact-actions a:first-child{color:#fff;background:linear-gradient(135deg,#ff5b37,#ff3f24);box-shadow:0 10px 24px rgba(255,78,43,.2)}.market-compact-actions a:first-child:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(255,78,43,.28)}.market-compact-actions a:last-child{color:#28221f;background:#fff;border:1px solid #e6dad2}.market-compact-actions a:last-child:hover{border-color:#ff7a5a;color:#e64927}.seasonal-expiry-note{margin:22px 0 0;padding:14px 18px;border-radius:14px;background:#f7f4f1;color:#84786f;font-size:12px;text-align:center}@media (max-width:1180px){.market-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.market-hero-compact{margin-top:18px;padding:34px 22px 28px;border-radius:22px}.market-hero-compact:after{display:none}.market-hero-compact h1{font-size:42px}.market-hero-compact p{font-size:15px}.market-count-strip{align-items:flex-start;flex-direction:column;gap:5px}.market-compact-grid{grid-template-columns:1fr}.market-compact-card{min-height:0;padding:20px;border-radius:20px}.market-compact-actions{grid-template-columns:1fr}.market-compact-actions a{width:100%}}.hero-radar-offer em{display:block;margin-top:2px;color:var(--muted);font-size:9px!important;line-height:1.2!important;font-style:normal;font-weight:650;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:700px){.hero-radar-offer em{font-size:8.5px!important}}@media (min-width:1051px){.hero-clean{padding:48px 0 24px!important}.hero-inner-clean.hero-inner-restored{grid-template-columns:minmax(0,1fr) 320px!important;gap:30px!important;align-items:center!important;max-width:1480px!important}.hero-inner-restored .hero-copy-clean{max-width:860px!important;align-self:center!important;padding:8px 0!important}.hero-radar-panel{width:320px!important;max-width:320px!important;justify-self:end!important;padding:20px!important;border-radius:24px!important}.hero-radar-panel .hero-daily-icon{width:46px!important;height:46px!important;margin-bottom:5px!important}.hero-radar-panel h2{margin:5px 0 7px!important;font-size:27px!important;line-height:1.05!important}.hero-radar-panel>p{margin:0 0 11px!important;font-size:12px!important;line-height:1.45!important}.hero-daily-stats{gap:7px!important;margin-bottom:10px!important}.hero-daily-stat{padding:9px 10px!important;border-radius:12px!important}.hero-daily-stat>strong{font-size:24px!important}.hero-daily-stat div span,.hero-daily-stat>span{font-size:8.5px!important}.hero-daily-stat div strong{font-size:10px!important}.hero-radar-list{gap:7px!important;margin-bottom:10px!important}.hero-radar-offer{gap:8px!important;padding:9px 10px!important;border-radius:12px!important}.hero-radar-offer>span{font-size:18px!important}.hero-radar-offer strong{font-size:12.5px!important}.hero-radar-offer b{font-size:9.5px!important}.hero-radar-panel .hero-daily-cta,.hero-radar-panel .premium-radar-cta{min-height:42px!important;padding:10px 14px!important}}@media (min-width:1051px) and (max-width:1280px){.hero-inner-clean.hero-inner-restored{grid-template-columns:minmax(0,1fr) 300px!important;gap:24px!important}.hero-radar-panel{width:300px!important;max-width:300px!important;padding:18px!important}.hero-inner-restored .hero-copy-clean{max-width:790px!important}}@media (min-width:1051px){.menu-v5-search{min-height:52px!important;height:52px!important;padding:0 18px!important;border-radius:16px!important;gap:9px!important;font-size:14px!important;font-weight:900!important;box-shadow:0 10px 24px rgba(255,84,47,.18)!important}.menu-v5-search svg{width:20px!important;height:20px!important}.menu-v5-search:hover{transform:translateY(-1px)!important;box-shadow:0 13px 26px rgba(255,84,47,.24)!important}.hero-inner-clean.hero-inner-restored{align-items:stretch!important}.hero-inner-restored .hero-copy-clean,.hero-inner-restored .hero-radar-panel{height:100%!important;min-height:0!important;box-sizing:border-box!important}.hero-inner-restored .hero-copy-clean{justify-content:center!important}.hero-inner-restored .hero-copy-clean,.hero-inner-restored .hero-radar-panel{display:flex!important;flex-direction:column!important}.hero-radar-panel .hero-radar-list{flex:1 1 auto!important}.hero-radar-panel .hero-daily-cta,.hero-radar-panel .premium-radar-cta{min-height:38px!important;height:38px!important;padding:0 13px!important;border-radius:12px!important;font-size:11px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:space-between!important}}@media (max-width:1050px){.menu-v5-search{min-height:50px!important;height:50px!important;border-radius:15px!important}}.long-haul-home{padding:58px 36px 30px!important;border:1px solid #eadfd7;border-radius:30px;background:linear-gradient(180deg,#fff,#fffdfb);box-shadow:0 18px 50px rgba(55,39,25,.05);overflow:hidden}.long-haul-home-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:26px;gap:26px;align-items:start}.long-haul-home-head .kicker{margin-bottom:12px}.long-haul-home-head h2{margin:0;max-width:900px;font-size:clamp(38px,4.35vw,64px);line-height:.98;letter-spacing:-2.7px}.long-haul-home-head p{max-width:980px;margin:16px 0 0;color:#5f5750;font-size:16px;line-height:1.55}.long-haul-all-link{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:58px;margin-top:8px;padding:0 22px;border:1px solid #eadfd7;border-radius:18px;background:#fff8f3;color:#a32d12;font-size:13px;font-weight:900;text-decoration:none;white-space:nowrap;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.long-haul-all-link:hover{transform:translateY(-2px);border-color:#f2b69f;box-shadow:0 12px 28px rgba(70,42,25,.08)}.long-haul-filters{display:flex;flex-wrap:wrap;gap:9px;margin:26px 0 24px}.long-haul-filters button{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:0 16px;border:1px solid #e5ddd6;border-radius:999px;background:#fff;color:#2c2926;font:inherit;font-size:12px;font-weight:850;cursor:pointer;transition:.18s ease}.long-haul-filters button:hover{border-color:#f2aa8b;background:#fff9f5}.long-haul-filters button.active{border-color:#ff5a27;background:#ff5a27;color:#fff;box-shadow:0 8px 18px rgba(255,90,39,.18)}.long-haul-rail-wrap{position:relative}.long-haul-grid{display:flex!important;grid-template-columns:none!important;gap:18px!important;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:none;padding:3px 2px 6px;margin:0}.long-haul-grid::-webkit-scrollbar{display:none}.long-haul-card{position:relative;flex:0 0 clamp(270px,25.2%,355px);min-height:470px!important;padding:0!important;border:0!important;border-radius:24px!important;overflow:hidden;background:#171717!important;color:#fff!important;text-decoration:none;box-shadow:0 14px 32px rgba(25,18,13,.13)!important;scroll-snap-align:start;isolation:isolate;transition:transform .2s ease,box-shadow .2s ease!important}.long-haul-card:hover{transform:translateY(-5px)!important;box-shadow:0 22px 44px rgba(25,18,13,.2)!important}.long-haul-card-media,.long-haul-card-media img,.long-haul-card-shade,.long-haul-card-skeleton{position:absolute;inset:0;width:100%;height:100%}.long-haul-card-media img{object-fit:cover;display:block;transition:transform .45s ease}.long-haul-card:hover .long-haul-card-media img{transform:scale(1.035)}.long-haul-card-skeleton{background:linear-gradient(135deg,#d9d2cb,#b9afa6)}.long-haul-card-shade{background:linear-gradient(180deg,rgba(5,5,5,.06) 10%,rgba(5,5,5,.14) 38%,rgba(5,5,5,.86))}.long-haul-card-content{position:relative;z-index:2;display:flex;min-height:470px;flex-direction:column;padding:20px}.long-haul-card-label{align-self:flex-start;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.92);color:#25221f;font-size:9px;font-weight:950;letter-spacing:.6px;box-shadow:0 5px 14px rgba(0,0,0,.08)}.long-haul-heart{position:absolute;top:18px;right:18px;display:grid;width:46px;height:46px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.93);color:#171717;box-shadow:0 6px 16px rgba(0,0,0,.1)}.long-haul-card-copy{display:flex;flex-direction:column;margin-top:auto}.long-haul-card-copy>strong{font-size:31px!important;line-height:1.02;letter-spacing:-1.1px;color:#fff}.long-haul-card-subtitle{display:block;margin-top:10px;color:#fff;font-size:14px;font-weight:750;line-height:1.35}.long-haul-card-copy p{margin:10px 0 16px!important;color:rgba(255,255,255,.84)!important;font-size:13px!important;line-height:1.5!important}.long-haul-card-copy b{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto!important;padding:12px 15px;border:1px solid rgba(255,255,255,.76);border-radius:999px;color:#fff!important;font-size:12px!important;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(10,10,10,.13)}.long-haul-arrow{position:absolute;top:50%;z-index:4;display:grid;width:48px;height:48px;place-items:center;border:1px solid #eee4dc;border-radius:50%;background:#fff;color:#171717;box-shadow:0 10px 24px rgba(48,35,25,.13);cursor:pointer;transform:translateY(-50%);transition:.18s ease}.long-haul-arrow:hover{transform:translateY(-50%) scale(1.05)}.long-haul-arrow-left{left:-25px}.long-haul-arrow-right{right:-25px}.long-haul-dots{display:flex;justify-content:center;gap:8px;margin:20px 0 22px}.long-haul-dots span{width:9px;height:9px;border-radius:50%;background:#ded9d5}.long-haul-dots span.active{background:#ff5a27}.long-haul-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:4px;padding:18px 8px;border:1px solid #f0ddd2;border-radius:19px;background:#fff8f4}.long-haul-trust>div{display:flex;align-items:center;gap:12px;padding:0 18px;border-right:1px solid #eadfd8}.long-haul-trust>div:last-child{border-right:0}.long-haul-trust>div>span{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border-radius:50%;background:#ff5a27;color:#fff}.long-haul-trust p{display:flex;flex-direction:column;gap:3px;margin:0}.long-haul-trust strong{font-size:12px;line-height:1.25}.long-haul-trust small{color:#7a716b;font-size:10px;line-height:1.3}@media(max-width:1100px){.long-haul-home{padding:48px 28px 28px!important}.long-haul-home-head{grid-template-columns:1fr}.long-haul-all-link{justify-self:start;margin-top:0}.long-haul-card{flex-basis:calc((100% - 36px)/3)}.long-haul-trust{grid-template-columns:1fr 1fr;gap:0}.long-haul-trust>div{padding:14px 18px}.long-haul-trust>div:nth-child(2){border-right:0}.long-haul-trust>div:nth-child(-n+2){border-bottom:1px solid #eadfd8}}@media(max-width:820px){.long-haul-home{padding:36px 20px 24px!important;border-radius:24px}.long-haul-home-head h2{font-size:42px;letter-spacing:-1.8px}.long-haul-home-head p{font-size:14px}.long-haul-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}.long-haul-filters::-webkit-scrollbar{display:none}.long-haul-filters button{flex:0 0 auto}.long-haul-card{flex-basis:72vw;min-height:440px!important}.long-haul-card-content{min-height:440px}.long-haul-arrow{display:none}}@media(max-width:560px){.long-haul-home{padding:31px 15px 20px!important}.long-haul-home-head h2{font-size:36px;letter-spacing:-1.5px}.long-haul-all-link{width:100%;min-height:52px;padding:0 16px}.long-haul-card{flex-basis:84vw;min-height:425px!important}.long-haul-card-content{min-height:425px;padding:17px}.long-haul-card-copy>strong{font-size:28px!important}.long-haul-heart{width:42px;height:42px;top:16px;right:16px}.long-haul-trust{grid-template-columns:1fr}.long-haul-trust>div{border-right:0!important;border-bottom:1px solid #eadfd8!important}.long-haul-trust>div:last-child{border-bottom:0!important}}.hero-travel-visual{position:relative;overflow:hidden;isolation:isolate;background-image:linear-gradient(90deg,rgba(255,255,255,.94),rgba(255,255,255,.88) 35%,rgba(255,255,255,.5) 62%,rgba(255,255,255,.16)),linear-gradient(180deg,rgba(255,255,255,.05) 58%,rgba(251,250,247,.98)),url("https://thumb.wikimedia.org/wikipedia/commons/thumb/7/78/Bora_Bora_(16542797633).jpg/3840px-Bora_Bora_(16542797633).jpg")!important;background-position:center 48%!important;background-size:cover!important;background-repeat:no-repeat!important}.hero-travel-visual:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 29% 58%,rgba(255,255,255,.68) 0,rgba(255,255,255,.34) 30%,transparent 57%)}.hero-travel-visual .hero-inner{position:relative;z-index:1}.hero-travel-visual .hero-copy-clean{position:relative;z-index:2}.hero-travel-visual .hero-radar-panel{position:relative;z-index:2;box-shadow:0 24px 70px rgba(24,39,43,.16)}.hero-mode-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-mode-actions a{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 18px;border:1px solid #151515;border-radius:13px;background:#151515;color:#fff;font-weight:900;text-decoration:none;box-shadow:0 8px 24px rgba(0,0,0,.07);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.hero-mode-actions a:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.12)}.hero-mode-actions a+a{border-color:rgba(214,203,194,.95);background:rgba(255,255,255,.9);color:#151515;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-photo-credit{position:absolute;right:0;bottom:-18px;z-index:3;color:rgba(56,53,49,.58);font-size:8px;font-weight:650;text-decoration:none}.hero-photo-credit:hover{color:#2e2b28}@media(max-width:900px){.hero-travel-visual{background-image:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,255,255,.92) 62%,rgba(251,250,247,.99)),url("https://thumb.wikimedia.org/wikipedia/commons/thumb/7/78/Bora_Bora_(16542797633).jpg/3840px-Bora_Bora_(16542797633).jpg")!important;background-position:58%!important}.hero-photo-credit{right:12px;bottom:-12px}}@media(max-width:560px){.hero-mode-actions{display:grid;grid-template-columns:1fr;width:100%}.hero-mode-actions a{width:100%}.hero-photo-credit{display:none}}.offer-stream-rail-wrap.is-sparse{display:grid!important;grid-template-columns:max-content minmax(300px,1fr)!important;grid-gap:22px!important;gap:22px!important;align-items:stretch!important}.offer-stream-rail-wrap.is-sparse .offer-stream-rail{width:max-content!important;max-width:100%!important;overflow:visible!important;padding-bottom:0!important}.offer-stream-rail-wrap.is-sparse .offer-stream-item{flex:0 0 320px!important;width:320px!important;max-width:320px!important;min-width:320px!important}.offer-stream-sparse-helper{min-height:100%;border:1px dashed #e8d8cd;border-radius:20px;background:linear-gradient(135deg,#fff8f3,#fff 70%);padding:28px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px}.offer-stream-sparse-helper small{font-size:9px;font-weight:950;letter-spacing:.1em;color:#ef5b32}.offer-stream-sparse-helper strong{font-size:clamp(20px,2vw,28px);line-height:1.08;max-width:560px}.offer-stream-sparse-helper span{max-width:620px;color:#756a63;font-size:13px;line-height:1.6}.offer-stream-sparse-helper a{margin-top:6px;display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;background:#171717;color:#fff;text-decoration:none;font-size:12px;font-weight:900}.daily-live-empty{width:100%!important;min-height:160px!important;padding:28px!important;border:1px dashed #e8d8cd!important;border-radius:18px!important;background:#fffaf6!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:8px!important}.daily-live-empty strong{font-size:18px!important}.daily-live-empty span{color:#766b64!important;line-height:1.55!important}@media(max-width:900px){.offer-stream-rail-wrap.is-sparse{grid-template-columns:1fr!important}.offer-stream-rail-wrap.is-sparse .offer-stream-rail{width:100%!important;overflow-x:auto!important}.offer-stream-rail-wrap.is-sparse .offer-stream-item{flex-basis:min(82vw,320px)!important;width:min(82vw,320px)!important;min-width:min(82vw,320px)!important}.offer-stream-sparse-helper{padding:20px;min-height:180px}}@media (min-width:1051px){.menu-v5-primary{padding-top:8px!important;padding-bottom:7px!important;gap:8px!important}.menu-v5-card{min-height:52px!important;height:52px!important;padding:6px 9px!important;gap:8px!important;border-radius:15px!important}.menu-v5-icon{width:32px!important;height:32px!important;min-width:32px!important;border-radius:10px!important}.menu-v5-icon svg{width:18px!important;height:18px!important}.menu-v5-search{min-height:52px!important;height:52px!important;padding-top:0!important;padding-bottom:0!important;border-radius:16px!important}.menu-v5-brand img{width:72px!important;height:72px!important}.hero-mode-actions{margin-top:18px!important;gap:10px!important}.hero-mode-actions a{min-height:44px!important;height:44px!important;padding:0 16px!important;border-radius:12px!important}.compact-search-row{padding:10px 0!important;gap:9px!important}.compact-select,.compact-submit,.dropdown-trigger{height:54px!important;min-height:54px!important;border-radius:13px!important}.compact-select,.dropdown-trigger{padding:7px 10px!important}.compact-submit{padding-top:0!important;padding-bottom:0!important}.dropdown-menu{top:60px!important}}@media (min-width:1051px) and (max-width:1440px){.menu-v5-primary{gap:7px!important}.menu-v5-card{padding-left:8px!important;padding-right:8px!important}.compact-search-row{gap:8px!important}}.self-search-home-stage{position:relative;margin:34px 0 42px;padding:34px 0;overflow:hidden;background:radial-gradient(circle at 92% 12%,rgba(255,101,45,.12),transparent 25%),radial-gradient(circle at 8% 90%,rgba(255,191,145,.13),transparent 27%),linear-gradient(135deg,#171717 0 12px,#fff8f2 12px 100%);border-top:1px solid #f0ddd0;border-bottom:1px solid #f0ddd0}.self-search-home-stage:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#ff5a2b,#ff8a43 44%,rgba(255,138,67,0) 82%)}.self-search-home-shell{position:relative;z-index:1}.self-search-home-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:0 0 16px;padding:0 8px}.self-search-home-intro>div{display:flex;flex-direction:column;gap:7px}.self-search-home-badge{display:inline-flex;align-items:center;width:max-content;padding:7px 11px;border:1px solid #ffd7c5;border-radius:999px;background:#fff;color:#f04f22;font-size:11px;font-weight:900;letter-spacing:.08em}.self-search-home-intro strong{font-size:clamp(23px,2.4vw,34px);line-height:1.05;letter-spacing:-.035em}.self-search-home-intro p{max-width:510px;margin:0;color:#6c5c53;font-size:14px;line-height:1.55}.self-search-home-stage .legacy-self-search{margin-top:0!important;padding:26px!important;border:1px solid #ead7ca!important;border-radius:28px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 24px 60px rgba(54,30,16,.1),inset 0 2px 0 rgba(255,255,255,.9)!important}.self-search-home-stage .legacy-self-search-head{max-width:900px!important;margin-bottom:20px!important}.self-search-home-stage .legacy-self-search-head small{display:none!important}.self-search-home-stage .legacy-self-search-head h2{max-width:920px;font-size:clamp(29px,3vw,43px)!important;line-height:1.02!important;letter-spacing:-.045em}.self-search-home-stage .legacy-self-search-head p{max-width:820px;font-size:15px}.self-search-home-stage .legacy-search-card{border-color:#eadfd7!important;border-radius:22px!important;box-shadow:0 12px 32px rgba(44,27,17,.07)!important}.self-search-home-stage .legacy-search-tabs{padding:12px 14px!important;background:#fffdfa}.self-search-home-stage .legacy-search-tabs button{min-height:42px!important;padding:8px 15px!important}.self-search-home-stage .legacy-search-tabs button.active{box-shadow:0 7px 18px rgba(255,90,43,.18)}.self-search-home-stage .legacy-search-panel{padding:18px!important;background:linear-gradient(180deg,#fff,#fffdfa)}@media(max-width:760px){.self-search-home-stage{margin:22px 0 30px;padding:24px 0}.self-search-home-intro{align-items:flex-start;flex-direction:column;gap:10px;padding:0 2px}.self-search-home-intro p{max-width:none}.self-search-home-stage .legacy-self-search{padding:16px 12px!important;border-radius:22px!important}}@media (min-width:1051px){.menu-v5-primary{display:flex!important;grid-template-columns:none!important;align-items:stretch!important;gap:8px!important}.menu-v5-card{flex:1 1!important;width:0!important;min-width:0!important;height:52px!important;min-height:52px!important;max-height:52px!important;padding:5px 8px!important;gap:7px!important;border-radius:14px!important;align-items:center!important}.menu-v5-icon{width:32px!important;height:32px!important;min-width:32px!important;border-radius:10px!important}.menu-v5-copy{position:relative!important;flex:1 1 auto!important;min-width:0!important;gap:1px!important;justify-content:center!important}.menu-v5-copy strong{line-height:1.02!important}.menu-v5-badge,.menu-v5-copy small{line-height:1!important}.menu-v5-badge{position:static!important;display:block!important;width:max-content!important;margin:0 0 1px!important;padding:2px 5px!important;border-radius:999px!important;font-size:7px!important;box-shadow:none!important}.menu-v5-search{flex:0 0 126px!important;width:126px!important;height:52px!important;min-height:52px!important;max-height:52px!important;border-radius:14px!important}}@media (min-width:1051px) and (max-width:1440px){.menu-v5-primary{gap:7px!important}.menu-v5-card{padding-left:7px!important;padding-right:7px!important}.menu-v5-search{flex-basis:116px!important;width:116px!important}}@media (min-width:1051px){.menu-v5-card-tripownia{position:relative!important;overflow:visible!important}.menu-v5-card-tripownia .menu-v5-copy{display:grid!important;grid-template-rows:auto auto!important;align-content:center!important;grid-row-gap:1px!important;row-gap:1px!important;padding-top:7px!important}.menu-v5-card-tripownia .menu-v5-badge{position:absolute!important;top:3px!important;left:0!important;margin:0!important;padding:2px 5px!important;font-size:7px!important;line-height:1!important;border-radius:999px!important;z-index:2!important}.menu-v5-card-tripownia .menu-v5-copy small,.menu-v5-card-tripownia .menu-v5-copy strong{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}.search-hub{border:1px solid #eadfd7;border-radius:28px;background:radial-gradient(circle at 96% 0,rgba(255,111,50,.07),transparent 24%),linear-gradient(180deg,#fffdfa,#fff 42%);box-shadow:0 24px 70px rgba(62,36,20,.08)}.search-tabs{padding:8px;gap:5px;border-bottom:1px solid #eee5de;border-radius:24px 24px 0 0;background:#faf7f4}.search-tabs button{min-height:44px;padding:0 18px;border-radius:13px;font-weight:850}.search-tabs button.active{background:#fff0e7;color:#f15a24;box-shadow:0 4px 14px rgba(255,102,43,.1)}.search-text-row{padding:18px 20px 0}.search-text-field{height:58px;border:1px solid #e5ddd6;border-radius:16px;background:#fff;box-shadow:0 4px 18px rgba(50,35,25,.03)}.compact-search-row{padding:13px 20px 12px;gap:10px}.compact-select,.compact-submit,.dropdown-trigger{min-height:58px!important;height:58px!important;border-radius:15px!important}.compact-select,.dropdown-trigger{border:1px solid #e5ddd6!important;background:#fff!important;box-shadow:0 4px 14px rgba(55,37,25,.025)}.compact-submit{min-width:190px;padding:0 20px!important;border:0!important;background:linear-gradient(135deg,#ff6a2d,#ff892e)!important;color:#fff!important;font-size:15px!important;font-weight:900!important;box-shadow:0 12px 28px rgba(255,103,42,.22)!important}.compact-submit:hover{transform:translateY(-1px);box-shadow:0 15px 32px rgba(255,103,42,.28)!important}.search-smart-options{padding:0 20px 12px}.active-filter-bar{margin:0 20px 14px;min-height:58px;padding:10px 14px;border:1px solid #eee3dc;border-radius:16px;background:#fff}.quick-destination-wrap{margin:0 20px 18px;padding:17px 18px;border:1px solid #eee3dc;border-radius:17px;background:linear-gradient(180deg,#fffdfa,#fff)}.quick-destination-grid button{min-height:46px;border-radius:999px;background:#fff}.search-results-block{padding:4px 20px 24px}.premium-results-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:24px 0 14px}.premium-results-heading small{color:#f15a24;font-size:10px;font-weight:950;letter-spacing:.11em}.premium-results-heading h3{margin:4px 0 0;font-size:clamp(24px,2.4vw,36px);line-height:1.02;letter-spacing:-.035em}.premium-results-heading>span{max-width:560px;color:#776960;font-size:13px;line-height:1.45}.premium-results-summary{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 15px;padding:13px 15px;border:1px solid #f0dfd3;border-radius:15px;background:#fff8f3}.premium-results-summary>span{min-width:max-content;color:#9a5e43;font-size:12px;font-weight:850}.search-results-progressive-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px}.search-results-progressive-item{min-width:0}.search-results-progressive-item .offer-card{height:100%}.search-results-more-wrap{display:flex;justify-content:center;padding:22px 0 2px}.search-results-more{-webkit-appearance:none;-moz-appearance:none;appearance:none;justify-content:center;gap:12px;min-width:270px;min-height:50px;padding:0 18px;border:1px solid #ff7440;background:#fff;color:#e95420;font:inherit;font-size:13px;font-weight:900;cursor:pointer}.search-results-more,.search-results-more span{display:inline-flex;align-items:center;border-radius:999px}.search-results-more span{min-height:26px;padding:0 9px;background:#fff0e9;color:#a94a28;font-size:11px}.search-results-more:hover{background:#fff7f2;box-shadow:0 10px 24px rgba(255,101,43,.12)}@media(max-width:1280px){.search-results-progressive-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1000px){.search-results-progressive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.premium-results-heading{align-items:flex-start;flex-direction:column;gap:8px}}@media(max-width:700px){.compact-search-row,.search-results-block,.search-smart-options,.search-text-row{padding-left:12px;padding-right:12px}.active-filter-bar,.quick-destination-wrap{margin-left:12px;margin-right:12px}.search-results-progressive-grid{grid-template-columns:1fr}.premium-results-summary{align-items:flex-start;flex-direction:column;gap:7px}.search-results-more{width:100%}}.offer-card :is(.offer-date,.offer-dates,.offer-card-date,.offer-card-dates,.offer-meta-date,.offer-meta-dates),.search-results-progressive-item :is(.offer-date,.offer-dates,.offer-card-date,.offer-card-dates,.offer-meta-date,.offer-meta-dates){display:inline-flex!important;align-items:center!important;gap:4px!important;width:auto!important;max-width:100%!important;margin:0!important;padding:0!important;white-space:nowrap!important;flex-wrap:nowrap!important;font-size:11px!important;line-height:1.15!important;letter-spacing:-.01em!important}.offer-card :is(.offer-meta,.offer-card-meta,.offer-details,.offer-card-details),.search-results-progressive-item :is(.offer-meta,.offer-card-meta,.offer-details,.offer-card-details){column-gap:7px!important;row-gap:4px!important}@media(max-width:700px){.offer-card :is(.offer-date,.offer-dates,.offer-card-date,.offer-card-dates,.offer-meta-date,.offer-meta-dates),.search-results-progressive-item :is(.offer-date,.offer-dates,.offer-card-date,.offer-card-dates,.offer-meta-date,.offer-meta-dates){font-size:10px!important}}#vercel-toolbar,[data-testid=vercel-toolbar],[data-vercel-toolbar],vercel-live-feedback,vercel-toolbar{display:none!important;visibility:hidden!important;pointer-events:none!important}.self-search-home-stage{position:relative!important;margin:26px 0 34px!important;padding:40px 0 46px!important;overflow:visible!important;background:radial-gradient(circle at 12% 10%,rgba(255,118,55,.075),transparent 27%),radial-gradient(circle at 88% 82%,rgba(255,184,133,.1),transparent 30%),linear-gradient(180deg,rgba(255,250,246,.32),#fff8f3 48%,rgba(255,250,246,.24))!important}.self-search-home-stage:after,.self-search-home-stage:before{content:none!important}.self-search-home-intro{align-items:center!important;gap:40px!important;margin:0 auto 18px!important;padding:0 12px!important}.self-search-home-intro>div{gap:8px!important}.self-search-home-badge{min-height:28px!important;padding:0 10px!important;border:1px solid #ffd8c6!important;border-radius:999px!important;background:rgba(255,255,255,.9)!important;box-shadow:0 5px 16px rgba(102,60,34,.05)!important;font-size:10px!important}.self-search-home-intro strong{font-size:clamp(24px,2.2vw,32px)!important;line-height:1.04!important;letter-spacing:-.035em!important}.self-search-home-intro p{max-width:470px!important;color:#75665d!important;font-size:13px!important;line-height:1.55!important}.self-search-home-stage .legacy-self-search.self-search-premium{position:relative!important;margin:0!important;padding:16px!important;border:1px solid rgba(224,207,196,.82)!important;border-radius:28px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 28px 70px rgba(75,46,28,.09),inset 0 1px 0 rgba(255,255,255,.95)!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.self-search-home-stage .legacy-search-card.self-search-card-premium{overflow:visible!important;border:0!important;border-radius:20px!important;background:transparent!important;box-shadow:none!important}.self-search-home-stage .legacy-search-tabs{display:flex!important;align-items:center!important;gap:7px!important;margin:0 0 12px!important;border:1px solid #eee4dc!important;border-radius:17px!important;background:#faf7f4!important;overflow-x:auto!important;scrollbar-width:none!important}.self-search-home-stage .legacy-search-tabs::-webkit-scrollbar{display:none}.self-search-home-stage .legacy-search-tabs button{display:inline-flex!important;gap:7px!important;flex:0 0 auto!important;min-height:43px!important;padding:0 16px!important;color:#51463f!important}.self-search-home-stage .legacy-search-tabs button:hover{color:#221d1a!important}.self-search-home-stage .legacy-search-tabs button.active{border-color:#ffcfba!important;background:linear-gradient(135deg,#fff3eb,#ffeade)!important;color:#ec5722!important;box-shadow:0 7px 18px rgba(255,100,43,.11)!important}.self-search-home-stage .legacy-search-panel.self-search-panel-premium{padding:18px!important;border:1px solid #eee4dd!important;border-radius:18px!important;background:linear-gradient(180deg,#fff,#fffdfa)!important}.self-search-home-stage .legacy-search-panel-copy{margin:0 0 12px!important}.self-search-home-stage .legacy-search-panel-copy strong{color:#201c19!important}.self-search-home-stage .legacy-widget-box{position:relative!important;min-height:150px!important;border:1px solid #e9dfd8!important;border-radius:16px!important;box-shadow:0 8px 24px rgba(53,34,23,.045)!important}.self-search-home-stage .legacy-widget-box .city-esky-widget{width:100%!important;min-height:140px!important;overflow:hidden!important;border-radius:12px!important}.self-search-home-stage .legacy-search-open.premium-search-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:46px!important;margin:12px 0 0!important;padding:0 18px!important;border:0!important;border-radius:13px!important;background:linear-gradient(135deg,#ff672c,#ff842e)!important;color:#fff!important;font-size:12px!important;font-weight:900!important;box-shadow:0 10px 24px rgba(255,101,43,.19)!important;transition:.18s ease!important}.self-search-home-stage .legacy-search-open.premium-search-cta:hover{transform:translateY(-1px)!important;box-shadow:0 14px 28px rgba(255,101,43,.24)!important}.self-search-home-stage .search-departure-block,.self-search-home-stage .search-destination-row{margin-bottom:14px!important}.self-search-home-stage .search-airport-chips{gap:7px!important}.self-search-home-stage .search-airport-chips button{min-height:48px!important;border-radius:12px!important}.self-search-home-stage .search-filter-grid{margin-bottom:14px!important;padding:12px!important;border-radius:14px!important}.self-search-home-stage .legacy-cta-box,.self-search-home-stage .organized-search-intro{min-height:76px!important;padding:14px 16px!important;border:1px solid #ebe1da!important;border-radius:15px!important;background:#fff!important;box-shadow:0 6px 18px rgba(54,35,24,.035)!important}.self-search-home-stage .legacy-cta-box a,.self-search-home-stage .organized-search-intro button{min-height:44px!important;padding:0 17px!important;border-radius:12px!important;background:linear-gradient(135deg,#ff672c,#ff842e)!important;box-shadow:0 8px 20px rgba(255,101,43,.16)!important}.self-search-home-stage+.section,.self-search-home-stage+section{border-top:0!important}@media(min-width:1051px){.self-search-home-stage{padding-top:32px!important;padding-bottom:36px!important}.self-search-home-stage .legacy-self-search.self-search-premium{padding:14px!important}.self-search-home-stage .legacy-search-panel.self-search-panel-premium{padding:15px!important}}@media(max-width:760px){.self-search-home-stage{margin:18px 0 26px!important;padding:24px 0 28px!important}.self-search-home-intro{align-items:flex-start!important;flex-direction:column!important;gap:9px!important;margin-bottom:13px!important;padding:0 3px!important}.self-search-home-intro p{max-width:none!important}.self-search-home-stage .legacy-self-search.self-search-premium{padding:9px!important;border-radius:21px!important}.self-search-home-stage .legacy-search-panel.self-search-panel-premium{padding:12px!important;border-radius:15px!important}.self-search-home-stage .legacy-search-panel-copy{grid-template-columns:1fr!important;gap:3px!important}.self-search-home-stage .legacy-search-open.premium-search-cta{width:100%!important}}.search-results-progressive-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}.search-results-progressive-item{min-width:0!important;display:flex!important}.search-results-progressive-item .offer-card{width:100%!important;height:100%!important;border:1px solid #eadfd7!important;border-radius:20px!important;background:#fff!important;box-shadow:0 12px 34px rgba(54,34,22,.055)!important;overflow:hidden!important;transform:none!important}.search-results-progressive-item .offer-card:hover{transform:translateY(-3px)!important;border-color:#e7cdbf!important;box-shadow:0 20px 46px rgba(54,34,22,.095)!important}.search-results-progressive-item .offer-image{aspect-ratio:16/10!important;min-height:0!important;height:auto!important;background-position:50%!important}.search-results-progressive-item .heart{width:40px!important;height:40px!important;top:13px!important;right:13px!important;border:1px solid rgba(224,214,207,.9)!important;box-shadow:0 7px 18px rgba(30,20,14,.1)!important}.search-results-progressive-item .offer-body{flex:1 1!important;min-height:0!important;padding:17px 18px 18px!important;display:flex!important;flex-direction:column!important;gap:0!important}.search-results-progressive-item .offer-topline{min-height:33px!important;align-items:center!important;margin-bottom:2px!important}.search-results-progressive-item .eyebrow{font-size:11px!important;line-height:1.2!important}.search-results-progressive-item .score{flex:none!important;padding:7px 9px!important;border-radius:11px!important;background:#f3f0eb!important}.search-results-progressive-item .score strong{font-size:17px!important}.search-results-progressive-item .offer-body h3{min-height:48px!important;margin:4px 0 10px!important;font-size:22px!important;line-height:1.08!important;letter-spacing:-.025em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.search-results-progressive-item .price{min-height:auto!important;margin:0 0 9px!important}.search-results-progressive-item .price small{margin-bottom:2px!important;font-size:9px!important;letter-spacing:.07em!important}.search-results-progressive-item .price strong{font-size:23px!important;line-height:1!important}.search-results-progressive-item .price-status{margin:0 0 8px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#806e63!important;font-size:10.5px!important;line-height:1.35!important}.search-results-progressive-item .price-status:before{content:"●"!important;margin-right:6px!important;color:#ff7a43!important;font-size:7px!important;vertical-align:1px!important}.search-results-progressive-item .partner-chip{align-self:flex-start!important;width:auto!important;max-width:100%!important;margin:0 0 10px!important;padding:6px 9px!important;border:1px solid #f0ddd1!important;border-radius:999px!important;background:#fff8f3!important;color:#6a5041!important;font-size:9.5px!important;line-height:1.25!important;font-weight:800!important}.search-results-progressive-item .meta{display:flex!important;flex-wrap:wrap!important;gap:6px 10px!important;margin:0 0 11px!important;padding:0!important;color:#6f665f!important;font-size:10.5px!important;line-height:1.25!important}.search-results-progressive-item .meta span{gap:4px!important}.search-results-progressive-item .meta span:first-child{flex-basis:100%!important;white-space:nowrap!important;color:#27211e!important;font-size:11px!important;font-weight:850!important}.search-results-progressive-item .why-now{margin:0 0 13px!important;padding:10px 11px!important;border:1px solid #f0e3da!important;border-radius:12px!important;background:#fffaf6!important}.search-results-progressive-item .why-now span{margin:0 0 4px!important;font-size:8px!important;letter-spacing:.08em!important}.search-results-progressive-item .why-now strong{font-size:10.5px!important;line-height:1.4!important;font-weight:750!important}.search-results-progressive-item .card-cta{margin-top:auto!important;min-height:48px!important;padding:0 14px!important;border-radius:13px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;font-size:13px!important;line-height:1.1!important}.search-results-progressive-item .admin-preview-link{min-height:22px!important;margin:6px 0 0!important;font-size:9px!important;line-height:1.2!important;color:#8b7d74!important}.premium-results-summary{padding:12px 16px!important;border-radius:14px!important;background:linear-gradient(180deg,#fff9f5,#fff6ef)!important}.premium-results-summary strong{display:block!important;margin-top:2px!important;font-size:12px!important}.premium-results-summary>span{font-size:11px!important}@media(max-width:1180px){.search-results-progressive-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:900px){.search-results-progressive-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:620px){.search-results-progressive-grid{grid-template-columns:1fr!important;gap:14px!important}.search-results-progressive-item .offer-body h3{min-height:0!important}}.search-hub{border:1px solid rgba(220,204,193,.95)!important;background:radial-gradient(circle at 16% 0,rgba(255,255,255,.98),transparent 24%),linear-gradient(180deg,#fffdfb,#fbf6f1)!important;box-shadow:0 28px 70px rgba(73,45,27,.1),inset 0 2px 0 rgba(255,255,255,.98),inset 0 -1px 0 rgba(210,190,177,.35)!important}.search-tabs{border:1px solid rgba(232,221,213,.9)!important;background:linear-gradient(180deg,#fbf8f5,#f3eee9)!important;box-shadow:0 7px 18px rgba(60,39,26,.06),inset 0 1px 0 rgba(255,255,255,.95)!important}.search-tabs button{border:1px solid transparent!important;text-shadow:0 1px 0 rgba(255,255,255,.85)}.search-tabs button.active{border-color:#ffd0ba!important;background:linear-gradient(180deg,#fff7f2,#ffe9dc)!important;box-shadow:0 8px 18px rgba(231,101,47,.14),inset 0 1px 0 rgba(255,255,255,.96),inset 0 -1px 0 rgba(241,153,112,.2)!important}.search-text-field{border:1px solid #dfd3cb!important;background:linear-gradient(180deg,#ffffff,#fdfaf8)!important;box-shadow:0 10px 22px rgba(63,41,27,.07),inset 0 1px 0 rgba(255,255,255,.98),inset 0 -2px 5px rgba(181,155,139,.07)!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important}.search-text-field:focus-within{border-color:#ff9b73!important;box-shadow:0 12px 28px rgba(255,109,50,.11),0 0 0 3px rgba(255,109,50,.07),inset 0 1px 0 rgba(255,255,255,.98)!important;transform:translateY(-1px)}.compact-select,.dropdown-trigger{border:1px solid #ded1c8!important;background:linear-gradient(180deg,#ffffff,#f9f5f1)!important;box-shadow:0 9px 20px rgba(63,41,27,.075),inset 0 1px 0 rgba(255,255,255,.98),inset 0 -2px 4px rgba(166,141,126,.08)!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}.compact-select:hover,.dropdown-trigger:hover{transform:translateY(-1px)!important;border-color:#f3aa88!important;box-shadow:0 12px 25px rgba(71,43,26,.09),inset 0 1px 0 rgba(255,255,255,.98)!important}.dropdown-trigger.open{border-color:#ff8d60!important;background:linear-gradient(180deg,#fff,#fff6f0)!important;box-shadow:0 13px 28px rgba(255,107,45,.12),0 0 0 3px rgba(255,107,45,.07),inset 0 1px 0 rgba(255,255,255,.98)!important}.compact-submit{border:1px solid rgba(237,92,32,.9)!important;background:linear-gradient(180deg,#ff823f,#ff642b)!important;box-shadow:0 14px 28px rgba(255,94,35,.26),inset 0 2px 0 rgba(255,255,255,.26),inset 0 -2px 0 rgba(195,66,18,.18)!important;text-shadow:0 1px 0 rgba(157,52,13,.22)}.compact-submit:hover{transform:translateY(-2px)!important;box-shadow:0 18px 34px rgba(255,94,35,.3),inset 0 2px 0 rgba(255,255,255,.28),inset 0 -2px 0 rgba(195,66,18,.18)!important}.weekend-required{border:1px solid #dfd1c8!important;background:linear-gradient(180deg,#fffdfb,#f7f0eb)!important;box-shadow:0 8px 18px rgba(65,42,27,.06),inset 0 1px 0 rgba(255,255,255,.95)!important}.weekend-required input[type=checkbox]{box-shadow:inset 0 2px 5px rgba(61,40,27,.1),0 1px 0 rgba(255,255,255,.9)!important}.active-filter-bar{border:1px solid #e2d6ce!important;background:linear-gradient(180deg,#fff,#faf6f3)!important;box-shadow:0 9px 20px rgba(58,38,25,.055),inset 0 1px 0 rgba(255,255,255,.96)!important}.active-filter-bar>:first-child{box-shadow:0 4px 10px rgba(61,41,28,.06),inset 0 1px 0 rgba(255,255,255,.95)!important}.quick-destination-wrap{border:1px solid #e1d5cd!important;background:linear-gradient(180deg,#fffdfb,#f9f4ef)!important;box-shadow:0 10px 24px rgba(61,39,25,.055),inset 0 1px 0 rgba(255,255,255,.96)!important}.quick-destination-grid button{border:1px solid #ded2c9!important;background:linear-gradient(180deg,#fff,#f8f3ef)!important;box-shadow:0 6px 14px rgba(60,39,25,.06),inset 0 1px 0 rgba(255,255,255,.96),inset 0 -1px 0 rgba(187,160,144,.08)!important}.quick-destination-grid button:hover{transform:translateY(-2px)!important;border-color:#f2aa89!important;box-shadow:0 10px 20px rgba(70,42,25,.08),inset 0 1px 0 rgba(255,255,255,.98)!important}.dropdown-menu{border:1px solid #dfd2ca!important;border-radius:18px!important;background:rgba(255,253,251,.985)!important;box-shadow:0 26px 54px rgba(54,34,22,.17),inset 0 2px 0 rgba(255,255,255,.98)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.dropdown-search{border:1px solid #e0d4cc!important;background:linear-gradient(180deg,#fff,#faf6f2)!important;box-shadow:0 5px 12px rgba(63,41,27,.045),inset 0 1px 0 rgba(255,255,255,.96)!important}.dropdown-option{border-radius:11px!important;transition:background .15s ease,transform .15s ease,box-shadow .15s ease!important}.dropdown-option:hover{transform:translateX(2px);background:linear-gradient(180deg,#fff7f2,#ffefe5)!important;box-shadow:0 5px 12px rgba(255,104,45,.07)!important}.dropdown-option.active{background:linear-gradient(180deg,#fff2e9,#ffe7d8)!important;box-shadow:0 7px 14px rgba(255,105,45,.08),inset 0 1px 0 rgba(255,255,255,.96)!important}.premium-results-summary{border:1px solid #ead9cf!important;background:linear-gradient(180deg,#fffaf6,#fff3eb)!important;box-shadow:0 8px 20px rgba(63,39,24,.055),inset 0 1px 0 rgba(255,255,255,.95)!important}@media(max-width:700px){.search-hub{box-shadow:0 16px 36px rgba(73,45,27,.08),inset 0 1px 0 rgba(255,255,255,.98)!important}.compact-select,.dropdown-trigger,.quick-destination-grid button,.search-text-field{box-shadow:0 6px 14px rgba(63,41,27,.055),inset 0 1px 0 rgba(255,255,255,.96)!important}}.self-search-home-stage .legacy-self-search{width:100%!important;max-width:none!important}.self-search-home-stage .legacy-search-card{width:100%!important;overflow:visible!important;border:1px solid #e5d8cf!important;border-radius:24px!important;background:linear-gradient(180deg,#fffefd,#fbf6f1)!important;box-shadow:0 24px 56px rgba(64,41,26,.08),inset 0 2px 0 rgba(255,255,255,.98),inset 0 -1px 0 rgba(190,164,147,.14)!important}.self-search-home-stage .legacy-search-tabs{grid-gap:8px!important;gap:8px!important;width:100%!important;margin:0!important;padding:10px!important;border:0!important;border-bottom:1px solid #eadfd7!important;border-radius:22px 22px 0 0!important;background:linear-gradient(180deg,#faf7f4,#f4eee9)!important}.self-search-home-stage .legacy-search-tabs button{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;min-height:52px!important;padding:0 12px!important;border-radius:14px!important;color:#544940!important;font:inherit!important;font-size:14px!important;line-height:1!important;cursor:pointer!important;transition:.18s ease!important}.self-search-home-stage .legacy-search-tabs button:hover{transform:translateY(-1px)!important;box-shadow:0 8px 20px rgba(59,39,26,.07),inset 0 1px 0 rgba(255,255,255,.96)!important}.self-search-home-stage .legacy-search-tabs button.active{border-color:#ffc8ae!important;background:linear-gradient(180deg,#fff7f2,#ffe9dd)!important;color:#f15b24!important;box-shadow:0 10px 22px rgba(255,104,43,.13),inset 0 1px 0 rgba(255,255,255,.98),inset 0 -1px 0 rgba(240,147,104,.16)!important}.self-search-home-stage .legacy-search-panel{width:100%!important;min-height:0!important;padding:22px!important;border:0!important;background:transparent!important}.self-search-home-stage .legacy-cta-box,.self-search-home-stage .legacy-widget-box,.self-search-home-stage .organized-search-intro,.self-search-home-stage .search-departure-block,.self-search-home-stage .search-destination-row,.self-search-home-stage .search-filter-grid{width:100%!important;box-sizing:border-box!important}.self-search-home-stage .search-departure-block{margin:0 0 18px!important}.self-search-home-stage .search-mini-label{display:flex!important;align-items:center!important;gap:7px!important;margin:0 0 9px!important;color:#443a34!important;font-size:12px!important;font-weight:850!important}.self-search-home-stage .search-airport-chips{grid-gap:9px!important;gap:9px!important;width:100%!important}.self-search-home-stage .search-airport-chips button{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:2px!important;width:100%!important;min-width:0!important;height:58px!important;border:1px solid #ded1c8!important;border-radius:14px!important;background:linear-gradient(180deg,#fff,#f8f3ef)!important;color:#241f1c!important;font:inherit!important;text-align:left!important;box-shadow:0 8px 18px rgba(61,40,27,.065),inset 0 1px 0 rgba(255,255,255,.98),inset 0 -2px 4px rgba(166,141,126,.07)!important;cursor:pointer!important;transition:.18s ease!important}.self-search-home-stage .search-airport-chips button:hover{transform:translateY(-1px)!important;border-color:#f3aa88!important}.self-search-home-stage .search-airport-chips button.active{border-color:#ff9369!important;color:#e9531e!important;box-shadow:0 11px 24px rgba(255,102,43,.11),inset 0 1px 0 rgba(255,255,255,.98)!important}.self-search-home-stage .search-airport-chips button strong{font-size:13px!important;line-height:1.05!important}.self-search-home-stage .search-airport-chips button span{color:#81736a!important;font-size:10px!important;line-height:1!important}.self-search-home-stage .search-destination-row{margin:0 0 18px!important}.self-search-home-stage .search-destination-row label{display:block!important;width:100%!important}.self-search-home-stage .search-destination-row label>span{display:block!important;margin:0 0 7px!important;color:#4b4039!important;font-size:12px!important;font-weight:850!important}.self-search-home-stage .search-destination-row label>div{display:flex!important;align-items:center!important;gap:9px!important;width:100%!important;padding:0 14px!important;border:1px solid #ded1c8!important;border-radius:14px!important;box-shadow:0 8px 18px rgba(61,40,27,.06),inset 0 1px 0 rgba(255,255,255,.98)!important}.self-search-home-stage .search-destination-row label>div:focus-within{border-color:#ff9369!important;box-shadow:0 10px 24px rgba(255,102,43,.1),0 0 0 3px rgba(255,102,43,.06)!important}.self-search-home-stage .search-destination-row input{width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;color:#211c19!important;font:inherit!important;font-size:14px!important}.self-search-home-stage .search-filter-grid{display:grid!important;grid-template-columns:170px repeat(3,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important;align-items:end!important;margin:0 0 18px!important;padding:14px!important;border:1px solid #e4d8d0!important;border-radius:16px!important;background:linear-gradient(180deg,#fffdfa,#f8f3ef)!important;box-shadow:0 10px 24px rgba(58,38,25,.055),inset 0 1px 0 rgba(255,255,255,.96)!important}.self-search-home-stage .search-filter-title{display:flex!important;align-items:center!important;gap:7px!important;min-height:46px!important;color:#463b35!important;font-size:12px!important;font-weight:900!important}.self-search-home-stage .search-filter-grid label{display:block!important;width:100%!important}.self-search-home-stage .search-filter-grid label>span{display:block!important;margin:0 0 6px!important;color:#796b62!important;font-size:10px!important;font-weight:800!important}.self-search-home-stage .search-filter-grid select{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;width:100%!important;height:46px!important;min-height:46px!important;margin:0!important;padding:0 34px 0 12px!important;border:1px solid #ddd0c7!important;border-radius:12px!important;outline:0!important;background:linear-gradient(45deg,transparent 50%,#6d5f57 0) calc(100% - 16px) 20px/5px 5px no-repeat,linear-gradient(135deg,#6d5f57 50%,transparent 0) calc(100% - 11px) 20px/5px 5px no-repeat,linear-gradient(180deg,#fff,#f8f4f0)!important;color:#2a2420!important;font:inherit!important;font-size:12px!important;box-shadow:0 6px 14px rgba(59,39,26,.055),inset 0 1px 0 rgba(255,255,255,.96)!important}.self-search-home-stage .search-filter-grid select:focus{border-color:#ff9369!important;box-shadow:0 7px 18px rgba(255,102,43,.08),0 0 0 3px rgba(255,102,43,.05)!important}.self-search-home-stage .legacy-search-panel-copy{display:grid!important;grid-template-columns:max-content minmax(0,1fr)!important;align-items:center!important;grid-gap:4px 14px!important;gap:4px 14px!important;margin:0 0 13px!important;padding:0 2px!important}.self-search-home-stage .legacy-search-panel-copy strong{font-size:13px!important;color:#2a2420!important}.self-search-home-stage .legacy-search-panel-copy span{color:#807168!important;font-size:11px!important}.self-search-home-stage .legacy-widget-box{padding:10px!important;overflow:hidden!important;border:1px solid #ded1c8!important;border-radius:17px!important;background:linear-gradient(180deg,#fff,#faf6f2)!important;box-shadow:0 13px 28px rgba(61,40,27,.07),inset 0 1px 0 rgba(255,255,255,.98)!important}.self-search-home-stage .legacy-cta-box,.self-search-home-stage .organized-search-intro{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;min-height:82px!important;padding:16px 18px!important;border:1px solid #ded1c8!important;border-radius:16px!important;box-shadow:0 10px 24px rgba(61,40,27,.06),inset 0 1px 0 rgba(255,255,255,.98)!important}.self-search-home-stage .legacy-cta-box>div,.self-search-home-stage .organized-search-intro>div{display:flex!important;flex-direction:column!important;gap:4px!important;min-width:0!important}.self-search-home-stage .legacy-cta-box strong,.self-search-home-stage .organized-search-intro strong{color:#241f1c!important;font-size:13px!important;line-height:1.2!important}.self-search-home-stage .legacy-cta-box span,.self-search-home-stage .organized-search-intro span{color:#7b6d64!important;font-size:11px!important;line-height:1.35!important}.self-search-home-stage .legacy-cta-box a,.self-search-home-stage .legacy-search-open,.self-search-home-stage .organized-search-intro button{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex:0 0 auto!important;min-height:48px!important;padding:0 18px!important;border:1px solid #ed5d24!important;border-radius:13px!important;background:linear-gradient(180deg,#ff8040,#ff642b)!important;color:#fff!important;font:inherit!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 12px 24px rgba(255,94,35,.22),inset 0 2px 0 rgba(255,255,255,.24),inset 0 -2px 0 rgba(195,66,18,.16)!important;cursor:pointer!important;transition:.18s ease!important}.self-search-home-stage .legacy-cta-box a:hover,.self-search-home-stage .legacy-search-open:hover,.self-search-home-stage .organized-search-intro button:hover{transform:translateY(-2px)!important;box-shadow:0 16px 30px rgba(255,94,35,.27),inset 0 2px 0 rgba(255,255,255,.24)!important}.self-search-home-stage .self-search-results{display:grid!important;grid-gap:14px!important;gap:14px!important;margin-top:16px!important}.self-search-home-stage .self-search-result-card{overflow:hidden!important;border:1px solid #e1d5cd!important;border-radius:17px!important;background:#fff!important;box-shadow:0 10px 24px rgba(58,38,25,.055)!important}.self-search-home-stage .self-search-result-image{height:140px!important;background-size:cover!important;background-position:50%!important}.self-search-home-stage .self-search-result-body{padding:13px!important}@media(max-width:1100px){.self-search-home-stage .legacy-search-tabs{grid-template-columns:repeat(5,minmax(120px,1fr))!important;overflow-x:auto!important}.self-search-home-stage .search-airport-chips{grid-template-columns:repeat(3,minmax(0,1fr))!important}.self-search-home-stage .search-filter-grid{grid-template-columns:1fr 1fr 1fr!important}.self-search-home-stage .search-filter-title{grid-column:1/-1!important;min-height:auto!important}.self-search-home-stage .self-search-results{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:700px){.self-search-home-stage .legacy-search-panel{padding:14px!important}.self-search-home-stage .legacy-search-tabs{display:flex!important;padding:8px!important}.self-search-home-stage .legacy-search-tabs button{min-width:140px!important;min-height:46px!important}.self-search-home-stage .search-airport-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important}.self-search-home-stage .search-filter-grid{grid-template-columns:1fr!important;padding:12px!important}.self-search-home-stage .legacy-cta-box,.self-search-home-stage .organized-search-intro{align-items:stretch!important;flex-direction:column!important}.self-search-home-stage .legacy-cta-box a,.self-search-home-stage .legacy-search-open,.self-search-home-stage .organized-search-intro button{width:100%!important}.self-search-home-stage .self-search-results{grid-template-columns:1fr!important}}.self-search-home-stage .compact-search-row,.self-search-home-stage .legacy-search-tabs,.self-search-home-stage .quick-destination-wrap,.self-search-home-stage .search-results-block,.self-search-home-stage .search-text-row{width:calc(100% - 40px)!important;max-width:calc(100% - 40px)!important;margin-left:20px!important;margin-right:20px!important;box-sizing:border-box!important}.self-search-home-stage .legacy-search-tabs{margin-top:10px!important}.self-search-home-stage .search-text-row.search-text-row-with-weekend{display:grid!important;grid-template-columns:minmax(0,1fr) 330px!important;grid-gap:12px!important;gap:12px!important;align-items:stretch!important;padding:0!important;margin-top:14px!important;margin-bottom:12px!important}.self-search-home-stage .search-text-row-with-weekend .search-text-field,.self-search-home-stage .weekend-required.weekend-required-inline{width:100%!important;min-width:0!important;height:58px!important;min-height:58px!important;max-height:58px!important;margin:0!important;box-sizing:border-box!important;border-radius:15px!important}.self-search-home-stage .search-text-row-with-weekend .search-text-field{display:flex!important;align-items:center!important;padding:0 16px!important}.self-search-home-stage .weekend-required.weekend-required-inline{display:flex!important;align-items:center!important;gap:10px!important;padding:0 15px!important;border:1px solid #ded1c8!important;background:linear-gradient(180deg,#fff,#f8f3ef)!important;box-shadow:0 8px 18px rgba(61,40,27,.065),inset 0 1px 0 rgba(255,255,255,.98),inset 0 -2px 4px rgba(166,141,126,.07)!important}.self-search-home-stage .weekend-required-inline>div{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.self-search-home-stage .weekend-required-inline strong{display:block!important;margin:0!important;font-size:11px!important;line-height:1.15!important;white-space:nowrap!important}.self-search-home-stage .weekend-required-inline small{display:block!important;margin-top:2px!important;color:#8a7c73!important;font-size:9px!important;line-height:1.1!important;white-space:nowrap!important}.self-search-home-stage .compact-search-row{display:grid!important;grid-template-columns:1.28fr 1.28fr .86fr .94fr .96fr 1.08fr!important;grid-gap:10px!important;gap:10px!important;align-items:stretch!important;padding:0!important;margin-top:0!important;margin-bottom:12px!important}.self-search-home-stage .compact-search-row>*{min-width:0!important;margin:0!important;box-sizing:border-box!important}.self-search-home-stage .compact-search-row .compact-select,.self-search-home-stage .compact-search-row .compact-submit,.self-search-home-stage .compact-search-row .dropdown-trigger,.self-search-home-stage .compact-search-row>*{width:100%!important;height:58px!important;min-height:58px!important;max-height:58px!important}.self-search-home-stage .quick-destination-wrap{margin-top:0!important;margin-bottom:18px!important;padding:15px 16px 16px!important}.self-search-home-stage .active-filter-bar,.self-search-home-stage .search-smart-options{display:none!important}@media(max-width:1250px){.self-search-home-stage .search-text-row.search-text-row-with-weekend{grid-template-columns:minmax(0,1fr) 290px!important}.self-search-home-stage .compact-search-row{grid-template-columns:1.2fr 1.2fr .84fr .92fr .94fr 1.04fr!important}}@media(max-width:950px){.self-search-home-stage .search-text-row.search-text-row-with-weekend{grid-template-columns:1fr!important}.self-search-home-stage .compact-search-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.self-search-home-stage .compact-search-row .compact-submit{grid-column:1/-1!important}}@media(max-width:620px){.self-search-home-stage .compact-search-row,.self-search-home-stage .legacy-search-tabs,.self-search-home-stage .quick-destination-wrap,.self-search-home-stage .search-results-block,.self-search-home-stage .search-text-row{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin-left:12px!important;margin-right:12px!important}.self-search-home-stage .compact-search-row{grid-template-columns:1fr!important}.self-search-home-stage .compact-search-row .compact-submit{grid-column:auto!important}.self-search-home-stage .weekend-required-inline small,.self-search-home-stage .weekend-required-inline strong{white-space:normal!important}}.long-haul-card{position:relative!important;isolation:isolate!important}.long-haul-card:before{content:""!important;inset:auto 0 0 0!important;z-index:4!important;height:46%!important;background:linear-gradient(180deg,rgba(8,8,8,0),rgba(8,8,8,.18) 24%,rgba(8,8,8,.78))!important}.long-haul-card:after,.long-haul-card:before{position:absolute!important;pointer-events:none!important}.long-haul-card:after{left:18px!important;right:18px!important;bottom:18px!important;z-index:6!important;display:block!important;color:#fff!important;font-size:25px!important;font-weight:950!important;line-height:1.02!important;letter-spacing:-.035em!important;white-space:pre-line!important;text-shadow:0 2px 10px rgba(0,0,0,.45)!important}.long-haul-card[href*="#wietnam"]:after{content:"Wietnam\A Hanoi · Ha Long · Hoi An"!important}.long-haul-card[href*="#pekin"]:after{content:"Pekin\A Wielki Mur · Zakazane Miasto"!important}.long-haul-card[href*="#nowy-jork"]:after{content:"Nowy Jork\A Manhattan · Brooklyn"!important}.long-haul-card[href*="#japonia"]:after{content:"Tokio + Kioto\A Japonia · tradycja i nowoczesność"!important}.long-haul-card[href*="#tajlandia"]:after{content:"Bangkok + wyspy\A Tajlandia · miasto i plaże"!important}.long-haul-card[href*="#bali"]:after{content:"Bali\A Indonezja · natura i ocean"!important}.long-haul-card[href*="#singapur"]:after{content:"Singapur\A Miasto · food · architektura"!important}.long-haul-card[href*="#kapsztad"]:after{content:"Kapsztad\A RPA · ocean · góry · winnice"!important}.long-haul-card .long-haul-card-copy{display:none!important}.long-haul-card .long-haul-card-label{display:inline-flex!important;position:relative!important;z-index:7!important}.long-haul-card .long-haul-heart{z-index:7!important}.long-haul-card-photo-only .long-haul-photo-caption{display:none!important}.long-haul-card .long-haul-card-shade{background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.05) 58%,rgba(0,0,0,.18))!important}@media(min-width:1001px){.long-haul-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:16px!important;gap:16px!important;overflow:hidden!important;padding:2px 0 6px!important}.long-haul-card{width:100%!important;min-width:0!important;min-height:430px!important;height:430px!important;flex:none!important;border-radius:22px!important}.long-haul-card-content{min-height:430px!important;padding:18px!important}}@media(max-width:1000px) and (min-width:621px){.long-haul-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:14px!important;gap:14px!important;overflow:hidden!important}.long-haul-card{width:100%!important;min-width:0!important;min-height:410px!important;height:410px!important;flex:none!important}.long-haul-card:after{font-size:23px!important}}@media(max-width:620px){.long-haul-grid{display:flex!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}.long-haul-card{flex:0 0 82vw!important;min-height:420px!important;height:420px!important}.long-haul-card:after{left:16px!important;right:16px!important;bottom:16px!important;font-size:24px!important}}.long-haul-card:after{content:none!important;display:none!important}.long-haul-card:before{height:52%!important;z-index:2!important;background:linear-gradient(180deg,rgba(8,8,8,0),rgba(8,8,8,.05) 22%,rgba(8,8,8,.72))!important}.long-haul-card-photo-only .long-haul-photo-caption{position:absolute!important;left:0!important;right:0!important;bottom:0!important;z-index:6!important;display:flex!important;flex-direction:column!important;gap:4px!important;padding:70px 18px 18px!important;color:#fff!important;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.08) 20%,rgba(0,0,0,.76))!important;pointer-events:none!important}.long-haul-card-photo-only .long-haul-photo-caption strong{display:block!important;margin:0!important;color:#fff!important;font-size:clamp(22px,1.8vw,30px)!important;font-weight:950!important;line-height:1!important;letter-spacing:-.035em!important;text-shadow:0 2px 10px rgba(0,0,0,.42)!important}.long-haul-card-photo-only .long-haul-photo-caption span{display:block!important;color:rgba(255,255,255,.94)!important;font-size:11px!important;font-weight:750!important;line-height:1.25!important;text-shadow:0 1px 6px rgba(0,0,0,.35)!important}.long-haul-card-photo-only .long-haul-card-media{background:linear-gradient(145deg,#eae2dc,#d9cec6)!important}.long-haul-card-photo-only .long-haul-card-media img{min-width:100%!important;min-height:100%!important;image-rendering:auto!important;filter:saturate(1.08) contrast(1.035) brightness(1.02)!important;transform:scale(1.001)!important;transition:transform .35s ease,filter .25s ease,opacity .2s ease!important}.long-haul-card-photo-only:hover .long-haul-card-media img{transform:scale(1.025)!important;filter:saturate(1.12) contrast(1.045) brightness(1.025)!important}.long-haul-card-photo-only .long-haul-card-shade{display:none!important}@media(min-width:1001px){.long-haul-rail-wrap{position:relative!important;width:100%!important;overflow:visible!important}.long-haul-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:16px!important;gap:16px!important;width:100%!important;overflow:hidden!important;padding:0!important}.long-haul-card.long-haul-card-photo-only{width:100%!important;min-width:0!important;height:430px!important;min-height:430px!important;aspect-ratio:auto!important;border-radius:22px!important;overflow:hidden!important}}@media(max-width:1000px) and (min-width:621px){.long-haul-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:14px!important;gap:14px!important;overflow:hidden!important}.long-haul-card.long-haul-card-photo-only{width:100%!important;min-width:0!important;height:410px!important;min-height:410px!important;aspect-ratio:auto!important}}@media(max-width:620px){.long-haul-grid{display:flex!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}.long-haul-grid::-webkit-scrollbar{display:none!important}.long-haul-card.long-haul-card-photo-only{flex:0 0 82vw!important;width:82vw!important;height:420px!important;min-height:420px!important;scroll-snap-align:start!important}.long-haul-card-photo-only .long-haul-photo-caption{padding:68px 16px 16px!important}.long-haul-card-photo-only .long-haul-photo-caption strong{font-size:25px!important}.long-haul-card-photo-only .long-haul-photo-caption span{font-size:12px!important}}.search-text-row.search-text-row-with-weekend.search-top-inline{display:grid!important;grid-template-columns:minmax(0,1fr) 330px!important;grid-gap:12px!important;gap:12px!important;align-items:stretch!important;width:100%!important;max-width:100%!important;margin:0!important;padding:18px 20px 0!important;box-sizing:border-box!important}.search-text-row.search-text-row-with-weekend.search-top-inline>.search-text-field{grid-column:1!important;padding:0 16px!important}.search-text-row.search-text-row-with-weekend.search-top-inline>.search-text-field,.search-text-row.search-text-row-with-weekend.search-top-inline>.weekend-required.weekend-required-inline{display:flex!important;align-items:center!important;width:100%!important;min-width:0!important;height:58px!important;min-height:58px!important;max-height:58px!important;margin:0!important;box-sizing:border-box!important}.search-text-row.search-text-row-with-weekend.search-top-inline>.weekend-required.weekend-required-inline{grid-column:2!important;gap:10px!important;padding:0 14px!important;border:1px solid #ded1c8!important;border-radius:15px!important;background:linear-gradient(180deg,#fff,#f8f3ef)!important;box-shadow:0 8px 18px rgba(61,40,27,.06),inset 0 1px 0 rgba(255,255,255,.98),inset 0 -2px 4px rgba(166,141,126,.06)!important}.search-top-inline>.weekend-required-inline>div{min-width:0!important}.search-top-inline>.weekend-required-inline strong{display:block!important;margin:0!important;font-size:11px!important;line-height:1.15!important;white-space:nowrap!important}.search-top-inline>.weekend-required-inline small{display:block!important;margin-top:2px!important;color:#897b72!important;font-size:9px!important;line-height:1.1!important;white-space:nowrap!important}.search-top-inline+.compact-search-row{margin-top:0!important;padding-top:12px!important}@media(min-width:951px){.search-text-row.search-text-row-with-weekend.search-top-inline{grid-template-columns:minmax(0,1fr) 330px!important}.search-text-row.search-text-row-with-weekend.search-top-inline>.search-text-field,.search-text-row.search-text-row-with-weekend.search-top-inline>.weekend-required.weekend-required-inline{grid-row:1!important}}@media(max-width:1100px) and (min-width:801px){.search-text-row.search-text-row-with-weekend.search-top-inline{grid-template-columns:minmax(0,1fr) 285px!important}.search-top-inline>.weekend-required-inline strong{font-size:10px!important}.search-top-inline>.weekend-required-inline small{font-size:8px!important}}@media(max-width:800px){.search-text-row.search-text-row-with-weekend.search-top-inline{grid-template-columns:1fr!important;gap:9px!important}.search-text-row.search-text-row-with-weekend.search-top-inline>.search-text-field{grid-column:1!important;grid-row:1!important}.search-text-row.search-text-row-with-weekend.search-top-inline>.weekend-required.weekend-required-inline{grid-column:1!important;grid-row:2!important}}:root{--trip-search-border:#e7d8cf;--trip-search-border-strong:#dec8ba;--trip-search-bg:#fffdfa;--trip-search-soft:#faf5f1;--trip-search-soft-2:#fff7f2;--trip-search-text:#201b18;--trip-search-muted:#807168;--trip-search-accent:#ff642b}.search-hub{position:relative!important;border:1px solid var(--trip-search-border)!important;border-radius:28px!important;background:radial-gradient(circle at 95% 0,rgba(255,106,43,.055),transparent 25%),linear-gradient(180deg,#fffefd,#fffaf7)!important;box-shadow:0 24px 58px rgba(61,39,24,.08),inset 0 1px 0 rgba(255,255,255,.98)!important}.search-hub .search-tabs{padding:6px!important;border:1px solid #ebe1db!important;border-radius:17px!important;background:linear-gradient(180deg,#f9f6f3,#f4efeb)!important;box-shadow:0 6px 16px rgba(58,38,25,.045),inset 0 1px 0 rgba(255,255,255,.95)!important}.search-hub .search-tabs button{min-height:44px!important;border:1px solid transparent!important;border-radius:12px!important;background:transparent!important;color:#6b5e56!important;font-size:12px!important;font-weight:850!important;white-space:nowrap!important;transition:.16s ease!important}.search-hub .search-tabs button:hover{color:#2b2420!important;background:rgba(255,255,255,.72)!important}.search-hub .search-tabs button.active{border-color:#ffcbb3!important;background:linear-gradient(180deg,#fff8f4,#ffece2)!important;color:#ee5821!important;box-shadow:0 7px 17px rgba(255,100,43,.11),inset 0 1px 0 rgba(255,255,255,.98)!important}.search-hub .search-top-inline{display:grid!important;grid-template-columns:minmax(0,1fr) 330px!important;grid-gap:10px!important;gap:10px!important;width:100%!important;max-width:none!important;margin:0 0 10px!important;padding:0!important}.search-hub .search-top-inline>.search-text-field,.search-hub .search-top-inline>.weekend-required-inline{height:60px!important;min-height:60px!important;max-height:60px!important;margin:0!important;border:1px solid var(--trip-search-border-strong)!important;border-radius:15px!important;background:linear-gradient(180deg,#fff,#fbf7f4)!important;box-shadow:0 8px 18px rgba(57,37,24,.055),inset 0 1px 0 rgba(255,255,255,.98),inset 0 -2px 4px rgba(173,146,129,.05)!important}.search-hub .search-top-inline>.search-text-field{padding:0 17px!important}.search-hub .search-top-inline>.search-text-field input{font-size:14px!important;font-weight:650!important}.search-hub .weekend-required-inline{cursor:pointer!important;transition:.16s ease!important}.search-hub .weekend-required-inline:hover{transform:translateY(-1px)!important;border-color:#efad8e!important}.search-hub .weekend-required-inline.active{border-color:#ff956b!important;background:linear-gradient(180deg,#fff8f4,#ffede4)!important;box-shadow:0 10px 22px rgba(255,101,43,.09),inset 0 1px 0 rgba(255,255,255,.98)!important}.search-hub .weekend-check{flex:0 0 28px!important;width:28px!important;height:28px!important;border-radius:8px!important}.search-hub .weekend-required-inline strong{font-size:10.5px!important}.search-hub .weekend-required-inline small{font-size:8.5px!important}.search-hub .compact-search-row{grid-template-columns:1.22fr 1.22fr .78fr .86fr .9fr 1fr!important;margin:0 0 10px!important}.search-hub .compact-search-row>*{height:60px!important;min-height:60px!important;max-height:60px!important}.search-hub .compact-select,.search-hub .compact-submit,.search-hub .dropdown-trigger{height:60px!important;min-height:60px!important;max-height:60px!important;border-radius:14px!important}.search-hub .compact-select,.search-hub .dropdown-trigger{border:1px solid var(--trip-search-border-strong)!important;background:linear-gradient(180deg,#fff,#faf6f2)!important;box-shadow:0 7px 17px rgba(58,38,25,.055),inset 0 1px 0 rgba(255,255,255,.98)!important}.search-hub .compact-select:hover,.search-hub .dropdown-trigger.open,.search-hub .dropdown-trigger:hover{border-color:#f2a887!important;transform:translateY(-1px)!important}.search-hub .compact-select>span,.search-hub .dropdown-copy small{color:#876f61!important;font-size:9px!important;font-weight:850!important}.search-hub .compact-select select,.search-hub .dropdown-copy strong{color:#201b18!important;font-size:12px!important;font-weight:850!important}.search-hub .compact-submit{border:1px solid #ed5a21!important;background:linear-gradient(180deg,#ff7d3e,#ff5d28)!important;color:#fff!important;font-size:13px!important;font-weight:950!important;box-shadow:0 13px 26px rgba(255,93,35,.24),inset 0 2px 0 rgba(255,255,255,.24),inset 0 -2px 0 rgba(186,59,14,.12)!important}.search-hub .compact-submit:hover{transform:translateY(-2px)!important;box-shadow:0 17px 31px rgba(255,93,35,.29),inset 0 2px 0 rgba(255,255,255,.25)!important}.search-hub .dropdown-menu{top:68px!important;overflow:hidden!important;border:1px solid #dfcec3!important;border-radius:18px!important;background:rgba(255,253,251,.99)!important;box-shadow:0 28px 60px rgba(52,33,21,.18),inset 0 1px 0 rgba(255,255,255,.98)!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important}.search-hub .dropdown-menu-head{padding-bottom:10px!important;border-bottom:1px solid #eee2da!important}.search-hub .dropdown-anywhere,.search-hub .dropdown-option{border-radius:11px!important}.search-hub .dropdown-anywhere:hover,.search-hub .dropdown-option:hover{background:#fff2e9!important}.search-hub .dropdown-done{min-height:42px!important;border-radius:11px!important;background:#241e1a!important;color:#fff!important;font-weight:900!important}.search-hub .quick-destination-wrap{margin:0 0 12px!important;padding:12px 14px 13px!important;border:1px solid #eadfd7!important;border-radius:16px!important;background:linear-gradient(180deg,#fffdfb,#faf6f2)!important;box-shadow:0 7px 18px rgba(55,36,24,.035)!important}.search-hub .quick-destination-head{margin-bottom:8px!important}.search-hub .quick-destination-head small{color:#74665e!important;font-size:9px!important;font-weight:950!important;letter-spacing:.055em!important}.search-hub .quick-clear-filters{color:#e95420!important}.search-hub .quick-destination-grid{display:flex!important;flex-wrap:wrap!important;gap:7px!important}.search-hub .quick-destination-grid button{flex:0 0 auto!important;min-height:38px!important;padding:0 12px!important;border:1px solid #e1d5cc!important;border-radius:999px!important;background:#fff!important;box-shadow:0 4px 10px rgba(56,36,23,.035)!important}.search-hub .quick-destination-grid button:hover{transform:translateY(-1px)!important;border-color:#f2b092!important;background:#fff8f3!important}.search-hub .search-results-block{padding:5px 2px 4px!important}.search-hub .premium-results-heading{align-items:flex-end!important;padding:12px 2px 10px!important}.search-hub .premium-results-heading h3{font-size:clamp(25px,2.5vw,36px)!important}.search-hub .premium-results-heading>span{font-size:11px!important}.search-hub .premium-results-summary{margin-bottom:12px!important;border:1px solid #ead8cd!important;background:linear-gradient(180deg,#fff9f5,#fff4ed)!important;box-shadow:0 7px 17px rgba(57,36,22,.04)!important}.search-hub .premium-search-results-carousel{gap:13px!important;padding-bottom:8px!important}.search-hub .premium-search-results-carousel .search-results-carousel-item{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 39px) / 4)}.search-hub .premium-search-results-carousel .offer-card{border-radius:18px!important;box-shadow:0 11px 26px rgba(52,34,22,.055)!important}.self-search-home-stage{margin:28px 0 38px!important;padding:28px 0 34px!important;border:0!important;background:radial-gradient(circle at 12% 12%,rgba(255,110,48,.05),transparent 25%),linear-gradient(180deg,rgba(255,250,246,.22),#fff8f3 50%,rgba(255,250,246,.12))!important}.self-search-home-stage:after,.self-search-home-stage:before{display:none!important}.self-search-home-intro{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,430px)!important;grid-gap:38px!important;gap:38px!important;align-items:end!important;margin-bottom:16px!important}.self-search-home-intro strong{font-size:clamp(28px,3vw,40px)!important;line-height:1.02!important;letter-spacing:-.04em!important}.self-search-home-intro p{color:#76675f!important;font-size:12px!important;line-height:1.5!important}.self-search-home-stage .legacy-self-search.self-search-premium{width:100%!important;max-width:none!important;padding:12px!important;border:1px solid var(--trip-search-border)!important;border-radius:26px!important;background:linear-gradient(180deg,#fffefd,#fffaf7)!important;box-shadow:0 22px 52px rgba(61,39,24,.075),inset 0 1px 0 rgba(255,255,255,.98)!important}.self-search-home-stage .legacy-self-search-head{display:none!important}.self-search-home-stage .legacy-search-card{border:0!important;background:transparent!important;box-shadow:none!important}.self-search-home-stage .legacy-search-tabs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-gap:6px!important;gap:6px!important;margin:0 0 10px!important;padding:6px!important;border:1px solid #ebe1db!important;border-radius:16px!important;background:linear-gradient(180deg,#f9f6f3,#f3eeea)!important}.self-search-home-stage .legacy-search-tabs button{min-width:0!important;min-height:48px!important;border:1px solid transparent!important;border-radius:12px!important;background:transparent!important;color:#62564e!important;font-size:13px!important;font-weight:850!important}.self-search-home-stage .legacy-search-tabs button:hover{background:#fff!important}.self-search-home-stage .legacy-search-tabs button.active{border-color:#ffcbb3!important;background:linear-gradient(180deg,#fff8f4,#ffece2)!important;color:#ee5821!important;box-shadow:0 7px 17px rgba(255,100,43,.1),inset 0 1px 0 rgba(255,255,255,.98)!important}.self-search-home-stage .legacy-search-panel{padding:14px!important;border:1px solid #eadfd8!important;border-radius:17px!important;background:rgba(255,255,255,.72)!important}.self-search-home-stage .search-departure-block{margin-bottom:14px!important}.self-search-home-stage .search-airport-chips{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-gap:8px!important;gap:8px!important}.self-search-home-stage .search-airport-chips button{min-height:58px!important;padding:0 12px!important;border:1px solid #dfd2c9!important;border-radius:13px!important;background:linear-gradient(180deg,#fff,#faf6f2)!important;box-shadow:0 6px 14px rgba(58,38,25,.045),inset 0 1px 0 rgba(255,255,255,.98)!important}.self-search-home-stage .search-airport-chips button.active{border-color:#ff976d!important;background:linear-gradient(180deg,#fff8f4,#ffede4)!important;color:#e95420!important}.self-search-home-stage .search-destination-row{margin-bottom:12px!important}.self-search-home-stage .search-destination-row label>div{height:56px!important;border:1px solid #dfd2c9!important;border-radius:13px!important;background:linear-gradient(180deg,#fff,#faf6f2)!important;box-shadow:0 6px 14px rgba(58,38,25,.045),inset 0 1px 0 rgba(255,255,255,.98)!important}.self-search-home-stage .search-destination-chips{margin-top:0!important}.self-search-home-stage .search-filter-grid.search-filter-grid-extended{display:grid!important;grid-template-columns:145px repeat(3,minmax(0,1fr)) 300px!important;grid-gap:9px!important;gap:9px!important;align-items:end!important;margin:0 0 12px!important;padding:12px!important;border:1px solid #eadfd8!important;border-radius:15px!important;background:linear-gradient(180deg,#fffdfb,#f9f4f0)!important;box-shadow:0 7px 17px rgba(57,36,22,.035)!important}.self-search-home-stage .search-filter-grid select{height:48px!important;min-height:48px!important;border-radius:11px!important}.self-search-home-stage .self-search-weekend-toggle{min-height:58px!important;border-radius:12px!important}.self-search-home-stage .legacy-cta-box,.self-search-home-stage .organized-search-intro{min-height:74px!important;margin:0!important;padding:13px 15px!important;border:1px solid #e4d7ce!important;border-radius:14px!important;background:linear-gradient(180deg,#fff,#faf6f2)!important;box-shadow:0 7px 17px rgba(57,36,22,.04)!important}.self-search-home-stage .legacy-cta-box a,.self-search-home-stage .legacy-search-open,.self-search-home-stage .organized-search-intro button{min-height:46px!important;border-radius:12px!important;background:linear-gradient(180deg,#ff7c3e,#ff5e29)!important;box-shadow:0 11px 22px rgba(255,93,35,.2),inset 0 1px 0 rgba(255,255,255,.24)!important}.self-search-home-stage .legacy-widget-box{margin-bottom:10px!important;padding:8px!important;border:1px solid #e2d5cc!important;border-radius:14px!important;background:#fff!important;box-shadow:0 7px 17px rgba(57,36,22,.04)!important}.self-search-home-stage .self-search-results{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-top:14px!important}.self-search-home-stage .self-search-result-card{border-radius:16px!important;box-shadow:0 10px 22px rgba(54,35,22,.05)!important}@media(max-width:1260px){.search-hub .search-tabs{grid-template-columns:repeat(7,minmax(105px,1fr))!important;overflow-x:auto!important}.search-hub .compact-search-row{grid-template-columns:1.15fr 1.15fr .78fr .86fr .9fr 1fr!important}.self-search-home-stage .search-filter-grid.search-filter-grid-extended{grid-template-columns:1fr 1fr 1fr!important}.self-search-home-stage .search-filter-title,.self-search-home-stage .self-search-weekend-toggle{grid-column:1/-1!important}}@media(max-width:1000px){.search-hub .search-top-inline{grid-template-columns:minmax(0,1fr) 285px!important}.search-hub .compact-search-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}.search-hub .compact-submit{grid-column:auto!important}.search-hub .premium-search-results-carousel .search-results-carousel-item{flex-basis:calc((100% - 26px) / 3)!important}.self-search-home-intro{grid-template-columns:1fr!important;gap:8px!important}.self-search-home-stage .search-airport-chips{grid-template-columns:repeat(3,minmax(0,1fr))!important}.self-search-home-stage .self-search-results{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:780px){.search-hub{padding:8px!important;border-radius:22px!important}.search-hub .search-top-inline{grid-template-columns:1fr!important}.search-hub .compact-search-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.search-hub .compact-submit{grid-column:1/-1!important}.search-hub .premium-search-results-carousel .search-results-carousel-item{flex-basis:calc((100% - 13px) / 2)!important}.self-search-home-stage .legacy-search-tabs{display:flex!important;overflow-x:auto!important}.self-search-home-stage .legacy-search-tabs button{flex:0 0 145px!important}.self-search-home-stage .search-filter-grid.search-filter-grid-extended{grid-template-columns:1fr!important}.self-search-home-stage .search-filter-title,.self-search-home-stage .self-search-weekend-toggle{grid-column:auto!important}}@media(max-width:560px){.search-hub .compact-search-row{grid-template-columns:1fr!important}.search-hub .compact-submit{grid-column:auto!important}.search-hub .premium-results-heading{align-items:flex-start!important;flex-direction:column!important;gap:6px!important}.search-hub .premium-search-results-carousel .search-results-carousel-item{flex-basis:86vw!important}.self-search-home-stage .search-airport-chips{grid-template-columns:repeat(2,minmax(0,1fr))!important}.self-search-home-stage .self-search-results{grid-template-columns:1fr!important}}.search-hub{padding:12px!important;overflow:visible!important}.search-hub .search-tabs{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;grid-gap:6px!important;gap:6px!important;width:100%!important;margin:0 0 12px!important}.search-hub .search-tabs button{width:100%!important;min-width:0!important;height:46px!important;min-height:46px!important;max-height:46px!important;padding:0 10px!important}.search-hub .search-text-row.search-top-inline{display:grid!important;grid-template-columns:minmax(0,2fr) minmax(300px,1fr)!important;grid-gap:10px!important;gap:10px!important;align-items:stretch!important;width:100%!important;max-width:none!important;margin:0 0 10px!important;padding:0!important}.search-hub .search-text-row.search-top-inline>.search-text-field,.search-hub .search-text-row.search-top-inline>.weekend-required-inline{width:100%!important;min-width:0!important;height:62px!important;min-height:62px!important;max-height:62px!important;margin:0!important;box-sizing:border-box!important;align-self:stretch!important}.search-hub .search-text-row.search-top-inline>.search-text-field{padding:0 18px!important}.search-hub .search-text-row.search-top-inline>.weekend-required-inline{display:flex!important;align-items:center!important;gap:10px!important;padding:0 15px!important}.search-hub .weekend-required-inline>div{min-width:0!important}.search-hub .weekend-required-inline small,.search-hub .weekend-required-inline strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.search-hub .compact-search-row{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;grid-gap:9px!important;gap:9px!important;align-items:stretch!important;width:100%!important;margin:0 0 12px!important;padding:0!important}.search-hub .compact-search-row>*{align-self:stretch!important}.search-hub .compact-search-row>*,.search-hub .compact-select,.search-hub .compact-submit,.search-hub .dropdown-trigger{width:100%!important;min-width:0!important;height:62px!important;min-height:62px!important;max-height:62px!important;margin:0!important;box-sizing:border-box!important}.search-hub .dropdown-copy{min-width:0!important;flex:1 1 auto!important}.search-hub .dropdown-copy strong{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.search-hub .compact-select{min-width:0!important;overflow:hidden!important}.search-hub .compact-select select{width:100%!important;min-width:0!important;max-width:100%!important}.search-hub .compact-submit{padding:0 12px!important;white-space:nowrap!important}.search-hub .dropdown-filter{position:relative!important;min-width:0!important}.search-hub .dropdown-menu{position:absolute!important;top:70px!important;left:0!important;z-index:80!important;width:min(540px,90vw)!important;max-height:520px!important;margin:0!important}.search-hub .quick-destination-wrap{position:relative!important;width:100%!important;margin:0 0 16px!important;padding:14px 16px 15px!important;box-sizing:border-box!important;overflow:visible!important}.search-hub .quick-destination-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;width:100%!important;min-height:24px!important;margin:0 0 10px!important}.search-hub .quick-destination-head small{display:block!important;min-width:0!important;margin:0!important;line-height:1.25!important}.search-hub .quick-clear-filters{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;flex:0 0 auto!important;min-height:30px!important;margin:0!important;padding:0 10px!important;border:1px solid #ffd0bb!important;border-radius:999px!important;background:#fff5ee!important;color:#e95621!important;font:inherit!important;font-size:9px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important;cursor:pointer!important}.search-hub .quick-destination-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-gap:8px!important;gap:8px!important;width:100%!important}.search-hub .quick-destination-grid button{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;max-height:42px!important;padding:0 10px!important;justify-content:center!important;box-sizing:border-box!important}.search-hub .quick-destination-grid button strong{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.search-hub .search-results-block{clear:both!important;width:100%!important;margin:0!important;padding:12px 2px 6px!important;box-sizing:border-box!important}.search-hub .premium-results-heading{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,520px)!important;grid-gap:28px!important;gap:28px!important;align-items:end!important;width:100%!important;margin:0 0 14px!important;padding:0!important}.search-hub .premium-results-heading>div,.search-hub .premium-results-heading>span{min-width:0!important}.search-hub .premium-results-heading h3{margin:4px 0 0!important;line-height:1.02!important}.search-hub .premium-results-heading>span{justify-self:end!important;max-width:520px!important;line-height:1.45!important}.search-hub .premium-results-summary{position:relative!important;z-index:1!important;width:100%!important;margin:0 0 12px!important;box-sizing:border-box!important}.search-hub .premium-search-results-carousel{z-index:0!important}@media(max-width:1180px){.search-hub .search-text-row.search-top-inline{grid-template-columns:minmax(0,1.7fr) minmax(270px,1fr)!important}.search-hub .compact-search-row,.search-hub .quick-destination-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:820px){.search-hub .search-text-row.search-top-inline{grid-template-columns:1fr!important}.search-hub .compact-search-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.search-hub .premium-results-heading{grid-template-columns:1fr!important;gap:7px!important}.search-hub .premium-results-heading>span{justify-self:start!important}}@media(max-width:580px){.search-hub .compact-search-row,.search-hub .quick-destination-grid{grid-template-columns:1fr!important}.search-hub .quick-destination-head{align-items:flex-start!important;flex-direction:column!important;gap:7px!important}.search-hub .quick-clear-filters{align-self:flex-start!important}}.search-live-notice{display:inline-flex!important;align-items:center!important;margin-top:7px!important;padding:6px 9px!important;border:1px solid #f0d9cc!important;border-radius:999px!important;background:#fff8f3!important;color:#9a5e43!important;font-size:9px!important;font-style:normal!important;font-weight:800!important;line-height:1.2!important}.directions-page-v188{background:#fffdfb}.directions-v188-shell{padding-top:44px;padding-bottom:68px}.directions-v188-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:48px;gap:48px;align-items:end;margin-bottom:24px}.directions-v188-hero h1{max-width:820px;margin:7px 0 11px;font-size:clamp(40px,4.5vw,64px);line-height:.98;letter-spacing:-.045em}.directions-v188-hero p{max-width:760px;margin:0;color:#776b63;font-size:14px;line-height:1.55}.directions-v188-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 18px;border:1px solid #efd9cc;border-radius:15px;background:linear-gradient(180deg,#fffdfb,#fff6ef);color:#dd501e;font-size:11px;font-weight:900;text-decoration:none;white-space:nowrap;box-shadow:0 9px 22px rgba(61,39,24,.05),inset 0 1px 0 rgba(255,255,255,.96)}.directions-v188-tools{display:grid;grid-template-columns:minmax(320px,1fr) auto;grid-gap:12px;gap:12px;align-items:center;margin-bottom:28px;padding:12px;border:1px solid #e8dcd4;border-radius:20px;background:linear-gradient(180deg,#fff,#fbf7f4);box-shadow:0 12px 30px rgba(57,37,24,.05)}.directions-v188-search{display:flex;align-items:center;gap:11px;width:100%;min-width:0;height:54px;padding:0 15px;border:1px solid #dfd1c8;border-radius:14px;background:#fff;box-sizing:border-box}.directions-v188-search>span{flex:none;color:#7e6a5d;font-size:22px}.directions-v188-search input{width:100%;min-width:0;height:100%;padding:0;border:0;outline:0;background:transparent;color:#221d1a;font:inherit;font-size:13px;font-weight:650}.directions-v188-filters{display:flex;align-items:center;gap:7px;overflow-x:auto;scrollbar-width:none}.directions-v188-filters::-webkit-scrollbar{display:none}.directions-v188-filters button{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;min-height:46px;padding:0 14px;border:1px solid #e2d5cc;border-radius:999px;background:#fff;color:#4f443d;font:inherit;font-size:10px;font-weight:900;white-space:nowrap;cursor:pointer;box-shadow:0 4px 11px rgba(56,36,23,.035)}.directions-v188-filters button.active{border-color:#ff6a32;background:linear-gradient(180deg,#ff7b3e,#ff5b29);color:#fff;box-shadow:0 9px 19px rgba(255,92,39,.18)}.directions-v188-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:16px}.directions-v188-heading small{color:#ef5922;font-size:9px;font-weight:950;letter-spacing:.09em}.directions-v188-heading h2{margin:4px 0 0;font-size:clamp(27px,3vw,38px);line-height:1.02;letter-spacing:-.035em}.directions-v188-heading>span{flex:none;color:#8a7a70;font-size:10px;font-weight:850}.directions-v188-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:16px!important;gap:16px!important;width:100%!important;align-items:stretch!important}.directions-v188-card{display:flex!important;min-width:0!important;min-height:390px!important;flex-direction:column!important;overflow:hidden!important;border:1px solid #e5d9d1!important;border-radius:20px!important;background:#fff!important;color:#191512!important;text-decoration:none!important;box-shadow:0 10px 26px rgba(55,36,23,.055),inset 0 1px 0 rgba(255,255,255,.96)!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important}.directions-v188-card:hover{transform:translateY(-3px)!important;border-color:#e5c6b5!important;box-shadow:0 18px 38px rgba(55,36,23,.095)!important}.directions-v188-image{position:relative!important;flex:0 0 210px!important;width:100%!important;height:210px!important;min-height:210px!important;overflow:hidden!important;background:#eee7e1!important}.directions-v188-image img{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center!important;filter:saturate(1.1) contrast(1.035) brightness(1.02)!important;transition:transform .32s ease,filter .2s ease!important}.directions-v188-card:hover .directions-v188-image img{transform:scale(1.035);filter:saturate(1.16) contrast(1.045) brightness(1.03)!important}.directions-v188-badges{position:absolute;z-index:2;top:13px;left:13px;display:flex;gap:5px;max-width:calc(100% - 62px)}.directions-v188-badges span{display:inline-flex;min-height:25px;max-width:140px;padding:0 8px;overflow:hidden;border:1px solid rgba(255,255,255,.75);border-radius:999px;color:#332b26;font-size:8px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.directions-v188-badges span,.directions-v188-heart{align-items:center;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.directions-v188-heart{position:absolute;z-index:2;top:12px;right:12px;display:flex;justify-content:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.76);border-radius:50%;color:#241e1a;font-size:20px}.directions-v188-body{display:flex!important;min-height:180px!important;flex:1 1!important;flex-direction:column!important;padding:15px 16px 16px!important}.directions-v188-body h3{margin:0 0 7px!important;font-size:20px!important;line-height:1.05!important;letter-spacing:-.025em!important}.directions-v188-body p{margin:0 0 14px!important;color:#776c64!important;font-size:10.5px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.directions-v188-link{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-top:auto!important;padding-top:12px!important;border-top:1px solid #eee3dc!important;color:#d95020!important;font-size:10px!important;font-weight:900!important}.directions-v188-link b{display:flex;align-items:center;justify-content:center;width:29px;height:29px;border-radius:50%;background:#fff2ea;font-size:13px}.directions-v188-empty{margin-top:18px;padding:24px;border:1px solid #eadbd1;border-radius:18px;background:#fff9f5;text-align:center}.directions-v188-empty span,.directions-v188-empty strong{display:block}.directions-v188-empty strong{margin-bottom:5px;font-size:18px}.directions-v188-empty span{margin-bottom:13px;color:#786b63;font-size:11px}.directions-v188-empty a{color:#e85822;font-size:11px;font-weight:900}@media(max-width:1180px){.directions-v188-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.directions-v188-tools{grid-template-columns:1fr!important}}@media(max-width:820px){.directions-v188-hero{grid-template-columns:1fr;gap:14px}.directions-v188-cta{justify-self:start}.directions-v188-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:540px){.directions-v188-shell{padding-top:28px}.directions-v188-grid{grid-template-columns:1fr!important;gap:13px!important}.directions-v188-image{height:205px!important;min-height:205px!important;flex-basis:205px!important}.directions-v188-heading{align-items:flex-start;flex-direction:column;gap:6px}}@media (min-width:1051px){.menu-v5-card.menu-v5-picks{position:relative!important;display:flex!important;align-items:center!important;flex:1 1!important;width:0!important;min-width:0!important;height:52px!important;min-height:52px!important;max-height:52px!important;padding:5px 8px!important;gap:7px!important;overflow:hidden!important;box-sizing:border-box!important}.menu-v5-picks .menu-v5-icon{flex:0 0 32px!important;width:32px!important;height:32px!important;min-width:32px!important}.menu-v5-picks .menu-v5-copy{position:relative!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;min-width:0!important;height:42px!important;padding-top:8px!important;gap:0!important;box-sizing:border-box!important}.menu-v5-picks .menu-v5-badge{position:absolute!important;top:0!important;left:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-height:12px!important;margin:0!important;padding:1px 5px!important;border-radius:999px!important;background:#ff6541!important;color:#fff!important;font-size:7px!important;font-weight:950!important;line-height:1!important;letter-spacing:.025em!important;box-shadow:none!important}.menu-v5-picks .menu-v5-copy strong{margin:0!important;color:inherit!important;font-size:11px!important;line-height:1.05!important}.menu-v5-picks .menu-v5-copy small,.menu-v5-picks .menu-v5-copy strong{display:block!important;width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.menu-v5-picks .menu-v5-copy small{margin-top:2px!important;font-size:8px!important;line-height:1!important}}@media (min-width:1051px) and (max-width:1440px){.menu-v5-picks .menu-v5-copy strong{font-size:10px!important}.menu-v5-picks .menu-v5-copy small{font-size:7.5px!important}}.travel-hub-page{width:min(1180px,calc(100% - 40px))!important;margin:0 auto!important;padding:44px 0 66px!important}.travel-hub-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-gap:42px!important;gap:42px!important;align-items:end!important;margin-bottom:22px!important}.travel-hub-hero .kicker{color:#ef5922!important;font-size:10px!important;font-weight:950!important;letter-spacing:.1em!important}.travel-hub-hero h1{max-width:820px!important;margin:7px 0 11px!important;color:#151210!important;font-size:clamp(42px,4.4vw,64px)!important;line-height:.98!important;letter-spacing:-.045em!important}.travel-hub-hero p{max-width:780px!important;margin:0!important;color:#746860!important;font-size:14px!important;line-height:1.55!important}.travel-hub-all{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;min-height:52px!important;padding:0 18px!important;border:1px solid #ecd8cc!important;border-radius:15px!important;background:linear-gradient(180deg,#fffdfa,#fff6ef)!important;color:#de501e!important;font-size:11px!important;font-weight:900!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:0 9px 22px rgba(61,39,24,.055),inset 0 1px 0 rgba(255,255,255,.97)!important;transition:.18s ease!important}.travel-hub-all:hover{transform:translateY(-1px)!important;box-shadow:0 14px 28px rgba(61,39,24,.085)!important}.travel-hub-search-row{display:grid!important;grid-template-columns:minmax(0,1fr) 340px!important;grid-gap:10px!important;gap:10px!important;margin-bottom:12px!important}.travel-hub-search,.travel-hub-weekend{height:60px!important;min-height:60px!important;box-sizing:border-box!important;border:1px solid #dfd1c8!important;border-radius:15px!important;background:linear-gradient(180deg,#fff,#faf6f2)!important;color:#231e1b!important;text-decoration:none!important;box-shadow:0 8px 18px rgba(57,37,24,.055),inset 0 1px 0 rgba(255,255,255,.98)!important}.travel-hub-search{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;padding:0 17px!important;color:#93847b!important}.travel-hub-search>span{flex:0 0 auto!important;color:#7c695c!important;font-size:24px!important;line-height:1!important}.travel-hub-search strong{min-width:0!important;overflow:hidden!important;color:#93847b!important;font-size:13px!important;font-weight:700!important;text-overflow:ellipsis!important;white-space:nowrap!important}.travel-hub-weekend{display:flex!important;align-items:center!important;gap:10px!important;padding:0 14px!important}.travel-hub-check{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 30px!important;width:30px!important;height:30px!important;border-radius:9px!important;background:linear-gradient(180deg,#ff7440,#ff5729)!important;color:#fff!important;font-size:15px!important;font-weight:950!important;box-shadow:0 7px 14px rgba(255,91,39,.17)!important}.travel-hub-weekend>span:last-child{display:flex!important;min-width:0!important;flex-direction:column!important;gap:2px!important}.travel-hub-weekend strong{font-size:10px!important;line-height:1.15!important}.travel-hub-weekend small,.travel-hub-weekend strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.travel-hub-weekend small{color:#85776e!important;font-size:8px!important}.travel-hub-filters{display:flex!important;align-items:center!important;gap:7px!important;overflow-x:auto!important;margin:0 0 22px!important;padding:0 0 2px!important;scrollbar-width:none!important}.travel-hub-filters::-webkit-scrollbar{display:none!important}.travel-hub-filters span{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;min-height:42px!important;padding:0 15px!important;border:1px solid #e1d4cb!important;border-radius:999px!important;background:#fff!important;color:#493e37!important;font-size:10px!important;font-weight:900!important;white-space:nowrap!important;box-shadow:0 4px 10px rgba(55,36,23,.035)!important}.travel-hub-filters span.active{border-color:#ff6530!important;background:linear-gradient(180deg,#ff7b3d,#ff5b28)!important;color:#fff!important;box-shadow:0 9px 18px rgba(255,90,38,.18)!important}.travel-hub-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:16px!important;gap:16px!important;width:100%!important;align-items:stretch!important}.travel-hub-card{display:flex!important;min-width:0!important;min-height:390px!important;flex-direction:column!important;overflow:hidden!important;border:1px solid #e4d8d0!important;border-radius:20px!important;background:#fff!important;color:#191512!important;text-decoration:none!important;box-shadow:0 11px 28px rgba(55,36,23,.055),inset 0 1px 0 rgba(255,255,255,.97)!important;transition:.2s ease!important}.travel-hub-card:hover{transform:translateY(-3px)!important;border-color:#e4c5b5!important;box-shadow:0 19px 40px rgba(55,36,23,.095)!important}.travel-hub-card-image{position:relative!important;flex:0 0 220px!important;width:100%!important;height:220px!important;min-height:220px!important;overflow:hidden!important;background:#ece6e0!important}.travel-hub-card-image:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(0,0,0,.18))!important;pointer-events:none!important}.travel-hub-card-image img{display:block!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center!important;filter:saturate(1.1) contrast(1.035) brightness(1.02)!important;transition:transform .32s ease,filter .2s ease!important}.travel-hub-card:hover .travel-hub-card-image img{transform:scale(1.035)!important;filter:saturate(1.16) contrast(1.045) brightness(1.03)!important}.travel-hub-region{top:13px!important;left:13px!important;display:inline-flex!important;min-height:26px!important;padding:0 9px!important;border:1px solid rgba(255,255,255,.76)!important;border-radius:999px!important;background:rgba(255,255,255,.9)!important;color:#332b26!important;font-size:8px!important;font-weight:900!important}.travel-hub-heart,.travel-hub-region{position:absolute!important;z-index:2!important;align-items:center!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.travel-hub-heart{top:12px!important;right:12px!important;display:flex!important;justify-content:center!important;width:34px!important;height:34px!important;border:1px solid rgba(255,255,255,.78)!important;border-radius:50%!important;background:rgba(255,255,255,.91)!important;color:#241f1b!important;font-size:20px!important}.travel-hub-card-body{display:flex!important;min-height:170px!important;flex:1 1!important;flex-direction:column!important;padding:15px 16px 16px!important}.travel-hub-card-body>strong{min-height:44px!important;margin-bottom:7px!important;color:#171310!important;font-size:20px!important;line-height:1.05!important;letter-spacing:-.025em!important;-webkit-line-clamp:2!important}.travel-hub-card-body p,.travel-hub-card-body>strong{display:-webkit-box!important;overflow:hidden!important;-webkit-box-orient:vertical!important}.travel-hub-card-body p{min-height:48px!important;margin:0 0 13px!important;color:#766b63!important;font-size:10px!important;line-height:1.45!important;-webkit-line-clamp:3!important}.travel-hub-card-meta{display:grid!important;grid-template-columns:max-content minmax(0,1fr) 32px!important;grid-gap:8px!important;gap:8px!important;align-items:center!important;margin-top:auto!important;padding-top:11px!important;border-top:1px solid #eee3dc!important}.travel-hub-card-meta span{min-width:0!important;overflow:hidden!important;color:#51473f!important;font-size:9px!important;font-weight:800!important;text-overflow:ellipsis!important;white-space:nowrap!important}.travel-hub-card-meta b{display:flex!important;align-items:center!important;justify-content:center!important;width:30px!important;height:30px!important;border-radius:50%!important;background:#fff1e8!important;color:#e65320!important;font-size:14px!important}.travel-hub-trust{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:0!important;gap:0!important;margin-top:18px!important;padding:14px 16px!important;border:1px solid #ead9cf!important;border-radius:17px!important;background:linear-gradient(180deg,#fffaf6,#fff6f0)!important;box-shadow:0 8px 20px rgba(55,36,23,.04)!important}.travel-hub-trust>div{display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;padding:0 15px!important;border-right:1px solid #eadfd7!important}.travel-hub-trust>div:first-child{padding-left:0!important}.travel-hub-trust>div:last-child{padding-right:0!important;border-right:0!important}.travel-hub-trust i{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 34px!important;width:34px!important;height:34px!important;border-radius:50%!important;background:#ff5e2b!important;color:#fff!important;font-style:normal!important;font-weight:900!important}.travel-hub-trust span{display:flex!important;min-width:0!important;flex-direction:column!important;gap:2px!important}.travel-hub-trust strong{font-size:9px!important}.travel-hub-trust small{overflow:hidden!important;color:#81746c!important;font-size:7.5px!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media(max-width:980px){.travel-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.travel-hub-search-row{grid-template-columns:minmax(0,1fr) 300px!important}.travel-hub-trust{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.travel-hub-trust>div{padding:0!important;border-right:0!important}}@media(max-width:760px){.travel-hub-page{width:min(100% - 24px,1180px)!important;padding-top:28px!important}.travel-hub-hero{grid-template-columns:1fr!important;gap:13px!important}.travel-hub-all{justify-self:start!important}.travel-hub-search-row{grid-template-columns:1fr!important}}@media(max-width:560px){.travel-hub-grid{grid-template-columns:1fr!important;gap:13px!important}.travel-hub-card-image{height:205px!important;min-height:205px!important;flex-basis:205px!important}.travel-hub-trust{grid-template-columns:1fr!important}}.long-haul-card-photo-only .long-haul-card-media{position:absolute!important;inset:0!important;overflow:hidden!important;background:#e9dfd8!important}.long-haul-card-photo-only .long-haul-card-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;opacity:1!important}.long-haul-card-photo-only .long-haul-card-skeleton{display:none!important}.long-haul-detail-card.has-image{padding:0!important;overflow:hidden!important}.long-haul-detail-image{position:relative!important;width:100%!important;height:230px!important;overflow:hidden!important;background:#ece4de!important}.long-haul-detail-image:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(0,0,0,0) 62%,rgba(0,0,0,.12))!important;pointer-events:none!important}.long-haul-detail-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.long-haul-detail-card.has-image .long-haul-actions,.long-haul-detail-card.has-image .long-haul-cheap-tip,.long-haul-detail-card.has-image .long-haul-detail-facts,.long-haul-detail-card.has-image .long-haul-detail-head,.long-haul-detail-card.has-image .long-haul-detail-lead,.long-haul-detail-card.has-image .long-haul-highlights{margin-left:22px!important;margin-right:22px!important}.long-haul-detail-card.has-image .long-haul-detail-head{padding-top:20px!important}.long-haul-detail-card.has-image .long-haul-actions{margin-bottom:22px!important}@media(max-width:760px){.long-haul-detail-image{height:210px!important}}@media(max-width:620px){.long-haul-detail-card.has-image .long-haul-actions,.long-haul-detail-card.has-image .long-haul-cheap-tip,.long-haul-detail-card.has-image .long-haul-detail-facts,.long-haul-detail-card.has-image .long-haul-detail-head,.long-haul-detail-card.has-image .long-haul-detail-lead,.long-haul-detail-card.has-image .long-haul-highlights{margin-left:17px!important;margin-right:17px!important}}.directions-v188-shell,.long-haul-detail-page,.long-haul-home,.search-hub,.shell,.travel-hub-page{box-sizing:border-box!important;max-width:100%!important}body,html{max-width:100%!important;overflow-x:hidden!important}img{max-width:100%}#szukaj-samodzielnie{scroll-margin-top:150px}.long-haul-card-photo-only .long-haul-photo-caption{z-index:8!important}.directions-page-v188 a,.travel-hub-page a{text-decoration:none}@media(min-width:1181px){.search-hub .compact-search-row{grid-template-columns:repeat(6,minmax(0,1fr))!important}}.search-hub .premium-results-carousel-summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.search-hub .premium-results-carousel-count{flex:0 0 auto!important;min-width:54px!important;color:#6f625a!important;font-size:11px!important;font-weight:900!important;text-align:right!important;white-space:nowrap!important}.search-hub .premium-search-results-wrap{position:relative!important;width:100%!important;overflow:visible!important}.search-hub .premium-results-carousel-controls-overlay{position:absolute!important;inset:0!important;z-index:40!important;display:block!important;width:100%!important;height:100%!important;pointer-events:none!important}.search-hub .premium-results-carousel-controls-overlay button{position:absolute!important;top:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;margin:0!important;padding:0!important;transform:translateY(-50%)!important;border:1px solid #e4d7cf!important;border-radius:50%!important;background:rgba(255,255,255,.96)!important;color:#211c19!important;box-shadow:0 12px 28px rgba(46,30,20,.13),inset 0 1px 0 rgba(255,255,255,.98)!important;cursor:pointer!important;pointer-events:auto!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;transition:.16s ease!important}.search-hub .premium-results-carousel-controls-overlay button:first-child{left:-24px!important}.search-hub .premium-results-carousel-controls-overlay button:last-child{right:-24px!important}.search-hub .premium-results-carousel-controls-overlay button:hover:not(:disabled){transform:translateY(-50%) scale(1.05)!important;border-color:#ff9c73!important;background:#fff8f3!important;color:#ef5922!important}.search-hub .premium-results-carousel-controls-overlay button:disabled{opacity:.32!important;cursor:default!important}.search-hub .premium-search-results-carousel{position:relative!important;z-index:1!important;padding-left:2px!important;padding-right:2px!important}@media(max-width:900px){.search-hub .premium-results-carousel-controls-overlay button{width:44px!important;height:44px!important}.search-hub .premium-results-carousel-controls-overlay button:first-child{left:6px!important}.search-hub .premium-results-carousel-controls-overlay button:last-child{right:6px!important}}@media(max-width:560px){.search-hub .premium-results-carousel-summary{align-items:flex-start!important}.search-hub .premium-results-carousel-controls-overlay button{width:42px!important;height:42px!important}}.last-minute-shopping-hero h1{max-width:900px}.last-minute-live-section .last-minute-offer-rail,.last-minute-offer-rail{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;grid-gap:16px!important;gap:16px!important;overflow:visible!important}.city-break-idea-head{margin:42px 0 16px}.city-break-idea-head h2{margin:5px 0 7px;font-size:clamp(28px,3vw,40px);letter-spacing:-.035em}.city-break-idea-head p{max-width:760px;color:#746960;line-height:1.55}.city-break-idea-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:28px}.city-break-idea-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e7dad2;border-radius:19px;background:#fff;color:#171310;text-decoration:none;box-shadow:0 10px 24px rgba(55,36,23,.05);transition:.18s ease}.city-break-idea-card:hover{transform:translateY(-3px);box-shadow:0 17px 32px rgba(55,36,23,.09)}.city-break-idea-card>img{display:block;width:100%;height:170px;object-fit:cover;filter:saturate(1.08) contrast(1.02)}.city-break-idea-card>span{display:flex;flex:1 1;flex-direction:column;padding:14px}.city-break-idea-card small{color:#ef5922;font-size:8px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.city-break-idea-card strong{margin-top:4px;font-size:19px;line-height:1.05}.city-break-idea-card p{margin:7px 0 13px;color:#766b63;font-size:10px;line-height:1.45}.city-break-idea-card b{margin-top:auto;color:#e95420;font-size:10px}#szukaj-city-break{scroll-margin-top:140px}.experience-expanded-card{padding:0!important;overflow:hidden!important}.experience-expanded-card-image{width:100%;height:210px;overflow:hidden;background:#ece5df}.experience-expanded-card-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.1) contrast(1.03)}.experience-expanded-card-top,.experience-expanded-lead,.experience-ideas{margin-left:22px!important;margin-right:22px!important}.experience-expanded-card-top{padding-top:20px!important}.experience-ideas{margin-bottom:22px!important}@media(max-width:1180px){.last-minute-live-section .last-minute-offer-rail,.last-minute-offer-rail{grid-template-columns:repeat(2,minmax(0,1fr))!important}.city-break-idea-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.last-minute-live-section .last-minute-offer-rail,.last-minute-offer-rail{grid-template-columns:1fr!important}.city-break-idea-grid{grid-template-columns:1fr}.experience-expanded-card-image{height:190px}.experience-expanded-card-top,.experience-expanded-lead,.experience-ideas{margin-left:17px!important;margin-right:17px!important}}