/* SayarahGo 1.25.14: dedicated service photography, stronger proof, refined navigation, and language preview. */

html,
body {
  overflow-x: clip;
}

/* Full-width persistent header that gently compacts after the first viewport movement. */
.bcsg-main {
  padding-top: 88px;
}
.bcsg-site-header {
  top: 0;
  pointer-events: auto;
  background: #fff;
  border-bottom: 1px solid rgba(79,0,91,.09);
  box-shadow: 0 10px 34px rgba(35,0,42,.07);
  backdrop-filter: none;
  opacity: 1;
  transform: none;
}
.bcsg-site-header.is-hidden {
  opacity: 1;
  transform: none;
}
.bcsg-site-header__inner {
  width: min(1440px, 100%);
  height: 88px;
  padding: 0 clamp(22px, 4vw, 64px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: height .22s ease, padding .22s ease;
}
.bcsg-logo img {
  width: 186px;
  transition: width .22s ease;
}
.bcsg-site-header.is-compact .bcsg-site-header__inner {
  height: 68px;
}
.bcsg-site-header.is-compact .bcsg-logo img {
  width: 150px;
}
.bcsg-site-header.is-compact .bcsg-header-cta .bcsg-btn {
  min-height: 40px;
  padding-inline: 17px;
}
body.admin-bar .bcsg-site-header {
  top: 32px;
}

/* A more architectural card system; pills remain reserved for controls and labels. */
.bcsg-card,
.bcsg-vehicle-card,
.bcsg-purpose-card,
.bcsg-about-direction__card,
.bcsg-home-why__grid article,
.bcsg-journey-route li,
.bcsg-home-booking,
.bcsg-testimonial,
.bcsg-whatsapp-card,
.bcsg-flight-card,
.bcsg-faq details {
  border-radius: 18px;
}
.bcsg-home-booking__head,
.bcsg-home-booking__viewport {
  border-radius: 0;
}
.bcsg-language-switcher__menu {
  border-radius: 16px;
}

.bcsg-home-hero {
  background: #17031d;
}
.bcsg-home-hero__scenes,
.bcsg-home-hero__scene {
  position: absolute;
  inset: 0;
}
.bcsg-home-hero__scenes {
  z-index: -2;
  overflow: hidden;
}
.bcsg-home-hero__scene {
  opacity: 0;
  background-position: center;
  background-size: cover;
  animation: bcsg-home-scene 9s linear infinite;
  transform: scale(1.02);
  will-change: opacity, transform;
}
.bcsg-home-hero__scene--one {
  background-image: url("../img/home-hero-dubai-v1.webp");
}
.bcsg-home-hero__scene--two {
  background-image: url("../img/home-hero-hotel-v2.webp");
  animation-delay: 3s;
}
.bcsg-home-hero__scene--three {
  background-image: url("../img/home-hero-airport-v3.webp");
  animation-delay: 6s;
}
@keyframes bcsg-home-scene {
  0% { opacity: 0; transform: scale(1.02); }
  5%, 31% { opacity: 1; }
  33%, 100% { opacity: 0; transform: scale(1.09); }
}
.bcsg-home-hero h1 {
  font-size: 54px;
}
.bcsg-home-hero__copy > p {
  font-size: 17px;
}

.bcsg-home-proof {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 70%, rgba(255, 193, 7, .16), transparent 25%),
    radial-gradient(circle at 83% 30%, rgba(255, 255, 255, .1), transparent 25%),
    linear-gradient(110deg, #27002f, #540060 55%, #2b0033);
}
.bcsg-home-proof::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .18;
  background-image:
    linear-gradient(28deg, transparent 48%, rgba(255,255,255,.35) 49%, transparent 50%),
    radial-gradient(circle, rgba(255,193,7,.8) 0 2px, transparent 3px);
  background-size: 180px 100px, 220px 90px;
  pointer-events: none;
}
.bcsg-home-proof__grid {
  position: relative;
}

