body {
  background: #f7f7f7;
}

.prototype-nav {
  padding-top: 24px;
}

.prototype-menu {
  display: flex;
}

.prototype-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(340px, 0.62fr);
  align-items: center;
  gap: 32px;
}

.prototype-hero__copy {
  max-width: 520px;
}

.vctr-container.prototype-hero .prototype-hero__copy .vctr-h1.business-contact {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: clamp(34px, 3.2vw, 46px) !important;
  line-height: 1 !important;
}

.prototype-hero__copy .business-contact-description.bigger {
  font-size: 20px !important;
  line-height: 1.24 !important;
  max-width: 28em;
}

.prototype-hero__media img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
}

.prototype-hero__media {
  justify-self: end;
  width: min(100%, 520px);
}

.prototype-contact-grid {
  display: grid;
  align-items: flex-start;
  grid-template-columns: minmax(620px, 1fr) minmax(560px, 0.96fr);
  gap: 64px;
  overflow: visible;
}

.prototype-contact-grid .business-contact-col {
  min-width: 0;
  width: auto;
  max-width: none;
  margin-right: 0;
}

.prototype-contact-grid .business-contact-col__left {
  position: relative;
  z-index: 1;
  width: 100% !important;
}

.prototype-contact-grid .business-contact-col__left .business-contact-description {
  max-width: 760px;
}

.prototype-contact-grid .business-contact-col__left .business-contact-description-title,
.prototype-contact-grid .business-contact-col__left .business-contact-description-subtitle {
  display: inline-block;
  max-width: 100%;
}

.prototype-form-shell {
  width: 100%;
}

.prototype-form-layout {
  display: block;
}

.prototype-form-intro {
  margin-bottom: 14px;
  color: #0b0b0b;
}

.prototype-form-intro h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(20px, 1.35vw, 23px);
  line-height: 1.12;
  white-space: nowrap;
}

.prototype-form-intro p {
  max-width: 30em;
  margin: 0;
  color: #767676;
  font-size: 16px;
  line-height: 1.35;
}

.prototype-form-main {
  min-width: 0;
}

.prototype-form-story {
  position: relative;
  display: grid;
  width: 100%;
  height: 600px;
  min-height: 0;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  color: #0b0b0b;
}

.story-viewport {
  position: relative;
  min-height: 100%;
}

.story-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 285px 1fr;
  gap: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.story-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.prototype-main-story .story-slide:not(.is-active) {
  display: none !important;
}

.prototype-main-story .story-slide.is-active {
  display: grid !important;
}

.story-slide h3 {
  max-width: 15.5em;
  margin: 0;
  color: #0b0b0b;
  font-size: 26px;
  line-height: 1.08;
}

.story-slide p:not(.prototype-kicker) {
  max-width: 20em;
  margin: 0;
  color: #767676;
  font-size: 15px;
  line-height: 1.45;
}

.story-slide ul {
  display: grid;
  gap: 7px;
  max-width: 35em;
  margin: 6px 0 0;
  padding: 0;
  color: #252525;
  font-size: 14px;
  line-height: 1.3;
  list-style: none;
}

.story-slide li {
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.story-slide li::before {
  content: "✓";
  margin-right: 8px;
  color: #0b0b0b;
}

.story-media {
  position: relative;
  min-height: 0;
  opacity: 1;
  overflow: hidden;
  background: #ededed;
}

.story-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0.96));
  pointer-events: none;
}

.story-media img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.story-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 7px;
  min-height: 0;
  align-content: start;
  padding: 18px 24px 92px;
  border-top: 1px solid #ececec;
  background: #fff;
}

.story-slide--experience .story-media img {
  object-position: 50% 46%;
}

.story-slide--offline .story-media img {
  object-position: 50% 42%;
}

.story-slide--security .story-media img {
  object-position: 50% 42%;
}

.story-metric-grid,
.story-logo-pair {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  display: grid;
  gap: 12px;
}

.story-metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-metric-grid div,
.story-logo-pair div {
  display: grid;
  min-height: 58px;
  align-content: center;
  padding: 10px 12px;
  border: 1px solid #efefef;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.story-metric-grid strong,
.story-logo-pair div {
  color: #0b0b0b;
  font-size: 18px;
  line-height: 1;
}

.story-metric-grid span,
.story-logo-pair span {
  margin-top: 5px;
  color: #8f8f8f;
  font-size: 12px;
}

.story-logo-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-dots {
  position: absolute;
  left: 24px;
  right: auto;
  bottom: 36px;
  display: flex;
  gap: 8px;
  z-index: 3;
}

.story-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: #d9d9d9;
}

