.tour-legacy-page{
  --tour-section-space:24px;
  background:#fcfaf7;
  color:#5f564e;
  padding:28px 0 60px;
  line-height:1.625;
  font-family:var(--font-body);
}

.tour-legacy-page h1,
.tour-legacy-page h2,
.tour-legacy-page h3,
.tour-legacy-page .font-belleza{
  font-family:var(--font-heading);
  color:#603A28;
}

.tour-legacy-page .custom-scrollbar::-webkit-scrollbar{
  width:4px;
}

.tour-legacy-page .custom-scrollbar::-webkit-scrollbar-track{
  background:transparent;
}

.tour-legacy-page .custom-scrollbar::-webkit-scrollbar-thumb{
  background:#e5e7eb;
  border-radius:10px;
}

.tour-legacy-page .custom-scrollbar::-webkit-scrollbar-thumb:hover{
  background:#e5e7eb;
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}

.tour-legacy-shell{
  max-width:1240px;
  margin:0 auto;
  padding:0 16px;
}

.ada-tour-hero-card{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 320px;
  gap:28px;
  align-items:end;
  background:#603a28;
  color:#fff;
  border-radius:18px;
  box-shadow:0 14px 28px rgba(0,0,0,.10);
  padding:24px;
  margin:0 0 24px;
}

.ada-tour-hero-card__title{
  margin:0 0 10px;
  color:#fff;
  font-size:56px;
  line-height:1;
}

.ada-tour-hero-card__subtitle{
  margin:0 0 16px;
  color:rgba(255,255,255,.86);
  font-size:24px;
  line-height:1.35;
}

.ada-tour-hero-card--split .ada-tour-hero-card__title{
  font-size:24px;
  line-height:1.3;
  color:#fff;
}

.ada-tour-hero-card--split .ada-tour-hero-card__subtitle{
  font-size:56px;
  line-height:1;
  color:#fff;
  font-family:var(--font-heading);
}

.ada-tour-hero-card__badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ada-tour-hero-card__badges span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:#f0b24a;
  color:#603a28;
  border:1px solid #f0b24a;
  font-weight:700;
  font-size:13px;
}

.ada-tour-hero-card__summary{
  margin:16px 0 0;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.7;
}

.ada-tour-hero-card__aside{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:flex-end;
  text-align:right;
}

.ada-tour-hero-card__price{
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  gap:10px;
}

.ada-tour-hero-card__price small{
  display:inline-block;
  margin-bottom:0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.2;
}

.ada-tour-hero-card__price strong{
  display:inline-block;
  color:#f0b24a;
  font-family:var(--font-heading);
  font-size:56px;
  line-height:1;
}

.ada-tour-hero-card__actions{
  display:flex;
  width:100%;
  gap:12px;
  margin-top:18px;
}

.ada-tour-hero-card__whatsapp,
.ada-tour-hero-card__cta{
  min-height:48px;
  border-radius:12px;
  text-decoration:none;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.ada-tour-hero-card__whatsapp{
  flex:0 0 96px;
  background:#603a28;
  color:#fff;
}

.ada-tour-hero-card__whatsapp:visited,
.ada-tour-hero-card__whatsapp:hover,
.ada-tour-hero-card__whatsapp:active,
.ada-tour-hero-card__whatsapp:focus{
  color:#fff;
}

.ada-tour-hero-card__whatsapp svg{
  width:22px;
  height:22px;
  display:block;
  fill:currentColor;
}

.ada-tour-hero-card__cta{
  flex:1 1 auto;
  background:#f0b24a;
  color:#603a28;
  padding:0 18px;
}

.ada-tour-hero-card__links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
  gap:8px;
  margin-top:14px;
}

.ada-tour-hero-card__links a,
.ada-tour-hero-card__links span{
  color:rgba(255,255,255,.86);
  font-size:12px;
  font-weight:600;
  text-transform:none;
  letter-spacing:.02em;
  text-decoration:none;
}

.ada-tour-social-proof{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:32px;
  margin:32px 0 16px;
  opacity:.78;
  filter:none;
  transition:filter .5s ease, opacity .5s ease;
}

.ada-tour-social-proof:hover{
  opacity:1;
  filter:none;
}

.ada-tour-social-proof > div{
  display:flex;
  align-items:center;
  gap:8px;
  color:#603a28;
  font-weight:700;
}

.ada-tour-social-proof span{
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:-.02em;
}

.ada-tour-social-proof i[data-lucide]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  font-style:normal;
  color:#603a28;
}

.ada-tour-social-proof i[data-lucide="star"]::before{
  content:"★";
}

.ada-tour-social-proof i[data-lucide="globe"]::before{
  content:"◎";
}

.ada-tour-social-proof i[data-lucide="shield-check"]::before{
  content:"◈";
}

.tour-quick-reassurance{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin:0 0 20px;
}

.tour-quick-reassurance__item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px 18px;
  border:1px solid rgba(96,58,40,.12);
  border-radius:16px;
  background:linear-gradient(180deg, #fff 0%, #fffaf4 100%);
  box-shadow:0 10px 24px rgba(0,0,0,.04);
}

.tour-quick-reassurance__icon{
  flex:0 0 auto;
  color:#f0b24a;
  font-size:26px;
  line-height:1;
}

