.pulse-hero {
  position: relative;
  min-height: 830px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #0a0a12;
}
.pulse-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pulse-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 6, 14, 0.9) 0%, rgba(6, 6, 14, 0.5) 45%, rgba(6, 6, 14, 0.12) 74%, rgba(6, 6, 14, 0.3) 100%), linear-gradient(180deg, rgba(6, 6, 14, 0.35) 0%, rgba(6, 6, 14, 0) 45%, rgba(6, 6, 14, 0.18) 100%);
}
.pulse-hero .navbar {
  position: relative;
  z-index: 10;
}
.pulse-hero__body {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin: 54px 60px 0 40px;
}
.pulse-hero__content {
  max-width: 620px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  color: #fff;
}
.pulse-hero__content h1 {
  margin: 0;
  max-width: 620px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.1px;
}
.pulse-hero__content p {
  margin: 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.pulse-hero__cta {
  margin-top: 14px;
  width: auto;
  padding: 12px 16px;
}
.pulse-hero__services {
  flex-shrink: 0;
  z-index: 2;
}
.pulse-hero__services p {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.pulse-hero__chips {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  gap: 12px;
}
.pulse-hero__chips span {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 4px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(250, 254, 227, 0.08);
  backdrop-filter: blur(20px);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}

.pulse-problem {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(48px, 6vw, 82px);
  padding: 80px;
  background: #f9fbfc;
}
.pulse-problem__text {
  flex: 1 1 0;
  max-width: 589px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.pulse-problem__text h2 {
  margin: 4px 0 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #000;
}
.pulse-problem__text p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #6f6f6f;
}
.pulse-problem__text p strong {
  color: #000;
  font-weight: 600;
}
.pulse-problem__media {
  flex: 1 1 0;
  max-width: 609px;
}
.pulse-problem__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.pulse-think {
  padding: 100px 80px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.pulse-think__header {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pulse-think__head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.pulse-think__head-row h2 {
  margin: 0;
  max-width: 581px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.76px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
}
.pulse-think__head-row p {
  margin: 0;
  max-width: 372px;
  font-size: 18px;
  line-height: 1.55;
  color: #6f6f6f;
}

.pulse-row {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  overflow: hidden;
  background: #fffefe;
}
.pulse-row__text {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 40px;
}
.pulse-row__text h3 {
  margin: 0;
  max-width: 456px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  color: #4d4d4d;
}
.pulse-row__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  height: 34px;
  padding: 4px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
}
.pulse-row__pill img {
  width: 20px;
  height: 20px;
}
.pulse-row__note {
  margin: auto 0 0;
  max-width: 456px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.28px;
  color: #6f6f6f;
}
.pulse-row__note strong {
  color: #4d4d4d;
  font-weight: 600;
}
.pulse-row__media {
  flex: 1 1 0;
  min-width: 0;
  padding: 8px 8px 8px 0;
}
.pulse-row__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  border-radius: 18px;
}

.pulse-strategy {
  padding: 100px 80px;
  background: #f9fbfc;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
.pulse-strategy__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.pulse-strategy__header h2 {
  margin: 0;
  max-width: 826px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #000;
}
.pulse-strategy__header p {
  margin: 0;
  max-width: 846px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #6f6f6f;
}
.pulse-strategy__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1280px;
}

.pulse-scard {
  display: flex;
  flex-direction: column;
  gap: 38px;
  padding: 32px 28px;
  border-radius: 18px;
  border: 1px solid #f3f4f6;
  background: #f4f2ff;
}
.pulse-scard__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
}
.pulse-scard__icon img {
  width: 24px;
  height: 24px;
}
.pulse-scard h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.48px;
  color: #000;
}
.pulse-scard p {
  margin: -16px 0 0;
  font-size: 18px;
  line-height: 1.3;
  color: #6b6b78;
}

