:root {
  --blue: #209bf0;
  --blue-dark: #157bc2;
  --ink: #1d1d1f;
  --muted: #626266;
  --soft: #f5f5f7;
  --line: #d2d2d7;
  color: var(--ink);
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #fff; color: var(--ink); }
a { color: inherit; }
p, h1, h2, h3 { margin: 0; }
button, input, textarea { font: inherit; }
.hidden { display: none !important; }

.container-fluid,
.section-title,
.video-caption,
.create-section,
.result-panel,
.candidate,
.footer-sec {
  width: min(100% - 120px, 1500px);
  margin-inline: auto;
}

.header-sec { padding: 90px 0 80px; }
.top-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.top-heading a {
  color: var(--ink);
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.03em;
  text-decoration: none;
}
.top-heading p { padding-bottom: 7px; font-size: clamp(22px, 2.1vw, 28px); font-weight: 700; line-height: 1.15; }

.vsl-wall {
  width: 100%;
  min-height: 680px;
  position: relative;
  overflow: hidden;
  background: #000;
}
.vsl-wall video { width: 100%; height: 100%; min-height: 680px; display: block; object-fit: cover; opacity: .7; }
.vsl-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 26px;
  padding: 60px;
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.68));
  color: #fff;
}
.vsl-placeholder button {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
}
.vsl-placeholder button span { width: 0; height: 0; margin-left: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid var(--ink); }
.vsl-placeholder button.is-playing span { width: 16px; height: 22px; margin: 0; border: 0; border-left: 5px solid var(--ink); border-right: 5px solid var(--ink); }
.vsl-placeholder > div { display: grid; gap: 6px; }
.vsl-placeholder strong { font-size: clamp(30px, 3vw, 44px); letter-spacing: -.025em; }
.vsl-placeholder > div span { color: rgba(255,255,255,.74); font-size: 17px; }

.video-caption { padding: 110px 0 40px; display: flex; align-items: end; justify-content: space-between; gap: 80px; }
.video-caption h2,
.section-title h2,
.create-copy h2,
.result-panel h2,
.candidate-copy h2 { font-size: clamp(50px, 5vw, 72px); font-weight: 700; line-height: 1.03; letter-spacing: -.04em; }
.video-caption p { max-width: 540px; padding-bottom: 8px; color: var(--muted); font-size: 20px; line-height: 1.55; }

.trustpilot { padding: 65px 24px 35px; text-align: center; }
.trustpilot img { width: 250px; max-width: 100%; }

.staff-section,
.process-section,
.faq-section { padding: 120px 0 150px; }
.section-title h2 { margin-bottom: 80px; }
.card-row { display: flex; gap: 10px; padding: 0 60px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; }
.card-row::-webkit-scrollbar { display: none; }
.testimonial-row article { width: min(430px, 78vw); flex: 0 0 min(430px, 78vw); overflow: hidden; border-radius: 28px; background: var(--soft); }
.testimonial-row img { width: 100%; height: 650px; display: block; object-fit: cover; }

.primary-action { padding: 10px 24px 105px; text-align: center; }
.primary-action a,
.form-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50px;
  background: var(--blue);
  color: #fff;
  padding: 24px 32px;
  font-size: clamp(22px, 2.6vw, 38px);
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease;
}
.primary-action a:hover,
.form-button:hover { background: var(--blue-dark); }

