:root {
  --ink: #151728;
  --muted: #5b5f70;
  --soft: #f3f3f5;
  --line: #d9dbe3;
  --purple: #7554f6;
  --purple-dark: #6044d8;
  --red: #ff3f38;
  --night: #121526;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.announcement {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  color: var(--white);
  background: var(--purple);
  font-size: clamp(0.92rem, 1.5vw, 1.16rem);
  text-align: center;
}

.announcement span {
  border-radius: 999px;
  padding: 5px 10px;
  color: var(--ink);
  background: var(--white);
  font-size: 0.76rem;
  font-weight: 900;
}

.announcement strong,
.announcement b {
  font-weight: 900;
}

.site-header {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 72px);
  padding: 18px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--night);
}

.brand {
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 2.4vw, 34px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(84px, 10vw, 140px) 20px 88px;
  background: #efeff1;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(780px, 100%);
  text-align: center;
}

.hero-person {
  position: absolute;
  bottom: 0;
  width: min(26vw, 320px);
  height: 74%;
  background-position: center bottom;
  background-size: cover;
  filter: saturate(1.02);
}

.hero-person-left {
  left: 0;
  background-image:
    linear-gradient(180deg, rgba(239, 239, 241, 0), rgba(239, 239, 241, 0.08)),
    url("https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=900&q=85");
}

.hero-person-right {
  right: 0;
  background-image:
    linear-gradient(180deg, rgba(239, 239, 241, 0), rgba(239, 239, 241, 0.08)),
    url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=900&q=85");
}

.eyebrow,
.section-heading p,
.form-steps {
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--purple);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin: 0 auto 26px;
  font-size: clamp(3.3rem, 6.2vw, 5.75rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.1vw, 4rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.08;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-text {
  max-width: 660px;
  margin: 0 auto 34px;
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.35;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 46px;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
  cursor: pointer;
}

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

.primary {
  background: var(--purple);
  color: var(--white);
}

.primary:hover {
  background: var(--purple-dark);
}

.section {
  padding: clamp(70px, 9vw, 120px) clamp(20px, 7vw, 92px);
}

.training {
  background: var(--white);
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 10px;
  font-size: clamp(2.1rem, 3.5vw, 3.3rem);
  text-transform: uppercase;
}

.section-heading h2 span {
  color: var(--purple);
}

.section-heading p {
  max-width: 520px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.35;
}

.rule {
  width: min(700px, 100%);
  height: 1px;
  margin: 42px auto 54px;
  background: var(--line);
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 52px);
  align-items: stretch;
}

.product-strip article {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 14px;
  min-height: 250px;
}

.badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 3px;
  padding: 0 10px;
  background: var(--red);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
}

.product-strip p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.product-strip strong {
  display: block;
  margin-top: auto;
  font-size: 1.2rem;
  font-weight: 900;
}

.product-strip a {
  color: var(--purple);
  font-weight: 900;
}

.workshop {
  padding: clamp(70px, 9vw, 120px) 20px;
  background: var(--soft);
}

