:root {
  --night: oklch(0.18 0.055 266);
  --night-raised: oklch(0.235 0.055 264);
  --night-line: oklch(0.34 0.045 263);
  --paper-blue: oklch(0.975 0.012 255);
  --quiet-blue: oklch(0.94 0.035 257);
  --footer-copy: oklch(0.77 0.025 255);
}

main {
  height: auto !important;
}

.long-shell,
.footer-shell,
.footer-bottom {
  width: min(calc(100% - 6rem), 1376px);
  margin-inline: auto;
}

#simulator,
#testimonials {
  scroll-margin-top: 2rem;
}

/* Official customer marks from the live VTSimu site. */
.company-logos {
  gap: clamp(1.35rem, 2.5vw, 3.1rem);
}

.company-logos > .company-logo {
  display: block;
  width: auto;
  max-width: min(100%, 138px);
  max-height: 37px;
  margin: auto;
  object-fit: contain;
  opacity: 0.56;
  filter: brightness(0) saturate(100%);
  transform: none;
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.company-logos > .company-logo:nth-child(3) {
  max-width: 154px;
}

.company-logos > .company-logo:nth-child(4) {
  max-width: 123px;
  max-height: 31px;
}

.company-logos > .company-logo:hover {
  opacity: 0.9;
  filter: brightness(0) saturate(100%);
  transform: translateY(-2px);
}

/* Product proof */
.product-proof-section {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 8vw, 8.5rem) 0 clamp(6.5rem, 9vw, 9rem);
  background: var(--page);
}

.product-proof-section::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: -10rem;
  width: 31rem;
  height: 31rem;
  border: 1px solid color-mix(in oklch, var(--blue) 13%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem color-mix(in oklch, var(--blue-soft) 42%, transparent),
              0 0 0 10rem color-mix(in oklch, var(--blue-soft) 23%, transparent);
  pointer-events: none;
}

.product-proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(4rem, 7vw, 7.5rem);
  align-items: center;
}

.product-proof-copy {
  max-width: 36rem;
}

.section-kicker {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  margin: 0 0 1.25rem;
  color: var(--blue-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.115em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-kicker > span {
  width: 2rem;
  height: 3px;
  border-radius: 99px;
  background: var(--orange);
}

.product-proof-copy h2,
.testimonials-heading h2,
.closing-cta h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.product-proof-copy h2 {
  max-width: 12ch;
  color: var(--ink);
  font-size: clamp(3.2rem, 4.4vw, 5.1rem);
  line-height: 0.98;
}

.section-lead {
  max-width: 61ch;
  margin: 1.75rem 0 0;
  color: var(--copy);
  font-size: 1.06rem;
  line-height: 1.75;
}

.capability-list {
  display: grid;
  gap: 0;
  margin: 2.15rem 0 0;
  padding: 0;
  list-style: none;
}

.capability-list li {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.9rem 0;
  border-top: 1px solid color-mix(in oklch, var(--line) 78%, transparent);
  color: var(--copy);
  font-size: 0.95rem;
  line-height: 1.5;
}

.capability-list li:last-child {
  border-bottom: 1px solid color-mix(in oklch, var(--line) 78%, transparent);
}

.capability-list i {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  margin-top: 0.05rem;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in oklch, var(--green) 12%, var(--page));
  color: var(--green);
  font-size: 0.67rem;
}

.capability-list strong {
  color: var(--ink);
  font-weight: 800;
}

.proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  align-items: center;
  margin-top: 2rem;
}

.proof-button {
  display: inline-flex;
  min-height: 3.55rem;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 0.7rem;
  font-size: 0.94rem;
  font-weight: 800;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.proof-button:hover {
  transform: translateY(-2px);
}

.proof-button-primary {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--page);
  box-shadow: 0 12px 24px color-mix(in oklch, var(--blue) 17%, transparent);
}

.proof-button-primary:hover {
  border-color: var(--blue-deep);
  background: var(--blue-deep);
  color: var(--page);
}

.proof-button-secondary {
  border-color: color-mix(in oklch, var(--blue) 44%, var(--line));
  background: var(--page);
  color: var(--blue-deep);
}

.proof-button-secondary:hover {
  background: var(--blue-soft);
  color: var(--blue-deep);
}

.proof-text-link {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--blue-deep);
  font-size: 0.9rem;
  font-weight: 700;
}

.proof-text-link:hover {
  color: var(--blue);
}

