/* /get-started/* page styles. Shared across diagnostic / ai-engineer / ai-squad. */

.gs-hero {
  padding: 100px 0 80px;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.gs-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -180px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(153, 27, 27, 0.05) 0%, transparent 70%);
  pointer-events: none;
}
.gs-breadcrumb {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}
.gs-breadcrumb a { color: var(--ink-muted); text-decoration: none; }
.gs-breadcrumb a:hover { color: var(--red); }
.gs-breadcrumb span { color: var(--ink-faint); margin: 0 12px; }

.gs-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 18px;
}

.gs-hero h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 24px;
  max-width: 820px;
}
.gs-hero h1 em { font-style: italic; color: var(--red); font-weight: 800; }

.gs-hero .lede {
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 700px;
  font-weight: 300;
}
.gs-hero .lede strong { color: var(--ink); font-weight: 600; }

.gs-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--ink-soft);
}
.gs-meta strong {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 4px;
  font-weight: 600;
}

/* What you get recap */
.gs-recap {
  padding: 80px 0;
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
}
.gs-recap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: start;
}
.gs-recap h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 20px;
}
.gs-recap h2 em { font-style: italic; color: var(--red); font-weight: 700; }
.gs-recap-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gs-recap-list li {
  padding: 14px 0 14px 32px;
  position: relative;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.gs-recap-list li:last-child { border-bottom: none; }
.gs-recap-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 700;
}

/* Form */
.gs-form-section {
  padding: 100px 0;
  background: var(--paper);
}
.gs-form-card {
  max-width: 720px;
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 52px 48px;
}
.gs-form-card h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 14px;
}
.gs-form-intro {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 36px;
}
.gs-form-row {
  margin-bottom: 22px;
}
.gs-form-row label {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 8px;
  font-weight: 600;
}
.gs-form-row input,
.gs-form-row select,
.gs-form-row textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
  background: var(--white);
  transition: border-color 0.15s;
  box-sizing: border-box;
}
.gs-form-row input:focus,
.gs-form-row select:focus,
.gs-form-row textarea:focus {
  outline: none;
  border-color: var(--red);
}
.gs-form-row textarea {
  min-height: 140px;
  resize: vertical;
  font-family: var(--font-body);
}
.gs-form-submit {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s, transform 0.1s;
}
.gs-form-submit:hover { background: var(--red-deep); transform: translateY(-1px); }

.gs-fineprint {
  margin-top: 18px;
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.5;
}

/* Confidentiality callout above the form fields */
.gs-confidential {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--paper-soft, #F2F0EC);
  border-left: 3px solid var(--red, #991B1B);
  padding: 14px 16px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin-bottom: 28px;
}
.gs-confidential strong { color: var(--ink); font-weight: 600; }
.gs-confidential a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.gs-confidential-icon {
  font-size: 16px;
  line-height: 1.4;
  flex-shrink: 0;
}

/* Agree-to-terms checkbox row */
.gs-form-agree {
  margin-top: 8px;
  margin-bottom: 24px;
}
.gs-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-soft);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.gs-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  flex-shrink: 0;
  accent-color: var(--red, #991B1B);
  cursor: pointer;
}
.gs-checkbox-label a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.gs-checkbox-label a:hover { text-decoration-thickness: 2px; }

@media (max-width: 768px) {
  .gs-recap-grid { grid-template-columns: 1fr; gap: 36px; }
  .gs-form-card { padding: 32px 24px; }
  .gs-meta { gap: 18px; }

  /* Inputs at >=16px so iOS Safari doesn't auto-zoom on focus. */
  .gs-form-row input,
  .gs-form-row select,
  .gs-form-row textarea { font-size: 16px; }
}

@media (max-width: 480px) {
  .gs-hero { padding: 64px 0 48px; }
  .gs-hero h1 { font-size: clamp(28px, 9vw, 40px); line-height: 1.1; }
  .gs-hero .lede { font-size: 16px; line-height: 1.55; }
  .gs-meta {
    flex-direction: column;
    gap: 14px;
    padding-top: 20px;
    margin-top: 28px;
  }
  .gs-meta strong { font-size: 9px; }

  .gs-recap { padding: 56px 0; }
  .gs-recap h2 { font-size: clamp(24px, 7vw, 30px); }

  .gs-form-section { padding: 56px 0; }
  .gs-form-card { padding: 28px 20px; }
  .gs-form-card h2 { font-size: 22px; line-height: 1.2; }
  .gs-form-intro { font-size: 14px; }

  .gs-confidential {
    font-size: 13px;
    padding: 12px 14px;
    margin-bottom: 22px;
  }
  .gs-checkbox-label { font-size: 13px; }

  .gs-form-submit {
    width: 100%;
    padding: 16px 20px;
    text-align: center;
  }
}
