/* Promo */

.promo-banner-wrapper {
  background-color: var(--blue-alt);
  align-self: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  line-height: 1;
  justify-content: center;
  padding: 20px 0;
}

.promo-banner-container {
  border-radius: 12px;
}

.promo-content {
  display: flex;
  min-width: 240px;
  gap: 20px;
  justify-content: start;
  margin: auto 0;
}

.promo-text-content {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  justify-content: start;
  flex: 1;
  flex-basis: 0%;
  margin: auto 0;
  padding: 10px 0;
}

.promo-header {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 15px;
  font-weight: 900;
  justify-content: start;
  flex-wrap: wrap;
}

.promo-title {
  font-size: 25px;
}

.promo-badge {
  margin-top: 8px;
}

.promo-description {
  line-height: 140%;
  color: #fff;
  margin-top: 6px;
}

.promo-cta {
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(146deg, var(--blue) 27.67%, var(--blue-alt) 133.45%);
  background-color: var(--blue-alt);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 700;
  margin: auto 0;
  padding: 15px;
}

.promo-price {
  color: #fff;
}

.promo-button {
  margin-top: 15px;
  align-items: center;
  gap: 5px;
  color: var(--blue);
  text-align: center;
  cursor: pointer;
}

.promo-button-text {
  leading-trim: both;
  align-self: stretch;
  margin: auto 0;
}

.promo-button-icon {
  aspect-ratio: 1.06;
  object-fit: contain;
  object-position: center;
  width: 17px;
  border-radius: 1px;
  background-blend-mode: normal;
  align-self: stretch;
  margin: auto 0;
}

@media (max-width: 991px) {
  .promo-banner-wrapper {
    max-width: 100%;
    padding: 0 0;
  }
  
  .promo-content {
    max-width: 100%;
    min-width: 0;
  }
  
  .promo-text-content {
    max-width: 100%;
    min-width: 0;
  }
  
  .promo-description {
    max-width: 100%;
  }
  .promo-cta {
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .promo-badge,
  .promo-banner-wrapper .host-bar-divider {
    display: none;
  }
  .promo-title {
    font-size: 18px;
  }
  .promo-price {
    font-size: 14px;
  }
  .promo-button .promo-button-text {
    font-size: 12px;
  }
  .promo-button {
    min-width: 150px;
  }
  .promo-description {
    font-size: 14px;
    line-height: 130%;
  }
}

/* Host Hero */

.host-section-wrapper {
  background: linear-gradient(146deg, var(--blue) 27.67%, var(--blue-alt) 133.45%);
  position: relative;
}
.host-section {
  display: flex;
  width: 100%;
  gap: 40px 75px;
  font-family: Geist, sans-serif;
  font-weight: 700;
  justify-content: start;
  flex-wrap: wrap;
}

.host-content {
  padding: 100px 80px 100px 0;
}

.host-title {
  font-size: 40px;
  line-height: 54px;
  color: #fff;
}

.host-description {
  font-weight: 500;
  line-height: 20px;
  margin-top: 50px;
  color: #fff;
}

.host-cta {
  margin-top: 50px;
  cursor: pointer;
}

.host-cta:hover,
.host-cta:focus {
  opacity: 0.9;
}

.host-image-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  overflow: hidden;
  font-size: 12px;
  color: var(--blue);
  text-align: center;
  line-height: 1;
  justify-content: start;
  width: 50%;
  height: 100%;
}

.host-trailer-image {
  aspect-ratio: 1.54;
  object-fit: cover;
  object-position: center;
  width: 100%;
  z-index: 0;
  flex: 1;
}

.host-trailer-photo-slider {
  position: relative;
  min-height: 100%;
}

.host-pro-photo-slider {
  position: relative;
  min-height: 300px;
}

.host-photo-slider .swiper {
  width: 100%;
  height: 100%;
}
.host-photo-slider .swiper-slide {
  background-position: center;
  background-size: cover;
}
.host-photo-slider.swiper-slide img {
  display: block;
  width: 100%;
} 
.host-photo-slider .host-pro-photo {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}


.host-image-label {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 1);
  align-self: start;
  position: absolute;
  z-index: 0;
  display: flex;
  min-height: 30px;
  align-items: center;
  gap: 4px;
  justify-content: center;
  left: 25px;
  bottom: 25px;
  padding: 3px 8px;
  border: 1px solid rgba(43, 50, 82, 1);
}
.host-image-label > span {
  display: flex;
  flex-direction: column;
  line-height: 120%;
}

.host-label-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 10px;
  align-self: stretch;
  margin: auto 0;
}

.host-label-text {
  align-self: stretch;
  margin: auto 0;
}

.plans-calculator-input {
  border-radius: 10px;
  background-color: #fff;
  padding: 1.25rem;
  margin-top: 1.25rem;
  border: 1px solid var(--grey);
}
.plans-calculator-input .form-label {
  font-size: 17px ;
  font-weight: 400;
}
.plans-calculator-input .form-control {
  font-size: 16px;
  padding: 0.75rem 0.75rem;
}

