
:root {
  --pt-bg: #f7fbff;
  --pt-cream: #fcf2ea;
  --pt-white: #ffffff;
  --pt-ink: #141922;
  --pt-muted: #667085;
  --pt-pink: #ff5e8a;
  --pt-pink-dark: #d94872;
  --pt-pink-soft: #ffe5ee;
  --pt-blue: #6ac6f5;
  --pt-blue-soft: #e6f6ff;
  --pt-yellow: #ffd66b;
  --pt-yellow-soft: #fff6d9;
  --pt-green: #8bd17c;
  --pt-border: #dfe9f1;
  --pt-shadow: 0 18px 50px rgba(54, 78, 99, .10);
  --pt-radius-xl: 32px;
  --pt-radius-lg: 24px;
  --pt-radius-md: 16px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--pt-bg);
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--pt-ink);
  background:
    linear-gradient(rgba(255,255,255,.55), rgba(255,255,255,.55)),
    radial-gradient(circle at 10% 12%, rgba(106,198,245,.18), transparent 24rem),
    radial-gradient(circle at 90% 20%, rgba(255,94,138,.12), transparent 22rem),
    var(--pt-bg);
}

img, video { max-width: 100%; }

a { color: inherit; }

.pt-site { min-height: 100vh; display: flex; flex-direction: column; }

.pt-container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.pt-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247,251,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(223,233,241,.8);
}

.pt-header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pt-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.pt-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.pt-brand-copy {
  display: grid;
  line-height: 1.05;
}

.pt-brand-copy strong {
  font-size: 1.05rem;
  font-weight: 900;
}

.pt-brand-copy span {
  margin-top: 5px;
  color: var(--pt-muted);
  font-size: .83rem;
  font-weight: 700;
}

.pt-nav ul {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.pt-nav a {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  color: #344054;
  font-weight: 700;
}

.pt-nav a:hover {
  background: var(--pt-white);
  box-shadow: 0 6px 18px rgba(50,70,90,.08);
}

.pt-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 62px;
  border-bottom: 1px solid var(--pt-border);
}

.pt-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.45fr .8fr;
  gap: 64px;
  align-items: center;
}

.pt-badge,
.pt-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 10px;
  background: var(--pt-pink-soft);
  color: var(--pt-pink-dark);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .075em;
}

.pt-hero h1 {
  margin: 18px 0 36px;
  font-size: clamp(3.3rem, 9vw, 6.5rem);
  line-height: 1;
  letter-spacing: -.07em;
  font-weight: 1000;
  text-transform: uppercase;
}

.pt-lead {
  max-width: 680px;
  margin: 0;
  color: #4b5565;
  font-size: clamp(1.05rem, 2.4vw, 1.34rem);
  line-height: 1.65;
  font-weight: 650;
}

.pt-guide-card {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 20px;
  align-items: center;
  padding: 26px;
  background: var(--pt-blue-soft);
  border: 4px solid var(--pt-white);
  border-radius: var(--pt-radius-xl);
  box-shadow: var(--pt-shadow);
  transform: rotate(1deg);
}

.pt-guide-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.55rem;
  font-weight: 950;
}

.pt-guide-card p {
  margin: 0;
  color: #4c6372;
  line-height: 1.55;
  font-weight: 650;
}