.pulse-compare {
  position: relative;
  overflow: hidden;
  padding: 100px 80px;
  background: #000;
}
.pulse-compare::after {
  content: "";
  position: absolute;
  bottom: 100px;
  left: calc(50% + 300px);
  width: 434px;
  height: 500px;
  border-radius: 12px;
  background: linear-gradient(to top, #db1aff 0%, #2da9ff 100%);
  filter: blur(120px);
  opacity: 0.35;
  pointer-events: none;
}
.pulse-compare__header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1006px;
  margin: 0 auto 56px;
  text-align: center;
}
.pulse-compare__header h2 {
  margin: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.pulse-compare__table {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  align-items: stretch;
}
.pulse-compare__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.pulse-compare__col--highlight {
  border-radius: 12px;
  border: 1px solid #fff;
  overflow: hidden;
  background: linear-gradient(180deg, #000 22%, #36276a 95%);
}
.pulse-compare__col--highlight .pulse-compare__cell {
  border-color: rgba(237, 237, 237, 0.25);
}
.pulse-compare__col--highlight .pulse-compare__cell--head {
  justify-content: center;
  gap: 12px;
}
.pulse-compare__cell {
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 16px;
  border-bottom: 1px solid #606060;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.pulse-compare__cell--head {
  min-height: 56px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
}
.pulse-compare__cell--head img {
  width: 24px;
  height: 24px;
}
.pulse-compare__col:not(:first-child) .pulse-compare__cell {
  justify-content: center;
  text-align: center;
}
.pulse-compare__col:first-child .pulse-compare__cell--head {
  color: #fff;
}

.pulse-cta {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: radial-gradient(135% 135% at 0% 0%, #8c3fe8 0%, #6c2fb4 16%, #4b2081 30%, #2b104d 45%, #1a0833 60%, #0a0512 78%);
}
.pulse-cta__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1.4px, transparent 1.4px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(90deg, transparent 30%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 30%, #000 100%);
  pointer-events: none;
}
.pulse-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 558px;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.pulse-cta__text {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.pulse-cta__text h2 {
  margin: 0;
  max-width: 624px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  color: #fff;
}
.pulse-cta__text p {
  margin: 0;
  max-width: 715px;
  font-size: 18px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.7);
}
.pulse-cta__text p strong {
  color: #fff;
  font-weight: 600;
}
.pulse-cta__actions .btn {
  width: auto;
  padding: 12px 20px;
}
.pulse-cta__orb {
  position: absolute;
  top: 50%;
  right: calc(max(0px, (100% - 1440px) / 2) + 60px);
  transform: translateY(-50%);
  width: 460px;
  max-width: 34%;
  height: auto;
  mix-blend-mode: lighten;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 1240px) {
  .pulse-hero__content h1 {
    font-size: 46px;
  }
  .pulse-problem, .pulse-strategy {
    gap: 48px;
    padding: 72px 48px;
  }
  .pulse-think, .pulse-compare {
    padding: 80px 48px;
  }
  .pulse-think__head-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .pulse-cta__inner {
    padding: 0 48px;
  }
  .pulse-cta__text h2 {
    font-size: 52px;
  }
  .pulse-strategy__header h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .pulse-hero {
    min-height: 0;
  }
  .pulse-hero__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin: 40px 32px 48px;
  }
  .pulse-hero__content {
    max-width: none;
  }
  .pulse-hero__content h1 {
    font-size: 40px;
  }
  .pulse-hero__chips {
    display: flex;
    flex-wrap: wrap;
  }
  .pulse-problem {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .pulse-problem__text, .pulse-problem__media {
    max-width: none;
  }
  .pulse-row {
    flex-direction: column;
  }
  .pulse-row__text {
    flex-basis: auto;
  }
  .pulse-row__media {
    padding: 0 24px 24px;
  }
  .pulse-row__media img {
    height: auto;
  }
  .pulse-row__note {
    margin-top: 8px;
  }
  .pulse-strategy__grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .pulse-scard {
    gap: 24px;
  }
  .pulse-scard p {
    margin-top: -8px;
  }
  .pulse-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 72px 48px;
    min-height: 0;
  }
  .pulse-cta__orb {
    align-self: center;
    width: 320px;
    max-width: 70%;
  }
}
@media (max-width: 720px) {
  .pulse-hero__overlay {
    background: linear-gradient(180deg, rgba(6, 6, 14, 0.55) 0%, rgba(6, 6, 14, 0.35) 40%, rgba(6, 6, 14, 0.8) 100%);
  }
  .pulse-hero__body {
    margin: 32px 20px 40px;
    gap: 32px;
  }
  .pulse-hero__content h1 {
    font-size: 32px;
    letter-spacing: -0.6px;
  }
  .pulse-hero__content p {
    font-size: 16px;
  }
  .pulse-hero__chips span {
    height: 40px;
    padding: 4px 16px;
    font-size: 14px;
  }
  .pulse-problem, .pulse-strategy {
    padding: 56px 20px;
  }
  .pulse-think, .pulse-compare {
    padding: 56px 20px;
  }
  .pulse-problem__text h2, .pulse-think__head-row h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .pulse-problem__text p {
    font-size: 16px;
  }
  .pulse-strategy__header h2 {
    font-size: 30px;
  }
  .pulse-row__text {
    padding: 28px 24px;
    gap: 20px;
  }
  .pulse-row__text h3 {
    font-size: 21px;
  }
  .pulse-scard h3 {
    font-size: 21px;
  }
  .pulse-scard p {
    font-size: 16px;
  }
  .pulse-compare__header h2 {
    font-size: 28px;
  }
  .pulse-compare__table {
    gap: 0;
    align-items: stretch;
  }
  .pulse-compare__col:first-child {
    display: none;
  }
  .pulse-compare__col {
    flex: 1 1 0;
  }
  .pulse-compare__cell {
    justify-content: center;
    text-align: center;
    min-height: 128px;
    padding: 14px 12px;
    font-size: 13px;
    line-height: 1.35;
  }
  .pulse-compare__cell--head {
    min-height: 52px;
    height: 52px;
    font-size: 14px;
    gap: 6px;
  }
  .pulse-compare__cell--head img {
    width: 18px;
    height: 18px;
  }
  .pulse-compare__col--highlight .pulse-compare__cell {
    width: auto;
  }
  .pulse-cta__inner {
    padding: 64px 20px;
  }
  .pulse-cta__text h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .pulse-cta__text p {
    font-size: 16px;
  }
  .pulse-cta__orb {
    width: 240px;
  }
}