:root{
  --sales-bg: #f6fbff;
  --sales-surface: #ffffff;
  --sales-tint: #cfeffc;
  --sales-text: #111827;
  --sales-muted: #5d6b78;
  --sales-line: rgba(17, 24, 39, 0.12);
  --sales-shadow: 0 26px 60px rgba(15, 23, 42, 0.10);
  --sales-radius-lg: 28px;
  --sales-radius-md: 16px;
  --sales-radius-sm: 12px;
  --sales-accent-1: #7c3aed;
  --sales-accent-2: #9333ea;
  --sales-focus: 0 0 0 4px rgba(109, 40, 255, 0.15);
}

*{ box-sizing: border-box; }
html, body{ margin: 0; padding: 0; }
body{
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--sales-text);
  background: #ffffff;
}

a{ color: inherit; text-decoration: none; }
a:hover{ text-decoration: underline; text-underline-offset: 3px; }
img{ display: block; max-width: 100%; }

.salesContainer{
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}

.salesPage,
.salesStory,
.salesForm,
.salesBtn,
.salesField input,
.salesField select,
.salesField textarea{
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

.salesBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.salesBtn__icon{
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex: 0 0 20px;
  filter: brightness(0) invert(1) drop-shadow(0 0 0.45px rgba(255, 255, 255, 0.98));
}

.salesBtn:hover{
  transform: translateY(-1px);
  text-decoration: none;
}

.salesBtn:focus-visible,
.salesForm a:focus-visible{
  outline: 3px solid rgba(109, 40, 255, 0.22);
  outline-offset: 3px;
}

.salesBtn--ghost{
  background: #ffffff;
  border-color: var(--sales-line);
}

.salesBtn--solid,
.salesBtn--submit{
  color: #ffffff;
  background: linear-gradient(135deg, var(--sales-accent-1), var(--sales-accent-2));
  box-shadow: 0 18px 34px rgba(109, 40, 255, 0.24);
}

.salesBtn--submit{
  width: 100%;
  border-radius: 16px;
  min-height: 56px;
  font-size: 16px;
}

.salesBtn--secondaryAction{
  min-height: 56px;
  border-radius: 16px;
  font-size: 16px;
  color: #0f172a;
}

.salesPage{
  padding: 0 0 72px;
}

.salesHero{
  padding: 0 0 28px;
}

.salesHero__grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 510px);
  gap: 72px;
  align-items: start;
  background: #ffffff;
  border-radius: 0;
  padding: 64px 56px 44px;
  min-height: auto;
}

.salesStory{
  padding-top: 14px;
  max-width: 560px;
}

.salesEyebrow{
  margin: 0 0 18px;
  color: #4b5d73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.salesStory h1{
  margin: 0;
  max-width: 11ch;
  font-size: clamp(3.15rem, 5vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 800;
  text-wrap: balance;
}

.salesLead{
  max-width: 34ch;
  margin: 20px 0 0;
  color: var(--sales-muted);
  font-size: 17px;
  line-height: 1.6;
}

.salesLead--strong{
  margin-top: 30px;
  color: #0f172a;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.salesIntro{
  margin-top: 22px;
  display: grid;
  gap: 8px;
}

.salesIntro p{
  margin: 0;
  position: relative;
  padding-left: 22px;
  color: #3c5061;
  font-size: 16px;
  font-weight: 600;
}

.salesIntro p::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #18a957;
  box-shadow: 0 0 0 4px rgba(24, 169, 87, 0.12);
}

