.page-comecar {
  background: #f4f4ef;
  color: #080808;
}

.page-comecar .container {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.start-hero {
  min-height: 72vh;
  display: flex;
  align-items: center;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.58) 52%, rgba(0,0,0,.18)),
    url('/assets/img/hero-correr-lisboa.png');
  background-size: cover;
  background-position: center;
}

.start-hero__inner {
  padding: 90px 0 110px;
}

.start-eyebrow,
.start-head span,
.start-path-card > span,
.start-note > span,
.start-journey > span {
  display: block;
  margin-bottom: 16px;
  color: #ffd500;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.start-hero h1,
.start-head h2,
.start-note h2,
.start-journey h2 {
  margin: 0;
  font-size: clamp(44px, 7vw, 96px);
  line-height: .88;
  letter-spacing: -3px;
  text-transform: uppercase;
}

.start-hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
  font-weight: 750;
}

.start-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn-ghost {
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.08);
  color: #fff;
}

.start-section {
  padding: 82px 0;
}

.start-head {
  max-width: 780px;
  margin-bottom: 28px;
}

.start-head span,
.start-note > span,
.start-journey > span {
  color: #777;
}

.start-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.start-path-card,
.start-note,
.start-journey,
.start-steps article {
  border-radius: 28px;
  background: #fff;
  border: 1px solid #e2e2d8;
  padding: 28px;
}

.start-path-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
}

.start-path-card > span {
  color: #111;
}

.start-path-card h3 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: .94;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.start-path-card p,
.start-steps p,
.start-journey p {
  color: #555;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 750;
}

.start-path-card .btn {
  margin-top: auto;
  width: 100%;
}

.start-section--dark {
  background: #050505;
  color: #fff;
}

.start-section--dark .start-head span {
  color: #ffd500;
}

.start-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.start-steps article {
  background: #111;
  border-color: rgba(255,255,255,.12);
}

.start-steps strong {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  border-radius: 50%;
  background: #ffd500;
  color: #050505;
  font-size: 20px;
}

.start-steps h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1;
}

.start-steps p {
  color: rgba(255,255,255,.72);
}

.start-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
}

.start-note {
  background: #ffd500;
  border-color: #ffd500;
}

.start-note > span {
  color: rgba(0,0,0,.58);
}

.start-note h2,
.start-journey h2 {
  font-size: clamp(34px, 5vw, 64px);
}

.start-note ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.start-note li {
  position: relative;
  padding-left: 26px;
  font-weight: 900;
  line-height: 1.35;
}

.start-note li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #050505;
}

.start-journey {
  background: #050505;
  color: #fff;
  border-color: #050505;
}

.start-journey > span {
  color: #ffd500;
}

.start-journey p {
  color: rgba(255,255,255,.74);
  margin-top: 20px;
}

@media (max-width: 960px) {
  .start-paths,
  .start-steps,
  .start-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .page-comecar .container,
  .start-hero__inner {
    width: min(100% - 24px, 1180px);
  }

  .start-hero h1 {
    letter-spacing: -2px;
  }

  .start-actions .btn {
    width: 100%;
  }

  .start-section {
    padding: 60px 0;
  }
}