.story-dots button.is-active {
  width: 24px;
  background: #6100ff;
}

.story-arrows {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  gap: 10px;
  z-index: 3;
}

.story-arrows button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: #252525;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transition:
    border-color 160ms ease,
    background 160ms ease;
}

.story-arrows button:hover {
  border-color: #6100ff;
  background: #fff;
}

.prototype-education-callout {
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  color: #0b0b0b;
}

.prototype-education-callout img {
  width: 116px;
  height: 74px;
  border-radius: 6px;
  object-fit: cover;
  object-position: 18% 50%;
}

.prototype-education-callout div {
  min-width: 0;
}

.prototype-education-callout p {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.28;
}

.prototype-education-callout a {
  flex: 0 0 auto;
  color: #6100ff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.prototype-education-callout a:hover {
  text-decoration: underline;
}

.prototype-carousel-logos {
  margin-top: 34px;
}

.prototype-carousel-logos p {
  margin: 0 0 18px;
  color: #767676;
  font-size: 16px;
  line-height: 1.35;
}

.business-contact-col__right-outline {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  background: #f7f7f7;
}

#hubspot-form-target iframe {
  min-height: 590px;
}

.security-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.security-badge {
  display: grid;
  min-width: 112px;
  min-height: 64px;
  align-content: center;
  justify-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  background: #fff;
  color: #0b0b0b;
}

.security-badge strong {
  font-size: 21px;
  line-height: 1;
}

.security-badge span {
  margin-top: 5px;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.prototype-inline-calendar {
  width: 100%;
}

.form-columns-2 {
  display: flex;
  gap: 10px;
}

.form-columns-2 .hs-form-field {
  flex: 1;
  margin-bottom: 19px;
}

.hs-form-field {
  margin-bottom: 19px;
}

.hs-form-field label:not(.hs-error-msg) {
  display: none;
}

.hs-form-field .hs-input {
  width: 100%;
  max-width: none;
  border: 1px solid #efefef;
  border-radius: 4px;
  background-color: #efefef;
  height: 56px;
  margin-bottom: 0;
  padding: 14px 19px;
  font-size: 16px;
  color: #767676;
  box-sizing: border-box;
}

.hs-form-field .hs-input:not(select) {
  color: #0b0b0b;
}

.hs-form-field .hs-input::placeholder {
  color: #949494;
}

.hs-form-field .hs-input:focus {
  border-color: #6100ff;
  outline: none;
}

.hs-form-field textarea {
  min-height: 100px;
}

.actions .hs-button {
  width: 100%;
  border: 1px solid #6100ff;
  border-radius: 4px;
  background-color: #6100ff;
  color: #f7f7f7;
  cursor: pointer;
  min-height: 56px;
  margin-top: 0;
  padding: 14px 19px;
  font-size: 16px;
  line-height: 1.4;
  transition: opacity 160ms ease;
}

.actions .hs-button:hover:not(.inactive),
.actions .hs-button:focus,
.actions .hs-button:active:not(.inactive):not(.link) {
  height: initial;
  background-color: #6100ff;
  border-color: #6100ff;
  opacity: 0.86;
}

.is-invalid {
  border-color: #d92d20 !important;
}

.prototype-result {
  margin-top: 60px;
  margin-bottom: 80px;
}

.prototype-result__inner {
  width: 100%;
  max-width: none;
  margin-left: 0;
}

.prototype-result__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.prototype-result__header h2 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #0b0b0b;
  font-size: 44px;
  line-height: 1.04;
}

.prototype-kicker {
  color: #6100ff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px;
}

.prototype-close {
  width: 42px;
  height: 42px;
  border: 1px solid #efefef;
  border-radius: 4px;
  background: #efefef;
  color: #0b0b0b;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.calendar-container {
  overflow: hidden;
  min-height: 650px;
  margin-top: 24px;
  border: 1px solid #efefef;
  border-radius: 4px;
  background: #fff;
}

.calendar-container iframe {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
}

.mock-calendar {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) 1.2fr;
  min-height: 560px;
}

.mock-calendar-info {
  padding: 30px;
  border-right: 1px solid #efefef;
  background: #f7f7f7;
}