.salesTimeline{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.salesTimeline img{
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.salesBenefits{
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.salesBenefits li{
  position: relative;
  padding-left: 30px;
  color: #324657;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.salesBenefits li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: #1f2937;
  font-weight: 700;
}

.salesTrust{
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.salesTrust__eyebrow{
  margin: 0 0 22px;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.salesTrust__logos{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: center;
}

.salesTrust__logos span{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  position: relative;
  padding-left: 28px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
  opacity: 0.92;
}

.salesTrust__logos span::before{
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.18em - 5px);
  width: 20px;
  height: 20px;
  background: url("/img/crown.svg") center / contain no-repeat;
}

.salesFormCard{
  position: sticky;
  top: 116px;
}

.salesForm{
  background: var(--sales-surface);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  box-shadow:
    0 20px 60px rgba(15, 23, 42, 0.08),
    0 2px 8px rgba(15, 23, 42, 0.04);
  padding: 24px 24px 14px;
}

.salesFormHeader{
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.salesForm.is-step-three .salesFormHeader{
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 0;
}

.salesFormHeader__eyebrow{
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.salesFormHeader h2{
  margin: 0;
  color: #0f172a;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.salesFormHeader p{
  margin: 10px 0 0;
  color: var(--sales-muted);
  font-size: 14px;
  line-height: 1.6;
}

.salesFormStep[hidden]{
  display: none;
}

.salesFormStep--active{
  display: block;
}

.salesForm__grid{
  display: grid;
  gap: 14px;
}

.salesForm__grid--two{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.salesFormProgress{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.salesFormProgress__step{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  font-size: 0;
}

.salesFormProgress__step.is-complete{
  background: rgba(124, 58, 237, 0.10);
  color: #6d28d9;
}

.salesFormProgress__step.is-current{
  background: #0f172a;
  color: #ffffff;
}

.salesFormProgress__divider{
  flex: 1;
  height: 1px;
  background: rgba(15, 23, 42, 0.10);
}

.salesField{
  display: grid;
  gap: 9px;
  margin-bottom: 15px;
}

.salesField span{
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.salesField em{
  font-style: normal;
  color: var(--sales-muted);
  font-weight: 400;
}

.salesField input,
.salesField select,
.salesField textarea{
  width: 100%;
  border: 1px solid var(--sales-line);
  border-radius: 14px;
  background: #fcfdff;
  color: var(--sales-text);
  font: inherit;
  padding: 15px 16px;
  outline: none;
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.salesField textarea{
  resize: vertical;
  min-height: 104px;
}

.salesField input[aria-invalid="true"],
.salesField select[aria-invalid="true"],
.salesField textarea[aria-invalid="true"]{
  border-color: rgba(185, 28, 28, 0.55);
  background: #fff8f8;
  box-shadow: 0 0 0 4px rgba(185, 28, 28, 0.08);
}

.salesField input:focus,
.salesField select:focus,
.salesField textarea:focus{
  background: #ffffff;
  border-color: rgba(109, 40, 255, 0.5);
  box-shadow: var(--sales-focus);
}

.salesFinePrint,
.salesFormStatus{
  margin: 14px 0 0;
  color: var(--sales-muted);
  font-size: 14px;
  line-height: 1.6;
}

.salesFieldError{
  margin-top: -2px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.salesFormStatus{
  min-height: 22px;
  color: #0f766e;
  font-weight: 600;
}

.salesFormStatus[data-state="idle"]{
  color: var(--sales-muted);
}

.salesFormStatus[data-state="loading"]{
  color: #334155;
}

.salesFormStatus[data-state="error"]{
  color: #b91c1c;
}

.salesFormStatus[data-state="success"]{
  color: #0f766e;
}

.salesMicroTrust{
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.salesFormActions{
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.salesMicroTrust span{
  position: relative;
  padding-left: 24px;
  color: #475569;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.salesMicroTrust span::before{
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--sales-accent-1), var(--sales-accent-2));
}

.salesNextSteps{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.salesForm.is-step-three .salesNextSteps{
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.salesForm.is-step-three #salesStartAgainBtn{
  margin-top: 26px;
}

.salesNextSteps h3{
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.salesNextSteps ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.salesNextSteps li{
  position: relative;
  padding-left: 24px;
  color: #475569;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.salesNextSteps li::before{
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #2563eb;
}

.salesPhoneField{
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  border: 1px solid var(--sales-line);
  border-radius: 14px;
  overflow: hidden;
  background: #fcfdff;
}

.salesPhoneField__prefix{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--sales-line);
  background: #fbfcff;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.salesPhoneField input{
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.salesPhoneField:focus-within{
  border-color: rgba(109, 40, 255, 0.5);
  box-shadow: var(--sales-focus);
}

.salesFooterBridge{
  background: #ffffff;
}

@media (max-width: 1080px){
  .salesHero__grid{
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 40px 28px;
    min-height: auto;
    border-radius: 0;
  }

  .salesFormCard{
    position: static;
  }

  .salesTrust__logos{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px){
  .salesContainer{
    width: min(100% - 28px, 1220px);
  }

  .salesHero__grid{
    gap: 28px;
    padding: 28px 18px 22px;
  }

  .salesLead,
  .salesBenefits li{
    font-size: 16px;
  }

  .salesLead--strong{
    font-size: 18px;
  }

  .salesForm{
    padding: 20px 18px;
  }

  .salesFormActions{
    grid-template-columns: 1fr;
  }

  .salesFormHeader h2{
    font-size: 24px;
  }

  .salesTrust{
    margin-top: 36px;
  }

  .salesTrust__logos{
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .salesForm__grid--two{
    grid-template-columns: 1fr;
  }
}
.salesFormHoneypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