.process-section { background: var(--soft); }
.process-row { display: flex; align-items: center; gap: 22px; padding: 0 60px; overflow-x: auto; scrollbar-width: none; }
.process-row::-webkit-scrollbar { display: none; }
.process-row article {
  width: 285px;
  min-height: 385px;
  flex: 0 0 285px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 28px;
  background: #fff;
}
.process-number { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 44px; }
.process-row h3 { margin: auto 0 16px; font-size: 29px; line-height: 1.08; letter-spacing: -.025em; }
.process-row p { color: var(--muted); font-size: 16px; line-height: 1.5; }
.process-row .arrow { flex: 0 0 auto; color: #aaa; font-size: 44px; }

.faq-row article {
  width: 390px;
  min-height: 520px;
  flex: 0 0 390px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-radius: 28px;
  background: #f2f2f2;
}
.question-icon { width: 84px; height: 84px; display: grid; place-items: center; border-radius: 50%; background: #fff; font-size: 40px; font-weight: 700; }
.faq-row h3 { margin: auto 0 18px; font-size: 29px; line-height: 1.12; letter-spacing: -.025em; }
.faq-row p { color: #2e2e31; font-size: 18px; font-weight: 500; line-height: 1.5; }

.create-section,
.candidate,
.result-panel {
  margin-top: 25px;
  margin-bottom: 130px;
  padding: 80px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: start;
  border-radius: 30px;
  background: var(--soft);
}
.create-copy p,
.candidate-copy p,
.result-panel > div > p { max-width: 520px; margin-top: 25px; color: var(--muted); font-size: 19px; line-height: 1.55; }
.simple-form { display: grid; gap: 20px; padding: 32px; border-radius: 24px; background: #fff; }
.simple-form label,
.link-stack label { display: grid; gap: 8px; font-size: 14px; font-weight: 700; }
.simple-form input,
.simple-form textarea,
.copy-row input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
  font-size: 17px;
  outline: none;
}
.simple-form input:focus,
.simple-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(32,155,240,.12); }
.simple-form textarea { resize: vertical; }
.simple-form .form-button { width: 100%; padding: 20px 24px; font-size: 22px; }
.form-note,
.form-message { color: var(--muted); font-size: 13px; line-height: 1.5; }
.form-message.error { color: #a62e22; }
.form-message.success { color: #17763d; }
.honeypot { position: absolute; left: -9999px; }
.optional { color: var(--muted); font-weight: 500; }
.check-row { display: flex !important; align-items: flex-start; gap: 11px !important; color: var(--muted); font-weight: 500 !important; line-height: 1.45; }
.check-row input { width: 18px; min-height: 18px; height: 18px; margin-top: 2px; flex: 0 0 auto; accent-color: var(--blue); }

.result-panel { background: #eaf6ff; }
.link-stack { display: grid; gap: 12px; }
.copy-row { display: flex; gap: 8px; }
.copy-row input { min-width: 0; }
.copy-row button { min-width: 82px; border: 0; border-radius: 12px; background: var(--ink); color: #fff; font-weight: 700; cursor: pointer; }
.portal-link { display: block; margin-top: 8px; border-radius: 50px; background: var(--blue); color: #fff; padding: 17px 22px; font-size: 17px; font-weight: 700; text-align: center; text-decoration: none; }
.ref-chip { display: inline-flex; gap: 10px; margin-top: 22px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 14px; }
.ref-chip strong { color: var(--blue-dark); letter-spacing: .08em; }
.success-state { min-height: 300px; display: grid; place-content: center; gap: 15px; text-align: center; }
.success-state h3 { font-size: 30px; }
.success-state p { max-width: 420px; color: var(--muted); line-height: 1.55; }
.post-submit-referral { max-width: 430px; margin-top: 8px; color: var(--blue-dark); font-size: 17px; font-weight: 700; line-height: 1.4; text-decoration: none; }
.post-submit-referral:hover { text-decoration: underline; }

.footer-sec { padding: 65px 0; display: flex; justify-content: space-between; gap: 45px; border-top: 1px solid var(--line); }
.footer-sec h2 { font-size: 34px; letter-spacing: -.025em; }
.footer-sec div { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; }
.footer-sec a { text-decoration: none; }

.candidate-mode .top-heading p { display: none; }
.candidate-mode .vsl-wall { min-height: 560px; }
.candidate-mode .vsl-wall video { min-height: 560px; }
.candidate-mode .candidate { margin-top: 110px; }

@media (max-width: 900px) {
  .container-fluid,
  .section-title,
  .video-caption,
  .create-section,
  .result-panel,
  .candidate,
  .footer-sec { width: min(100% - 48px, 1500px); }
  .video-caption,
  .create-section,
  .result-panel,
  .candidate { grid-template-columns: 1fr; gap: 45px; }
  .video-caption { align-items: start; }
  .card-row,
  .process-row { padding-inline: 24px; }
}

@media (max-width: 640px) {
  .container-fluid,
  .section-title,
  .video-caption,
  .footer-sec { width: min(100% - 28px, 1500px); }
  .header-sec { padding: 42px 0 38px; }
  .top-heading { display: grid; gap: 12px; }
  .top-heading a { font-size: 42px; }
  .top-heading p { padding: 0; font-size: 20px; }
  .vsl-wall,
  .vsl-wall video { min-height: 540px; }
  .vsl-placeholder { padding: 28px; }
  .vsl-placeholder button { width: 62px; height: 62px; }
  .video-caption { padding: 70px 0 15px; display: grid; gap: 28px; }
  .video-caption h2,
  .section-title h2,
  .create-copy h2,
  .result-panel h2,
  .candidate-copy h2 { font-size: 44px; }
  .video-caption p { font-size: 17px; }
  .trustpilot { padding-top: 46px; }
  .staff-section,
  .process-section,
  .faq-section { padding: 82px 0 92px; }
  .section-title h2 { margin-bottom: 48px; }
  .card-row,
  .process-row { padding-inline: 14px; }
  .testimonial-row article { width: 82vw; flex-basis: 82vw; }
  .testimonial-row img { height: 540px; }
  .primary-action { padding: 0 14px 80px; }
  .primary-action a { width: 100%; padding: 20px 22px; font-size: 21px; }
  .process-row article { min-height: 360px; }
  .process-row .arrow { display: none; }
  .faq-row article { width: 82vw; min-height: 460px; flex-basis: 82vw; padding: 28px; }
  .faq-row p { font-size: 17px; }
  .create-section,
  .candidate,
  .result-panel { width: 100%; margin: 0 0 80px; padding: 72px 14px; gap: 36px; border-radius: 0; }
  .simple-form { padding: 22px; border-radius: 20px; }
  .copy-row { display: grid; }
  .copy-row button { min-height: 48px; }
  .footer-sec { padding: 44px 0; display: grid; }
  .footer-sec div { align-items: flex-start; flex-direction: column; gap: 12px; }
  .candidate-mode .vsl-wall,
  .candidate-mode .vsl-wall video { min-height: 480px; }
  .candidate-mode .candidate { margin-top: 70px; }
}