.tour-quick-reassurance__item p{
  margin:0;
  color:#5f564e;
  line-height:1.65;
  font-size:15px;
  font-weight:600;
}

.tour-legacy-layout{
  display:grid;
  grid-template-columns:1fr 360px;
  gap:24px;
  align-items:start;
}

.tour-legacy-block,
.tour-legacy-booking,
.tour-legacy-related__card{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.05);
  box-shadow:0 10px 24px rgba(0,0,0,.05);
}

.tour-legacy-block,
.tour-legacy-booking{
  padding:18px;
  margin-bottom:var(--tour-section-space);
}

.tour-legacy-booking{
  align-self:start;
  height:max-content;
  position:sticky;
  top:96px;
}

.tour-modern-block{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 24px rgba(0,0,0,.05);
  margin-bottom:var(--tour-section-space);
}

.tour-modern-block h2{
  margin:0 0 12px;
  color:#603A28;
  font-size:1.5rem;
  line-height:1.1;
  font-family:var(--font-heading);
}

.tour-modern-block p{
  margin:0 0 10px;
  color:#5F564E;
  line-height:1.72;
  font-family:var(--font-body);
}

.tour-legacy-block h2,
.tour-legacy-booking h3,
.tour-legacy-related h2{
  margin:0 0 14px;
  font-family:var(--font-heading);
  color:#603a28;
  font-size:30px;
}

.tour-legacy-block p,
.tour-legacy-block li{
  line-height:1.75;
}

.timeline{
  border-left:1px solid #e5e7eb;
  padding-left:2rem;
  margin-left:.625rem;
}

.step{
  position:relative;
  margin-bottom:2.25rem;
}

.step::before{
  content:"";
  position:absolute;
  left:-36px;
  top:6px;
  width:11px;
  height:11px;
  background-color:#F0B24A;
  border-radius:9999px;
  border:3px solid white;
  box-shadow:0 0 0 1px #F0B24A;
}

.tour-pricing{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  padding:20px 0;
}

.tour-pricecard{
  background:#fff;
  border-radius:12px;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
  border:1px solid #e5e7eb;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.tour-pricecard__head{
  padding:25px;
  text-align:center;
  background-color:#4A4339;
}

.tour-pricecard__title{
  margin:0;
  color:#fff;
  font-size:1.4rem;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-weight:700;
}

.tour-pricecard__subtitle{
  color:#fff;
  font-size:1.05rem;
  margin-top:8px;
  font-weight:300;
}

.tour-pricecard__title,
.tour-pricecard__subtitle{
  color:#fff !important;
}

.tour-pricecard__body{
  padding:25px;
  text-align:center;
}

.tour-pricecard__price{
  font-size:3rem;
  font-weight:900;
  color:#603A28;
}

.tour-pricecard__subprice{
  margin-top:8px;
  color:#6b625b;
  font-weight:800;
  letter-spacing:.12em;
  font-size:.75rem;
}

.tour-pricecard__note{
  margin-top:14px;
  font-size:.7rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#f0b24a;
  font-weight:900;
}

.tour-inclusions-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:14px;
}

.tour-inclusions-list li{
  position:relative;
  padding-left:22px;
}

.tour-inclusions-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.7em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#F0B24A;
}

.tour-legacy-reviews{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

.tour-legacy-review{
  padding:16px;
  border:1px solid rgba(0,0,0,.05);
  border-radius:14px;
  background:#fffaf4;
}

.tour-legacy-review h3{
  margin:0 0 8px;
  color:#603a28;
  font-size:18px;
}

.tour-legacy-review p{
  margin:0;
}

.tour-how-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.tour-how-card{
  position:relative;
  padding:18px;
  border:1px solid rgba(96,58,40,.08);
  border-radius:16px;
  background:#fffaf4;
  min-height:160px;
}

.tour-how-card__step{
  margin:0 0 10px;
  color:rgba(96,58,40,.18);
  font-family:var(--font-heading);
  font-size:48px;
  line-height:1;
}

.tour-how-card h3{
  margin:0 0 8px;
  color:#603a28;
  font-size:22px;
}

.tour-how-card p{
  margin:0;
}

.tour-how-section{
  background:#fff;
  padding:32px;
  margin-bottom:var(--tour-section-space);
  border:1px solid rgba(46,27,16,.06);
  border-radius:24px;
}

.tour-how-section__title{
  margin:0 0 32px;
  color:#4A4339;
  text-align:center;
  font-size:32px;
}

.tour-how-section__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:32px;
  position:relative;
}

.tour-how-step{
  position:relative;
  text-align:center;
}

.tour-how-step__number{
  position:absolute;
  top:-16px;
  left:50%;
  z-index:0;
  transform:translateX(-50%);
  color:rgba(46,27,16,.12);
  font-family:var(--font-heading);
  font-size:48px;
  line-height:1;
}

.tour-how-step__content{
  position:relative;
  z-index:1;
}

.tour-how-step__content h3,
.tour-how-step__title{
  margin:0 0 8px;
  color:#4A4339;
  font-family:var(--font-heading);
  font-size:24px;
  font-weight:700;
}

.tour-how-step__content p{
  margin:0;
  color:#6B7280;
  font-size:15px;
  line-height:1.6;
}