.product-stage {
  position: relative;
  min-height: 635px;
  overflow: hidden;
  border: 1px solid color-mix(in oklch, var(--blue) 20%, var(--line));
  border-radius: 2rem;
  background: var(--quiet-blue);
  box-shadow: 0 28px 65px color-mix(in oklch, var(--ink) 13%, transparent);
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(color-mix(in oklch, var(--blue) 7%, transparent) 1px, transparent 1px),
                    linear-gradient(90deg, color-mix(in oklch, var(--blue) 7%, transparent) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, var(--ink), transparent 86%);
  pointer-events: none;
}

.stage-label {
  position: absolute;
  top: 1.7rem;
  left: 2rem;
  z-index: 3;
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  color: var(--blue-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stage-status {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px color-mix(in oklch, var(--green) 13%, transparent);
}

.product-shot {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  border: 1px solid color-mix(in oklch, var(--ink) 14%, var(--line));
  border-radius: 0.8rem;
  background: var(--page);
  box-shadow: 0 22px 44px color-mix(in oklch, var(--ink) 22%, transparent);
}

.product-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.product-shot-primary {
  top: 5.3rem;
  left: 2rem;
  width: 83%;
  transform: rotate(-1.1deg);
}

.product-shot-secondary {
  right: 1.8rem;
  bottom: 4.6rem;
  z-index: 2;
  width: 48%;
  transform: rotate(1.7deg);
}

.stage-caption {
  position: absolute;
  bottom: 1.35rem;
  left: 1.75rem;
  z-index: 3;
  display: flex;
  max-width: 23rem;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 1rem;
  border: 1px solid color-mix(in oklch, var(--green) 25%, var(--line));
  border-radius: 0.75rem;
  background: color-mix(in oklch, var(--page) 94%, transparent);
  color: var(--copy);
  font-size: 0.76rem;
  line-height: 1.45;
  box-shadow: 0 10px 25px color-mix(in oklch, var(--ink) 10%, transparent);
}

.stage-caption i {
  color: var(--green);
  font-size: 1.1rem;
}

.stage-caption strong {
  display: block;
  color: var(--ink);
}

/* Testimonials */
.testimonials-section {
  position: relative;
  overflow: hidden;
  padding: clamp(6.5rem, 8vw, 8.5rem) 0;
  background: var(--night);
  color: var(--page);
}

.testimonials-section::after {
  content: "";
  position: absolute;
  right: -7rem;
  bottom: -12rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid color-mix(in oklch, var(--blue) 34%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 6rem color-mix(in oklch, var(--blue) 6%, transparent);
}

.testimonials-section .long-shell {
  position: relative;
  z-index: 1;
}

.testimonials-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.5fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 3.5rem;
}

.section-kicker-light {
  grid-column: 1 / -1;
  margin-bottom: -1.5rem;
  color: oklch(0.8 0.055 258);
}

.testimonials-heading h2 {
  max-width: 15ch;
  color: var(--page);
  font-size: clamp(3rem, 4.4vw, 4.9rem);
  line-height: 1;
}

.testimonials-heading > p:last-child {
  max-width: 45ch;
  margin: 0 0 0.5rem;
  color: oklch(0.75 0.025 255);
  font-size: 1rem;
  line-height: 1.7;
}

.testimonial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(21rem, 0.88fr);
  gap: 1.2rem;
}

.testimonial-stack {
  display: grid;
  gap: 1.2rem;
}

.testimonial-card {
  border: 1px solid var(--night-line);
  border-radius: 1.35rem;
  background: var(--night-raised);
}

.testimonial-featured {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(2.2rem, 4vw, 4.4rem);
  background: color-mix(in oklch, var(--blue) 13%, var(--night-raised));
}

.testimonial-featured::after {
  content: "";
  position: absolute;
  top: -7rem;
  right: -5rem;
  width: 22rem;
  height: 22rem;
  border: 1px solid color-mix(in oklch, var(--blue) 30%, transparent);
  border-radius: 50%;
}

.quote-mark {
  position: absolute;
  top: 0.3rem;
  left: 2rem;
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: clamp(7rem, 12vw, 13rem);
  line-height: 1;
  opacity: 0.9;
}

.testimonial-stars {
  position: relative;
  z-index: 1;
  color: var(--orange);
  font-size: 0.88rem;
  letter-spacing: 0.2em;
}

.testimonial-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--page);
}

.testimonial-featured blockquote {
  max-width: 29ch;
  margin-top: 1.5rem;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.65rem, 2.55vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.27;
}

.testimonial-person {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.9rem;
  align-items: center;
  margin-top: 2rem;
}