.workshop-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 560px);
  gap: clamp(36px, 7vw, 92px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.workshop-panel > div > p:last-child {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

ol {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  border-top: 2px solid var(--ink);
  padding-top: 20px;
}

li span {
  display: block;
  margin-bottom: 12px;
  color: var(--purple);
  font-weight: 900;
}

li strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
}

li p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.apply {
  display: grid;
  place-items: center;
  background: var(--white);
}

form {
  width: min(560px, 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
}

.bot-field {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
}

.form-steps {
  display: flex;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  padding: 20px;
  font-size: 0.88rem;
}

.form-steps span {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 999px;
  background: #c8cbd4;
}

.form-steps .active {
  background: var(--purple);
}

form h2,
form p,
form label,
form button {
  margin-left: clamp(24px, 4vw, 36px);
  margin-right: clamp(24px, 4vw, 36px);
}

form h2 {
  margin-top: 28px;
  font-size: 1.45rem;
  line-height: 1.2;
  text-transform: none;
}

form > p {
  color: var(--muted);
  line-height: 1.5;
}

label {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid #c9ccd6;
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

form .button {
  width: calc(100% - clamp(48px, 8vw, 72px));
  margin-top: 22px;
  border-radius: 8px;
}

form .button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-note {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 0.88rem;
}

form[data-status="success"] .form-note {
  color: #16784f;
}

form[data-status="error"] .form-note {
  color: #b72822;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(36px, 8vw, 96px) 20px;
  background: var(--soft);
}

.thanks-panel {
  width: min(760px, 100%);
  text-align: center;
}

.thanks-panel h1 {
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.thanks-panel p:not(.eyebrow) {
  max-width: 540px;
  margin: 0 auto 34px;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.45;
}

.faq {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding-top: 0;
}

.faq h2 {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item button {
  width: 100%;
  border: 0;
  padding: 24px 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-item button::after {
  content: "+";
  float: right;
}

.faq-item.is-open button::after {
  content: "-";
}

.faq-item div {
  display: none;
  padding-bottom: 24px;
}

.faq-item.is-open div {
  display: block;
}

.faq-item p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.6;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 7vw, 92px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--night);
  font-size: 0.92rem;
  font-weight: 700;
}

[data-reveal] {
  transform: translateY(18px);
  transition: transform 560ms ease;
}

[data-reveal].is-visible {
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header,
  .workshop-panel {
    grid-template-columns: 1fr;
  }

  .site-header {
    flex-direction: column;
    gap: 14px;
  }

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

  .hero-person {
    opacity: 0.18;
    width: 46vw;
  }
}

.blog-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) auto;
  gap: clamp(28px, 6vw, 76px);
  align-items: end;
  background: var(--night);
  color: var(--white);
}

.blog-feature-copy {
  max-width: 820px;
}

.blog-feature .eyebrow {
  color: var(--red);
}

.blog-feature h2 {
  max-width: 760px;
  text-transform: uppercase;
}

.blog-feature p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.12rem;
  line-height: 1.5;
}

.blog-feature-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid var(--red);
  padding-bottom: 8px;
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.blog-feature-link span {
  color: var(--red);
}

.article {
  background: var(--white);
}

.article-hero {
  min-height: clamp(520px, 72svh, 720px);
  display: grid;
  align-content: center;
  padding: clamp(80px, 11vw, 150px) clamp(20px, 8vw, 110px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(18, 21, 38, 0.96), rgba(18, 21, 38, 0.72) 52%, rgba(18, 21, 38, 0.34)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=84");
  background-position: center;
  background-size: cover;
}

.article-hero .eyebrow {
  color: var(--red);
}

.article-hero h1 {
  max-width: 980px;
  margin-left: 0;
  font-size: clamp(3.05rem, 6.8vw, 6.7rem);
}

.article-dek {
  max-width: 600px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.25rem, 2.1vw, 1.7rem);
  line-height: 1.34;
  font-weight: 800;
}

.article-body {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 96px) 0;
}

.article-body p,
.article-body li {
  color: var(--ink);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
  line-height: 1.72;
}

.article-body p {
  margin-bottom: 24px;
}

.lead-paragraph {
  color: var(--purple) !important;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem) !important;
  line-height: 1.2 !important;
  font-weight: 900;
}

.article-body h2 {
  margin-top: clamp(54px, 8vw, 82px);
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.article-body blockquote {
  margin: 42px 0;
  border-left: 8px solid var(--red);
  padding: 10px 0 10px 28px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.6vw, 2.35rem);
  line-height: 1.15;
  font-weight: 900;
}

.article-body ul,
.article-steps {
  display: grid;
  gap: 12px;
  margin: 30px 0;
  padding-left: 24px;
}

.article-body ul li,
.article-steps li {
  border-top: 0;
  padding-top: 0;
}

.article-steps {
  list-style: decimal;
}

.article-cta {
  margin-top: clamp(64px, 9vw, 110px);
  border-top: 4px solid var(--ink);
  padding-top: 32px;
}

.article-cta .eyebrow {
  color: var(--red);
}

.article-cta h2 {
  margin-top: 0;
}

.article-cta p:not(.eyebrow) {
  color: var(--muted);
}

.article-cta .button {
  margin-top: 8px;
}

@media (max-width: 640px) {
  .announcement {
    min-height: 58px;
    flex-wrap: wrap;
    gap: 6px;
  }

  .site-header {
    min-height: 96px;
    padding: 16px 20px;
  }

  nav {
    gap: 12px;
    font-size: 0.84rem;
  }

  .hero {
    min-height: auto;
    padding: 76px 20px 72px;
  }

  .hero-person {
    display: none;
  }

  h1 {
    font-size: clamp(2.75rem, 13vw, 4.1rem);
  }

  .hero-text {
    font-size: 1.1rem;
  }

  .button {
    width: 100%;
    padding: 0 22px;
  }

  .section {
    padding: 64px 20px;
  }

  .workshop {
    padding: 64px 20px;
  }

  footer {
    flex-direction: column;
    padding: 24px 20px;
  }
}