.tour-faq-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}

.tour-faq-item{
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:18px;
  background:#fff;
}

.tour-faq-question{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width:100%;
  padding:20px;
  border:0;
  background:#fff;
  color:#603A28;
  text-align:left;
  font-weight:700;
  cursor:pointer;
}

.tour-faq-question:hover{
  background:#fcfaf7;
}

.tour-faq-icon{
  flex:0 0 auto;
  color:#F0B24A;
  font-size:22px;
  line-height:1;
  transition:transform .3s ease;
}

.tour-faq-question[aria-expanded="true"] .tour-faq-icon{
  transform:rotate(180deg);
}

.tour-faq-answer{
  padding:20px;
  border-top:1px solid #fcfaf7;
  color:#6B7280;
  background:#fff;
}

.tour-faq-answer p{
  margin:0;
}

.tour-location-grid{
  display:grid;
  grid-template-columns:minmax(0, 7fr) minmax(0, 3fr);
  gap:24px;
  align-items:stretch;
}

.tour-location-header{
  max-width:760px;
  margin:0 0 16px;
}

.tour-location-eyebrow{
  margin:0 0 6px;
  color:#a07b56;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.tour-location-header h2{
  margin:0;
  color:#5f564e;
  font-size:30px;
  line-height:1.08;
  font-family:var(--font-heading);
}

.tour-location-copy{
  display:grid;
  gap:14px;
  align-content:start;
  padding:24px 26px;
  border-radius:22px;
  border:1px solid rgba(96,58,40,.08);
  background:linear-gradient(180deg, #fffdf9 0%, #fff8ec 100%);
}

.tour-location-label-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
}

.tour-location-lead{
  margin:0;
  color:#5f564e;
  font-size:15px;
  line-height:1.75;
}

.tour-location-label{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  background:#603A28;
  color:#fff;
  font-weight:800;
}

.tour-location-badge-inline{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(96,58,40,.12);
  background:#fff;
  color:#6b625b;
  font-size:13px;
  font-weight:700;
}

.tour-location-facts{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.tour-location-facts span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  border-radius:10px;
  border:1px solid rgba(96,58,40,.08);
  background:#fff;
  color:#6b625b;
  font-size:12px;
  font-weight:700;
}

.tour-location-access{
  margin:0;
  color:#6b625b;
  line-height:1.72;
}

.tour-location-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.tour-location-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  margin-top:0;
  border-radius:10px;
  border:1px solid rgba(96,58,40,.12);
  background:#603A28;
  color:#fff;
  font-weight:800;
  text-decoration:none;
  letter-spacing:.04em;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.tour-location-link:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 18px rgba(96,58,40,.14);
  background:#6b3f2a;
}

.tour-location-map{
  position:relative;
  overflow:hidden;
  min-height:320px;
  border-radius:22px;
  background:#e5e7eb;
}

.tour-location-map img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.92;
  transition:opacity .4s ease, transform .4s ease, filter .4s ease;
  filter:none;
}

.tour-location-map:hover img{
  opacity:1;
  transform:scale(1.03);
}

.tour-comparison-section__inner{
  max-width:100%;
  margin:0 auto;
}

.tour-comparison-section__header{
  margin:0 auto 28px;
  text-align:center;
}

.tour-comparison-section__eyebrow{
  margin:0 0 10px;
  color:#a07b56;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.tour-comparison-section__intro{
  margin:12px auto 0;
  color:#6b625b;
  line-height:1.75;
}

.tour-comparison-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:22px;
}

.tour-comparison-card{
  position:relative;
  padding:26px 22px 22px;
  border-radius:20px;
  border:1px solid rgba(96,58,40,.12);
  background:#fff;
  box-shadow:0 12px 28px rgba(0,0,0,.05);
}

.tour-comparison-card--primary{
  background:linear-gradient(180deg, #fffdf9 0%, #fff8ec 100%);
  border-color:rgba(240,178,74,.45);
}

.tour-comparison-card--secondary{
  background:linear-gradient(180deg, #fff 0%, #fcfaf7 100%);
}

.tour-comparison-card__badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  margin-bottom:18px;
  border-radius:999px;
  background:#603a28;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.tour-comparison-card--primary .tour-comparison-card__badge{
  background:#f0b24a;
  color:#603a28;
}

.tour-comparison-card h3,
.tour-comparison-card p{
  margin:0 0 18px;
  color:#603a28;
  font-size:28px;
  line-height:1.1;
  font-family:var(--font-heading);
}

.tour-comparison-card__list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:16px;
}

.tour-comparison-card__list li{
  padding-top:14px;
  border-top:1px solid rgba(96,58,40,.08);
}

.tour-comparison-card__label{
  display:block;
  margin:0 0 6px;
  color:#a07b56;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.tour-comparison-card__list p{
  margin:0;
  color:#5f564e;
  line-height:1.7;
  font-weight:600;
}

.tour-comparison-section__conclusion{
  margin:22px auto 0;
  text-align:center;
  color:#6b625b;
  line-height:1.75;
}

.tour-comparison-section,
.tour-tags-section,
.tour-legacy-related{
  width:100%;
  box-sizing:border-box;
}

