:root {
  --pl-bg: #fbf6f3;
  --pl-bg-deep: #f2e8e2;
  --pl-surface: #ffffff;
  --pl-ink: #343038;
  --pl-muted: #766f75;
  --pl-primary: #68606f;
  --pl-blue: #c4d0da;
  --pl-warm: #c8b9b2;
  --pl-border: #eaded8;
  --pl-rose: #d9aaa5;
  --pl-blush: #f5dedb;
  --pl-lavender: #ddd5e6;
  --pl-cream: #fffdf9;
  --pl-shadow: 0 24px 60px rgba(104, 96, 111, 0.15);
  --pl-shadow-soft: 0 14px 32px rgba(104, 96, 111, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--pl-ink);
  background:
    linear-gradient(145deg, rgba(245, 222, 219, 0.72), transparent 34%),
    linear-gradient(215deg, rgba(221, 213, 230, 0.6), transparent 38%),
    linear-gradient(180deg, var(--pl-bg) 0%, #fffdf9 48%, var(--pl-bg) 100%);
  font-family: "Segoe UI", Inter, Arial, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 3px solid rgba(90, 98, 111, 0.45);
  outline-offset: 4px;
}

.pl-skip {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 10;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--pl-surface);
  color: var(--pl-primary);
  transform: translateY(-160%);
}

.pl-skip:focus {
  transform: translateY(0);
}

.pl-shell {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
}

.pl-header {
  padding: 24px 0 0;
}

.pl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pl-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.pl-brand img {
  width: 220px;
  display: block;
}

.pl-nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pl-nav-links a {
  padding: 9px 13px;
  border: 1px solid rgba(104, 96, 111, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--pl-primary);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.pl-hero {
  padding: 86px 0 66px;
}

.pl-hero::before {
  content: "";
  position: absolute;
  right: min(7vw, 90px);
  top: 130px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(217, 170, 165, 0.38);
  border-radius: 46% 54% 48% 52%;
  transform: rotate(18deg);
  pointer-events: none;
}

.pl-hero {
  position: relative;
}

.pl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: 64px;
  align-items: center;
}

.pl-hero-grid > * {
  min-width: 0;
}

.pl-eyebrow {
  margin: 0 0 14px;
  color: #9a6d77;
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pl-hero h1,
.pl-section-head h2,
.pl-encouragement h2 {
  margin: 0;
  color: var(--pl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.pl-hero h1 {
  max-width: 720px;
  font-size: clamp(3rem, 8vw, 6.6rem);
  line-height: 0.98;
}

.pl-lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--pl-muted);
  font-size: clamp(1.1rem, 2vw, 1.32rem);
}

.pl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.pl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.pl-button:hover {
  transform: translateY(-1px);
}

.pl-button.primary {
  background: linear-gradient(135deg, #6f6474, #8c6f7b);
  color: #fff;
  box-shadow: 0 14px 28px rgba(104, 96, 111, 0.2);
}

.pl-button.secondary {
  border: 1px solid rgba(90, 98, 111, 0.22);
  background: rgba(255, 255, 255, 0.72);
  color: var(--pl-primary);
}

.pl-hero-card {
  position: relative;
  max-width: 100%;
  padding: 26px;
  border: 1px solid rgba(104, 96, 111, 0.12);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--pl-shadow);
  overflow: hidden;
}

.pl-hero-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(217, 170, 165, 0.34);
  border-radius: 26px;
  pointer-events: none;
}

.pl-phone {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--pl-border);
  border-radius: 30px;
  background: linear-gradient(180deg, #fffefb, #faf1ee);
  box-shadow: inset 0 0 0 8px rgba(251, 246, 243, 0.92);
}

.pl-phone-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.pl-phone-top img {
  width: 52px;
}

.pl-phone-top strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.pl-phone-top span {
  color: var(--pl-muted);
  font-size: 0.9rem;
}

.pl-level-card {
  padding: 18px;
  border: 1px solid var(--pl-border);
  border-radius: 22px;
  background: var(--pl-surface);
  box-shadow: var(--pl-shadow-soft);
}