.bcsg-home-why__grid {
  display: block;
  width: min(1180px, 100%);
  margin-inline: auto;
}
.bcsg-home-why__grid article {
  position: sticky;
  top: 110px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 520px;
  margin: 0 0 110px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--bcsg-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(42, 0, 50, .15);
}
.bcsg-home-why__grid article:nth-child(2) {
  top: 118px;
  z-index: 2;
}
.bcsg-home-why__grid article:nth-child(3) {
  top: 126px;
  z-index: 3;
}
.bcsg-home-why__grid article:nth-child(4) {
  top: 134px;
  z-index: 4;
  margin-bottom: 0;
}
.bcsg-home-why__grid article:nth-child(even) .bcsg-home-why__media {
  order: 2;
}
.bcsg-home-why__grid article:nth-child(even) .bcsg-home-why__body {
  order: 1;
}
.bcsg-home-why__media {
  position: relative;
  min-height: 520px;
  height: 100%;
  overflow: hidden;
  background: #25002d;
}
.bcsg-home-why__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(31,2,37,.52), transparent 62%);
}
.bcsg-home-why__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.bcsg-home-why__grid article:hover .bcsg-home-why__media img {
  transform: scale(1.045);
}
.bcsg-home-why__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid rgba(79,0,91,.12);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, var(--bcsg-primary), #7b1688);
  box-shadow: 0 14px 28px rgba(79,0,91,.18);
}
.bcsg-home-why__grid svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}
.bcsg-home-why__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 76px);
}
.bcsg-home-why__body > small {
  color: var(--bcsg-gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
}
.bcsg-home-why__grid h3 {
  margin: 0;
  color: var(--bcsg-primary);
  max-width: 460px;
  margin-top: 14px;
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.bcsg-home-why__grid p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--bcsg-muted);
  font-size: 17px;
  line-height: 1.75;
}
.bcsg-home-why__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--bcsg-border);
}
.bcsg-home-why__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bcsg-primary);
  font-size: 12px;
  font-weight: 800;
}
.bcsg-home-why__meta span::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--bcsg-gold);
  box-shadow: 0 0 0 4px rgba(255,193,7,.14);
}

.bcsg-home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.bcsg-home-service-card {
  overflow: hidden;
  color: var(--bcsg-text);
  border: 1px solid var(--bcsg-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(63,0,73,.08);
  transition: transform .22s ease, box-shadow .22s ease;
}
.bcsg-home-service-card:hover,
.bcsg-home-service-card:focus-visible {
  color: var(--bcsg-text);
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(63,0,73,.14);
}
.bcsg-home-service-card > img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.bcsg-home-service-card > div {
  position: relative;
  padding: 30px;
}
.bcsg-home-service-card > div > span {
  position: absolute;
  top: -27px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 5px solid #fff;
  border-radius: 16px;
  color: #fff;
  background: var(--bcsg-primary);
}
.bcsg-home-service-card > div > span svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.bcsg-home-service-card h3 {
  margin: 16px 0 0;
  color: var(--bcsg-primary);
  font-size: 25px;
}
.bcsg-home-service-card p {
  min-height: 78px;
  margin: 14px 0 0;
  color: var(--bcsg-muted);
  line-height: 1.65;
}
.bcsg-home-service-card strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--bcsg-primary);
  font-size: 14px;
}
.bcsg-home-service-card strong svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.bcsg-journey-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
}

.bcsg-journey-stage {
  position: relative;
  min-height: 390px;
  margin: 50px 0 0;
  overflow: hidden;
  border-radius: 18px;
  color: #fff;
  background: #1c0222;
}
.bcsg-journey-stage::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(22,2,27,.9), rgba(22,2,27,.32) 60%, rgba(22,2,27,.12)),
    linear-gradient(0deg, rgba(22,2,27,.78), transparent 56%);
}
.bcsg-journey-stage > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bcsg-journey-stage figcaption {
  position: absolute;
  z-index: 2;
  bottom: 46px;
  left: clamp(30px, 5vw, 70px);
  display: grid;
  gap: 9px;
  max-width: 500px;
}
.bcsg-journey-stage figcaption span {
  color: var(--bcsg-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}
.bcsg-journey-stage figcaption strong {
  font: 800 clamp(30px, 4vw, 50px)/1.04 Manrope, sans-serif;
}
.bcsg-journey-stage figcaption small {
  color: rgba(255,255,255,.74);
  font-size: 14px;
}
.bcsg-journey-stage__route {
  position: absolute;
  z-index: 2;
  right: clamp(28px, 5vw, 72px);
  bottom: 52px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.bcsg-journey-stage__route span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: var(--bcsg-gold);
  background: rgba(22,2,27,.72);
  backdrop-filter: blur(10px);
}
.bcsg-journey-stage__route svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}
.bcsg-journey-stage__route i {
  width: clamp(28px, 4vw, 68px);
  border-top: 2px dashed rgba(255,255,255,.54);
}

.bcsg-home-coverage {
  color: #fff;
  background: #f7f3f8;
}
.bcsg-home-coverage__panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  min-height: 500px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,193,7,.16), transparent 28%),
    linear-gradient(135deg, #25002d, #570062);
  box-shadow: 0 26px 70px rgba(48,0,57,.18);
}
.bcsg-home-coverage__copy {
  align-self: center;
  padding: clamp(38px, 6vw, 78px);
}
.bcsg-home-coverage__copy .bcsg-eyebrow {
  color: var(--bcsg-gold);
  border-color: rgba(255,193,7,.34);
  background: rgba(255,193,7,.1);
}
.bcsg-home-coverage__copy h2 {
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(36px, 4.4vw, 59px);
  line-height: 1.03;
  letter-spacing: -.04em;
}
.bcsg-home-coverage__copy p {
  margin: 24px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.7;
}
.bcsg-home-coverage__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 26px;
  margin-top: 30px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}