@media (max-width: 991px) {
  .host-section,
  .host-content,
  .host-image-container,
  .host-trailer-image {
    max-width: 100%;
  }

  .host-content {
    padding: 50px 0px 50px 0;
    text-align: left;
  }

  .host-title {
    line-height: 32px;
  }

  .host-image-container {
    position: relative;
    width: 100%;
  }

  .host-trailer-photo-slider {
    height: 360px;
  }

  .host-description {
    margin-top: 40px;
  }

  .host-cta {
    margin-top: 24px;
  }

  .boh-hero-btn {
    flex: 1;
    text-align: center;
  }
  .boh-hero-btns {
    max-width: 100%;
  }
}

@media (max-width: 570px) {
  .host-trailer-photo-slider {
    height: 240px;
  }
}

/* Host plan Insights */

.host-plans-insights-img {
  position: relative;
  height: 100%;
}
.host-plans-insights-img img {
  width: 100%;
  height: auto;
}

.host-image-offset-holder {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  text-align: right;
}
.host-image-offset-holder img {
  object-fit: contain;
  object-position: center right;
  z-index: 0;
}

.host-pro-photo {
  position: relative;
}
.host-pro-photo .host-image-label {
  left: 16px;
  bottom: 16px;
}

.host-help-block {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.host-help-block:hover {
  text-decoration: none;
}

.plans-calculator-inputs {
  border-radius: 10px;
  background-color: #fff;
  padding: 1.25rem;
  margin-top: 1.25rem;
  border: 1px solid var(--grey);
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.plans-calculator-input {
  border-radius: 0;
  background-color: #fff;
  padding: 0;
  margin-top: 0;
  border: 0;
  display: grid;
  gap: 1rem;
  align-items: center;
}
.plans-calculator-input .form-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
}

.plans-calculator-input .form-control {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 0.55rem 0.45rem;
}

.calc-table {
  width: 100%;
  border: 0;
}

.calc-table td {
  padding: 0.8em 0.2em;
  text-align: center;
  font-weight: bold;
}

.calc-table thead td {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.calc-col-plan-mobile-row {
  display: none;
}

.calc-col-fees-saved span {
  color: var(--bs-success);
}

.calc-table .calc-col-net {
  text-align: right;
}

.calc-col-net span {
  background: var(--blue-alt);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: bold;
}

.calc-table td:first-child {
  text-align: left;
}
.calc-table td:last-child {
  text-align: right;
}

@media (min-width: 768px) {
  .calc-table tbody {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .calc-table tbody tr:nth-child(2n) td {
    padding-top: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .calc-table .host-plans-card-label {
    border: 2px solid var(--blue-alt);
    border-radius: 30px;
    padding: 3px 12px;
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .calc-table {
    margin-top: 15px;
  }
  .calc-table thead td {
    background: rgba(255,255,255,0.15);
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 11px;
  }

  .calc-table .calc-col-plan {
    display: none;
  }
  .calc-table .calc-col-plan-mobile-row {
    display: table-row;
  }
  .calc-table .calc-col-plan-mobile-row:first-child td{
    padding-top: 1.2rem;
  }
  .calc-table .calc-col-plan-mobile-row td {
    text-align: left;
    padding-bottom: 0;
  }

  .calc-tabl tbody .calc-col-gross {
    text-align: left;
  }

  .calc-table thead td:first-child,
  .calc-table thead .calc-col-gross {
    border-radius: 4px 0 0 4px;
    padding-left: 0.8em;
  }
  .calc-table thead td:last-child {
    border-radius: 0 4px 4px 0;
    padding-right: 0.8em;
  }

  .calc-col-net span {
    background: var(--blue-alt);
    color: #fff;
    padding: 0.3rem 0.6rem;
    border-radius: 8px;
    font-weight: bold;
  }

  .host-plans-notes {
    font-size: 13px;
    line-height: 1.4;
  }
}


@media (max-width: 570px) {
  .host-pro-photo {
    width: 100%;
  }
  .host-pro-photo img {
    width: 100%;
  }
  .host-plans-calculator .select-default:not(.select-sm):not(.select-xs) .selectric .label {
    font-size: 15px;
    padding: 6px 0 6px 10px;
  }

  .plans-calculator-inputs {
    padding: 0.8rem;
    gap: 0.5rem;
  }
  .plans-calculator-input {
    gap: 0.5rem;
  }
  
  .plans-calculator-input .form-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.02em;
    margin: 0;
  }

  .plans-calculator-input .form-control {
    font-size: 16px;
    padding: 0.35rem 0.45rem;
    margin: 0;
  }
  .input-group-text {
    font-size: 16px;
    padding: 0.35rem 0.45rem;
  }

  .calc-table thead td {
    font-size: 10px;
    font-weight: 500;
  }
}

/* LP Phone Mockup Slider */
.lpPhonePagination {
  position: static;
}
.lpPhonePagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin: 0 3px;
}
.lpPhonePagination .swiper-pagination-bullet-active {
  background: #fff;
}

/* LP Story Card Images */
.lp-story-img {
  height: 200px;
  position: relative;
}
.lp-story-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .lp-story-img {
    height: 100%;
    min-height: 280px;
  }
}

