/* Mobile sticky contact bar — Sri Bajarang Steel Railings */
.mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 55;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, oklch(17% 0.006 60 / 0.97) 0%, oklch(13% 0.005 60 / 0.98) 100%);
  border-top: 1px solid oklch(30% 0.005 60 / 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 -8px 32px oklch(0% 0 0 / 0.35);
}

.mobile-cta-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  max-width: 640px;
  margin: 0 auto;
}

.mobile-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1 1 0;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 10px;
  font-family: Inter, "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s, opacity 0.2s, transform 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.mobile-cta-btn:active {
  transform: scale(0.98);
}

.mobile-cta-outline {
  color: oklch(95% 0.01 80);
  background: oklch(17% 0.006 60);
  border: 1px solid oklch(30% 0.005 60 / 0.8);
}

.mobile-cta-outline:hover,
.mobile-cta-outline:focus-visible {
  border-color: oklch(78% 0.12 75);
  color: oklch(78% 0.12 75);
  outline: none;
}

.mobile-cta-outline svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.mobile-cta-primary {
  color: oklch(13% 0.005 60);
  background: linear-gradient(135deg, oklch(85% 0.1 80) 0%, oklch(65% 0.13 60) 100%);
  border: 1px solid oklch(78% 0.12 75 / 0.4);
  font-weight: 600;
  box-shadow: 0 4px 20px oklch(78% 0.12 75 / 0.25);
}

.mobile-cta-primary:hover,
.mobile-cta-primary:focus-visible {
  opacity: 0.92;
  outline: none;
}

@media (max-width: 380px) {
  .mobile-cta-btn {
    font-size: 12px;
    padding: 10px 8px;
    gap: 4px;
  }
}

@media (min-width: 1024px) {
  .mobile-cta-bar {
    display: none;
  }
}

@media (max-width: 1023px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }

  a[aria-label="Chat on WhatsApp"].fixed.bottom-6 {
    display: none !important;
  }
}