.bcsg-home-coverage__facts strong {
  display: block;
  color: var(--bcsg-gold);
  font-size: 20px;
}
.bcsg-home-coverage__map {
  position: relative;
  display: grid;
  place-content: center;
  gap: 58px;
  min-height: 500px;
  padding: 50px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
}
.bcsg-home-coverage__map::before,
.bcsg-home-coverage__map::after {
  position: absolute;
  width: 280px;
  height: 210px;
  content: "";
  opacity: .12;
  border: 2px solid #fff;
  border-radius: 44% 56% 60% 40% / 42% 46% 54% 58%;
  transform: rotate(-14deg);
}
.bcsg-home-coverage__map::before {
  top: 52px;
  left: 42px;
}
.bcsg-home-coverage__map::after {
  right: 18px;
  bottom: 42px;
  transform: rotate(18deg) scale(.8);
}
.bcsg-home-coverage__country {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 2px 15px;
  width: min(330px, 100%);
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 18px 38px rgba(0,0,0,.18);
  backdrop-filter: blur(14px);
}
.bcsg-home-coverage__country > svg {
  grid-row: 1 / 3;
  width: 30px;
  height: 30px;
  margin: auto;
  fill: var(--bcsg-gold);
}
.bcsg-home-coverage__country strong {
  color: #fff;
}
.bcsg-home-coverage__country small {
  color: rgba(255,255,255,.62);
}
.bcsg-home-coverage__country--ksa {
  margin-left: 90px;
}
.bcsg-home-coverage__line {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 42%;
  width: 190px;
  border-top: 2px dashed rgba(255,193,7,.62);
  transform: rotate(34deg);
  transform-origin: left center;
}
.bcsg-journey-route::before {
  position: absolute;
  top: 48px;
  right: 8%;
  left: 8%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--bcsg-gold), #8d4a98, var(--bcsg-primary));
}
.bcsg-journey-route li {
  position: relative;
  min-height: 310px;
  padding: 78px 28px 30px;
  overflow: hidden;
  border: 1px solid var(--bcsg-border);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(63,0,73,.07);
}
.bcsg-journey-route__icon {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 26px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 7px solid #f8f5f9;
  border-radius: 50%;
  color: #fff;
  background: var(--bcsg-primary);
}
.bcsg-journey-route__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.bcsg-journey-route__number {
  position: absolute;
  right: 22px;
  bottom: -14px;
  color: rgba(79,0,91,.06);
  font: 800 110px/1 Manrope, sans-serif;
}
.bcsg-journey-route small {
  color: var(--bcsg-gold-dark);
  font-weight: 900;
  letter-spacing: .1em;
}
.bcsg-journey-route h3 {
  position: relative;
  margin: 14px 0 0;
  color: var(--bcsg-primary);
  font-size: 24px;
}
.bcsg-journey-route p {
  position: relative;
  margin: 14px 0 0;
  color: var(--bcsg-muted);
  line-height: 1.65;
}

