/* SEO landing pages: /hotels, /hotels/{country}, /hotels/{country}/{city},
   /hotels/{country}/{city}/{brand}. Shared by includes/seo-page.php.
   Palette: blue #3554d1, dark #051036, muted #697488, light #f5f7fb. */

/* ---- Hero ------------------------------------------------------------- */
html{scroll-behavior:smooth}
.sp-section[id]{scroll-margin-top:16px}
.sp-hero{position:relative;background:#051036;color:#fff;overflow:visible}
.sp-hero__bg{position:absolute;inset:0;display:grid;grid-template-columns:2.2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:3px;overflow:hidden}
.sp-hero__img{position:relative;overflow:hidden;background:#0d2857}
.sp-hero__img:first-child{grid-row:1/3}
.sp-hero__bg.-n2 .sp-hero__img:first-child,.sp-hero__bg.-n1 .sp-hero__img:first-child{grid-column:1/-1}
.sp-hero__bg.-n2{grid-template-rows:1fr;grid-template-columns:2.2fr 1fr}
.sp-hero__bg.-n2 .sp-hero__img:first-child{grid-column:1;grid-row:1}
.sp-hero__bg.-n3{grid-template-columns:2.2fr 1fr}
.sp-hero__bg.-n1{grid-template-columns:1fr;grid-template-rows:1fr}
.sp-hero__img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.sp-hero__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,16,54,.62) 0%,rgba(5,16,54,.42) 35%,rgba(5,16,54,.6) 70%,rgba(5,16,54,.74) 100%)}
.sp-hero.-hub .sp-hero__bg{background:radial-gradient(ellipse 60% 70% at 15% 20%,rgba(53,84,209,.65) 0,transparent 60%),radial-gradient(ellipse 55% 60% at 85% 70%,rgba(13,40,87,.9) 0,transparent 60%),radial-gradient(circle at 50% 120%,rgba(248,212,72,.18) 0,transparent 45%),#051036;display:block}
.sp-hero.-hub .sp-hero__bg::after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.14) 1px,transparent 1.5px);background-size:26px 26px;opacity:.55;mask-image:radial-gradient(ellipse at 50% 40%,#000 20%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at 50% 40%,#000 20%,transparent 75%)}
.sp-hero.-hub .sp-hero__shade{background:linear-gradient(180deg,rgba(5,16,54,0) 60%,rgba(5,16,54,.7) 100%)}
.sp-hero__inner{position:relative;z-index:1;padding:84px 0 0;display:flow-root}
.sp-hero__crumbs{font-size:14px;color:rgba(255,255,255,.78);display:flex;flex-wrap:wrap;gap:4px 8px;align-items:center}
.sp-hero__crumbs a{color:rgba(255,255,255,.78);min-height:44px;display:inline-flex;align-items:center}
.sp-hero__crumbs a:hover{color:#fff;text-decoration:underline}
.sp-hero__crumbs span{color:#fff;font-weight:500}
.sp-hero__crumbs i{font-size:8px;opacity:.7}
.sp-hero.-hub .sp-hero__inner{padding-top:44px}
.sp-hero__eyebrow{display:inline-block;margin-top:44px;font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#f8d448}
.sp-hero h1{color:#fff;font-size:46px;line-height:1.12;font-weight:600;letter-spacing:-.01em;margin:22px 0 0;max-width:860px;text-shadow:0 2px 14px rgba(0,0,0,.35)}
.sp-hero__sub{font-size:17px;line-height:1.6;color:rgba(255,255,255,.86);max-width:680px;margin-top:12px}
.sp-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.sp-pill{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 14px;border-radius:100px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.26);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:14px;font-weight:500;color:#fff;white-space:nowrap}
.sp-pill i{font-size:13px;color:#f8d448}
a.sp-pill{cursor:pointer;transition:background .2s,border-color .2s}
a.sp-pill:hover{background:rgba(255,255,255,.26);border-color:rgba(255,255,255,.5);color:#fff}
a.sp-pill.-price:hover{background:#ffe26e;border-color:#ffe26e;color:#051036}
.sp-pill.-price{background:#f8d448;border-color:#f8d448;color:#051036}
.sp-pill.-price i{color:#051036}

/* ---- Search bar (the home page mainSearch widget, floating inside the hero:
   40px under the pills, with the hero's bottom padding of photo below it) */
/* The search bar straddles the hero's bottom edge: half over the photos, half over the next section, shadow onto it. */
.sp-search-wrap{position:relative;z-index:30;margin:63px 0 -50px;padding:0;color:#051036;text-shadow:none}
.sp-search-wrap .mainSearch{box-shadow:0 22px 48px -16px rgba(5,16,54,.38),0 2px 6px rgba(5,16,54,.08)}
.sp-search-wrap .searchMenu-loc__field,.sp-search-wrap .searchMenu-date__field,.sp-search-wrap .searchMenu-guests__field{z-index:40}
.sp-search-wrap .mainSearch__submit{min-height:60px}

/* ---- Sections --------------------------------------------------------- */
/* Every section, including the first one after the intro band, gets the
   same 60px top padding (40px on phones) so its heading never sits on the
   band's edge. */
.sp-section{padding:60px 0}
.sp-section.-tight{padding:36px 0}
.sp-section.-light{background:#f5f7fb}
.sp-section.sp-after-hero{padding-top:100px}
.sp-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px 24px;flex-wrap:wrap;margin-bottom:28px}
.sp-head h2,.sp-head .sp-head__title{font-size:28px;line-height:1.2;font-weight:600;color:#051036;margin:0}
.sp-head p{font-size:15px;color:#697488;margin:6px 0 0;max-width:640px}
.sp-head__link{display:inline-flex;align-items:center;gap:6px;min-height:44px;font-size:17px;font-weight:500;color:#3554d1;white-space:nowrap}
.sp-head__link:hover{text-decoration:underline;color:#3554d1}
.sp-intro{max-width:760px;font-size:17px;line-height:1.7;color:#2b3448}
.sp-intro p{margin:0}
.sp-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.sp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 22px;border-radius:12px;font-size:15px;font-weight:500;border:1px solid #3554d1;color:#3554d1;background:#fff;transition:all .2s}
.sp-btn:hover{background:#eef2ff;color:#3554d1}
.sp-btn.-primary{background:#3554d1;color:#fff}
.sp-btn.-primary:hover{background:#2a44ad;color:#fff}

/* ---- Quick facts ------------------------------------------------------ */
.sp-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin-top:34px}
.sp-fact{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid #e6eaf2;border-radius:16px;padding:16px 18px;box-shadow:0 1px 2px rgba(5,16,54,.04)}
.sp-fact__icon{flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:#e5f0fd;color:#3554d1;display:flex;align-items:center;justify-content:center;font-size:18px}
.sp-fact__label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#697488}
.sp-fact__value{font-size:17px;font-weight:600;color:#051036;margin-top:3px;line-height:1.3}
.sp-fact__note{font-size:13px;color:#697488;margin-top:2px}
.sp-months{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}
a.sp-month:hover{background:#3554d1;color:#fff}
.sp-month{display:inline-block;padding:4px 10px;border-radius:100px;background:#eef2ff;color:#3554d1;font-size:13px;transition:background .2s,color .2s;font-weight:500}

/* ---- Hotel cards (on top of the GoTrip hotelsCard) -------------------- */
.sp-card .hotelsCard__image,.sp-card .cardImage{border-radius:14px}
.sp-card .cardImage__content>img{border-radius:14px}
.sp-card .hotelsCard__title{font-size:18px;line-height:1.35}
.sp-card .hotelsCard__title a:hover{color:#3554d1}
.sp-card .sp-card__price{font-size:14px;color:#051036;margin-top:6px}
.sp-card .sp-card__price strong{font-size:16px;font-weight:600}
.sp-card .button{min-height:44px;border-radius:10px}
.sp-card .button:hover{background:#3554d1;color:#fff}

/* ---- Chips ------------------------------------------------------------ */
.sp-chips{display:flex;flex-wrap:wrap;gap:10px}
.sp-chip{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border-radius:100px;border:1px solid #dfe3ec;background:#fff;color:#051036;font-size:14px;font-weight:500;line-height:1.2;transition:all .2s}
.sp-chip:hover{border-color:#3554d1;color:#3554d1;box-shadow:0 4px 14px -6px rgba(53,84,209,.4)}
.sp-chip.-more{border-style:dashed;color:#3554d1}
.sp-chip__n{display:inline-block;padding:3px 9px;border-radius:100px;background:#e5f0fd;color:#3554d1;font-size:12px;font-weight:600}
.sp-chip__flag{font-size:18px;line-height:1}

/* ---- Destination photo cards ------------------------------------------ */
.sp-dest{position:relative;display:block;border-radius:16px;overflow:hidden;aspect-ratio:4/3;background:linear-gradient(135deg,#1a2b4a,#2d4a7a);color:#fff;box-shadow:0 1px 2px rgba(5,16,54,.06)}
.sp-dest img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.165,.84,.44,1)}
.sp-dest:hover img{transform:scale(1.08)}
.sp-dest__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,16,54,0) 35%,rgba(5,16,54,.88) 100%)}
.sp-dest__body{position:absolute;left:0;right:0;bottom:0;padding:16px 18px}
.sp-dest__name{font-size:19px;font-weight:600;line-height:1.25;color:#fff}
.sp-dest__meta{font-size:13px;color:rgba(255,255,255,.82);margin-top:4px}
.sp-dest__icon{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;transition:all .2s}
.sp-dest:hover .sp-dest__icon{background:#3554d1;border-color:#3554d1}
.sp-dest.-blank .sp-dest__blank{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:44px;color:rgba(255,255,255,.22)}
.sp-dest.-sm .sp-dest__name{font-size:16px}
.sp-dest.-sm .sp-dest__body{padding:12px 14px}
.sp-dest.-sm .sp-dest__icon{display:none}
.sp-dest.-sm .sp-dest__meta{font-size:12px}

/* ---- Countries grid (hub) --------------------------------------------- */
.sp-countries{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px}
.sp-country{display:flex;align-items:center;gap:12px;min-height:60px;padding:8px 14px;border-radius:14px;border:1px solid #e6eaf2;background:#fff;color:#051036;transition:all .2s}
.sp-country:hover{border-color:#3554d1;color:#3554d1;box-shadow:0 6px 18px -8px rgba(53,84,209,.45);transform:translateY(-1px)}
.sp-country__flag{font-size:26px;line-height:1;flex:0 0 auto}
.sp-country__name{font-size:15px;font-weight:500;line-height:1.25}
.sp-country__meta{font-size:12px;color:#697488;margin-top:2px}

/* ---- FAQ -------------------------------------------------------------- */
.sp-faqs{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.sp-faq{background:#fff;border:1px solid #e6eaf2;border-radius:16px;padding:0 20px;align-self:start}
.sp-faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:60px;padding:14px 0;font-size:16px;font-weight:500;color:#051036;line-height:1.4}
.sp-faq summary::-webkit-details-marker{display:none}
.sp-faq summary i{flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#eef2ff;color:#3554d1;display:flex;align-items:center;justify-content:center;font-size:9px;transition:transform .25s}
.sp-faq[open] summary i{transform:rotate(180deg)}
.sp-faq p{font-size:15px;line-height:1.65;color:#4b5567;margin:0;padding:0 0 18px}

/* ---- Hub premium sections (existing content, lighter frame) ----------- */
.sp-band{padding:44px 0}
.sp-band.-alt{background:#f5f7fb}
.sp-cta{background:#051036;padding:56px 0}

/* ---- Responsive ------------------------------------------------------- */
@media (max-width:991px){
  .sp-hero h1{font-size:38px}
  .sp-hero__inner{padding-bottom:0}
  .sp-search-wrap{margin:28px 0 -36px}
  .sp-section.sp-after-hero{padding-top:80px}
  .sp-search-wrap .mainSearch{border-radius:18px!important;padding:4px 20px 20px}
  .sp-search-wrap .mainSearch__submit{border-radius:14px!important}
  .sp-search-wrap .searchMenu-loc__field{left:-20px;right:-20px}
  .sp-faqs{grid-template-columns:1fr}
}
@media (max-width:767px){
  .sp-hero__bg{grid-template-columns:1fr;grid-template-rows:1fr}
  .sp-hero__img:not(:first-child){display:none}
  .sp-hero__img:first-child{grid-column:1;grid-row:1}
  .sp-hero__inner,.sp-hero.-hub .sp-hero__inner{padding-top:30px}
  .sp-hero__eyebrow{margin-top:22px}
  .sp-hero h1{font-size:30px;margin-top:14px}
  .sp-hero__sub{font-size:15px}
  .sp-pill{min-height:36px;font-size:13px;padding:0 12px}
  .sp-hero__inner,.sp-hero.-hub .sp-hero__inner{padding-bottom:28px}
  .sp-search-wrap{margin:24px 0 0}
  .sp-section.sp-after-hero{padding-top:40px}
  .sp-section{padding:40px 0}
  .sp-head h2,.sp-head .sp-head__title{font-size:24px}
  .sp-intro{font-size:16px}
  .sp-facts{grid-template-columns:1fr 1fr;gap:10px}
  .sp-fact{flex-direction:column;gap:10px;padding:14px}
  .sp-dest__name{font-size:16px}
  .sp-dest__body{padding:12px 14px}
  .sp-countries{grid-template-columns:1fr 1fr}
  .sp-country{padding:8px 10px;gap:8px}
  .sp-country__flag{font-size:22px}
}
@media (max-width:420px){
  .sp-facts{grid-template-columns:1fr}
  .sp-countries{grid-template-columns:1fr}
}
