.pl-hero {
  position: relative;
  min-height: min(720px, calc(100vh - 72px));
  overflow: hidden;
  background:
    linear-gradient(rgba(47, 47, 49, 0.04) 1px, transparent 1px) 0 0 / 100% 72px,
    linear-gradient(90deg, #f8f3e8 0%, #f8f3e8 52%, #f3eadf 100%);
  isolation: isolate;
}

.pl-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 46%, rgba(255, 74, 18, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(248, 243, 232, 0.1), rgba(248, 243, 232, 0.58));
}

.pl-hero-visual {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: clamp(34px, 8vw, 132px);
  display: grid;
  width: clamp(250px, 30vw, 410px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(222, 214, 200, 0.78);
  background: rgba(255, 250, 241, 0.78);
  box-shadow: 22px 22px 0 rgba(255, 74, 18, 0.16);
  transform: translateY(-50%);
}

.pl-hero-visual::before,
.pl-hero-visual::after {
  position: absolute;
  content: "";
}

.pl-hero-visual::before {
  inset: 12%;
  border: 1px solid rgba(47, 47, 49, 0.12);
}

.pl-hero-visual::after {
  right: -9%;
  bottom: 16%;
  width: 34%;
  height: 14px;
  border-radius: 999px;
  background: var(--charcoal);
  opacity: 0.82;
}

.pl-hero-visual img {
  position: relative;
  z-index: 1;
  width: 64%;
  border-radius: 22%;
  box-shadow: 0 34px 66px rgba(47, 47, 49, 0.22);
}

.pl-hero-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: clamp(42px, 6vw, 82px) clamp(22px, 8vw, 120px) clamp(58px, 7vw, 84px);
}

.pl-hero h1 {
  max-width: 10ch;
  font-size: clamp(3.4rem, 6.2vw, 6.6rem);
}

.pl-hero-copy {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
  font-weight: 640;
}

.pl-intro {
  padding: clamp(72px, 9vw, 124px) clamp(22px, 8vw, 120px);
  background: var(--black);
}

.pl-intro p {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.9vw, 5.1rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

.pl-section {
  padding: clamp(76px, 9vw, 126px) clamp(22px, 8vw, 120px);
  background: var(--paper);
}

.pl-screen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 36px);
  align-items: start;
}

.pl-screen-grid figure {
  margin: 0;
}

.pl-screen-grid img {
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 1px solid #ded6c8;
  background: #fffaf1;
  object-fit: cover;
  object-position: top center;
}

.pl-screen-grid figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.1vw, 1.06rem);
  font-weight: 720;
}

.pl-feature-band {
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 100% 76px,
    var(--black);
}

.pl-feature-band .eyebrow {
  color: var(--peach);
}

.pl-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.pl-feature-grid article {
  min-height: 260px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.pl-feature-grid span {
  display: block;
  color: var(--peach);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
}

.pl-feature-grid h3 {
  margin-top: 56px;
  color: #fff;
}

.pl-feature-grid p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.pl-roadmap {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  align-items: start;
  gap: clamp(34px, 7vw, 110px);
  scroll-margin-top: 82px;
  background:
    linear-gradient(rgba(47, 47, 49, 0.04) 1px, transparent 1px) 0 0 / 100% 76px,
    var(--paper);
}

.pl-roadmap-copy {
  position: sticky;
  top: 110px;
}

.pl-roadmap-copy h2 {
  max-width: 10ch;
}

.pl-roadmap-copy p:not(.eyebrow) {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  font-weight: 660;
}

.pl-roadmap-list {
  display: grid;
  gap: 1px;
  border-top: 1px solid var(--line);
  background: var(--line);
}

.pl-roadmap-list article {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  min-height: 172px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.48);
}

.pl-roadmap-list span {
  color: var(--orange);
  font-size: clamp(2.1rem, 3.4vw, 3.3rem);
  font-weight: 900;
  line-height: 0.9;
}

.pl-roadmap-list h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  text-transform: uppercase;
}

.pl-roadmap-list p {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.pl-faq {
  background:
    linear-gradient(rgba(47, 47, 49, 0.04) 1px, transparent 1px) 0 0 / 100% 76px,
    #fffaf1;
}

.pl-faq-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.pl-faq-list details {
  border-bottom: 1px solid var(--line);
}

.pl-faq-list summary {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
  cursor: pointer;
  font-size: clamp(1.08rem, 1.6vw, 1.4rem);
  font-weight: 860;
  line-height: 1.2;
  list-style: none;
  text-transform: uppercase;
}

.pl-faq-list summary::-webkit-details-marker {
  display: none;
}

.pl-faq-list summary::after {
  flex: 0 0 auto;
  color: var(--orange);
  content: "+";
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

.pl-faq-list details[open] summary::after {
  content: "-";
}

.pl-faq-list p {
  max-width: 760px;
  margin: -10px 0 28px;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  font-weight: 620;
}

.pl-availability {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.54fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  background: #eeebe3;
}

.pl-availability-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.pl-platform-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pl-platform-list span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid rgba(47, 47, 49, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.66);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 780;
}

.pl-availability-copy p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
}

@media (max-width: 1180px) and (min-width: 921px) {
  .pl-screen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .pl-hero {
    min-height: auto;
  }

  .pl-hero-visual {
    right: -68px;
    top: 112px;
    width: 210px;
    opacity: 0.42;
    transform: none;
  }

  .pl-screen-grid,
  .pl-feature-grid,
  .pl-roadmap,
  .pl-availability {
    grid-template-columns: 1fr;
  }

  .pl-roadmap-copy {
    position: static;
  }

  .pl-roadmap-copy h2 {
    max-width: 100%;
  }

  .pl-screen-grid {
    max-width: 560px;
  }

  .pl-feature-grid article {
    min-height: 210px;
  }

  .pl-feature-grid h3 {
    margin-top: 38px;
  }
}

@media (max-width: 560px) {
  .pl-hero-content,
  .pl-intro,
  .pl-section {
    padding-inline: 24px;
  }

  .pl-hero-content {
    padding-top: 54px;
  }

  .pl-hero-visual {
    display: none;
  }

  .pl-hero h1 {
    max-width: 100%;
  }

  .pl-intro p {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
  }

  .pl-roadmap-list article {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pl-faq-list summary {
    min-height: 74px;
  }
}