.mock-calendar-info h3,
.mock-slots h3,
.small-company-message h3 {
  margin-top: 0;
  color: #0b0b0b;
}

.prefill-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.prefill-list div {
  display: grid;
  gap: 3px;
}

.prefill-list span {
  color: #767676;
  font-size: 12px;
}

.prefill-list strong {
  overflow-wrap: anywhere;
  color: #0b0b0b;
}

.mock-slots {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 30px;
}

.slot-button {
  min-height: 48px;
  border: 1px solid #efefef;
  border-radius: 4px;
  background: #fff;
  color: #0b0b0b;
  cursor: pointer;
  font-weight: 600;
}

.slot-button:hover {
  border-color: #6100ff;
  color: #6100ff;
}

.small-company-message {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(97, 0, 255, 0.22);
  border-radius: 4px;
  background: rgba(97, 0, 255, 0.06);
}

.debug-panel {
  margin-top: 24px;
  color: #767676;
  font-size: 13px;
}

.debug-panel pre {
  overflow: auto;
  max-height: 260px;
  padding: 14px;
  border-radius: 4px;
  background: #0b0b0b;
  color: #f7f7f7;
}

.prototype-logos {
  padding-bottom: 72px;
}

.prototype-logo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(82px, 1fr));
  align-items: center;
  justify-items: center;
  gap: 24px 24px;
  padding-top: 0;
}

.prototype-logo-strip img {
  width: auto;
  max-width: 120px;
  max-height: 36px;
  height: auto;
  filter: grayscale(1);
  opacity: 0.38;
}

select.hs-input {
  appearance: none;
  background:
    url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1L5 5L1 1" stroke="%23252525"/></svg>')
      no-repeat 96%,
    #efefef;
}

@media (max-width: 991px) {
  .prototype-menu,
  .navbar__right {
    display: none;
  }

  .prototype-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .prototype-contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .prototype-form-layout {
    display: block;
  }

  .prototype-form-story {
    height: 600px;
    min-height: 0;
  }

  .story-slide {
    grid-template-rows: 250px 1fr;
  }

  .story-media {
    min-height: 0;
  }

  .story-copy {
    min-height: 0;
    padding: 18px 22px 92px;
  }

  .story-slide h3 {
    font-size: 24px;
  }

  .story-slide ul {
    font-size: 14px;
  }

  .prototype-logo-strip {
    grid-template-columns: repeat(4, minmax(80px, 1fr));
    gap: 34px 24px;
  }

  .form-columns-2,
  .mock-calendar {
    grid-template-columns: 1fr;
    display: grid;
  }

  .mock-calendar-info {
    border-right: 0;
    border-bottom: 1px solid #efefef;
  }
}

@media (max-width: 560px) {
  .vctr-container.prototype-hero .prototype-hero__copy .vctr-h1.business-contact {
    font-size: 32px !important;
  }

  .prototype-hero__copy .business-contact-description.bigger {
    font-size: 17px !important;
  }

  .prototype-form-intro h2 {
    font-size: 24px;
    white-space: normal;
  }

  .prototype-form-story {
    height: 600px;
    min-height: 0;
  }

  .story-slide {
    grid-template-rows: 210px 1fr;
  }

  .story-media {
    min-height: 0;
  }

  .story-copy {
    min-height: 0;
    padding: 16px 18px 76px;
  }

  .story-slide h3 {
    font-size: 22px;
  }

  .story-slide ul {
    gap: 6px;
    font-size: 13px;
  }

  .story-metric-grid,
  .story-logo-pair {
    top: 14px;
    left: 14px;
    right: 14px;
    gap: 8px;
  }

  .story-metric-grid div,
  .story-logo-pair div {
    min-height: 58px;
    padding: 10px;
  }

  .story-metric-grid strong,
  .story-logo-pair div {
    font-size: 18px;
  }

  .story-arrows {
    right: 18px;
    bottom: 18px;
  }

  .story-dots {
    left: 18px;
    bottom: 30px;
  }

  .prototype-education-callout {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .prototype-education-callout img {
    width: 100%;
    height: 120px;
  }

  .prototype-logo-strip {
    grid-template-columns: repeat(2, minmax(90px, 1fr));
  }
}

@media (max-width: 767px) {
  .prototype-result__header h2 {
    font-size: 32px;
  }

  .prototype-result {
    margin-top: 40px;
  }
}