.pt-guide-icon {
  width: 96px;
  height: 96px;
  position: relative;
  border-radius: 20px;
  background:
    linear-gradient(90deg, transparent 18%, #fff 18% 82%, transparent 82%),
    linear-gradient(#3778bb 0 22%, #a9ddff 22% 80%, #3778bb 80%);
  box-shadow: inset 0 0 0 7px rgba(34,112,177,.24), 7px 7px 0 rgba(69,151,216,.12);
}

.pt-face-eye,
.pt-face-mouth {
  position: absolute;
  background: #17314a;
}

.pt-face-eye {
  width: 10px;
  height: 16px;
  top: 39px;
}

.pt-face-eye:nth-child(1) { left: 28px; }
.pt-face-eye:nth-child(2) { right: 28px; }

.pt-face-mouth {
  width: 28px;
  height: 8px;
  left: 34px;
  top: 63px;
}

.pt-pixel {
  position: absolute;
  width: 42px;
  height: 42px;
  opacity: .75;
  box-shadow:
    42px 0 0 currentColor,
    0 42px 0 currentColor;
}

.pt-pixel-a { color: #b9e8ff; left: 4%; top: 22%; transform: rotate(8deg); }
.pt-pixel-b { color: #ffd4e1; right: 7%; bottom: 8%; transform: rotate(-7deg); }
.pt-pixel-c { color: #ffe7a0; left: 48%; bottom: 2%; transform: scale(.75) rotate(5deg); }

.pt-content {
  flex: 1;
  padding-top: 48px;
  padding-bottom: 72px;
}

.pt-content > :first-child { margin-top: 0; }

.pt-section {
  margin-top: 28px;
  padding: 30px;
  background: var(--pt-white);
  border: 1px solid var(--pt-border);
  border-radius: var(--pt-radius-xl);
  box-shadow: 0 12px 36px rgba(60,80,100,.055);
}

.pt-section--blue { background: var(--pt-blue-soft); }
.pt-section--pink { background: #fff0f5; }
.pt-section--yellow { background: var(--pt-yellow-soft); }

.pt-section h2 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  letter-spacing: -.035em;
  font-weight: 950;
}

.pt-section p {
  color: #566170;
  font-size: 1.03rem;
  line-height: 1.7;
}

.pt-grid {
  display: grid;
  gap: 18px;
}

.pt-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pt-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.pt-step {
  position: relative;
  min-height: 220px;
  padding: 24px;
  overflow: hidden;
  background: var(--pt-white);
  border: 1px solid var(--pt-border);
  border-radius: var(--pt-radius-lg);
  box-shadow: 0 10px 28px rgba(50,70,90,.055);
}

.pt-step-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 12px;
  background: var(--pt-pink);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 1000;
  box-shadow: 5px 5px 0 rgba(255,94,138,.16);
}

.pt-step:nth-child(2) .pt-step-number { background: var(--pt-blue); box-shadow: 5px 5px 0 rgba(106,198,245,.2); }
.pt-step:nth-child(3) .pt-step-number { background: #f6bf3e; box-shadow: 5px 5px 0 rgba(246,191,62,.2); }

.pt-step h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 950;
}

.pt-step p { margin: 0; color: var(--pt-muted); line-height: 1.6; }

.pt-checklist {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.pt-checklist li {
  position: relative;
  padding-left: 34px;
  font-weight: 750;
  line-height: 1.5;
}

.pt-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--pt-green);
  color: white;
  font-size: .8rem;
  font-weight: 1000;
}

.pt-media {
  width: 100%;
  margin-top: 16px;
  border: 0;
  border-radius: 20px;
  background: #111827;
  overflow: hidden;
}

.pt-media--audio {
  background: transparent;
}

.pt-cta {
  margin-top: 32px;
  padding: 44px 24px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255,94,138,.10), rgba(106,198,245,.14)),
    var(--pt-white);
  border: 1px solid var(--pt-border);
  border-radius: var(--pt-radius-xl);
}

.pt-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 1000;
  letter-spacing: -.045em;
}

.pt-cta p {
  margin: 10px auto 0;
  max-width: 620px;
  color: var(--pt-muted);
  font-size: 1.05rem;
}

.pt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 15px 24px;
  border: 0;
  border-radius: 14px;
  background: var(--pt-pink);
  color: white;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 10px 0 #d94c73, 0 16px 30px rgba(217,76,115,.24);
  transition: transform .15s ease, box-shadow .15s ease;
}

.pt-button:hover {
  transform: translateY(2px);
  box-shadow: 0 8px 0 #d94c73, 0 12px 24px rgba(217,76,115,.2);
}

.pt-footer {
  margin-top: auto;
  background: var(--pt-white);
  border-top: 1px solid var(--pt-border);
}

.pt-footer-inner {
  min-height: 92px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.pt-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pt-muted);
  font-weight: 750;
  font-size: .92rem;
}

.pt-footer-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.pt-footer-editable {
  color: var(--pt-muted);
  font-size: .9rem;
}

@media (max-width: 820px) {
  .pt-header-inner { min-height: 68px; }
  .pt-logo { width: 48px; height: 48px; }
  .pt-brand-copy span { display: none; }
  .pt-nav { display: none; }

  .pt-hero { padding: 46px 0 42px; }
  .pt-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .pt-guide-card { grid-template-columns: 72px 1fr; }
  .pt-guide-icon { width: 72px; height: 72px; border-radius: 16px; }
  .pt-face-eye { top: 29px; width: 8px; height: 12px; }
  .pt-face-eye:nth-child(1) { left: 21px; }
  .pt-face-eye:nth-child(2) { right: 21px; }
  .pt-face-mouth { width: 22px; height: 6px; left: 25px; top: 48px; }

  .pt-grid--2,
  .pt-grid--3 { grid-template-columns: 1fr; }

  .pt-section { padding: 22px; border-radius: 24px; }
  .pt-content { padding-top: 30px; }
  .pt-footer-inner { padding: 18px 0; flex-direction: column; align-items: flex-start; }
}