.tour-comparison-section,
.tour-tags-section{
  padding-left:0;
  padding-right:0;
  background:transparent;
  border:0;
  box-shadow:none;
}

.tour-comparison-section{
  margin-top:var(--tour-section-space);
  margin-bottom:var(--tour-section-space);
}

.tour-legacy-related{
  margin-top:var(--tour-section-space);
  margin-bottom:var(--tour-section-space);
}

.tour-tags-section{
  margin-top:var(--tour-section-space);
  margin-bottom:0;
}

.tour-tags-section__title{
  margin:0 0 18px;
  text-align:center;
  color:#603a28;
  font-size:26px;
  line-height:1.15;
  font-family:var(--font-heading);
}

.tour-tags-section__list{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
}

.tour-tags-section__tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:10px;
  border:1px solid rgba(96,58,40,.12);
  background:#fff;
  color:#603a28;
  font-size:14px;
  font-weight:700;
  line-height:1;
  box-shadow:0 8px 18px rgba(0,0,0,.04);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.tour-tags-section__tag:hover{
  transform:translateY(-1px);
  border-color:rgba(240,178,74,.72);
  background:#fff8ec;
  box-shadow:0 12px 24px rgba(0,0,0,.08);
}

.tour-location-badge{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  display:grid;
  gap:4px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(30,18,12,.58);
  box-shadow:0 14px 26px rgba(0,0,0,.14);
}

.tour-location-badge strong{
  color:#fff;
  font-size:14px;
  font-family:var(--font-heading);
}

.tour-location-badge span{
  color:rgba(255,255,255,.88);
  font-size:13px;
  font-weight:600;
  text-transform:none;
  letter-spacing:0;
  line-height:1.55;
}

.ada-tour-booking-card{
  padding:24px;
}

.ada-tour-booking-card__title{
  margin:0 0 18px;
  color:#603a28;
  font-size:32px;
}

.ada-tour-booking-card__actions{
  margin:0 0 24px;
}

.ada-tour-booking-card__whatsapp{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  width:100%;
  border-radius:14px;
  background:#25D366;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 10px 18px rgba(96,58,40,.14);
}

.ada-tour-booking-card__whatsapp:visited,
.ada-tour-booking-card__whatsapp:hover,
.ada-tour-booking-card__whatsapp:active,
.ada-tour-booking-card__whatsapp:focus{
  color:#fff;
}

.ada-tour-booking-card__divider{
  display:flex;
  align-items:center;
  gap:12px;
  margin:14px 0 0;
  color:#6b625b;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.1em;
}

.ada-tour-booking-card__divider::before,
.ada-tour-booking-card__divider::after{
  content:"";
  flex:1 1 auto;
  height:1px;
  background:#e5e7eb;
}

.ada-tour-booking-card__trust{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:8px;
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e5e7eb;
  text-align:center;
}

