/* .icon-menu__item h4 { line-height: 120% !important; margin-bottom: 0.8rem; }
.icon-menu__item p { line-height: 120% !important; }
.icon-menu__item p a { font-weight: 300; color: #666; font-size: 2rem; }

.form__container .btn.btn-xl {
  font-size: 21px !important;
  height: 60px !important;
  line-height: 30px !important;
  padding: 15px 25px !important;
}

#register-button { width: 150px; } */

@media (min-width: 768px) {
  .usms-container.container-narrow {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .usms-container.container-narrow {
    max-width: 1000px;
  }
}

.usms-container.form__container {
  margin-top: 8rem;
  margin-bottom: 12rem;
}

@media (min-width: 768px) {
  .usms-container.tms-benefits {
    padding-left: 6rem;
  }
}
@media (min-width: 1200px) {
  .usms-container.tms-benefits {
    padding-left: 14rem;
  }
}

.icon-menu__item h4 {
  font-size: 2.3rem;
}
.icon-menu__item p,
.icon-menu__item p a {
  font-size: 1.8rem;
  line-height: 150%;
}

#hero-text-col p {
  font-size: 2.9rem; 
  line-height: 140%; 
  margin-top: 0.5rem; 
  color: #999;
  letter-spacing: .1px;
  font-weight: 300; 
  margin-bottom: 4rem; 
  position: relative; 
  z-index: 1;
}
@media (min-width: 992px) {
  #hero-text-col p {
    padding-right: 25%;
  }
}
@media (min-width: 1200px) {
  #hero-text-col p {
    padding-right: 50%;
  }
}

/* Hero */
#hero-text-col {
  position: relative;
  z-index: 1;
  background-image: url('/assets/img/tms-chart.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

#hero-text-col h1 {
  position: relative;
  z-index: 1;
}

/* Heights based on SVG aspect ratio (393/713 ≈ 0.551) at 90% container width + 100px padding */
#hero-text-col { 
  /* min-height: 630px;
  background-size: 210% auto;
  background-position: 94% bottom; */
  min-height: 460px;
  background-size: 220% auto;
  background-position: 90% 110px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #hero-text-col { 
    min-height: 700px; 
    background-size: 160% auto;
    background-position: 90% bottom;
  }
}
@media (min-width: 900px) {
  #hero-text-col { 
    min-height: 500px; 
    background-size: 100% auto;
    background-position: 150% bottom;
  }
}
@media (min-width: 992px) {
  #hero-text-col { 
    /* min-height: 490px; */
    /* background-size: 100% auto; */
    /* background-position: 90% bottom; */
  }
}
@media (min-width: 1200px) {
  #hero-text-col { 
    min-height: 540px; 
  }
}

/* As Seen In */

.as-seen-in__header {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
h4.as-seen-in__header {
  color: #999 !important;
}
.as-seen-in__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  padding: 2rem 0rem 6rem;
  margin-bottom: 6rem;
}

.as-seen-in__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 3rem;
}

@media (min-width: 768px) {
  .as-seen-in__grid {
    grid-template-columns: repeat(4, auto);
    gap: 2rem 0;
  }
  .as-seen-in__item {
    border-bottom: none;
    border-right: 1px solid #ccc;
    padding: 0 3rem;
  }
  .as-seen-in__item:last-child,
  .as-seen-in__item:nth-child(4) {
    border-right: none;
  }
}

.as-seen-in__grid img {
  opacity: 0.5;
}



/* Join CTA */
.usms-container.tms-cta-join {
  max-width: 850px;
}