/* Contractor-specific Nexus signup page. Shared brand styles come from nexus-sales.css. */
.start-page .hero {
  min-height: min(92svh, 850px);
  padding: 92px 0 104px;
}

.start-page .hero-grid {
  grid-template-columns: 1.12fr .88fr;
  gap: clamp(32px, 5vw, 72px);
}

.start-page .hero-copy h1 {
  max-width: 770px;
  font-size: clamp(47px, 5.2vw, 76px);
  line-height: 1.065;
}

.start-page .hero-sub {
  max-width: 700px;
  margin-bottom: 12px;
  font-size: clamp(19px, 1.9vw, 23px);
  line-height: 1.55;
}

.start-hero-bridge {
  max-width: 680px;
  color: #efe9f5;
  font-size: 18px;
  line-height: 1.65;
}

.start-page .hero-actions {
  margin-top: 27px;
}

.start-page .hero-visual {
  min-height: 500px;
}

.start-overview {
  position: relative;
  width: min(100%, 460px);
  padding: clamp(23px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .19);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(57, 140, 255, .13), transparent 42%),
    linear-gradient(145deg, rgba(20, 16, 33, .91), rgba(7, 6, 14, .88));
  box-shadow: 0 38px 110px rgba(0, 0, 0, .55), 0 0 65px rgba(138, 92, 255, .11);
  backdrop-filter: blur(20px);
}

.start-overview::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 63, 164, .5), rgba(138, 92, 255, .23), rgba(57, 140, 255, .42));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.start-overview-head {
  display: grid;
  gap: 7px;
  padding-bottom: 24px;
}

.start-overview-kicker,
.start-card-number {
  color: var(--pink-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.start-overview-head strong {
  font-size: 23px;
  letter-spacing: -.02em;
}

.start-overview-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.start-overview-number {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(255, 63, 164, .13), rgba(138, 92, 255, .15), rgba(57, 140, 255, .12));
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.start-overview-row strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.start-overview-row div > span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.start-overview-foot {
  padding: 15px 17px;
  border: 1px solid rgba(114, 224, 168, .18);
  border-radius: 15px;
  background: rgba(114, 224, 168, .045);
  color: #dff6e9;
  font-size: 14px;
  font-weight: 710;
  line-height: 1.5;
}

.start-intro-grid,
.start-how-grid,
.start-proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(38px, 6vw, 84px);
  align-items: center;
}

.start-intro h2,
.start-how h2,
.start-proof h2,
.start-membership h2 {
  font-size: clamp(39px, 4.5vw, 61px);
  line-height: 1.09;
}

.start-intro-copy p,
.start-how-copy p,
.start-proof-copy p,
.start-membership .offer-copy p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.start-intro-copy p:last-child,
.start-how-copy p:last-child {
  margin-bottom: 0;
}

.start-section-heading > p {
  color: var(--muted);
  font-size: 19px;
}

.start-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 47px;
}

.start-card {
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 2.8vw, 38px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(150deg, rgba(20, 16, 31, .82), rgba(6, 5, 12, .7));
  box-shadow: 0 25px 75px rgba(0, 0, 0, .28);
}

.start-card:nth-child(1) { border-color: rgba(255, 63, 164, .26); }
.start-card:nth-child(2) { border-color: rgba(138, 92, 255, .26); }
.start-card:nth-child(3) { border-color: rgba(57, 140, 255, .26); }

.start-card h3 {
  margin: 23px 0 15px;
  font-size: clamp(27px, 2.55vw, 33px);
  line-height: 1.16;
}

.start-card p {
  flex: 1;
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.start-card-outcome {
  display: block;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: #f7dfef;
  font-size: 13px;
  font-weight: 780;
  line-height: 1.5;
}

.start-ownership {
  display: grid;
  gap: 8px;
  margin-top: 29px;
  padding: 22px 24px;
  border-left: 3px solid var(--pink);
  border-radius: 0 18px 18px 0;
  background: linear-gradient(90deg, rgba(255, 63, 164, .08), rgba(138, 92, 255, .025));
}

.start-ownership strong { font-size: 19px; }
.start-ownership span { color: var(--muted); font-size: 16px; line-height: 1.6; }

.start-step-list { display: grid; gap: 13px; }
.start-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: start;
  gap: 17px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: rgba(255, 255, 255, .028);
}
.start-step > span {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 63, 164, .19), rgba(57, 140, 255, .18));
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.start-step strong { display: block; margin-bottom: 4px; font-size: 19px; }
.start-step p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }

.start-proof-grid { grid-template-columns: .8fr 1.2fr; }
.start-proof-copy .start-proof-note { font-size: 14px; color: var(--soft); }
.start-page .featured-testimonial { margin: 0; }
.start-page .testimonial-video-card--featured {
  display: block;
  max-width: 760px;
}
.start-page .testimonial-video-card--featured .testimonial-video-frame { width: 100%; }

.start-page .offer-grid { align-items: center; }
.start-page .offer-copy { max-width: 570px; }
.start-page .offer-card { max-width: 520px; }
.start-page .offer-card .btn { width: 100%; }
.start-external-costs {
  margin-top: 27px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
  font-size: 16px !important;
}
.start-page .guarantee { margin-top: 24px; }
.start-page .guarantee strong { display: block; }

.start-final { min-height: 67vh; padding: 110px 0; }
.start-final h2 { max-width: 850px; font-size: clamp(42px, 5.5vw, 74px); line-height: 1.09; }
.start-final .microcopy { max-width: 750px; margin: 18px auto 0; line-height: 1.55; }

@media (max-width: 1000px) {
  .start-page .hero-grid,
  .start-intro-grid,
  .start-how-grid,
  .start-proof-grid { grid-template-columns: 1fr; }
  .start-page .hero-copy { margin-left: 0; text-align: center; }
  .start-hero-bridge { margin-left: auto; margin-right: auto; }
  .start-page .hero-visual { min-height: 0; margin-top: 18px; }
  .start-overview { margin: 0 auto; }
  .start-proof-grid { gap: 28px; }
  .start-page .offer-card { max-width: none; }
}

@media (max-width: 760px) {
  .start-card-grid { grid-template-columns: 1fr; gap: 15px; }
  .start-card { padding: 26px; }
  .start-card h3 { margin-top: 15px; }
  .start-card p { margin-bottom: 16px; }
}

@media (max-width: 620px) {
  .start-page .hero { padding: 65px 0 72px; }
  .start-page .hero-copy h1 { font-size: clamp(41px, 10.7vw, 59px); }
  .start-page .hero-sub { font-size: 18px; }
  .start-hero-bridge { font-size: 16px; }
  .start-page .microcopy { font-size: 14px; }
  .start-overview { border-radius: 22px; }
  .start-page .section { padding: 78px 0; }
  .start-intro h2,
  .start-how h2,
  .start-proof h2,
  .start-membership h2 { font-size: clamp(37px, 9.5vw, 50px); }
  .start-page .testimonial-video-card--featured { padding: 0; }
  .start-final { padding: 88px 0; }
}