.ada-tour-booking-card__trust strong{
  display:block;
  color:#6b625b;
  font-size:11px;
  font-weight:700;
  text-transform:none;
  letter-spacing:.02em;
  line-height:1.5;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form{
  --panel:#f2d8a8;
  --ink:#4A2E1B;
  --line:rgba(74, 46, 27, 0.1);
  --border:rgba(74, 46, 27, 0.1);
  --btn:#603A28;
  --btn-hover:#452A17;
  --radius:16px;
  display:grid;
  gap:16px;
  width:100%;
  max-width:none;
  margin:0;
  padding:22px 20px 24px;
  background:var(--panel);
  color:var(--ink);
  font-family:var(--font-body);
  line-height:1.55;
  border-radius:var(--radius);
  border:1px solid var(--border);
  box-shadow:0 8px 22px rgba(0,0,0,.05);
  box-sizing:border-box;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .progress-container{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-bottom:4px;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .progress-bar{
  flex:1 1 0;
  height:4px;
  border-radius:999px;
  background:#e5e7eb;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .progress-bar.active{
  background:#F0B24A;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .form-step.hidden{
  display:none;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .form-step-title{
  color:var(--ink);
  text-transform:none;
  font-size:16px;
  font-weight:700;
  letter-spacing:normal;
  border-bottom:1px solid var(--line);
  padding-bottom:10px;
  margin:0 0 12px;
  opacity:1;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .form-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field{
  margin:0 0 12px;
  width:100%;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field label{
  display:block;
  margin:0 0 6px;
  color:var(--ink);
  opacity:1;
  font-size:12px;
  font-weight:600;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field--wide label{
  display:none;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .section-title{
  color:var(--ink);
  text-transform:none;
  font-size:16px;
  font-weight:700;
  letter-spacing:normal;
  border-bottom:1px solid var(--line);
  padding-bottom:10px;
  margin:0 0 12px;
  opacity:1;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form input:not([type="checkbox"]),
:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form select,
:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form textarea{
  width:100%;
  min-height:48px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--ink);
  border-radius:8px;
  padding:10px;
  box-sizing:border-box;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form input:not([type="checkbox"]):focus,
:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form select:focus,
:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form textarea:focus{
  outline:none;
  border-color:var(--ink);
  box-shadow:0 0 0 1px var(--ink);
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form input[type="checkbox"]{
  accent-color:var(--ink);
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field--option{
  display:flex;
  align-items:flex-start;
  gap:12px;
  width:100%;
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:transparent;
  color:var(--ink);
  cursor:pointer;
  box-sizing:border-box;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field--option:hover{
  background:rgba(255, 255, 255, 0.2);
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field--option strong,
:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field--option small{
  color:var(--ink);
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .row-amount--soft{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:#4A2E1B;
  border:1px solid var(--line);
  color:white;
  border-radius:14px;
  padding:14px 16px;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .row-amount--soft span{
  color:white;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .row-amount--strong{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:#4A2E1B;
  border:1px solid var(--line);
  color:white;
  box-shadow:none;
  border-radius:16px;
  padding:12px 16px;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .row-amount--strong span{
  color:white;
  line-height:1.2;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .row-amount--strong span:last-child{
  color:white;
  font-family:var(--font-heading);
  font-size:30px;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .step-actions{
  display:flex;
  flex-direction:row;
  gap:12px;
  align-items:stretch;
  margin-top:10px;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .btn-next,
:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .btn-back{
  border:0;
  border-radius:8px;
  min-height:50px;
  padding:14px;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  box-shadow:none;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .btn-next{
  width:100%;
  background:#F0B24A;
  color:#603A28;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .btn-next--split{
  width:auto;
  flex:1.8 1 0;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .btn-back{
  width:auto;
  min-width:0;
  flex:1 1 0;
  background:#f1f1f1;
  color:#603A28;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form button[type="submit"]{
  background:var(--btn);
  color:white;
  border-radius:8px;
  padding:14px;
  font-size:16px;
  font-weight:700;
  transition:background 0.2s;
  border:none;
  box-shadow:none;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form button[type="submit"]:hover{
  background:var(--btn-hover);
  transform:none;
}

#quadBookingScope .form-alert{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border:1px solid #f2d8a8;
  border-radius:14px;
  background:#fffaf4;
  color:#b24b2f;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .form-step{
  width:100%;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field--option span{
  display:flex;
  flex-direction:column;
  gap:4px;
  flex:1 1 auto;
  width:100%;
  min-width:0;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field--option small{
  display:block;
  line-height:1.4;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form{
  --panel:#f2d8a8;
  --ink:#4A2E1B;
  --line:rgba(74, 46, 27, 0.1);
  --border:rgba(74, 46, 27, 0.1);
  --btn:#603A28;
  --btn-hover:#452A17;
  --radius:16px;
  display:grid;
  gap:16px;
  width:100%;
  margin:0;
  padding:22px 20px 24px;
  background:var(--panel);
  color:var(--ink);
  font-family:var(--font-body);
  line-height:1.55;
  border-radius:var(--radius);
  border:1px solid var(--border);
  box-shadow:0 10px 30px rgba(0,0,0,.05);
  box-sizing:border-box;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .title,
:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .rule{
  display:none;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .progress-container{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-bottom:4px;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .progress-bar{
  flex:1 1 0;
  height:4px;
  border-radius:999px;
  background:#e5e7eb;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .progress-bar.active{
  background:#F0B24A;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .form-step.hidden{
  display:none;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .section-title{
  color:var(--ink);
  text-transform:none;
  font-size:16px;
  font-weight:700;
  letter-spacing:normal;
  border-bottom:1px solid var(--line);
  padding-bottom:10px;
  margin:0 0 12px;
  opacity:1;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .form-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field{
  margin:0 0 12px;
  width:100%;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field label{
  display:block;
  margin:0 0 6px;
  color:var(--ink);
  opacity:1;
  font-size:12px;
  font-weight:600;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field--wide label{
  display:none;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form input:not([type="checkbox"]):not([type="radio"]),
:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form select,
:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form textarea{
  width:100%;
  min-height:48px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--ink);
  border-radius:8px;
  padding:10px;
  box-sizing:border-box;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form textarea{
  min-height:140px;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form input:not([type="checkbox"]):not([type="radio"]):focus,
:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form select:focus,
:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form textarea:focus{
  outline:none;
  border-color:var(--ink);
  box-shadow:0 0 0 1px var(--ink);
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form input[type="checkbox"]{
  accent-color:var(--ink);
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field--option{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:transparent;
  color:var(--ink);
  cursor:pointer;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field--option:hover{
  background:rgba(255, 255, 255, 0.2);
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field--option strong,
:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .field--option small{
  color:var(--ink);
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .row-amount{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  background:#4A2E1B;
  border:1px solid var(--line);
  color:white;
  border-radius:14px;
  padding:14px 16px;
  margin:0 0 12px;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .row-amount span{
  color:white;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .row-amount span:last-child{
  font-family:var(--font-heading);
  font-size:30px;
  line-height:1.2;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .step-actions{
  display:flex;
  flex-direction:row;
  gap:12px;
  align-items:stretch;
  margin-top:10px;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .btn-next,
:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .btn-back{
  border:0;
  border-radius:8px;
  min-height:50px;
  padding:14px;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  box-shadow:none;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .btn-next{
  width:100%;
  background:#F0B24A;
  color:#603A28;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .btn-next--split{
  width:auto;
  flex:1.8 1 0;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .btn-back{
  width:auto;
  min-width:0;
  flex:1 1 0;
  background:#f1f1f1;
  color:#603A28;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form button[type="submit"]{
  background:var(--btn);
  color:white;
  border-radius:8px;
  padding:14px;
  font-size:16px;
  font-weight:700;
  transition:background 0.2s;
  border:none;
  box-shadow:none;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form button[type="submit"]:hover{
  background:var(--btn-hover);
  transform:none;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .radio-group{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .radio-group label{
  display:flex;
  align-items:flex-start;
  gap:8px;
  min-width:0;
  max-width:100%;
  white-space:normal;
  word-break:break-word;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .radio-group input[type="radio"]{
  flex:0 0 auto;
  margin-top:2px;
}

#buggyBookingScope .booking-step-form .duration-inline .radio-group{
  display:flex;
  gap:10px;
  flex-wrap:nowrap;
}

#buggyBookingScope .booking-step-form .duration-inline .radio-group label{
  align-items:center;
  justify-content:center;
  min-height:42px;
  min-width:88px;
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  color:var(--ink);
  font-weight:700;
  cursor:pointer;
  flex:0 0 auto;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}

#buggyBookingScope .booking-step-form .duration-inline .radio-group input[type="radio"]{
  position:absolute;
  opacity:0;
  pointer-events:none;
  width:0;
  height:0;
  margin:0;
}

#buggyBookingScope .booking-step-form .duration-inline .radio-group label:has(input[type="radio"]:checked){
  background:#F0B24A;
  border-color:#F0B24A;
  color:#603A28;
}

:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .note,
:is(
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form .hint{
  color:var(--ink);
  font-size:12px;
  opacity:.8;
}

.tour-legacy-booking{
  position:sticky;
  top:96px;
  max-height:none;
  overflow:visible;
}

.tour-legacy-alert{
  margin:0 0 12px;
  padding:10px 12px;
  border-radius:8px;
  background:#b24b2f;
  color:#fff;
  font-weight:600;
}

.tour-legacy-related{
  margin-top:32px;
  padding:28px 0 0;
}

.tour-legacy-related__header{
  max-width:760px;
  margin:0 0 22px;
}

.tour-legacy-related__eyebrow{
  margin:0 0 10px;
  color:#a07b56;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.tour-legacy-related h2{
  margin:0 0 14px;
  color:#5f564e;
  font-size:34px;
  line-height:1.08;
  font-family:var(--font-heading);
}

.tour-legacy-related__intro{
  margin:0;
  color:#5f564e;
  line-height:1.8;
  font-size:16px;
}

.tour-legacy-related__intro a{
  color:var(--brand);
  font-weight:600;
}

.tour-legacy-related__orientation{
  margin:0 0 22px;
  padding:16px 18px;
  border:1px solid rgba(96,58,40,.08);
  border-radius:18px;
  background:linear-gradient(180deg, #fff 0%, #fcfaf7 100%);
}

.tour-legacy-related__orientation p{
  margin:0;
  color:#6b625b;
  line-height:1.75;
}

.tour-legacy-related__orientation a{
  color:#603a28;
  font-weight:700;
}

.tour-legacy-related__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.tour-legacy-related__card{
  display:block;
  overflow:hidden;
  color:inherit;
  text-decoration:none;
  border:1px solid rgba(96,58,40,.12);
  border-radius:22px;
  background:linear-gradient(180deg, #fff 0%, #fcfaf7 100%);
  box-shadow:0 14px 30px rgba(0,0,0,.05);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.tour-legacy-related__card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 30px rgba(0,0,0,.07);
  border-color:rgba(240,178,74,.45);
}

.tour-legacy-related__card img{
  width:100%;
  height:228px;
  object-fit:cover;
  display:block;
}

.tour-legacy-related__card-body{
  padding:16px 16px 18px;
}

.tour-legacy-related__card-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  margin-bottom:12px;
  border-radius:999px;
  background:rgba(96,58,40,.08);
  color:#a07b56;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.tour-legacy-related__card h3,
.tour-legacy-related__card-title{
  margin:0 0 10px;
  color:#5f564e;
  font-size:22px;
  line-height:1.18;
}

.tour-legacy-related__card h3 a,
.tour-legacy-related__card-title a{
  color:inherit;
  text-decoration:none;
}

.tour-legacy-related__card h3 a:hover,
.tour-legacy-related__card-title a:hover{
  text-decoration:none;
}

.tour-legacy-related__card p{
  margin:0 0 14px;
  color:#6b625b;
  line-height:1.7;
}

.tour-legacy-related__card-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#603a28;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.tour-legacy-related__card-link::after{
  content:"→";
  font-size:14px;
}

.ada-tour-gallery{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  gap:16px;
  margin:20px 0 28px;
  min-height:400px;
}

.ada-tour-gallery__lead{
  min-height:400px;
}

.ada-tour-gallery__stack{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:16px;
}

.ada-tour-gallery__row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.ada-tour-gallery__trigger{
  position:relative;
  display:block;
  width:100%;
  height:100%;
  min-height:192px;
  padding:0;
  border:0;
  border-radius:18px;
  overflow:hidden;
  cursor:pointer;
  background:#e5e7eb;
}

.ada-tour-gallery__img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

.ada-tour-gallery__trigger:hover .ada-tour-gallery__img{
  transform:scale(1.05);
}

.ada-tour-gallery__overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.35);
  color:#fff;
  text-align:center;
  transition:background .25s ease;
}

.ada-tour-gallery__more:hover .ada-tour-gallery__overlay{
  background:rgba(0,0,0,.55);
}

.ada-tour-gallery__overlay-icon{
  font-size:28px;
  line-height:1;
  font-weight:700;
  margin-bottom:8px;
}

.ada-tour-gallery__overlay-title{
  font-size:20px;
  font-weight:700;
}

.ada-tour-gallery__overlay-count{
  font-size:12px;
  opacity:.85;
  margin-top:4px;
}

.ada-tour-gallery-modal{
  position:fixed;
  inset:0;
  z-index:9998;
}

.ada-tour-gallery-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(30,18,12,.58);
}

.ada-tour-gallery-modal__panel{
  position:relative;
  width:min(calc(100% - 32px), 1240px);
  max-height:calc(100vh - 32px);
  margin:16px auto;
  background:#fff;
  border-radius:18px;
  overflow:auto;
  box-shadow:0 16px 30px rgba(0,0,0,.14);
}

.ada-tour-gallery-modal__top{
  position:sticky;
  top:0;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(6px);
  border-bottom:1px solid rgba(0,0,0,.05);
}

.ada-tour-gallery-modal__eyebrow{
  margin:0;
  color:#603a28;
  font-size:12px;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.ada-tour-gallery-modal__title{
  margin:4px 0 0;
  color:#6b625b;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.ada-tour-gallery-modal__close{
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:#fffaf4;
  color:#603a28;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

.ada-tour-gallery-modal__grid{
  column-count:3;
  column-gap:24px;
  padding:24px;
}

.ada-tour-gallery-modal__item{
  break-inside:avoid;
  margin:0 0 24px;
}

.ada-tour-gallery-modal__item img{
  display:block;
  width:100%;
  border-radius:18px;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}

@media (width <= 980px){
  .tour-legacy-layout{
    grid-template-columns:1fr;
  }

  .ada-tour-hero-card{
    grid-template-columns:1fr;
    gap:20px;
  }

  .ada-tour-hero-card__aside{
    align-items:flex-start;
    text-align:left;
  }

  .ada-tour-hero-card__links{
    justify-content:flex-start;
  }

  .tour-legacy-related__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .tour-how-grid{
    grid-template-columns:1fr;
  }

  .tour-how-section__grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .tour-faq-grid,
  .tour-location-grid{
    grid-template-columns:1fr;
  }

  .tour-location-header h2{
    font-size:24px;
  }

  .tour-location-copy{
    padding:20px 18px;
  }

  .tour-location-facts{
    gap:6px;
  }

  .tour-location-facts span{
    width:100%;
    justify-content:center;
  }

  .tour-location-label-row{
    justify-content:center;
  }

  .tour-location-label{
    width:auto;
    justify-content:center;
  }

  .tour-location-badge-inline{
    width:auto;
    justify-content:center;
  }

  .tour-location-link{
    width:100%;
    margin-top:0;
  }

  .tour-legacy-reviews{
    grid-template-columns:1fr;
  }

  .tour-comparison-grid{
    grid-template-columns:1fr;
  }

  .tour-pricing{
    grid-template-columns:1fr;
  }

  .tour-quick-reassurance{
    grid-template-columns:1fr;
  }

  .tour-legacy-booking{
    position:static;
  }

  .ada-tour-booking-card__trust{
    grid-template-columns:1fr;
  }

  .ada-tour-gallery{
    grid-template-columns:1fr;
    min-height:0;
  }

  .ada-tour-gallery__lead{
    min-height:320px;
  }

  .ada-tour-gallery__stack{
    display:none;
  }

  .ada-tour-gallery-modal__grid{
    column-count:2;
  }

}

@media (width <= 640px){
  .tour-legacy-pricing,
  .tour-legacy-related__grid{
    grid-template-columns:1fr;
  }

  #quadBookingScope .form-grid-2{
    grid-template-columns:1fr;
  }

  #quadBookingScope .step-actions{
    flex-direction:column;
  }

  :is(
    #buggyBookingScope,
    #camelBookingScope,
    #dinnerBookingScope,
    #fulldayBookingScope,
    #balloonBookingScope,
    #lunchpoolBookingScope,
    #bedouinBookingScope,
    #specialRequestScope
  ) .booking-step-form .form-grid-2{
    grid-template-columns:1fr;
  }

  :is(
    #buggyBookingScope,
    #camelBookingScope,
    #dinnerBookingScope,
    #fulldayBookingScope,
    #balloonBookingScope,
    #lunchpoolBookingScope,
    #bedouinBookingScope,
    #specialRequestScope
  ) .booking-step-form .step-actions{
    flex-direction:column;
  }

  .btn-back,
  .btn-next--split{
    width:100%;
  }

  .ada-tour-hero-card{
    padding:22px 18px;
    gap:16px;
  }

  .ada-tour-hero-card__title{
    font-size:36px;
    line-height:1.02;
  }

  .ada-tour-hero-card__subtitle{
    font-size:18px;
    line-height:1.45;
  }

  .ada-tour-hero-card--split .ada-tour-hero-card__title{
    font-size:18px;
    line-height:1.45;
  }

  .ada-tour-hero-card--split .ada-tour-hero-card__subtitle{
    font-size:36px;
    line-height:1.05;
  }

  .ada-tour-hero-card__price strong{
    font-size:42px;
  }

  .ada-tour-hero-card__price{
    gap:8px;
    align-items:baseline;
  }

  .ada-tour-hero-card__badges{
    gap:8px;
  }

  .ada-tour-hero-card__badges span{
    min-height:34px;
    padding:0 12px;
    font-size:12px;
  }

  .ada-tour-hero-card__links{
    gap:6px 10px;
    margin-top:12px;
  }

  .ada-tour-hero-card__links a,
  .ada-tour-hero-card__links span{
    font-size:13px;
  }

  .ada-tour-hero-card__actions{
    flex-direction:column;
  }

  .ada-tour-social-proof{
    gap:14px 18px;
    margin-top:24px;
  }

  .ada-tour-social-proof span{
    font-size:12px;
  }

  .tour-comparison-card{
    padding:22px 18px 18px;
    border-radius:18px;
  }

  .tour-comparison-card h3,
  .tour-comparison-card p{
    font-size:24px;
  }

  .tour-tags-section__title{
    font-size:22px;
  }

  .tour-quick-reassurance__item{
    padding:14px 16px;
  }

  .tour-modern-block{
    padding:16px;
    border-radius:16px;
  }

  .tour-modern-block h2{
    margin-bottom:10px;
    font-size:1.3rem;
  }

  .tour-modern-block p,
  .tour-how-step__content p,
  .tour-faq-answer p,
  .tour-location-copy p{
    font-size:15px;
    line-height:1.7;
  }

  .tour-faq-question{
    padding:16px;
    font-size:15px;
  }

  .tour-location-grid{
    gap:14px;
  }

  .tour-location-map{
    min-height:240px;
    border-radius:18px;
  }

  .ada-tour-booking-card{
    padding:18px;
  }

  .ada-tour-booking-card__title{
    font-size:28px;
    margin-bottom:14px;
  }

  .ada-tour-booking-card__divider{
    font-size:11px;
    letter-spacing:.06em;
  }

  .ada-tour-booking-card__trust strong{
    font-size:11px;
    line-height:1.45;
  }

  .ada-tour-gallery{
    gap:10px;
    margin:14px 0 22px;
  }

  .ada-tour-gallery__lead{
    min-height:240px;
  }

  .ada-tour-gallery__trigger{
    border-radius:14px;
  }

  .ada-tour-gallery-modal__panel{
    width:calc(100% - 16px);
    max-height:calc(100vh - 16px);
    margin:8px auto;
    border-radius:14px;
  }

  .ada-tour-gallery-modal__top{
    padding:14px;
  }

  .ada-tour-gallery-modal__grid{
    column-count:1;
    column-gap:0;
    padding:14px;
  }

  .ada-tour-gallery-modal__item{
    margin-bottom:14px;
  }

.ada-mail-popup__dialog{
    margin:10vh 12px 0;
  }
}

/* Unified visual theme for all tour booking forms, with quad as reference */
:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .booking-step-form{
  --panel:#f2d8a8;
  --ink:#4A2E1B;
  --line:rgba(74, 46, 27, 0.1);
  --border:rgba(74, 46, 27, 0.1);
  --btn:#603A28;
  --btn-hover:#452A17;
  background:var(--panel);
  color:var(--ink);
  border:1px solid var(--border);
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .progress-bar.active{
  background:#F0B24A;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) :is(.form-step-title, .section-title){
  display:block;
  margin:0 0 12px;
  padding-bottom:10px;
  color:var(--ink);
  font-size:16px;
  font-weight:700;
  letter-spacing:normal;
  border-bottom:1px solid var(--line);
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea){
  background:#fff;
  border:1px solid var(--line);
  color:var(--ink);
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea):focus{
  border-color:var(--ink);
  box-shadow:0 0 0 1px var(--ink);
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .field--option{
  background:transparent;
  border:1px solid var(--line);
  color:var(--ink);
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .field--option:hover{
  background:rgba(255,255,255,.18);
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) :is(.row-amount, .row-amount--soft, .row-amount--strong){
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-radius:14px;
  padding:14px 16px;
  margin:0 0 12px;
  background:#4A2E1B;
  border:1px solid var(--line);
  color:#fff;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) :is(.row-amount, .row-amount--soft, .row-amount--strong) span{
  color:#fff;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) :is(.row-amount--strong, .row-amount.row-amount--strong) span:last-child{
  font-family:var(--font-heading);
  font-size:30px;
  line-height:1.2;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .btn-next{
  background:#F0B24A;
  color:#603A28;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .btn-back{
  background:#f1f1f1;
  color:#603A28;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) button[type="submit"]{
  background:var(--btn);
  color:#fff;
}

:is(
  #quadBookingScope,
  #buggyBookingScope,
  #camelBookingScope,
  #dinnerBookingScope,
  #fulldayBookingScope,
  #balloonBookingScope,
  #lunchpoolBookingScope,
  #bedouinBookingScope,
  #specialRequestScope
) .form-message{
  display:none;
  margin:0 0 12px;
  padding:12px 14px;
  border-radius:12px;
  background:#b3261e;
  color:#fff;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
}
