/**
 * Homepage marketing — match Siyam Holidays design reference
 * Search form markup unchanged; chrome + sections only.
 */
.sh-home-hero-band {
  --sh-navy: var(--sh-dark, #0c2340);
  --sh-blue: var(--sh-primary, #1a5fad);
  --sh-orange: var(--sh-cta, #f57c00);
  position: relative;
  isolation: isolate;
  overflow: visible;
  background-color: #0c2340;
  padding-bottom: 1.5rem;
  min-height: 22rem;
}
/* Soft left wash only — skyline must stay readable (mock) */
.sh-home-hero-band::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(95deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.62) 28%, rgba(255, 255, 255, 0.18) 52%, rgba(12, 35, 64, 0.08) 72%, transparent 100%),
    var(--sh-home-hero-image, none);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .sh-home-hero-band {
    min-height: 26rem;
    padding-bottom: 2rem;
  }
  .sh-home-hero-band::before {
    background-image:
      linear-gradient(98deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.55) 26%, rgba(255, 255, 255, 0.12) 48%, transparent 68%),
      var(--sh-home-hero-image, none);
  }
}
.sh-home-hero-band > * {
  position: relative;
  z-index: 2;
}
/* Airplane accent (mock) — behind copy / Why Choose */
.sh-home-hero-band > .sh-home-hero-plane {
  position: absolute !important;
  z-index: 0 !important;
  right: 18%;
  top: 6%;
  width: min(34vw, 20rem);
  height: min(12vw, 6.5rem);
  background:
    url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=900&q=80') center/cover no-repeat;
  border-radius: 0.5rem;
  opacity: 0.78;
  pointer-events: none;
  transform: rotate(-8deg);
  box-shadow: 0 14px 32px rgba(12, 35, 64, 0.22);
  mask-image: linear-gradient(100deg, transparent 0%, #000 22%, #000 100%);
  -webkit-mask-image: linear-gradient(100deg, transparent 0%, #000 22%, #000 100%);
}
@media (max-width: 1100px) {
  .sh-home-hero-band > .sh-home-hero-plane {
    right: 4%;
    width: min(40vw, 14rem);
    height: 5rem;
    opacity: 0.55;
  }
}
@media (max-width: 640px) {
  .sh-home-hero-band > .sh-home-hero-plane { display: none; }
}

.sh-home-hero {
  padding: 2.25rem 0 0.5rem;
  background: transparent;
  overflow: visible;
}
.sh-home-hero::before {
  display: none;
}
.sh-home-hero__grid {
  display: grid;
  gap: 1.25rem;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .sh-home-hero__grid {
    grid-template-columns: 1.5fr 0.75fr;
    gap: 1.75rem;
    align-items: start;
    padding-top: 0.5rem;
  }
}
.sh-home-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sh-orange);
}
.sh-home-hero__title {
  margin: 0 0 0.7rem;
  line-height: 1.02;
  font-weight: 800;
}
.sh-home-hero__title-navy {
  display: block;
  font-size: clamp(1.75rem, 3.8vw, 2.75rem);
  color: var(--sh-navy);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.sh-home-hero__title-cta {
  display: block;
  font-size: clamp(1.9rem, 4.1vw, 3rem);
  color: var(--sh-orange);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.sh-home-hero__sub {
  margin: 0 0 1.25rem;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #3d4f63;
}
.sh-home-hero__trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 1.1rem;
  max-width: 36rem;
}
@media (min-width: 640px) {
  .sh-home-hero__trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.sh-home-hero__trust li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--sh-navy);
  line-height: 1.25;
}
.sh-home-hero__trust i {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  border: 2px solid var(--sh-blue);
  color: var(--sh-blue);
  font-size: 0.95rem;
  box-shadow: 0 4px 12px rgba(12, 35, 64, 0.1);
}
.sh-home-hero__aside {
  position: relative;
  z-index: 3;
  background: var(--sh-navy);
  color: #fff;
  border-radius: 0.9rem;
  padding: 1.35rem 1.4rem 1.4rem;
  box-shadow: 0 18px 42px rgba(12, 35, 64, 0.32);
}
.sh-home-hero__aside h2 {
  margin: 0 0 0.9rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sh-home-hero__aside ul {
  list-style: none;
  margin: 0 0 1.1rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.sh-home-hero__aside li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.94);
}
.sh-home-hero__aside li i {
  margin-top: 0.15rem;
  color: var(--sh-orange);
  flex-shrink: 0;
}
.sh-home-hero__aside-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.55rem;
  background: #fff;
  color: var(--sh-navy);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.sh-home-hero__aside-btn:hover {
  background: var(--sh-orange);
  color: #fff;
}

