#demo .demo-section-container{
  max-width: 1088px !important;
  padding-left: 20px;
  padding-right: 20px;
}

#demo .demo-upgrade-shell{
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#demo .cta-centered-layout,
#demo #primary-demo{
  width: 100%;
  max-width: none;
}

#demo .demo-upgrade-grid,
#demo .demo-upgrade-info,
#demo .demo-next-steps,
#demo .demo-value-bullets,
#demo .demo-scheduler-card,
#demo .ghl-booking-embed{
  min-width: 0;
  width: 100%;
  max-width: none;
}

#demo .demo-upgrade-header{
  text-align: center;
  max-width: 880px;
  margin: 0 auto 28px;
}

#demo .demo-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(47,86,201,0.08);
  color: #2f56c9;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#demo .demo-upgrade-subhead{
  margin: 6px auto 0;
  max-width: 46ch;
  color: #5d6b85;
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 500;
}

#demo .demo-header-bullets{
  list-style: none;
  margin: 14px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  max-width: 860px;
}

#demo .demo-header-bullets--between{
  margin: 14px 0 2px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  max-width: none;
  width: 100%;
  padding: 0 2px;
  overflow: visible;
}


#demo .demo-header-bullets li{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(15,26,43,0.78);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
}

#demo .demo-header-bullets li::before{
  content: '•';
  color: #16a34a;
  font-size: 1.1rem;
  line-height: 1;
}

#demo .demo-upgrade-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  width: 100%;
}

#demo .demo-upgrade-grid > *{
  width: 100%;
  min-width: 0;
}

#demo #demo-form-card-main{
  display: block !important;
  visibility: visible !important;
}

#demo .demo-upgrade-info{
  display: grid;
  gap: 14px;
  align-content: start;
  grid-template-columns: 1fr;
  max-width: 720px;
  margin: 0 auto;
}

#demo .demo-value-bullets{
  margin: 0;
  max-width: none;
  width: 100%;
  justify-self: stretch;
  padding: 22px 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid rgba(15,26,43,0.08);
  box-shadow: 0 12px 28px rgba(15,26,43,0.05);
}

#demo .demo-value-bullets ul{
  gap: 10px;
}

#demo .demo-value-bullets li{
  max-width: none;
  margin: 0;
  font-size: 0.98rem;
}

#demo .demo-next-steps{
  max-width: none;
  width: 100%;
  justify-self: stretch;
  padding: 22px 24px;
  border-radius: 20px;
  background: rgba(15,26,43,0.96);
  box-shadow: 0 14px 28px rgba(15,26,43,0.12);
  text-align: left;
}

#demo .demo-next-steps__label{
  margin-bottom: 8px;
  color: rgba(255,255,255,0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#demo .demo-next-steps__list{
  display: grid;
  gap: 10px;
}

#demo .demo-next-steps__item{
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 3px;
  align-items: start;
}

#demo .demo-next-steps__item span{
  grid-row: 1 / span 2;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.16);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.92rem;
}

#demo .demo-next-steps__item strong{
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.35;
}

#demo .demo-next-steps__item small{
  color: rgba(255,255,255,0.8);
  font-size: 0.88rem;
  line-height: 1.5;
}

#demo .demo-inline-reassurance{
  color: rgba(15,26,43,0.62);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: -2px;
}

#demo .demo-scheduler-card{
  position: relative;
  overflow: visible;
  padding: 14px !important;
  max-width: none;
  width: 100%;
  justify-self: stretch;
  margin: 0;
  align-self: stretch;
}

@media (max-width: 768px){
  #demo .demo-upgrade-info{
    max-width: 100%;
  }

  #demo .demo-next-steps,
  #demo .demo-value-bullets{
    padding: 18px 18px;
    border-radius: 18px;
  }

  #demo .demo-header-bullets--between{
    justify-content: flex-start;
  }

  #demo .demo-header-bullets li{
    white-space: normal;
  }

  #demo .demo-scheduler-card{
    padding: 10px !important;
  }
}

@media (max-width: 480px){
  #demo .demo-next-steps__item{
    grid-template-columns: 26px 1fr;
    column-gap: 8px;
  }

  #demo .demo-next-steps__item span{
    width: 26px;
    height: 26px;
    font-size: 0.84rem;
  }

  #demo .demo-next-steps__item strong{
    font-size: 0.94rem;
  }

  #demo .demo-next-steps__item small,
  #demo .demo-header-bullets li{
    font-size: 0.84rem;
  }
}

#demo .demo-scheduler-card::before{
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #2f56c9, #22b8cf, #7bc043);
}

#demo .demo-scheduler-intro{
  margin: 2px 0 12px;
  text-align: center;
  color: #0f1a2b;
  font-size: 0.96rem;
  font-weight: 800;
}

#demo .ghl-booking-embed{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(15,26,43,0.08);
}

#demo .ghl-booking-embed iframe{
  display: block;
  width: 100%;
  margin-top: 0;
  height: 780px;
  min-height: 780px;
  background: #ffffff;
}

#demo .ghl-booking-embed .calendly-inline-widget,
#demo .ghl-booking-embed > div,
#demo .ghl-booking-embed iframe{
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 980px){
  #demo .demo-upgrade-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #demo .demo-upgrade-info{
    order: 1;
    grid-template-columns: 1fr;
  }

  #demo .demo-header-bullets--between{
    justify-content: flex-start;
    margin: 12px 0 0;
    padding: 0;
  }

  #demo .demo-scheduler-card{
    order: 2;
  }

  #demo .demo-next-steps,
  #demo .demo-value-bullets,
  #demo .demo-scheduler-card{
    max-width: 100%;
  }
}

@media (max-width: 640px){
  #demo .demo-section-container{
    padding-left: 20px;
    padding-right: 20px;
  }

  #demo .demo-upgrade-shell{
    width: 100%;
    padding-inline: 0;
  }

  #demo .demo-upgrade-header{
    margin-bottom: 22px;
  }

  #demo .demo-upgrade-subhead{
    font-size: 1rem;
  }

  #demo .demo-header-bullets--between{
    gap: 8px 14px;
  }

  #demo .demo-value-bullets,
  #demo .demo-next-steps,
  #demo .demo-scheduler-card{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  #demo .ghl-booking-embed iframe{
    height: 720px;
    min-height: 720px;
  }

  #demo .demo-next-steps__item{
    grid-template-columns: 30px 1fr;
  }

  #demo .demo-next-steps__item span{
    width: 30px;
    height: 30px;
  }
}