.testimonial-avatar {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid color-mix(in oklch, var(--page) 18%, transparent);
  border-radius: 50%;
  background: color-mix(in oklch, var(--blue) 28%, var(--night-raised));
  color: var(--page);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.testimonial-person strong,
.testimonial-person small {
  display: block;
}

.testimonial-person strong {
  color: var(--page);
  font-size: 0.95rem;
}

.testimonial-person small {
  margin-top: 0.15rem;
  color: oklch(0.7 0.025 255);
  font-size: 0.75rem;
}

.testimonial-compact {
  padding: 2rem 2.2rem;
}

.testimonial-compact blockquote {
  margin-top: 1rem;
  color: oklch(0.86 0.018 255);
  font-size: 0.96rem;
  line-height: 1.68;
}

.testimonial-compact .testimonial-person {
  margin-top: 1.5rem;
}

/* Closing conversion band */
.closing-cta {
  padding: clamp(4.5rem, 6vw, 6rem) 0;
  border-top: 1px solid color-mix(in oklch, var(--blue) 16%, var(--line));
  background: var(--paper-blue);
}

.closing-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: end;
}

.closing-cta h2 {
  max-width: 17ch;
  color: var(--ink);
  font-size: clamp(2.6rem, 4vw, 4.5rem);
  line-height: 1.02;
}

.closing-actions {
  display: flex;
  gap: 0.8rem;
  padding-bottom: 0.25rem;
}

/* Footer */
.site-footer {
  padding: 5.5rem 0 1.7rem;
  background: oklch(0.145 0.045 266);
  color: var(--footer-copy);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(17rem, 0.75fr) minmax(0, 1.45fr);
  gap: clamp(4rem, 8vw, 8rem);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.footer-brand:hover {
  opacity: 0.82;
}

.footer-logo {
  display: block;
  width: 10.875rem;
  height: auto;
}

.footer-brand-column > p {
  max-width: 33ch;
  margin: 1.5rem 0;
  color: oklch(0.82 0.022 255);
  line-height: 1.7;
}

.footer-brand-column address {
  margin: 0;
  color: var(--footer-copy);
  font-size: 0.82rem;
  font-style: normal;
  line-height: 1.8;
}

.footer-navigation {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column h2 {
  margin: 0 0 1.35rem;
  color: var(--orange);
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-column a {
  margin: 0 0 0.85rem;
  color: var(--footer-copy);
  font-size: 0.88rem;
}

.footer-column a:hover {
  color: var(--page);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in oklch, var(--page) 10%, transparent);
  color: oklch(0.65 0.02 255);
  font-size: 0.76rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1199.98px) {
  .long-shell,
  .footer-shell,
  .footer-bottom {
    width: min(calc(100% - 3rem), 960px);
  }

  .product-proof-grid {
    grid-template-columns: 1fr;
  }

  .product-proof-copy {
    max-width: 48rem;
  }

  .product-proof-copy h2 {
    max-width: 14ch;
  }

  .product-stage {
    width: min(100%, 58rem);
    margin-inline: auto;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .testimonials-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .section-kicker-light {
    grid-column: auto;
    margin-bottom: 0;
  }

  .testimonial-layout {
    grid-template-columns: 1fr;
  }

  .testimonial-featured {
    min-height: 34rem;
  }

  .closing-cta-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

@media (max-width: 767.98px) {
  .long-shell,
  .footer-shell,
  .footer-bottom {
    width: min(calc(100% - 2rem), 720px);
  }

  .company-logos {
    gap: 1.25rem 0.7rem;
  }

  .company-logos > .company-logo,
  .company-logos > .company-logo:nth-child(3),
  .company-logos > .company-logo:nth-child(4) {
    max-width: min(100%, 105px);
    max-height: 30px;
  }

  .product-proof-section,
  .testimonials-section {
    padding-block: 5rem;
  }

  .product-proof-copy h2,
  .testimonials-heading h2 {
    font-size: clamp(2.65rem, 12vw, 4rem);
  }

  .product-stage {
    display: grid;
    min-height: auto;
    gap: 1rem;
    padding: 4.5rem 1rem 1rem;
    border-radius: 1.35rem;
  }

  .stage-label {
    top: 1.5rem;
    left: 1.25rem;
  }

  .product-shot {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .product-shot-secondary {
    width: 76%;
    justify-self: end;
    margin-top: -2.8rem;
  }

  .stage-caption {
    position: relative;
    inset: auto;
    max-width: none;
  }

  .testimonial-featured {
    min-height: 32rem;
    padding: 2rem;
  }

  .testimonial-featured blockquote {
    font-size: clamp(1.55rem, 7vw, 2.3rem);
  }

  .testimonial-compact {
    padding: 1.7rem;
  }

  .closing-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .company-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .proof-button,
  .proof-text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .testimonial-featured {
    min-height: 34rem;
  }

  .footer-navigation {
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem 1.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-logos > .company-logo,
  .proof-button {
    transition: none;
  }
}
