/* ── PAGE LAYOUT ── */
.page {
  display: grid;
  grid-template-columns: 1fr 480px;
  min-height: calc(100vh - 65px);
}

/* ── LEFT — PITCH ── */
.pitch {
  padding: 72px 56px;
  background: var(--ink);
  position: relative;
  overflow: hidden;
}
.pitch::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.07;
}
.pitch::after {
  content: '';
  position: absolute;
  bottom: -80px; left: -60px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.05;
}
.pitch-inner {
  position: relative;
  z-index: 1;
  max-width: 480px;
}
.pitch-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--red-mid);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.pitch h1 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}
.pitch h1 em {
  font-style: normal;
  color: var(--red-mid);
}
.pitch-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 52px;
}

/* Benefits list */
.pitch-benefits {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 48px;
}
.pitch-benefit {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.pitch-benefit:last-child { border-bottom: none; }
.pitch-benefit-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(238,66,57,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.pitch-benefit-icon svg {
  width: 15px; height: 15px;
  stroke: var(--red-mid); fill: none;
  stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.pitch-benefit-text h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.pitch-benefit-text p {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.55;
}

/* What happens next */
.pitch-next-label {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pitch-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pitch-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.pitch-step-num {
  width: 24px; height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.pitch-step p {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.55;
}
.pitch-step p strong { color: rgba(255,255,255,0.75); font-weight: 500; }

/* ── RIGHT — FORM ── */
.form-panel {
  padding: 52px 48px;
  border-left: 1px solid var(--border);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.form-header { margin-bottom: 36px; }
.form-header h2 {
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
  letter-spacing: -0.2px;
}
.form-header p {
  font-size: 13px;
  color: var(--ink-mute);
  line-height: 1.5;
}
.free-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  color: var(--red-text);
  background: var(--red-light);
  border: 1px solid var(--red-mid);
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.free-badge svg {
  width: 10px; height: 10px;
  stroke: var(--red-text); fill: none;
  stroke-width: 2.5;
  stroke-linecap: round; stroke-linejoin: round;
}

/* Form fields */
.form { display: flex; flex-direction: column; gap: 20px; flex: 1; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.field label .req { color: var(--red); margin-left: 2px; }
.field input,
.field select,
.field textarea {
  font-family: var(--font);
  font-size: 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  width: 100%;
  -webkit-appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer;
}
.field input::placeholder,
.field textarea::placeholder { color: #bbb; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(238,66,57,0.08);
}
.field textarea { resize: vertical; min-height: 80px; line-height: 1.5; }
.field-hint {
  font-size: 11px;
  color: var(--ink-mute);
  margin-top: 2px;
}

/* Submit */
.form-submit { margin-top: 8px; }
.btn-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--red);
  color: #fff;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  padding: 13px 24px;
  border-radius: 9px;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease;
}
.btn-submit:hover { background: var(--red-dark); }
.btn-submit svg {
  width: 15px; height: 15px;
  stroke: #fff; fill: none;
  stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.form-disclaimer {
  font-size: 11px;
  color: var(--ink-mute);
  text-align: center;
  margin-top: 12px;
  line-height: 1.5;
}

/* ── SUCCESS STATE ── */
.success-panel {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  padding: 40px 0;
  gap: 16px;
}
.success-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--red-light);
  border: 1px solid var(--red-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.success-icon svg {
  width: 24px; height: 24px;
  stroke: var(--red); fill: none;
  stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.success-panel h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.2px;
}
.success-panel p {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 320px;
}
.success-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--red);
  text-decoration: none;
  margin-top: 4px;
}
.success-phone svg {
  width: 13px; height: 13px;
  stroke: var(--red); fill: none;
  stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .page { grid-template-columns: 1fr; }
  .pitch {
    padding: 52px 32px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .pitch h1 { font-size: 32px; }
  .form-panel { border-left: none; border-top: 1px solid var(--border); padding: 48px 32px; }
}
@media (max-width: 768px) {
  .nav { padding: 16px 24px; }
  .pitch { padding: 48px 24px; }
  .form-panel { padding: 40px 24px; }
  .footer { padding: 24px; flex-direction: column; align-items: flex-start; }
  .field-row { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .pitch h1 { font-size: 28px; }
}