.bcsg-language-switcher {
  position: fixed;
  z-index: 210;
  bottom: calc(24px + var(--bcsg-flight-dock-height, 58px));
  left: 24px;
  font-family: Inter, sans-serif;
}
.bcsg-language-switcher__trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid rgba(79,0,91,.16);
  border-radius: 999px;
  color: var(--bcsg-primary);
  background: #fff;
  box-shadow: 0 12px 32px rgba(35,0,42,.2);
  cursor: pointer;
  font: 800 14px/1 Inter, sans-serif;
}
.bcsg-language-switcher__trigger > svg:first-child {
  width: 21px;
  height: 21px;
  fill: currentColor;
}
.bcsg-language-switcher__caret {
  width: 17px;
  height: 17px;
  fill: currentColor;
  transition: transform .2s ease;
}
.bcsg-language-switcher.is-open .bcsg-language-switcher__caret {
  transform: rotate(180deg);
}
.bcsg-language-switcher__menu {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  width: 244px;
  padding: 18px;
  border: 1px solid var(--bcsg-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(35,0,42,.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.bcsg-language-switcher.is-open .bcsg-language-switcher__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bcsg-language-switcher__menu > strong {
  display: block;
  color: var(--bcsg-primary);
  font-size: 15px;
}
.bcsg-language-switcher__current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
  padding: 12px 13px;
  border-radius: 13px;
  color: var(--bcsg-primary);
  background: var(--bcsg-primary-soft);
  font-weight: 800;
}
.bcsg-language-switcher__option {
  width: 100%;
  min-height: 44px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  color: var(--bcsg-text);
  background: #f8f6f9;
  font: 700 13px/1.2 Inter, sans-serif;
  text-align: left;
}
.bcsg-language-switcher__option,
.bcsg-language-switcher__option > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}
.bcsg-language-switcher__option > span {
  justify-content: flex-start;
}
.bcsg-language-switcher__option:disabled {
  cursor: not-allowed;
  opacity: .68;
}
.bcsg-language-switcher__option small {
  color: var(--bcsg-muted);
  font-size: 10px;
  font-weight: 700;
}
.bcsg-language-flag {
  display: block;
  width: 22px;
  height: 15px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 3px;
  object-fit: cover;
}
.bcsg-language-switcher__current svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.bcsg-language-switcher__menu p {
  margin: 12px 2px 0;
  color: var(--bcsg-muted);
  font-size: 12px;
}

@media (max-width: 1120px) {
  .bcsg-site-header__inner {
    width: 100%;
    padding: 0 18px;
  }
  .bcsg-home-why__grid,
  .bcsg-journey-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bcsg-home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bcsg-home-coverage__panel {
    grid-template-columns: 1fr;
  }
  .bcsg-home-coverage__map {
    min-height: 420px;
  }
  .bcsg-journey-route::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .bcsg-main {
    padding-top: 72px;
  }
  .bcsg-site-header__inner,
  .bcsg-site-header.is-compact .bcsg-site-header__inner {
    width: 100%;
    height: 72px;
    padding: 0 14px 0 18px;
  }
  .bcsg-site-header.is-compact .bcsg-logo img {
    width: 146px;
  }
  .bcsg-logo img {
    width: 146px;
  }
  .bcsg-home-hero__scene {
    background-position: 62% center;
  }
  .bcsg-journey-stage {
    min-height: 460px;
  }
  .bcsg-journey-stage figcaption {
    right: 24px;
    bottom: 120px;
    left: 24px;
  }
  .bcsg-journey-stage__route {
    right: auto;
    bottom: 38px;
    left: 24px;
  }
  .bcsg-home-coverage__map {
    min-height: 380px;
    padding: 32px 22px;
  }
  .bcsg-home-coverage__country--ksa {
    margin-left: 30px;
  }
  .bcsg-home-hero h1 {
    font-size: clamp(38px, 10.8vw, 48px);
  }
  .bcsg-language-switcher {
    bottom: calc(14px + var(--bcsg-flight-dock-height, 50px));
    left: 16px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .bcsg-site-header {
    top: 46px;
  }
}

@media (max-width: 620px) {
  .bcsg-home-why__grid,
  .bcsg-journey-route,
  .bcsg-home-services__grid {
    grid-template-columns: 1fr;
  }
  .bcsg-home-why__grid article,
  .bcsg-journey-route li {
    min-height: 0;
  }
  .bcsg-home-why__grid article,
  .bcsg-home-why__grid article:nth-child(n) {
    position: sticky;
    top: 88px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 38px;
  }
  .bcsg-home-why__grid article:nth-child(2) {
    top: 94px;
    z-index: 2;
  }
  .bcsg-home-why__grid article:nth-child(3) {
    top: 100px;
    z-index: 3;
  }
  .bcsg-home-why__grid article:nth-child(4) {
    top: 106px;
    z-index: 4;
    margin-bottom: 0;
  }
  body.admin-bar.home .bcsg-home-why__grid article {
    top: 134px;
  }
  body.admin-bar.home .bcsg-home-why__grid article:nth-child(2) {
    top: 140px;
  }
  body.admin-bar.home .bcsg-home-why__grid article:nth-child(3) {
    top: 146px;
  }
  body.admin-bar.home .bcsg-home-why__grid article:nth-child(4) {
    top: 152px;
  }
  .bcsg-home-why__grid article:nth-child(even) .bcsg-home-why__media,
  .bcsg-home-why__grid article:nth-child(even) .bcsg-home-why__body {
    order: initial;
  }
  .bcsg-home-why__media {
    min-height: 260px;
  }
  .bcsg-home-why__body {
    padding: 34px 28px 38px;
  }
  .bcsg-language-switcher__trigger {
    min-width: 50px;
    padding: 0 13px;
  }
  .bcsg-language-switcher__trigger span {
    display: none;
  }
  .bcsg-language-switcher__caret {
    display: none;
  }
}

/* Stable eyebrow: one in-flow accent rule, shared by light and dark sections. */
.bcsg-eyebrow,
.bcsg-home-hero__eyebrow {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: auto;
  min-height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  white-space: nowrap;
}
.bcsg-eyebrow::before,
.bcsg-home-hero__eyebrow::before {
  position: static;
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: var(--bcsg-gold-dark);
}
.bcsg-eyebrow::after,
.bcsg-home-hero__eyebrow::after {
  display: none;
  content: none;
}
.bcsg-home-hero__eyebrow::before,
.bcsg-flight-promo .bcsg-eyebrow::before,
.bcsg-section--dark .bcsg-eyebrow::before,
.bcsg-hero--dark .bcsg-eyebrow::before {
  background: var(--bcsg-gold);
}

@media (max-width: 420px) {
  .bcsg-eyebrow,
  .bcsg-home-hero__eyebrow {
    gap: 9px;
    font-size: 10px;
    letter-spacing: .1em;
  }
  .bcsg-eyebrow::before,
  .bcsg-home-hero__eyebrow::before {
    flex-basis: 22px;
    width: 22px;
  }
}

/* 1.25.20: keep the two compact footer navigation menus on one mobile row. */
@media (max-width: 620px) {
  body .bcsg-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 42px;
  }

  body .bcsg-site-footer__brand,
  body .bcsg-site-footer__support {
    grid-column: 1 / -1;
  }

  body .bcsg-site-footer__col h3 {
    font-size: 13px;
    letter-spacing: .045em;
  }

  body .bcsg-site-footer__col .bcsg-footer-nav-link {
    gap: 6px;
    font-size: 14px;
    line-height: 1.45;
  }

  body .bcsg-site-footer__col .bcsg-footer-nav-link__icon {
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
  }
}

/* 1.25.17: one continuous homepage canvas and one restrained dark parallax system. */
:root {
  --bcsg-home-light-canvas:
    radial-gradient(circle, rgba(253, 192, 3, .17) 0, rgba(253, 192, 3, .065) 24%, transparent 58%),
    radial-gradient(circle, transparent 0 30%, rgba(253, 192, 3, .12) 30.5% 31.2%, transparent 32% 100%),
    radial-gradient(circle, rgba(95, 15, 107, .045) 0, transparent 58%),
    linear-gradient(180deg, #fbfafc 0%, #f7f6f8 100%);
  --bcsg-home-dark-canvas:
    radial-gradient(circle, rgba(253, 192, 3, .18) 0, rgba(253, 192, 3, .035) 28%, transparent 58%),
    radial-gradient(circle, transparent 0 31%, rgba(255, 205, 47, .12) 31.5% 32%, transparent 32.8% 100%),
    radial-gradient(circle, rgba(164, 63, 177, .2) 0, transparent 58%),
    repeating-linear-gradient(135deg, transparent 0 92px, rgba(255, 255, 255, .025) 93px 94px),
    linear-gradient(125deg, #210027 0%, #4f0059 55%, #2c0033 100%);
}

body.home {
  background: #f7f6f8;
}

body.home .bcsg-home-why,
body.home .bcsg-home-services,
body.home .bcsg-home-steps,
body.home .bcsg-home-fleet,
body.home .bcsg-partner-strip,
body.home .bcsg-app-section,
body.home .bcsg-home-business,
body.home .bcsg-testimonials-section,
body.home .bcsg-faq-section {
  border-top: 0;
  background-color: #f8f7f9;
  background-image: var(--bcsg-home-light-canvas);
  border-top: 1px solid rgba(63, 0, 73, .1);
  background-repeat: no-repeat;
  background-position: -24vw 8vh, 74vw 14vh, 76vw 70vh, 0 0;
  background-size: 74vmax 74vmax, 48vmax 48vmax, 58vmax 58vmax, 100% 100%;
  background-attachment: fixed;
  animation: bcsg-home-light-drift 22s ease-in-out infinite alternate;
}

body.home .bcsg-home-proof,
body.home .bcsg-flight-promo,
body.home .bcsg-final-cta {
  border-top: 0;
  background-color: #310039;
  background-image: var(--bcsg-home-dark-canvas);
  border-top: 1px solid rgba(255, 255, 255, .14);
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-position: 78vw 12vh, -16vw 4vh, -22vw 68vh, 0 0, 0 0;
  background-size: 66vmax 66vmax, 46vmax 46vmax, 62vmax 62vmax, 190px 190px, 100% 100%;
  background-attachment: fixed;
  animation: bcsg-home-dark-drift 26s ease-in-out infinite alternate;
}

body.home .bcsg-home-proof::before,
body.home .bcsg-final-cta::before,
body.home .bcsg-final-cta::after {
  display: none;
}

@keyframes bcsg-home-light-drift {
  0% {
    background-position: -24vw 8vh, 74vw 14vh, 76vw 70vh, 0 0;
  }
  50% {
    background-position: -12vw 36vh, 58vw 40vh, 68vw 42vh, 0 0;
  }
  100% {
    background-position: 2vw 68vh, 70vw 66vh, 84vw 14vh, 0 0;
  }
}

@keyframes bcsg-home-dark-drift {
  0% {
    background-position: 78vw 12vh, -16vw 4vh, -22vw 68vh, 0 0, 0 0;
  }
  50% {
    background-position: 66vw 46vh, 4vw 36vh, -8vw 38vh, 28px 24px, 0 0;
  }
  100% {
    background-position: 84vw 72vh, 18vw 62vh, 2vw 8vh, 56px 48px, 0 0;
  }
}

@media (max-width: 900px), (hover: none) {
  body.home .bcsg-home-why,
  body.home .bcsg-home-services,
  body.home .bcsg-home-steps,
  body.home .bcsg-home-fleet,
  body.home .bcsg-partner-strip,
  body.home .bcsg-app-section,
  body.home .bcsg-home-business,
  body.home .bcsg-testimonials-section,
  body.home .bcsg-faq-section,
  body.home .bcsg-home-proof,
  body.home .bcsg-flight-promo,
  body.home .bcsg-final-cta {
    background-attachment: scroll;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .bcsg-home-why,
  body.home .bcsg-home-services,
  body.home .bcsg-home-steps,
  body.home .bcsg-home-fleet,
  body.home .bcsg-partner-strip,
  body.home .bcsg-app-section,
  body.home .bcsg-home-business,
  body.home .bcsg-testimonials-section,
  body.home .bcsg-faq-section,
  body.home .bcsg-home-proof,
  body.home .bcsg-flight-promo,
  body.home .bcsg-final-cta {
    animation: none;
  }
}


@media (prefers-reduced-motion: reduce) {
  .bcsg-home-hero__scene {
    animation: none;
  }
  .bcsg-home-hero__scene--one {
    opacity: 1;
    transform: none;
  }
}

/* Editorial eyebrow system: distinct from buttons and compact controls. */
.bcsg-eyebrow,
.bcsg-home-hero__eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 20px;
  margin-bottom: 20px;
  padding: 0 40px;
  border: 0;
  border-radius: 0;
  color: var(--bcsg-primary);
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.bcsg-eyebrow::before,
.bcsg-eyebrow::after,
.bcsg-home-hero__eyebrow::before,
.bcsg-home-hero__eyebrow::after {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 2px;
  content: "";
  background: var(--bcsg-gold-dark);
  transform: translateY(-50%);
}
.bcsg-eyebrow::before,
.bcsg-home-hero__eyebrow::before {
  left: 0;
}
.bcsg-eyebrow::after,
.bcsg-home-hero__eyebrow::after {
  right: 0;
}
.bcsg-home-hero__eyebrow,
.bcsg-home-coverage__copy .bcsg-eyebrow,
.bcsg-section--dark .bcsg-eyebrow,
.bcsg-hero--dark .bcsg-eyebrow {
  color: var(--bcsg-gold);
  border: 0;
  background: transparent;
}
.bcsg-home-hero__eyebrow::before,
.bcsg-home-hero__eyebrow::after,
.bcsg-home-coverage__copy .bcsg-eyebrow::before,
.bcsg-home-coverage__copy .bcsg-eyebrow::after,
.bcsg-section--dark .bcsg-eyebrow::before,
.bcsg-section--dark .bcsg-eyebrow::after,
.bcsg-hero--dark .bcsg-eyebrow::before,
.bcsg-hero--dark .bcsg-eyebrow::after {
  background: var(--bcsg-gold);
}

/* Four purposeful footer columns; route links belong on service pages, not in a standalone menu. */
.bcsg-site-footer__grid {
  grid-template-columns: minmax(260px, 1.05fr) minmax(260px, 1fr) minmax(310px, 1.2fr);
  gap: clamp(48px, 7vw, 96px);
}
.bcsg-footer-logo {
  margin-bottom: 22px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.bcsg-footer-logo img {
  width: 188px;
  filter: brightness(1.9) saturate(.9) drop-shadow(0 5px 16px rgba(0,0,0,.28));
}

/* Give the final conversion block depth without another downloaded image. */
.bcsg-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 30%, rgba(255,193,7,.18), transparent 20%),
    radial-gradient(circle at 86% 72%, rgba(255,255,255,.1), transparent 23%),
    linear-gradient(115deg, #300039, #650071 58%, #3a0043);
}
.bcsg-final-cta::before,
.bcsg-final-cta::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}
.bcsg-final-cta::before {
  inset: 0;
  opacity: .2;
  background:
    linear-gradient(32deg, transparent 48.8%, rgba(255,255,255,.3) 49.2%, transparent 49.7%),
    radial-gradient(circle, rgba(255,193,7,.9) 0 2px, transparent 3px);
  background-size: 190px 105px, 210px 92px;
}
.bcsg-final-cta::after {
  right: -90px;
  bottom: -130px;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(255,255,255,.035),
    0 0 0 88px rgba(255,193,7,.035);
}

/* Hero actions and assurance cards. */
.bcsg-home-hero__actions {
  align-items: center;
}
.bcsg-store-badges--hero-inline {
  width: auto;
  margin: 0;
}
.bcsg-store-badges--hero-inline .bcsg-store-badge {
  margin: 0;
}
.bcsg-store-badges--hero-inline .bcsg-store-badge__img {
  width: auto;
  height: 44px;
}
.bcsg-home-hero__assurances {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 28px;
}
.bcsg-home-hero__assurances span {
  min-height: 54px;
  padding: 11px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(8px);
}
.bcsg-home-hero__assurances svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}

/* Shared homepage rhythm. */
.bcsg-section {
  padding-block: clamp(78px, 8vw, 112px);
}
.bcsg-section-head {
  margin-bottom: clamp(38px, 5vw, 58px);
}
.bcsg-section-head--center {
  max-width: 840px;
}
.bcsg-section-head h2 {
  font-size: clamp(34px, 3.7vw, 48px);
  letter-spacing: -.035em;
}
.bcsg-section-head p:not(.bcsg-eyebrow) {
  max-width: 760px;
  margin-inline: auto;
  line-height: 1.65;
}

/* Keep consent choices above, rather than on top of, the flight ticker. */
.bcsg-consent {
  z-index: 230;
  bottom: calc(var(--bcsg-flight-dock-height, 58px) + 18px);
  width: min(960px, calc(100% - 40px));
  max-width: 960px;
}
body:has(.bcsg-consent:not([hidden])) .bcsg-flight-board {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

/* Single-open editorial FAQ. */
.bcsg-faq-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(255,193,7,.09), transparent 22%),
    linear-gradient(180deg, #fbfafc, #f4f0f6);
}
.bcsg-faq-section .bcsg-container--narrow {
  display: grid;
  grid-template-columns: minmax(250px, .38fr) minmax(0, .62fr);
  align-items: start;
  gap: clamp(40px, 7vw, 90px);
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
}
.bcsg-faq-section .bcsg-section-head {
  position: sticky;
  top: 112px;
  margin: 0;
  text-align: left;
}
.bcsg-faq-section .bcsg-section-head h2 {
  max-width: 320px;
  font-size: clamp(38px, 4.4vw, 58px);
}
.bcsg-faq-list {
  counter-reset: bcsg-faq;
}
.bcsg-faq-item {
  counter-increment: bcsg-faq;
  margin-bottom: 13px;
  border: 1px solid rgba(79,0,91,.11);
  border-radius: 14px;
  box-shadow: 0 13px 34px rgba(51,0,59,.07);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.bcsg-faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(51,0,59,.1);
}
.bcsg-faq-item[open] {
  border-color: rgba(255,193,7,.7);
  background: linear-gradient(110deg, #fffdf6, #fff);
  box-shadow: 0 20px 44px rgba(51,0,59,.11);
}
.bcsg-faq-item summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 15px;
  min-height: 82px;
  padding: 16px 22px;
}
.bcsg-faq-item summary::before {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  content: counter(bcsg-faq, decimal-leading-zero);
  border-radius: 10px;
  color: var(--bcsg-primary);
  background: var(--bcsg-primary-soft);
  font-size: 11px;
  font-weight: 900;
}
.bcsg-faq-item[open] summary::before {
  color: #211600;
  background: var(--bcsg-gold);
}
.bcsg-faq-item > p {
  margin: -4px 66px 0 79px;
  padding: 0 0 26px;
  color: var(--bcsg-muted);
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 1120px) {
  .bcsg-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bcsg-site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .bcsg-site-footer__grid {
    grid-template-columns: 1fr;
  }
  .bcsg-site-footer__brand {
    grid-column: auto;
  }
  .bcsg-home-hero__assurances {
    grid-template-columns: 1fr;
  }
  .bcsg-store-badges--hero-inline {
    justify-content: center;
  }
  .bcsg-faq-section .bcsg-container--narrow {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .bcsg-faq-section .bcsg-section-head {
    position: static;
    text-align: center;
  }
  .bcsg-faq-section .bcsg-section-head h2 {
    max-width: none;
  }
  .bcsg-faq-item summary {
    grid-template-columns: 36px minmax(0, 1fr) 24px;
    gap: 11px;
    min-height: 72px;
    padding: 13px 15px;
  }
  .bcsg-faq-item > p {
    margin: -2px 46px 0 62px;
    padding-bottom: 21px;
  }
  .bcsg-consent {
    right: 10px;
    bottom: calc(var(--bcsg-flight-dock-height, 50px) + 10px);
    left: 10px;
    width: auto;
    padding: 14px;
  }
  .bcsg-consent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media print {
  .bcsg-language-switcher {
    display: none;
  }
}

/* 1.25.15 homepage consistency pass */
:root {
  --bcsg-home-light:
    radial-gradient(circle at 10% 18%, rgba(253, 192, 3, .09), transparent 24rem),
    linear-gradient(180deg, #fbfafc 0%, #f7f6f8 100%);
  --bcsg-home-dark:
    radial-gradient(circle at 84% 18%, rgba(253, 192, 3, .13), transparent 25rem),
    linear-gradient(125deg, #25002d 0%, #50005b 58%, #310039 100%);
}

.bcsg-home-why,
.bcsg-home-services,
.bcsg-home-steps,
.bcsg-home-fleet,
.bcsg-partner-strip,
.bcsg-app-section,
.bcsg-home-business,
.bcsg-testimonials-section,
.bcsg-faq-section {
  background: var(--bcsg-home-light);
  border-top: 1px solid rgba(63, 0, 73, .07);
}

.bcsg-home-proof,
.bcsg-flight-promo,
.bcsg-final-cta {
  background-color: #3f0049;
  background-image: var(--bcsg-home-dark);
}

.bcsg-section-head--center {
  max-width: 1040px;
}
.bcsg-section-head h2 {
  max-width: 100%;
  font-size: clamp(34px, 3.45vw, 48px);
  line-height: 1.08;
  text-wrap: balance;
}
.bcsg-section-head p:not(.bcsg-eyebrow) {
  max-width: 820px;
}

.bcsg-partner-strip {
  padding: clamp(76px, 7vw, 96px) 0;
}
.bcsg-partner-strip__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(34px, 4vw, 48px);
  text-align: center;
}
.bcsg-partner-strip__heading .bcsg-eyebrow {
  order: -1;
}
.bcsg-partner-strip__heading h2 {
  max-width: none;
  margin: 0;
  color: var(--bcsg-primary);
  font-family: var(--bcsg-font-heading);
  font-size: clamp(34px, 3.45vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.bcsg-partner-strip__heading h2::after {
  display: none;
}
.bcsg-partner-ticker {
  padding-block: 14px;
  border-block: 1px solid rgba(63, 0, 73, .07);
  background: rgba(255,255,255,.54);
}

.bcsg-home-business__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: center;
}
.bcsg-home-business__copy h2 {
  max-width: 680px;
  margin: 20px 0;
  color: var(--bcsg-primary);
  font-size: clamp(36px, 3.3vw, 48px);
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
  white-space: nowrap;
}
.bcsg-home-business__copy > p {
  max-width: 650px;
  margin: 0 0 30px;
  color: var(--bcsg-muted);
  font-size: 18px;
  line-height: 1.7;
}
.bcsg-home-business__points {
  display: grid;
  gap: 14px;
}
.bcsg-home-business__points article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: start;
  padding: 25px 26px;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--bcsg-border);
  border-radius: 14px;
  box-shadow: 0 16px 38px rgba(32, 12, 37, .06);
}
.bcsg-home-business__points article > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--bcsg-primary);
  font-weight: 800;
  background: var(--bcsg-primary-soft);
  border-radius: 12px;
}
.bcsg-home-business__points h3 {
  margin: 1px 0 7px;
  color: var(--bcsg-primary);
  font-size: 21px;
}
.bcsg-home-business__points p {
  margin: 0;
  color: var(--bcsg-muted);
  line-height: 1.58;
}

.bcsg-faq-section .bcsg-section-head::before {
  display: none;
}
.bcsg-faq-section .bcsg-section-head h2 {
  max-width: none;
  white-space: nowrap;
}

.bcsg-site-footer__grid {
  grid-template-columns: minmax(240px, 1.15fr) minmax(150px, .65fr) minmax(180px, .78fr) minmax(300px, 1.2fr);
  gap: clamp(32px, 4.5vw, 70px);
}

@media (max-width: 1050px) {
  .bcsg-home-business__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .bcsg-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bcsg-site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .bcsg-section-head h2,
  .bcsg-partner-strip__heading h2 {
    font-size: clamp(32px, 10vw, 42px);
  }
  .bcsg-faq-section .bcsg-section-head h2 {
    white-space: normal;
  }
  .bcsg-home-business__copy h2 {
    font-size: clamp(34px, 11vw, 46px);
    white-space: normal;
  }
  .bcsg-home-business__points article {
    grid-template-columns: 48px 1fr;
    padding: 21px 18px;
  }
  .bcsg-home-business__points article > span {
    width: 46px;
    height: 46px;
  }
  .bcsg-site-footer__grid {
    grid-template-columns: 1fr;
  }
  .bcsg-site-footer__brand {
    grid-column: auto;
  }
}

/* Final eyebrow authority: transparent, compact, and free of absolute decoration. */
body .bcsg-eyebrow,
body .bcsg-home-hero__eyebrow,
body .bcsg-flight-promo .bcsg-eyebrow,
body .bcsg-partner-strip__heading .bcsg-eyebrow,
body .bcsg-section--dark .bcsg-eyebrow,
body .bcsg-hero--dark .bcsg-eyebrow {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: auto;
  min-height: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  background-color: transparent;
  box-shadow: none;
  white-space: nowrap;
}
body .bcsg-eyebrow::before,
body .bcsg-home-hero__eyebrow::before {
  position: static;
  inset: auto;
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 2px;
  content: "";
  border: 0;
  border-radius: 999px;
  background: var(--bcsg-gold-dark);
  transform: none;
}
body .bcsg-eyebrow::after,
body .bcsg-home-hero__eyebrow::after {
  display: none;
  content: none;
}
body .bcsg-home-hero__eyebrow::before,
body .bcsg-flight-promo .bcsg-eyebrow::before,
body .bcsg-section--dark .bcsg-eyebrow::before,
body .bcsg-hero--dark .bcsg-eyebrow::before {
  background: var(--bcsg-gold);
}

@media (max-width: 420px) {
  body .bcsg-eyebrow,
  body .bcsg-home-hero__eyebrow {
    gap: 9px;
    font-size: 10px;
    letter-spacing: .1em;
  }
  body .bcsg-eyebrow::before,
  body .bcsg-home-hero__eyebrow::before {
    flex-basis: 22px;
    width: 22px;
  }
}
