/* Mobile app landing pages only (US + India home) — trimmed from base.css + layout.css.
   Keeps navbar, typography, CTAs, scrollbar, Owl dot tweaks, container. */

html {
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--accent) transparent;
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-black);
  color: white;
  overflow-x: hidden;
  font-optical-sizing: auto;
}

.container {
  max-width: 75rem;
  margin: 0 auto;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1.fw-bold,
h2.fw-bold,
h3.fw-bold,
h4.fw-bold,
h5.fw-bold,
h6.fw-bold {
  font-family: var(--font-heading);
  font-weight: 300 !important;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  font-weight: inherit !important;
}

p, .lead, .description, .text-dim, .text-muted, .text-secondary-muted, .text-grey {
  font-weight: 300;
}

.fw-bold {
  font-weight: 400 !important;
}

.font-syne {
  font-family: "Poppins", sans-serif;
}

.text-primary-custom {
  color: var(--primary-color) !important;
}

/* Matches sitewide utility used in hero kicker (not in default Bootstrap build here) */
.letter-spacing-2 {
  letter-spacing: 0.12em;
}

.text-dim {
  color: #ffffff !important;
  opacity: 0.70 !important;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent !important;
}

::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 0 !important;
}

/* Owl theme dot sizing (when lazy-loaded) */
.owl-theme .owl-dots .owl-dot span {
  height: 4px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 60px !important;
}

.owl-dots {
  margin-top: 20px !important;
}

/* Navbar baseline (landing pages use custom-navbar + lp-page-nav) */
.custom-navbar {
  padding: 20px 0;
  transition: all 0.4s ease;
  background: transparent;
  min-height: 98px;
}

.custom-navbar.scrolled {
  background: #200520;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
  margin: 0 10px;
  transition: color 0.3s;
}

.custom-navbar .navbar-brand img {
  width: 150px;
  height: auto;
}

/* Main CTAs — match base.css */
.btn-primary-custom,
.button-border {
  border-radius: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.btn.btn-primary-custom {
  background-color: var(--primary-color);
  border: none;
  color: #000;
}

.btn.btn-primary-custom:hover {
  background-color: #320033;
  color: #fff;
  box-shadow: 0 0 20px rgb(50 0 51);
}

a.btn-primary-custom {
  background-color: var(--primary-color);
  border: none;
  color: #000;
}

a.btn-primary-custom:hover {
  background-color: #320033;
  color: #fff;
  box-shadow: 0 0 20px rgb(50 0 51);
}

.btn.button-border,
a.button-border,
.button-border {
  background-color: transparent !important;
  color: #fff;
  border: 0.5px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.button-border:hover,
a.button-border:hover,
.button-border:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.button-border.button-border--on-light,
.btn.button-border.button-border--on-light {
  color: #0a0a0a !important;
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.button-border.button-border--on-light:hover,
.btn.button-border.button-border--on-light:hover {
  color: #0a0a0a !important;
  border-color: rgba(0, 0, 0, 0.45) !important;
  background: rgba(0, 0, 0, 0.06) !important;
}

/* Bootstrap .display-* midsize tuning — from base.css */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .display-1 {
    font-size: clamp(2.45rem, 1.35rem + 3.1vw, 3.05rem) !important;
    line-height: 1.1;
  }
  .display-2 {
    font-size: clamp(2.2rem, 1.2rem + 2.75vw, 2.75rem) !important;
    line-height: 1.12;
  }
  .display-3 {
    font-size: clamp(1.95rem, 1.05rem + 2.35vw, 2.45rem) !important;
    line-height: 1.14;
  }
  .display-4 {
    font-size: clamp(1.75rem, 0.95rem + 2vw, 2.15rem) !important;
    line-height: 1.15;
  }
  .display-5 {
    font-size: clamp(1.55rem, 0.9rem + 1.65vw, 1.9rem) !important;
    line-height: 1.18;
  }
  .display-6 {
    font-size: clamp(1.4rem, 0.85rem + 1.35vw, 1.65rem) !important;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .display-1 {
    font-size: clamp(2.65rem, 1.25rem + 2.85vw, 3.35rem) !important;
    line-height: 1.08;
  }
  .display-2 {
    font-size: clamp(2.35rem, 1.1rem + 2.5vw, 2.95rem) !important;
    line-height: 1.1;
  }
  .display-3 {
    font-size: clamp(2.1rem, 1rem + 2.15vw, 2.6rem) !important;
    line-height: 1.12;
  }
  .display-4 {
    font-size: clamp(1.85rem, 0.9rem + 1.85vw, 2.25rem) !important;
    line-height: 1.14;
  }
  .display-5 {
    font-size: clamp(1.65rem, 0.85rem + 1.55vw, 2rem) !important;
    line-height: 1.16;
  }
  .display-6 {
    font-size: clamp(1.45rem, 0.8rem + 1.25vw, 1.75rem) !important;
    line-height: 1.18;
  }
}

@media (min-width: 1400px) and (max-width: 1699.98px) {
  .display-1 {
    font-size: clamp(2.65rem, 1.25rem + 2.85vw, 3.95rem) !important;
    line-height: 1.08;
  }
  .display-2 {
    font-size: 4.2rem !important;
    line-height: 1.3;
  }
  .display-3 {
    font-size: clamp(2.1rem, 1rem + 2.15vw, 2.6rem) !important;
    line-height: 1.12;
  }
  .display-4 {
    font-size: clamp(1.85rem, 0.9rem + 1.85vw, 2.25rem) !important;
    line-height: 1.14;
  }
  .display-5 {
    font-size: 2.6rem !important;
    line-height: 1.16;
  }
  .display-6 {
    font-size: clamp(1.45rem, 0.8rem + 1.25vw, 1.75rem) !important;
    line-height: 1.18;
  }
}

/* Footer-min SVG contact icons */
.lp-footer-min__contact-icon svg {
  display: block;
  width: 1.12rem;
  height: 1.12rem;
}

/* Landing estimate form — validation + phone prefix */
.lp-form-errors {
  margin-bottom: 0.35rem;
}

.lp-form-error-msg {
  color: #f87171;
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
}

.lp-requirement-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.lp-requirement-label-row .lp-label {
  margin-bottom: 0;
}

.lp-requirement-hint {
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  flex-shrink: 0;
}

.lp-phone-input {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.lp-phone-prefix {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.65rem 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 0;
  border-radius: 0.75rem 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  user-select: none;
  pointer-events: none;
}

.lp-phone-input .lp-phone-local {
  border-radius: 0 0.75rem 0.75rem 0;
  flex: 1;
  min-width: 0;
}

.lp-phone-input .lp-phone-local:focus {
  outline: none;
  border-color: var(--accent-yellow);
}

.lp-phone-input .lp-phone-local.lp-field-error {
  border-color: #f87171 !important;
  box-shadow: 0 0 0 2px rgba(248, 113, 113, 0.15);
}

.lp-form-field:has(.lp-custom-select.is-open) {
  position: relative;
  z-index: 30;
  overflow: visible;
}

.lp-estimate-modal__dialog:has(.lp-custom-select.is-open) {
  overflow: visible;
}
