@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Noto+Sans+Arabic:wght@400;500;600;700;800&family=Noto+Sans+Hebrew:wght@400;500;600;700;800&display=swap");

:root {
  --pl-red: #f12c12;
  --pl-red-dark: #a61f0a;
  --pl-ink: #1f1e1d;
  --pl-muted: #666260;
  --pl-paper: #f6f5f4;
  --pl-rule: #817e7c;
  --pl-max: 1200px;
  --pl-gutter: clamp(20px, 5vw, 72px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.pl-home {
  margin: 0 !important;
  background: var(--pl-paper) !important;
  color: var(--pl-ink) !important;
  font-family: "Archivo", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
[lang="he"] body.pl-home { font-family: "Noto Sans Hebrew", Arial, sans-serif !important; }
[lang="ar"] body.pl-home { font-family: "Noto Sans Arabic", Arial, sans-serif !important; }
[dir="rtl"] body.pl-home { direction: rtl; text-align: right; }
[dir="rtl"] .pl-hero h1, [dir="rtl"] .pl-section-title, [dir="rtl"] .pl-split-copy h2 { letter-spacing: 0; }
[dir="rtl"] .pl-play-icon { left: auto; right: 50%; transform: translate(50%, -50%); }
[dir="rtl"] .pl-bullets li { padding-right: 24px; padding-left: 0; }
[dir="rtl"] .pl-bullets li::before { right: 0; left: auto; }
[dir="rtl"] .pl-footer-copy { text-align: left; }
.pl-home img { display: block; max-width: 100%; }
.pl-home a { color: inherit; text-underline-offset: 3px; }
.pl-home :focus-visible { outline: 2px solid var(--pl-red); outline-offset: 3px; }
.pl-home h1, .pl-home h2, .pl-home h3, .pl-home p { margin-top: 0; }
.pl-shell { width: min(100%, calc(var(--pl-max) + 2 * var(--pl-gutter))); margin: 0 auto; padding-inline: var(--pl-gutter); }
.pl-section { padding-block: clamp(70px, 8vw, 108px); border-top: 1px solid var(--pl-rule); }
.pl-kicker { margin: 0 0 18px; color: var(--pl-red-dark); font-size: 12px; font-weight: 800; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.pl-section-title { max-width: 720px; margin: 0 0 48px; font-size: clamp(34px, 4.2vw, 60px); font-weight: 800; line-height: 1.04; letter-spacing: -.035em; }
.pl-section-copy { max-width: 760px; margin: -28px 0 44px; color: var(--pl-muted); font-size: 16px; line-height: 1.75; }
.pl-muted { color: var(--pl-muted); }
.pl-intro { max-width: 980px; }
.pl-intro .pl-section-title { margin-bottom: 24px; }
.pl-intro > p:not(.pl-kicker) { color: var(--pl-muted); font-size: 17px; line-height: 1.8; }
.pl-intro a { color: var(--pl-red-dark); font-weight: 800; }

.pl-nav { position: sticky; top: 0; z-index: 100; background: rgba(246,245,244,.97); border-bottom: 1px solid var(--pl-rule); backdrop-filter: blur(10px); }
.pl-nav-inner { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.pl-brand { color: var(--pl-ink); font-size: 18px; font-weight: 800; line-height: 1; text-decoration: none; }
.pl-nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.pl-nav-links a { font-size: 13px; font-weight: 500; text-decoration: none; }
.pl-nav-links a:hover { color: var(--pl-red); }
.pl-button { display: inline-flex; align-items: center; justify-content: flex-start; min-height: 42px; padding: 11px 15px; border: 2px solid var(--pl-red); border-radius: 0; background: var(--pl-red); color: #fff !important; font: 800 13px/1.2 "Archivo", sans-serif; text-align: left; text-decoration: none; transition: background .18s ease, border-color .18s ease; }
.pl-button:hover { background: var(--pl-red-dark); border-color: var(--pl-red-dark); }
.pl-button-ghost { background: transparent; border-color: transparent; color: var(--pl-red-dark) !important; }
.pl-button-outline { border-color: currentColor; background: transparent; color: inherit !important; }

.pl-hero { padding-block: clamp(72px, 9vw, 126px) clamp(64px, 8vw, 100px); }
.pl-hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr); gap: clamp(44px, 8vw, 112px); align-items: center; }
.pl-hero h1 { margin: 0 0 36px; font-size: clamp(60px, 7.15vw, 104px); font-weight: 800; line-height: .98; letter-spacing: -.055em; }
.pl-hero h1 span { display: block; color: var(--pl-red); }
.pl-hero-copy { max-width: 610px; margin-bottom: 28px; color: var(--pl-muted); font-size: 17px; line-height: 1.7; }
.pl-hero-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.pl-proof { margin: 0; color: var(--pl-muted); font-size: 11px; font-weight: 700; letter-spacing: .065em; text-transform: uppercase; }
.pl-proof strong { color: var(--pl-red-dark); }
.pl-hero-art { border: 1px solid var(--pl-rule); background: #fff; }
.pl-hero-art img { width: 100%; height: auto !important; aspect-ratio: 1.58 / 1; object-fit: cover; }

.pl-character-block { padding-block: 34px; border-top: 1px solid var(--pl-rule); border-bottom: 1px solid var(--pl-rule); }
.pl-character-heading { margin: 0 0 8px; font-size: 28px; font-weight: 800; letter-spacing: -.025em; }
.pl-character-label { margin: 0 0 20px; color: var(--pl-muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.pl-characters { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); align-items: end; }
.pl-character { min-width: 0; padding: 8px; transition: transform .18s ease; }
.pl-character:hover { transform: translateY(-8px); }
.pl-character img { width: 100%; aspect-ratio: 1; object-fit: contain; }

.pl-stats { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 52px 58px; }
.pl-stat strong { display: block; margin-bottom: 10px; color: var(--pl-red); font-size: clamp(38px, 4vw, 58px); font-weight: 800; line-height: 1; letter-spacing: -.035em; }
.pl-stat span { color: var(--pl-muted); font-size: 11px; font-weight: 600; letter-spacing: .065em; text-transform: uppercase; }

.pl-steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--pl-rule); }
.pl-step { border-right: 1px solid var(--pl-rule); background: transparent; }
.pl-step:last-child { border-right: 0; }
.pl-step-media { position: relative; border-bottom: 1px solid var(--pl-rule); overflow: hidden; }
.pl-step img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.pl-step-showcase { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; aspect-ratio: 1; overflow: hidden; border-bottom: 1px solid var(--pl-rule); background: radial-gradient(circle at 88% 18%, #ffe16f 0 12%, transparent 12.6%), radial-gradient(circle at 10% 86%, #9a8cff 0 13%, transparent 13.6%), linear-gradient(135deg, #ff99c6 0%, #ffbd7a 52%, #ff8174 100%); }
.pl-step-showcase::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .68; background-image: radial-gradient(circle, #fff 0 2px, transparent 3px), radial-gradient(circle, rgba(255,255,255,.85) 0 1.5px, transparent 2.5px); background-position: 12px 16px, 42px 52px; background-size: 68px 68px, 86px 86px; }
.pl-step-showcase::after { content: ""; position: absolute; right: -12%; bottom: -18%; z-index: -1; width: 62%; aspect-ratio: 1; border-radius: 48% 52% 42% 58%; background: rgba(255, 202, 77, .72); transform: rotate(22deg); }
.pl-step > .pl-step-showcase { padding: 13px; }
.pl-step-showcase img { position: relative; z-index: 1; width: auto; max-width: 76%; height: 100%; aspect-ratio: auto; object-fit: contain; border: 4px solid rgba(255,255,255,.94); border-radius: 17px; background: transparent; box-shadow: 0 15px 28px rgba(64, 22, 62, .24); }
.pl-step-showcase-video .pl-play-icon { z-index: 2; }
.pl-play-icon { position: absolute; left: 50%; top: 50%; width: 62px; height: 62px; border: 2px solid #fff; background: var(--pl-red); transform: translate(-50%, -50%); box-shadow: 0 8px 24px rgba(31,30,29,.24); }
.pl-play-icon::after { content: ""; position: absolute; left: 25px; top: 18px; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 18px solid #fff; }
.pl-step > div { padding: 22px; }
.pl-step > .pl-step-media { padding: 0; }
.pl-step strong { color: var(--pl-red); font-size: 28px; line-height: 1; }
.pl-step h3 { margin: 10px 0 8px; font-size: 18px; line-height: 1.25; }
.pl-step p { margin: 0; color: var(--pl-muted); font-size: 13px; }
.pl-step .pl-step-note { margin-top: 12px; font-size: 11px; line-height: 1.55; }
.pl-video-section { text-align: left; }
.pl-video { position: relative; width: min(100%, 360px); aspect-ratio: 9 / 16; margin: 0 0 28px; border: 1px solid var(--pl-rule); background: #fff; }
.pl-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.pl-skills { border-bottom: 1px solid var(--pl-rule); }
.pl-skill { display: grid; grid-template-columns: 90px minmax(240px, .9fr) minmax(300px, 1.1fr); gap: 36px; align-items: start; padding: 30px 0; border-top: 1px solid var(--pl-rule); transition: background .18s ease; }
.pl-skill:hover { background: rgba(31,30,29,.035); }
.pl-skill-num { font-size: 13px; font-weight: 800; }
.pl-skill h3 { margin: 0; font-size: 23px; font-weight: 800; line-height: 1.25; letter-spacing: -.02em; }
.pl-skill-copy p { margin: 0; color: var(--pl-muted); font-size: 15px; line-height: 1.75; }
.pl-skill-copy p + p { margin-top: 12px; }
.pl-skill-copy strong { color: var(--pl-ink); font-weight: 750; }

.pl-game-grid { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.6vw, 34px); padding: clamp(30px, 5vw, 68px); overflow: hidden; border: 0; border-radius: 40px; background: radial-gradient(circle at 12% 12%, rgba(255,255,255,.75) 0 4%, transparent 4.3%), radial-gradient(circle at 90% 14%, #ffda70 0 8%, transparent 8.4%), radial-gradient(circle at 12% 88%, #9a8cff 0 10%, transparent 10.4%), linear-gradient(135deg, #ff9fc9 0%, #ffbd78 48%, #ff7b72 100%); box-shadow: 0 26px 70px rgba(79, 25, 70, .18); }
.pl-game-grid::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .48; background-image: radial-gradient(circle, #fff 0 3px, transparent 4px), radial-gradient(circle, #fff 0 2px, transparent 3px); background-position: 12px 18px, 48px 64px; background-size: 88px 88px, 110px 110px; }
.pl-game { position: relative; aspect-ratio: .62; overflow: hidden; border: 6px solid rgba(255,255,255,.9); border-radius: 28px; background: #fff7ec; box-shadow: 0 18px 34px rgba(54, 18, 58, .22), 0 4px 0 rgba(50, 17, 55, .12); transition: transform .25s ease, box-shadow .25s ease; }
.pl-game:nth-child(2), .pl-game:nth-child(6) { transform: translateY(12px) rotate(1.2deg); }
.pl-game:nth-child(3), .pl-game:nth-child(4) { transform: rotate(-1deg); }
.pl-game:hover { z-index: 2; transform: translateY(-8px) rotate(0) scale(1.025); box-shadow: 0 28px 48px rgba(54, 18, 58, .3); }
.pl-game img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.pl-game:hover img { transform: scale(1.025); }
.pl-caption { margin: 16px 0 0; color: var(--pl-muted); font-size: 11px; font-weight: 600; letter-spacing: .065em; text-transform: uppercase; }

.pl-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(48px, 8vw, 112px); align-items: center; }
.pl-split-copy h2 { margin: 0 0 28px; font-size: clamp(38px, 4.8vw, 66px); font-weight: 800; line-height: 1.04; letter-spacing: -.04em; }
.pl-split-copy > p:not(.pl-kicker) { margin-bottom: 18px; color: var(--pl-muted); line-height: 1.75; }
.pl-feature-img { border: 1px solid var(--pl-rule); background: #fff; }
.pl-feature-img img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.pl-feature-showcase { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: center; aspect-ratio: 1; padding: clamp(16px, 2.5vw, 28px); overflow: hidden; border: 0; border-radius: 36px; background: radial-gradient(circle at 88% 18%, #ffe16f 0 12%, transparent 12.6%), radial-gradient(circle at 10% 86%, #9a8cff 0 13%, transparent 13.6%), linear-gradient(135deg, #ff99c6 0%, #ffbd7a 52%, #ff8174 100%); box-shadow: 0 26px 58px rgba(64, 22, 62, .2); }
.pl-feature-showcase::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .68; background-image: radial-gradient(circle, #fff 0 2px, transparent 3px), radial-gradient(circle, rgba(255,255,255,.85) 0 1.5px, transparent 2.5px); background-position: 12px 16px, 42px 52px; background-size: 68px 68px, 86px 86px; }
.pl-feature-showcase::after { content: ""; position: absolute; right: -10%; bottom: -16%; z-index: -1; width: 58%; aspect-ratio: 1; border-radius: 48% 52% 42% 58%; background: rgba(255, 202, 77, .72); transform: rotate(22deg); }
.pl-feature-showcase img { position: relative; z-index: 1; width: auto; max-width: 76%; height: 100%; aspect-ratio: auto; object-fit: contain; border: 5px solid rgba(255,255,255,.94); border-radius: 20px; background: transparent; box-shadow: 0 18px 34px rgba(64, 22, 62, .25); }
.pl-bullets { margin: 26px 0 0; padding: 0; list-style: none; }
.pl-bullets li { position: relative; margin: 0; padding: 8px 0 8px 24px; }
.pl-bullets li::before { content: ""; position: absolute; left: 0; top: 17px; width: 9px; height: 9px; background: var(--pl-red); }

.pl-needs { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--pl-rule); }
.pl-need { padding: 28px; border-right: 1px solid var(--pl-rule); }
.pl-need:last-child { border-right: 0; }
.pl-need h3 { margin-bottom: 16px; font-size: 19px; line-height: 1.25; }
.pl-need p { margin: 0; color: var(--pl-muted); font-size: 14px; line-height: 1.75; }
.pl-need ul { margin: 0; padding-left: 18px; color: var(--pl-muted); font-size: 13px; line-height: 1.65; }
.pl-need li { margin-bottom: 8px; }
.pl-guide-link { display: inline-block; margin-top: 24px; color: var(--pl-red-dark); font-weight: 800; }

.pl-language-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--pl-rule); }
.pl-language-grid a { padding: 28px; border-right: 1px solid var(--pl-rule); font-size: 18px; font-weight: 800; text-align: center; text-decoration: none; }
.pl-language-grid a:last-child { border-right: 0; }
.pl-language-grid a:hover { color: var(--pl-red); }

.pl-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; }
.pl-quote { padding-top: 28px; border-top: 1px solid var(--pl-rule); }
.pl-quote blockquote { margin: 0 0 18px; font-size: 20px; font-weight: 800; line-height: 1.45; letter-spacing: -.015em; }
.pl-quote cite { color: var(--pl-muted); font-size: 13px; font-style: normal; }

.pl-worksheet { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 100px); padding: clamp(34px, 5vw, 64px); border: 2px solid var(--pl-ink); }
.pl-worksheet h2 { margin: 0 0 24px; font-size: clamp(34px, 4vw, 54px); line-height: 1.03; letter-spacing: -.035em; }
.pl-worksheet p { color: var(--pl-muted); }
.pl-form { align-self: center; }
.pl-form label { display: block; margin-bottom: 10px; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.pl-form input { width: 100%; min-height: 48px; padding: 12px; border: 1px solid var(--pl-rule); border-radius: 0; background: #eeeceb; color: var(--pl-ink); font: 500 14px "Archivo", sans-serif; }
.pl-form button { width: 100%; margin-top: 12px; }
.pl-form-note { margin: 10px 0 0 !important; font-size: 12px; }
.pl-form-success { display: none; padding: 12px 0 12px 18px; border-left: 5px solid var(--pl-red); font-weight: 800; }

.pl-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.pl-section-heading .pl-section-title { margin-bottom: 0; }
.pl-section-heading > a { color: var(--pl-red-dark); font-weight: 800; }
.pl-blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 3vw, 42px); }
.pl-post { padding-top: 26px; border-top: 1px solid var(--pl-rule); }
.pl-post-thumb { display: grid; place-items: center; width: 100%; aspect-ratio: 16 / 10; margin-bottom: 22px; overflow: hidden; border-radius: 22px; background: radial-gradient(circle at 85% 18%, #ffe16f 0 13%, transparent 13.6%), linear-gradient(135deg, #ff9fc9, #ffbd78 55%, #ff8174); box-shadow: 0 14px 30px rgba(64,22,62,.14); }
.pl-post-thumb img { width: 100%; height: 100%; padding: 10px; object-fit: contain; transition: transform .25s ease; }
.pl-post-thumb:hover img { transform: scale(1.04); }
.pl-post .pl-kicker { margin-bottom: 12px; }
.pl-post h3 { margin: 0 0 12px; font-size: 19px; line-height: 1.3; }
.pl-post h3 a { text-decoration: none; }
.pl-post p { margin: 0; color: var(--pl-muted); font-size: 14px; line-height: 1.7; }

.pl-faq { max-width: 100%; }
.pl-faq details { border-top: 1px solid var(--pl-rule); }
.pl-faq details:last-child { border-bottom: 1px solid var(--pl-rule); }
.pl-faq summary { padding: 24px 0 10px; cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; }
.pl-faq summary::-webkit-details-marker { display: none; }
.pl-faq details p { max-width: 780px; margin: 0; padding: 0 0 24px; color: var(--pl-muted); }

.pl-poster { background: var(--pl-red); color: var(--pl-paper); }
.pl-poster-inner { padding-block: clamp(72px, 9vw, 116px); }
.pl-poster h2 { max-width: 820px; margin: 0 0 34px; color: var(--pl-paper); font-size: clamp(52px, 7vw, 92px); font-weight: 800; line-height: 1; letter-spacing: -.045em; }
.pl-poster p { max-width: 660px; margin: -12px 0 30px; color: #fff; font-size: 18px; }
.pl-poster .pl-button { border-color: var(--pl-paper); background: transparent; }

.pl-footer { padding-block: 40px 96px; background: var(--pl-paper); }
.pl-footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 36px; align-items: start; }
.pl-footer-brand { font-size: 14px; font-weight: 800; }
.pl-footer-links { display: flex; gap: 26px; }
.pl-footer-links a, .pl-footer-copy { color: var(--pl-muted); font-size: 12px; }
.pl-footer-copy { margin: 0; text-align: right; }

.pl-download-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--pl-ink); color: var(--pl-paper); }
.pl-download-bar-inner { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.pl-download-bar p { margin: 0; color: #d5d1cf; font-size: 12px; }
.pl-download-bar strong { color: #fff; }

@media (max-width: 900px) {
  .pl-hero-grid, .pl-split, .pl-worksheet { grid-template-columns: 1fr; }
  .pl-hero-art { max-width: 620px; }
  .pl-stats { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .pl-steps { grid-template-columns: repeat(2, 1fr); }
  .pl-step:nth-child(2) { border-right: 0; }
  .pl-step:nth-child(-n+2) { border-bottom: 1px solid var(--pl-rule); }
  .pl-skill { grid-template-columns: 56px 1fr; gap: 22px; }
  .pl-skill-copy { grid-column: 2; }
  .pl-needs { grid-template-columns: repeat(2, 1fr); }
  .pl-need:nth-child(2) { border-right: 0; }
  .pl-need:nth-child(-n+2) { border-bottom: 1px solid var(--pl-rule); }
  .pl-testimonials, .pl-blog-grid { gap: 28px; }
  .pl-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .pl-split-reverse .pl-feature-img { order: 2; }
}

@media (max-width: 640px) {
  .pl-nav-links { display: none; }
  .pl-nav-inner { min-height: 64px; }
  .pl-hero h1 { font-size: clamp(50px, 15vw, 76px); }
  .pl-hero-grid { gap: 48px; }
  .pl-characters { grid-template-columns: repeat(5, 1fr); }
  .pl-stats, .pl-needs, .pl-testimonials, .pl-blog-grid, .pl-language-grid { grid-template-columns: 1fr; }
  .pl-steps { grid-template-columns: 1fr; }
  .pl-step { border-right: 0; border-bottom: 1px solid var(--pl-rule); }
  .pl-step:last-child { border-bottom: 0; }
  .pl-language-grid a { border-right: 0; border-bottom: 1px solid var(--pl-rule); }
  .pl-language-grid a:last-child { border-bottom: 0; }
  .pl-game-grid { grid-template-columns: repeat(2, 1fr); }
  .pl-skill { grid-template-columns: 40px 1fr; }
  .pl-skill h3 { font-size: 20px; }
  .pl-section-heading { align-items: start; flex-direction: column; }
  .pl-need { border-right: 0; border-bottom: 1px solid var(--pl-rule); }
  .pl-need:last-child { border-bottom: 0; }
  .pl-footer-inner { grid-template-columns: 1fr; }
  .pl-footer-links { flex-wrap: wrap; }
  .pl-footer-copy { text-align: left; }
  .pl-download-bar p { max-width: 190px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
