/* JP Forwarding Mobile Styles */

body {
  padding: 0 !important;
  min-width: 100vw;
  min-height: 100vh;
  width: 100vw;
  height: 100vh;
  font-size: 1rem;
  overflow-x: hidden;
}

.glass-card {
  max-width: 99vw;
  min-width: 0;
  width: 99vw;
  margin: 1rem;
  padding: 1.1rem 1rem 1.1rem 1rem;
  border-radius: 13px;
  min-height: 320px;
  box-shadow: 0 4px 18px 0 rgba(6,35,53,0.17), 0 1px 8px 0 rgba(220,99,38,0.08);
  gap: 1.1rem;
}

.logo-img-wide-placeholder {
  margin-bottom: 0.4rem;
}
.logo-img-wide {
  width: 150px;
  height: 36px;
  max-width: 85vw;
}

.tagline {
  font-size: 1.01rem;
  letter-spacing: 0.7px;
  margin-bottom: 0.2rem;
}
.description {
  font-size: 0.97rem;
  margin-top: 0.2rem;
}
.contact-title {
  font-size: 1.02rem;
  margin-bottom: 0.3rem;
}
.buttons {
  gap: 0.6rem;
}
.contact-btn {
  font-size: 0.98rem;
  padding: 0.8rem 0.8rem 0.8rem 1.1rem;
  min-width: 70px;
  border-radius: 10px;
}
.contact-btn.wide {
  font-size: 1.01rem;
  padding: 1rem 0.5rem 1rem 0.5rem;
}
.slim-btns {
  gap: 0.4rem;
}
.site-footer {
  font-size: 0.93rem;
  padding: 0.7rem 0.2rem;
}

/* Make sure footer never overlaps the card */
@media (max-width: 700px) {
  .glass-card {
    margin-bottom: 3.2rem;
  }
  .site-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 10;
  }
}