/* Stats — flat light strip under fully visible search */
.sh-home-stats {
  padding: 1.25rem 0 1.5rem;
  background: #f7f9fc;
  margin: 0;
}
.sh-home-stats__bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 0.5rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0.35rem 0;
  box-shadow: none;
}
@media (min-width: 640px) {
  .sh-home-stats__bar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .sh-home-stats__bar {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.sh-home-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.2rem;
  padding: 0.35rem 0.25rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.sh-home-stats__icon {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1.5px solid var(--sh-primary, #1a5fad);
  color: var(--sh-primary, #1a5fad);
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}
.sh-home-stats__value {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--sh-dark, #0c2340);
  line-height: 1.2;
}
.sh-home-stats__label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #5b6b7c;
  line-height: 1.25;
}

.sh-home-section-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.sh-home-section-row h2 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--sh-dark, #0c2340);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .sh-home-section-row h2 { font-size: 1.5rem; }
}
.sh-home-view-all {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--sh-primary, #1a5fad);
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.sh-home-view-all:hover { color: var(--sh-cta, #f57c00); }

/* Destinations ‖ Offices — side-by-side on large screens (mock) */
.sh-home-mid-pair {
  display: grid;
  gap: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1100px) {
  .sh-home-mid-pair {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
    align-items: start;
  }
}
.sh-home-mid-pair .sh-home-destinations,
.sh-home-mid-pair .sh-home-offices {
  margin: 0;
  padding: 0.75rem 0 0.25rem;
  background: transparent !important;
}
.sh-home-mid-inner { width: 100%; }

/* Reviews ‖ Journey */
.sh-home-proof-pair {
  display: grid;
  gap: 0.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 1100px) {
  .sh-home-proof-pair {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.5rem;
    align-items: start;
  }
  .sh-home-proof-pair > .sh-section,
  .sh-home-proof-pair > #customer-reviews,
  .sh-home-proof-pair > #home-journey {
    margin: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sh-home-proof-pair > #customer-reviews > .container,
  .sh-home-proof-pair > #home-journey > .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Mock reviews: Google card + video — full width section */
.sh-cr-mock { background: #fff; }
.sh-cr-mock-inner { width: 100%; }
.sh-cr-mock-head { margin-bottom: 1.25rem; text-align: center; }
.sh-cr-featured {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
  max-width: 56rem;
  margin: 0 auto 0.5rem;
}
@media (min-width: 768px) {
  .sh-cr-featured {
    grid-template-columns: 1.2fr 0.9fr;
    max-width: none;
  }
}
.sh-cr-google-card {
  background: #fff;
  border: 1px solid #e6edf4;
  border-radius: 0.9rem;
  padding: 1.35rem 1.4rem;
  box-shadow: 0 10px 24px rgba(12, 35, 64, 0.08);
  min-height: 14rem;
}
.sh-cr-google-card__top {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.75rem;
}
.sh-cr-google-card__logo {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e8eef4;
  color: #4285f4;
  font-size: 1.1rem;
}
.sh-cr-google-card__brand {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--sh-dark, #0c2340);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.sh-cr-google-card__stars {
  margin: 0.1rem 0 0;
  color: #f59e0b;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}
.sh-cr-google-card__quote {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #3d4f63;
}
.sh-cr-google-card__user {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.sh-cr-google-card__avatar {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: var(--sh-dark, #0c2340);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
}
.sh-cr-google-card__name {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--sh-dark, #0c2340);
}
.sh-cr-google-card__meta {
  margin: 0.1rem 0 0;
  font-size: 0.72rem;
  color: #7a8a9a;
}
.sh-cr-video-card {
  position: relative;
  display: block;
  min-height: 14rem;
  border-radius: 0.9rem;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(12, 35, 64, 0.12);
}
.sh-cr-video-card__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 35, 64, 0.15) 0%, rgba(12, 35, 64, 0.82) 100%),
    url('https://images.unsplash.com/photo-1488646953014-85cb44e25828?w=900&q=70') center/cover no-repeat;
}
.sh-cr-video-card__play {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--sh-cta, #f57c00);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.sh-cr-video-card__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0.85rem 1rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.sh-cr-video-card__caption strong {
  font-size: 0.92rem;
  font-weight: 800;
}
.sh-cr-video-card__caption em {
  font-style: normal;
  font-size: 0.75rem;
  opacity: 0.88;
}
.sh-cr-form-fold {
  margin-top: 1rem;
  border: 1px solid #e6edf4;
  border-radius: 0.75rem;
  background: #f8fafc;
  padding: 0.35rem 0.85rem 0.85rem;
}
.sh-cr-form-fold > summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--sh-dark, #0c2340);
  padding: 0.55rem 0;
}
.sh-home-proof-pair .sh-cr-mock-inner {
  max-width: none;
}

/* Destinations */
.sh-home-destinations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}
@media (min-width: 640px) {
  .sh-home-destinations__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .sh-home-destinations__grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
.sh-home-dest-card {
  position: relative;
  display: block;
  min-height: 15rem;
  border-radius: 1.35rem 1.35rem 0.85rem 0.85rem;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(12, 35, 64, 0.14);
  background-size: cover;
  background-position: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 1024px) {
  .sh-home-dest-card { min-height: 17.5rem; }
}
.sh-home-dest-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sh-home-dest-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 45%, rgba(12, 35, 64, 0.55) 72%, rgba(12, 35, 64, 0.92) 100%);
  pointer-events: none;
}
.sh-home-dest-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(12, 35, 64, 0.2);
}
.sh-home-dest-card__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  padding: 0.7rem 0.4rem 0.85rem;
  background: rgba(8, 20, 36, 0.72);
}
.sh-home-dest-card--dubai:not(.has-photo) { background-image: linear-gradient(145deg, #1a5fad, #0c2340 55%, #f57c00); }
.sh-home-dest-card--maldives:not(.has-photo) { background-image: linear-gradient(145deg, #0ea5e9, #0369a1 50%, #0c2340); }
.sh-home-dest-card--thailand:not(.has-photo) { background-image: linear-gradient(145deg, #f59e0b, #c2410c 45%, #0c2340); }
.sh-home-dest-card--malaysia:not(.has-photo) { background-image: linear-gradient(145deg, #10b981, #065f46 50%, #0c2340); }
.sh-home-dest-card--turkey:not(.has-photo) { background-image: linear-gradient(145deg, #ef4444, #7f1d1d 50%, #0c2340); }
.sh-home-dest-card--saudi:not(.has-photo) { background-image: linear-gradient(145deg, #22c55e, #14532d 45%, #0c2340); }

/* Offices */
.sh-home-offices__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
}
@media (min-width: 640px) {
  .sh-home-offices__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .sh-home-offices__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .sh-home-mid-pair .sh-home-offices__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .sh-home-mid-pair .sh-home-office-card__media { height: 7.5rem; }
  .sh-home-mid-pair .sh-home-office-card__body { padding: 0.75rem 0.8rem 0.9rem; }
  .sh-home-mid-pair .sh-home-office-card__city { font-size: 1rem; }
  .sh-home-mid-pair .sh-home-office-card__type { display: block; }
  .sh-home-mid-pair .sh-home-office-card__phone { font-size: 0.75rem; }
  .sh-home-mid-pair .sh-home-office-card__country { font-size: 0.7rem; }
}
.sh-home-office-card {
  background: #fff;
  border: 1px solid #e4ebf2;
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(12, 35, 64, 0.07);
}
.sh-home-office-card__media {
  height: 9rem;
  background-size: cover;
  background-position: center;
  background-color: #0c2340;
}
.sh-home-office-card:not(.has-photo).sh-home-office-card--bd .sh-home-office-card__media { background-image: linear-gradient(135deg, #006a4e, #0c2340); }
.sh-home-office-card:not(.has-photo).sh-home-office-card--ae .sh-home-office-card__media { background-image: linear-gradient(135deg, #1a5fad, #0c2340 60%, #f57c00); }
.sh-home-office-card:not(.has-photo).sh-home-office-card--th .sh-home-office-card__media { background-image: linear-gradient(135deg, #2b7fd4, #a16207); }
.sh-home-office-card:not(.has-photo).sh-home-office-card--my .sh-home-office-card__media { background-image: linear-gradient(135deg, #0f766e, #0c2340); }
.sh-home-office-card__body { padding: 0.9rem 1rem 1.05rem; }
.sh-home-office-card__country {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  color: var(--sh-primary, #1a5fad);
}
.sh-home-office-card__type { margin: 0; font-size: 0.75rem; color: #7a8a9a; }
.sh-home-office-card__city {
  margin: 0.15rem 0 0.35rem;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--sh-dark, #0c2340);
}
.sh-home-office-card__phone { margin: 0; font-size: 0.78rem; color: #5b6b7c; }
.sh-home-office-card__phone i { color: var(--sh-cta, #f57c00); margin-right: 0.25rem; }

/* Journey */
.sh-home-journey__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(8.5rem, 1fr);
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.5rem 0.15rem 1rem;
  scroll-snap-type: x mandatory;
  position: relative;
}
.sh-home-journey__track::before {
  content: '';
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 1.85rem;
  height: 3px;
  background: var(--sh-dark, #0c2340);
  border-radius: 999px;
  z-index: 0;
}
.sh-home-journey__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  scroll-snap-align: center;
  min-width: 8.5rem;
  padding: 0 0.35rem;
}
.sh-home-journey__dot {
  display: inline-flex;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--sh-dark, #0c2340);
  color: #fff;
  font-size: 0.9rem;
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(26, 95, 173, 0.28);
}
.sh-home-journey__year {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--sh-cta, #f57c00);
}
.sh-home-journey__title {
  font-size: 0.78rem;
  font-weight: 600;
  color: #5b6b7c;
  line-height: 1.3;
  max-width: 9rem;
}

.sh-trust-badges--home {
  --sh-trust-bg: #fff;
  --sh-trust-border: #e4ebf2;
  --sh-trust-text: #0c2340;
  --sh-trust-sub: #7a8a9a;
  margin-top: 0;
}
.sh-trust-badges--home a.sh-trust-badge__link:hover {
  border-color: rgba(245, 124, 0, 0.55);
  background: #fff8f0;
}
.sh-trust-badges--home .sh-trust-badge__fa { color: var(--sh-primary, #1a5fad); }
.sh-trust-badges--home .sh-trust-badge__img { filter: none; }

/* Newsletter — full-bleed navy bar (mock) */
.sh-home-newsletter {
  padding: 0;
  margin: 0;
  background: #0c2340;
}
.sh-home-newsletter > .container {
  max-width: 80rem;
}
.sh-home-newsletter__banner {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1rem;
  align-items: center;
  padding: 1.55rem 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.sh-home-newsletter__banner::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(36%, 16rem);
  height: 85%;
  background:
    linear-gradient(180deg, transparent 0%, rgba(245, 124, 0, 0.28) 100%),
    repeating-linear-gradient(90deg, transparent 0 10px, rgba(255,255,255,0.07) 10px 12px);
  clip-path: polygon(8% 100%, 18% 42%, 28% 68%, 38% 28%, 48% 58%, 58% 18%, 68% 48%, 78% 8%, 88% 38%, 100% 0, 100% 100%);
  opacity: 0.9;
  pointer-events: none;
}
@media (min-width: 900px) {
  .sh-home-newsletter__banner {
    grid-template-columns: 1.15fr 1fr;
    padding: 1.75rem 0;
  }
}
.sh-home-newsletter__copy {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}
.sh-home-newsletter__icon {
  display: inline-flex;
  width: 2.85rem;
  height: 2.85rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.2rem;
  color: var(--sh-cta, #f57c00);
}
.sh-home-newsletter__copy h2 {
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.sh-home-newsletter__copy p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(191, 219, 254, 0.95);
}
.sh-home-newsletter__form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sh-home-newsletter__form input[type="email"] {
  flex: 1 1 12rem;
  min-width: 0;
  border: 0;
  border-radius: 0.55rem;
  padding: 0.8rem 0.95rem;
  font-size: 0.9rem;
  color: var(--sh-dark, #0c2340);
}
.sh-home-newsletter__btn {
  border: 0;
  border-radius: 0.55rem;
  padding: 0.8rem 1.2rem;
  background: var(--sh-cta, #f57c00);
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s ease;
}
.sh-home-newsletter__btn:hover { background: var(--sh-cta-hover, #e06e00); }
.sh-home-newsletter__btn:disabled { opacity: 0.7; cursor: wait; }
.sh-home-newsletter__msg { grid-column: 1 / -1; margin: 0; font-size: 0.85rem; position: relative; z-index: 1; }
.sh-home-newsletter__msg.ok { color: #86efac; }
.sh-home-newsletter__msg.err { color: #fecaca; }

/* Side float */
.sh-home-side-float {
  position: fixed;
  right: 0;
  top: 42%;
  z-index: 99990;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  transform: translateY(-50%);
}
.sh-home-side-float__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.7rem 0.55rem 0.65rem;
  border-radius: 0.55rem 0 0 0.55rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: -4px 6px 16px rgba(12, 35, 64, 0.18);
  transition: transform 0.15s ease;
}
.sh-home-side-float__btn span {
  max-width: 7rem;
  overflow: hidden;
  white-space: nowrap;
  opacity: 1;
}
.sh-home-side-float__btn:hover {
  transform: translateX(-2px);
  color: #fff;
  text-decoration: none;
}
.sh-home-side-float__btn i { font-size: 1rem; width: 1.1rem; text-align: center; }
.sh-home-side-float__btn--wa { background: #25d366; }
.sh-home-side-float__btn--call { background: var(--sh-dark, #0c2340); }
.sh-home-side-float__btn--visa { background: var(--sh-cta, #f57c00); }
.sh-home-side-float__btn--profile { background: #1a4a7a; }
@media (max-width: 640px) {
  .sh-home-side-float { top: auto; bottom: 6.5rem; transform: none; }
  .sh-home-side-float__btn span { display: none; }
}

/* Services — mock: 6 simple navy cards */
.sh-home #services {
  background: #fff;
  padding-top: 2.5rem;
}
.sh-home #services .sh-section-head h2 {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.45rem;
}
.sh-home #services .sh-section-head p {
  display: none;
}
/* Side orange rules like mock title */
.sh-home #services .sh-section-head h2 {
  display: inline-block;
  position: relative;
}
.sh-home #services .sh-section-head {
  text-align: center;
}
.sh-home #services .sh-section-head h2::before,
.sh-home #services .sh-section-head h2::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2.25rem;
  height: 2px;
  background: var(--sh-cta, #f57c00);
  border-radius: 999px;
}
.sh-home #services .sh-section-head h2::before { right: calc(100% + 0.75rem); }
.sh-home #services .sh-section-head h2::after {
  left: calc(100% + 0.75rem);
  display: block;
  margin: 0;
  width: 2.25rem;
  height: 2px;
  background: var(--sh-cta, #f57c00);
}
.sh-home #services .sh-services-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px) {
  .sh-home #services .sh-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .sh-home #services .sh-services-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.95rem;
  }
  .sh-home .service-card[data-service] {
    padding: 1.25rem 0.9rem 1.15rem !important;
  }
  .sh-home .service-card[data-service] > p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .sh-home .service-card[data-service] button,
  .sh-home .service-card[data-service] > button.w-full {
    max-width: none;
    font-size: 0.72rem;
    padding: 0.65rem 0.5rem !important;
  }
}
.sh-home .service-card,
.sh-home .service-card[data-service] {
  --svc: var(--sh-dark, #0c2340);
  --svc-hover: var(--sh-primary, #1a5fad);
  background: #fff !important;
  border: 1.5px solid rgba(26, 95, 173, 0.35) !important;
  background-image: none !important;
  text-align: center;
  padding: 1.5rem 1.25rem 1.35rem !important;
  border-radius: 0.9rem !important;
  box-shadow: 0 8px 22px rgba(12, 35, 64, 0.06);
}
.sh-home .service-card[data-service] > div.w-14,
.sh-home .service-card[data-service] > div[class*="w-14"] {
  background: transparent !important;
  box-shadow: none !important;
  margin-left: auto;
  margin-right: auto;
  width: 3.25rem !important;
  height: 3.25rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-home .service-card[data-service] > div.w-14 i,
.sh-home .service-card[data-service] > div[class*="w-14"] i,
.sh-home .service-card[data-service] .text-white {
  color: var(--sh-dark, #0c2340) !important;
  font-size: 1.85rem !important;
}
.sh-home .service-card[data-service] h3 {
  color: var(--sh-dark, #0c2340) !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1rem !important;
}
.sh-home .service-card[data-service] > p {
  text-align: center;
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}
.sh-home .service-card[data-service] ul {
  display: none !important;
}
.sh-home .service-card[data-service] button,
.sh-home .service-card[data-service] > button.w-full {
  background: var(--sh-dark, #0c2340) !important;
  border-color: var(--sh-dark, #0c2340) !important;
  color: #fff !important;
  border-radius: 0.5rem !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8rem;
  padding: 0.7rem 1rem !important;
  max-width: 12rem;
  margin-left: auto;
  margin-right: auto;
}
.sh-home .service-card[data-service] button:hover,
.sh-home .service-card[data-service] > button.w-full:hover {
  background: var(--sh-primary, #1a5fad) !important;
  border-color: var(--sh-primary, #1a5fad) !important;
}
.sh-home .service-card[data-service] a.block {
  display: none !important;
}

.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;
}