.pl-level-card small {
  color: var(--pl-muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pl-level-card h2 {
  margin: 6px 0 14px;
  color: var(--pl-primary);
  font-size: 1.25rem;
}

.pl-task {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid var(--pl-border);
  color: var(--pl-muted);
}

.pl-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--pl-blue);
  flex: 0 0 auto;
}

.pl-task:nth-of-type(3) .pl-dot {
  background: var(--pl-rose);
}

.pl-waiting {
  margin-top: 14px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(245, 222, 219, 0.58);
  color: var(--pl-primary);
  font-weight: 750;
}

.pl-section {
  padding: 72px 0;
}

.pl-section.alt {
  background: rgba(255, 255, 255, 0.42);
  border-top: 1px solid rgba(104, 96, 111, 0.08);
  border-bottom: 1px solid rgba(104, 96, 111, 0.08);
}

.pl-section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.pl-section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.pl-section-head h2,
.pl-encouragement h2 {
  font-size: clamp(2.1rem, 5vw, 4.1rem);
  line-height: 1.04;
}

.pl-section-head p {
  margin: 18px 0 0;
  color: var(--pl-muted);
  font-size: 1.08rem;
}

.pl-two {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.pl-copy-card,
.pl-soft-card,
.pl-use-card,
.pl-feature-card,
.pl-trust-card,
.pl-shot-card {
  border: 1px solid rgba(104, 96, 111, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--pl-shadow-soft);
}

.pl-copy-card {
  padding: 28px;
}

.pl-copy-card p {
  margin: 0 0 16px;
  color: var(--pl-muted);
  font-size: 1.04rem;
}

.pl-copy-card p:last-child {
  margin-bottom: 0;
}

.pl-soft-grid,
.pl-use-grid,
.pl-feature-grid {
  display: grid;
  gap: 16px;
}

.pl-soft-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pl-use-grid,
.pl-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pl-soft-card,
.pl-use-card,
.pl-feature-card,
.pl-trust-card {
  padding: 22px;
}

.pl-soft-card span,
.pl-use-card span,
.pl-feature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(245, 222, 219, 0.72);
  color: var(--pl-primary);
  font-weight: 850;
}

.pl-soft-card h3,
.pl-use-card h3,
.pl-feature-card h3,
.pl-trust-card h3 {
  margin: 0 0 8px;
  color: var(--pl-ink);
  font-size: 1.08rem;
}

.pl-soft-card p,
.pl-use-card p,
.pl-feature-card p,
.pl-trust-card p {
  margin: 0;
  color: var(--pl-muted);
}

.pl-encouragement {
  position: relative;
  padding: 58px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(104, 96, 111, 0.96), rgba(151, 113, 124, 0.84)),
    var(--pl-primary);
  color: #fff;
  box-shadow: var(--pl-shadow);
  overflow: hidden;
}

.pl-encouragement::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: -34px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 55% 45% 52% 48%;
  transform: rotate(-18deg);
}

.app-moments {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(245, 222, 219, 0.28)),
    var(--pl-bg);
}

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

.pl-shot-card {
  padding: 14px;
  border-radius: 32px;
}

.pl-shot-card.lift {
  margin-top: 38px;
}

.pl-shot-card figure {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(104, 96, 111, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, #fffefc, #f8eee9);
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.72);
}

.pl-shot-card img {
  display: block;
  width: 100%;
  aspect-ratio: 390 / 844;
  object-fit: cover;
  object-position: top center;
  border-radius: 22px;
}

.pl-shot-card div {
  padding: 18px 4px 4px;
}

.pl-shot-card span {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(221, 213, 230, 0.62);
  color: #766177;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pl-shot-card h3 {
  margin: 0 0 8px;
  color: var(--pl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.15;
}

.pl-shot-card p {
  margin: 0;
  color: var(--pl-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.pl-encouragement h2,
.pl-encouragement p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.pl-encouragement p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.18rem;
}

.pl-feature-card {
  min-height: 176px;
}

.pl-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pl-trust-card {
  display: grid;
  gap: 14px;
}

.pl-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.9fr);
  gap: 54px;
  align-items: start;
}

.pl-contact-section .pl-section-head {
  position: sticky;
  top: 110px;
  margin-bottom: 0;
}

