:root {
  --ink: #131720;
  --muted: #626a78;
  --blue: #6871f4;
  --line: #e9e8ef;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(68, 58, 139, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.shell {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 78px;
  text-align: center;
}

.hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(112, 104, 255, 0.23), rgba(112, 104, 255, 0.07) 25%, transparent 56%);
}

.hero-shell,
.closing-shell {
  position: relative;
  z-index: 1;
}

.brand-mark {
  color: #6d7381;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.audience-pill,
.section-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 18px;
  border: 1px solid rgba(93, 95, 146, 0.15);
  border-radius: 999px;
  color: #687083;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 8px 28px rgba(84, 73, 156, 0.11);
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(12px);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(104, 113, 244, 0.11);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1,
.proof-section h2 {
  margin: 28px auto 20px;
  font-size: clamp(44px, 6.4vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.058em;
  font-weight: 800;
}

.hero h1 {
  max-width: 980px;
}

.hero h1 em {
  display: block;
  color: var(--blue);
  font-style: normal;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(104, 113, 244, 0.55);
  text-decoration-thickness: 3px;
  text-underline-offset: 7px;
}

.hero-subhead {
  max-width: 800px;
  margin: 0 auto 42px;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
}

.training-frame {
  width: min(860px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 13px solid var(--white);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: left;
}

[data-pulsify-wistia] {
  width: 100%;
  overflow: hidden;
  background: #111;
}

.training-button {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 30% 30%, rgba(104, 113, 244, 0.22), transparent 26%),
    linear-gradient(135deg, #171b25 0%, #0f131b 100%);
}

.training-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 13, 18, 0.08), rgba(10, 13, 18, 0.5)),
    linear-gradient(90deg, transparent 45%, rgba(10, 13, 18, 0.16));
}

.play-disc {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 12px 32px rgba(38, 33, 103, 0.32);
  transform: translate(-50%, -50%);
}

.play-disc svg {
  width: 34px;
  fill: #fff;
  transform: translateX(2px);
}

.training-copy {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 2;
  color: #fff;
  font-size: clamp(17px, 2.3vw, 25px);
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.training-note {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding: 12px 8px 1px;
  color: #858b98;
  font-size: 12px;
}

.primary-cta {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 16px 34px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #747cf8, #5e67ed);
  box-shadow: 0 12px 28px rgba(86, 96, 232, 0.3);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.primary-cta:hover {
  box-shadow: 0 16px 34px rgba(86, 96, 232, 0.38);
  transform: translateY(-2px);
}

.application-section,
.proof-section {
  padding: 90px 0;
  text-align: center;
}

.application-section {
  background: #fbfbfd;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.application-section h2 {
  margin: 20px 0 10px;
  font-size: clamp(42px, 6vw, 64px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.section-intro {
  max-width: 610px;
  margin: 0 auto 38px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.section-intro.wide {
  max-width: 780px;
}

.application-embed {
  position: relative;
  width: min(860px, 100%);
  min-height: 500px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dedee8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(44, 39, 96, 0.1);
  text-align: left;
}

.typeform-live {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 500px;
}

.typeform-live:empty {
  display: none;
}

.typeform-blank {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.tf-progress {
  height: 5px;
  background: #eeeefa;
}

.tf-progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--blue);
}

.tf-body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 56px 64px 72px;
}

.tf-qnum {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.tf-skel {
  height: 22px;
  max-width: 520px;
  border-radius: 6px;
  background: linear-gradient(90deg, #eef0f6, #f6f7fb, #eef0f6);
  background-size: 200% 100%;
  animation: tfShimmer 1.8s ease-in-out infinite;
}

.tf-skel-title {
  width: 70%;
  height: 30px;
}

.tf-skel-sub {
  width: 42%;
}

.tf-field {
  margin-top: 10px;
  height: 44px;
  max-width: 420px;
  border-bottom: 2px solid var(--line);
}

.tf-next {
  position: absolute;
  right: 32px;
  bottom: 28px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(38, 33, 103, 0.28);
  font-size: 20px;
  line-height: 1;
}

@keyframes tfShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.proof-section {
  background: #fff;
}

.proof-section h2 {
  max-width: 850px;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 66px);
}

.proof-section .section-intro {
  color: var(--muted);
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(980px, 100%);
  margin: 48px auto 28px;
}

.case-study-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(55, 56, 87, 0.08);
  text-align: left;
}

.case-study-thumb {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(104, 113, 244, 0.22), transparent 48%),
    linear-gradient(180deg, rgba(19, 23, 32, 0.03), rgba(19, 23, 32, 0.08)),
    #f7f8fc;
}

.proof-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
  transform: translate(-50%, -50%);
}

.case-study-copy {
  padding: 22px;
}

.case-study-copy span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-study-copy strong {
  display: block;
  margin-top: 10px;
  color: #202532;
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 320px));
  justify-content: center;
  gap: 12px;
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.proof-slot {
  display: grid;
  min-height: 220px;
  padding: 20px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(rgba(104, 113, 244, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 113, 244, 0.028) 1px, transparent 1px),
    #fbfbfe;
  background-size: 24px 24px;
}

.proof-slot span {
  color: #5c6270;
  font-size: 13px;
  font-weight: 700;
}

.closing-section {
  padding: 24px 0 88px;
  text-align: center;
}

.closing-section p {
  max-width: 560px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: #fbfbfd;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  color: #6e7481;
  font-size: 12px;
}

.footer-inner span {
  color: #2b303c;
  font-weight: 700;
}

.footer-inner p {
  max-width: 570px;
  margin: 0;
  line-height: 1.55;
  text-align: right;
}

:focus-visible {
  outline: 3px solid rgba(104, 113, 244, 0.48);
  outline-offset: 3px;
}

@media (max-width: 820px) {
  .case-study-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 760px);
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1080px);
  }

  .hero {
    padding: 34px 0 58px;
  }

  .audience-pill,
  .section-pill {
    padding: 9px 13px;
    font-size: 11px;
  }

  .hero h1,
  .proof-section h2 {
    margin-top: 22px;
    font-size: clamp(37px, 11vw, 52px);
    line-height: 1.01;
  }

  .hero-subhead {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .training-frame {
    border-width: 7px;
    border-radius: 13px;
  }

  .play-disc {
    width: 64px;
    height: 64px;
    border-width: 5px;
  }

  .play-disc svg {
    width: 26px;
  }

  .training-copy {
    left: 16px;
    bottom: 17px;
    font-size: 14px;
  }

  .training-note {
    display: block;
    padding: 9px 5px 1px;
    line-height: 1.5;
  }

  .training-note span {
    display: block;
  }

  .primary-cta {
    width: 100%;
    min-height: 54px;
    margin-top: 26px;
    padding: 15px 18px;
    font-size: 12px;
  }

  .application-section,
  .proof-section {
    padding: 68px 0;
  }

  .application-section h2 {
    font-size: 44px;
  }

  .application-embed,
  .typeform-live {
    min-height: 470px;
    border-radius: 13px;
  }

  .tf-body {
    padding: 44px 24px 68px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-slot {
    min-height: 170px;
  }

  .closing-section {
    padding: 56px 0 68px;
  }

  .footer-inner {
    display: block;
  }

  .footer-inner p {
    margin-top: 12px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }

  .tf-skel {
    animation: none;
    background: #eef0f6;
  }
}
