.cta-section {
  margin-top: clamp(60px, 12vh, 120px);
  margin-bottom: clamp(60px, 12vh, 120px);
  padding: clamp(24px, 4vh, 40px) var(--gutter);
  background: #F96854;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 32px);
  color: #fff;
}

.cta-logo { flex: none; color: #fff; }

.cta-content {
  display: grid;
  gap: 6px;
  max-width: 620px;
}

.cta-title {
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #fff;
}

.cta-copy {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,.9);
}

.cta-link {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255,255,255,.5);
  transition: border-color var(--t-fast) var(--ease);
}

.cta-link:hover { border-bottom-color: #fff; }

@media (max-width: 720px) {
  .cta-section {
    flex-direction: column;
    text-align: center;
  }
}

.features-section {
  margin-top: clamp(60px, 12vh, 120px);
  padding-bottom: clamp(40px, 8vh, 80px);
}

.can-do-head {
  text-align: center;
  margin-top: clamp(24px, 4vh, 40px);
}

.can-do-head .sec-title {
  margin-bottom: clamp(8px, 1.5vh, 14px);
}

.sec-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--fg);
  margin-bottom: clamp(32px, 5vh, 56px);
  text-align: center;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

.sec-answer {
  font-family: var(--display);
  font-size: clamp(44px, 8vw, 88px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--accent);
}

.shot {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  aspect-ratio: 2184 / 860;
  overflow: hidden;
}

.shot img {
  display: block;
  width: 100%;
  height: auto;
}

.shot::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(5,4,9,0), var(--field));
  pointer-events: none;
}

.sec-copy {
  max-width: 60ch;
  margin: clamp(24px, 4vh, 40px) auto 0;
  text-align: center;
  color: var(--dim);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.65;
}

.create-section {
  padding-bottom: clamp(60px, 12vh, 120px);
}

.can-do-footer {
  text-align: center;
}

.can-do-footer .sec-title {
  margin-bottom: clamp(24px, 4vh, 40px);
}

.create-ctas {
  justify-content: center;
  margin-top: clamp(4px, 2vh, 16px);
}
