.dest-hero-wrapper{width:100%;min-height:600px;background:linear-gradient(#0000004d,#0000004d),url(/images/destinations-bg.webp);background-size:cover;background-position:center;display:flex;align-items:center}.dest-hero-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;padding:40px 0;align-items:center}.dest-hero-left{align-self:center}.dest-hero-right{display:flex;flex-direction:column;gap:20px;padding-top:24px;align-self:start}.dest-headline,.dest-checklist .check-list li{opacity:0;transition:opacity .4s ease}.dest-headline h1{color:#fff;font-size:3.2rem;margin:0;line-height:1.1;font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.3)}.check-list{list-style:none;padding:0;margin:0}.check-list li{color:#fff;font-size:1.25rem;margin-bottom:10px;display:flex;align-items:center;font-weight:500}.check-list li:before{content:"✓";display:inline-block;width:22px;height:22px;background:var(--brand-green);color:#fff;border-radius:50%;text-align:center;line-height:22px;margin-right:12px;font-weight:700;font-size:12px}[ct-app],.ct-step-1-container,.ct-search-container{background:transparent!important;margin:0!important;padding:0!important;height:auto!important}.ct-btn-p{background:#f60!important}.ct-btn-p:hover{background:#ff7e29!important}.ct-page-header{display:none!important}.dest-engine-card{background:#fff;border-radius:12px;box-shadow:0 20px 50px #0006;padding:25px;width:100%;max-width:420px;margin-right:auto;position:relative;min-height:414px;opacity:0;transition:opacity .3s ease}.dest-engine-card.ct-ready{opacity:1}.dest-section{background:#fff;padding-block:5rem 6rem}.dest-section h2{font-size:1.8rem;font-weight:800;color:var(--dark-text);margin:0 0 .5rem}.dest-section .section-intro{color:#666;font-size:1.05rem;margin:0 0 2rem;max-width:640px}.dest-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,240px);gap:20px}.dest-card{border-radius:12px;overflow:hidden;position:relative;cursor:pointer;box-shadow:0 4px 20px #00000026;transition:transform .3s ease,box-shadow .3s ease}.dest-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #00000040}.dest-card-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .4s ease}.dest-card:hover .dest-card-bg{transform:scale(1.05)}.dest-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000059,#0000001a 40%,#0009);transition:opacity .4s ease}.dest-card:hover .dest-card-overlay{opacity:.2}.dest-card-content{position:absolute;bottom:0;left:0;right:0;padding:16px 18px}.dest-card-name{display:inline-block;color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.02em;text-shadow:0 1px 3px rgba(0,0,0,.3);margin-bottom:4px;padding:4px 12px;background:#ffffff2e;backdrop-filter:blur(12px) saturate(1.4);-webkit-backdrop-filter:blur(12px) saturate(1.4);border-radius:20px;border:1px solid rgba(255,255,255,.35);box-shadow:0 2px 8px #00000026,inset 0 1px #ffffff40}.dest-card-tag{display:block;color:#ffffffd9;font-size:.8rem;margin-top:6px;padding-left:4px}.dc-paris .dest-card-bg{background-image:url(/images/locations/paris.webp)}.dc-berlin .dest-card-bg{background-image:url(/images/locations/berlin.webp)}.dc-madrid .dest-card-bg{background-image:url(/images/locations/madrid.webp)}.dc-rome .dest-card-bg{background-image:url(/images/locations/rome.webp)}.dc-london .dest-card-bg{background-image:url(/images/locations/london.webp)}.dc-lisbon .dest-card-bg{background-image:url(/images/locations/lisbon.webp)}.why-section{background:linear-gradient(#00000040,#00000040),url(/images/destinations-bg-2.webp);background-size:cover;background-position:center;padding-block:5rem}.why-section h2{font-size:1.8rem;font-weight:800;color:#fff;margin:0 0 2.5rem}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.why-card{background:#fff;border-radius:12px;padding:32px 28px;box-shadow:0 2px 12px #00000012}.why-icon{width:48px;height:48px;border-radius:100%;background:transparent;border:2px solid var(--brand-orange);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.why-icon svg{color:var(--brand-orange)}.why-card h3{font-size:1.05rem;font-weight:700;color:var(--dark-text);margin:0 0 10px}.why-card p{font-size:.92rem;color:#666;line-height:1.65;margin:0}.top-locations-section{background:#f2fcff;padding-block:5rem}.top-locations-section h2{font-size:1.8rem;font-weight:800;color:var(--dark-text);margin:0 0 2rem}.top-locations-grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:3rem;row-gap:1rem;background:#fff;box-shadow:#959da533 0 8px 24px;padding:2rem;border-radius:12px}.top-location-item{background:#ffffff80;backdrop-filter:blur(4px);border-radius:10px;padding:0 20px}.top-location-btn{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:18px 0;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:700;color:var(--dark-text);text-align:left;gap:12px}.top-location-btn:hover{color:var(--brand-blue)}.top-location-icon{flex-shrink:0;color:#999;transition:transform .25s ease}.top-location-item.is-open .top-location-icon{transform:rotate(180deg)}.top-location-dropdown{list-style:none;margin:0;padding:0;display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.top-location-item.is-open .top-location-dropdown{grid-template-rows:1fr}.top-location-dropdown-inner{overflow:hidden}.top-location-dropdown-inner li{padding:6px 0;font-size:.925rem;color:#555}.top-location-dropdown-inner li:last-child{padding-bottom:18px}@media(max-width:992px){.top-locations-grid{grid-template-columns:repeat(2,1fr)}.top-location-btn{padding-right:8px}}@media(max-width:600px){.top-locations-grid{grid-template-columns:repeat(3,1fr);column-gap:1rem}.top-locations-section{padding-block:3rem}.top-locations-section h2{font-size:1.5rem}.country-name{display:none}}.gallery-section{background:#fff;padding-block:5rem 6rem}.gallery-section h2{font-size:1.8rem;font-weight:800;color:var(--dark-text);margin:0 0 .5rem}.gallery-section .section-intro{color:#666;font-size:1.05rem;margin:0 0 2rem;max-width:640px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:280px 280px;gap:20px}.gallery-item{border-radius:10px;overflow:hidden;position:relative}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2;grid-row:1}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.04)}.gallery-caption{position:absolute;bottom:0;left:0;right:0;padding:12px 16px;background:linear-gradient(transparent,#0000008c);color:#fff;font-size:.9rem;font-weight:600;opacity:0;transition:opacity .3s ease}.gallery-item:hover .gallery-caption{opacity:1}@media(max-width:992px){.dest-hero-wrapper{min-height:0}.dest-hero-grid{display:flex;flex-direction:column;padding:30px 0;gap:20px}.dest-hero-right{padding-top:0;gap:16px}.dest-headline{width:100%;text-align:center}.dest-headline h1{font-size:2.2rem}.dest-engine-card{max-width:100%;margin:10px auto;padding:15px 15px 1rem;min-height:0;opacity:1!important;transition:none!important}[ct-app],.ct-step-1-container,.ct-search-container{min-height:0!important;padding-bottom:0!important}[ct-app] svg:not(.ctc-icon),[ct-app] img:not([class*=ctc-icon]){display:none!important}.dest-checklist{text-align:center}.check-list{display:inline-block;text-align:left}.check-list li{justify-content:flex-start}.dest-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:none}.dest-card{aspect-ratio:16 / 9}.why-grid{grid-template-columns:repeat(2,1fr);gap:20px}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:none}.gallery-item.tall{grid-row:span 1;aspect-ratio:16/9}.gallery-item{aspect-ratio:16/9}.gallery-item.wide{grid-column:span 1;grid-row:auto;order:-1}}@media(max-width:767px){.dest-hero-wrapper{background:#fff}.dest-hero-grid{padding:0;gap:0}.dest-hero-right{order:-1;background:linear-gradient(#00000073,#00000073),url(/images/destinations-bg.webp) center / cover no-repeat;padding:44px 20px 40px;margin-left:-20px;margin-right:-20px;width:calc(100% + 40px);gap:16px}.dest-headline{text-align:left}.dest-headline h1{font-size:2rem}.dest-checklist{text-align:left}.check-list{display:block;width:100%}.check-list li{font-size:1.0925rem}.dest-hero-left{background:#fff;padding:0;width:100%;min-height:230px;opacity:0;transition:opacity .3s ease}.dest-engine-card{box-shadow:none;margin-top:0;margin-left:-20px;margin-right:-20px;width:calc(100% + 40px);max-width:none;border-radius:0;padding:0 20px 20px}[ct-app] img,[ct-app] svg:not(.ctc-icon){display:none!important}.ct-usps__main{display:none!important}.ct-container-search-cars{min-height:0!important;padding-bottom:2rem!important}[ct-app],.ct-step-1-container,.ct-search-container{min-height:0!important;height:auto!important;padding-bottom:0!important}}@media(max-width:600px){.dest-section{padding-block:3rem 4rem}.top-locations-grid{padding:1rem}.dest-section h2,.why-section h2,.gallery-section h2{font-size:1.5rem}.dest-grid{grid-template-columns:repeat(2,1fr);gap:12px}.dest-card{border-radius:8px}.why-grid{grid-template-columns:repeat(2,1fr);gap:12px}.why-card{padding:1.15rem}.why-icon{width:38px;height:38px;margin-bottom:12px}.why-icon svg{width:20px;height:20px}.why-card h3{font-size:1rem;line-height:1.4}.why-card p{font-size:.85rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:12px}.gallery-item{aspect-ratio:16/9}.gallery-item.tall{grid-row:span 1;aspect-ratio:16/9}.gallery-item.wide{grid-column:span 1;grid-row:auto;order:-1}.gallery-section{padding-block:3rem 4rem}.why-section{padding-block:3rem}}