.pl-contact-note {
  display: grid;
  gap: 4px;
  max-width: 460px;
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid rgba(104, 96, 111, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--pl-muted);
  box-shadow: 0 14px 32px rgba(104, 96, 111, 0.07);
}

.pl-contact-note strong {
  color: var(--pl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.pl-contact-note span {
  font-size: 0.98rem;
  line-height: 1.55;
}

.pl-contact-form {
  display: grid;
  gap: 20px;
  width: 100%;
  padding: 32px;
  border: 1px solid rgba(104, 96, 111, 0.12);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 248, 0.86)),
    var(--pl-surface);
  box-shadow: 0 26px 70px rgba(104, 96, 111, 0.13);
}

.pl-form-heading {
  padding-bottom: 4px;
}

.pl-form-heading h3 {
  margin: 0 0 6px;
  color: var(--pl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  line-height: 1.1;
}

.pl-form-heading p {
  margin: 0;
  color: var(--pl-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.pl-field {
  display: grid;
  gap: 9px;
}

.pl-field label {
  color: var(--pl-ink);
  font-size: 0.88rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pl-field input,
.pl-field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(104, 96, 111, 0.16);
  border-radius: 20px;
  background: #fffdfb;
  color: var(--pl-ink);
  font: inherit;
  font-size: 1rem;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.pl-field textarea {
  resize: vertical;
  min-height: 150px;
}

.pl-field input:focus,
.pl-field textarea:focus {
  border-color: rgba(151, 113, 124, 0.62);
  box-shadow: 0 0 0 4px rgba(245, 222, 219, 0.72);
}

.pl-contact-form .pl-button {
  border: 0;
  cursor: pointer;
  font: inherit;
  width: 100%;
  min-height: 54px;
  margin-top: 2px;
}

.pl-form-note {
  margin: -2px 0 0;
  color: var(--pl-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.pl-form-note a {
  color: #8f6570;
  font-weight: 800;
}

.pl-footer {
  padding: 44px 0 54px;
  border-top: 1px solid rgba(104, 96, 111, 0.12);
}

.pl-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  color: var(--pl-muted);
}

.pl-footer img {
  width: 170px;
  display: block;
  margin-bottom: 10px;
}

.pl-footer a {
  color: var(--pl-primary);
  font-weight: 750;
  text-decoration: none;
}

@media (max-width: 960px) {
  .pl-hero-grid,
  .pl-two,
  .pl-trust,
  .pl-contact-layout {
    grid-template-columns: 1fr;
  }

  .pl-soft-grid,
  .pl-use-grid,
  .pl-feature-grid,
  .pl-shot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pl-shot-card.lift {
    margin-top: 0;
  }

  .pl-contact-section .pl-section-head {
    position: static;
  }

  .pl-hero {
    padding-top: 64px;
  }
}

@media (max-width: 700px) {
  .pl-shell {
    padding: 0 28px;
  }

  .pl-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .pl-brand img {
    width: 190px;
  }

  .pl-hero {
    padding: 52px 0 48px;
  }

  .pl-hero-grid > *,
  .pl-lead,
  .pl-actions,
  .pl-hero-card {
    max-width: 320px;
  }

  .pl-hero h1 {
    max-width: 320px;
    font-size: clamp(2.45rem, 12vw, 3.2rem);
  }

  .pl-hero-card {
    padding: 16px;
    border-radius: 28px;
  }

  .pl-hero-card::before {
    inset: 10px;
    border-radius: 22px;
  }

  .pl-phone {
    padding: 16px;
  }

  .pl-actions {
    display: grid;
  }

  .pl-button {
    width: 100%;
    max-width: 320px;
  }

  .pl-section {
    padding: 54px 0;
  }

  .pl-soft-grid,
  .pl-use-grid,
  .pl-feature-grid,
  .pl-shot-grid {
    grid-template-columns: 1fr;
  }

  .pl-shot-card {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .pl-encouragement {
    padding: 34px 24px;
    border-radius: 26px;
  }

  .pl-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .pl-contact-form {
    padding: 24px;
    border-radius: 26px;
  }
}
