/* =================================================================
   PILATIX — עבדו איתנו (work.pilatix.co.il)
   Design ported from the theme's pilatix-tokens.css (About / Ambassadors).
   RTL-first · self-hosted Ploni · no external deps.
   ================================================================= */

/* ---------- Fonts ---------- */
@font-face { font-family: 'Ploni'; src: url('/fonts/ploni-regular.woff2') format('woff2'); font-weight: 400 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Ploni'; src: url('/fonts/ploni-bold.woff2') format('woff2'); font-weight: 601 900; font-style: normal; font-display: swap; }

/* ---------- Tokens (from pilatix-tokens.css) ---------- */
:root {
  --pltx-accent: #BFA2FF;
  --pltx-plum: #352D44;
  --pltx-plum-hover: #2A2438;
  --pltx-lavender: #F4EFFF;
  --pltx-lavender-soft: #F0ECFF;
  --pltx-card-gradient: linear-gradient(147deg, #F4EFFF 0%, #F0ECFF 100%);
  --pltx-text: #162A41;
  --pltx-text-soft: rgba(22, 42, 65, 0.60);
  --pltx-text-faint: rgba(22, 42, 65, 0.42);
  --pltx-border: rgba(22, 42, 65, 0.10);
  --pltx-border-strong: rgba(22, 42, 65, 0.16);
  --pltx-success: #0A8057;
  --pltx-white: #FFFFFF;
  --pltx-card-radius: 24px;
  --pltx-card-radius-sm: 16px;
  --pltx-card-shadow: 0 8px 32px rgba(22, 42, 65, 0.06);
  --pltx-card-shadow-hover: 0 16px 44px rgba(22, 42, 65, 0.12);
  --pltx-cta-radius: 100px;
  --pltx-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pltx-container: 1120px;
  --pltx-section-pad: 64px;
  --pltx-font: 'Ploni', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
@media (min-width: 768px) { :root { --pltx-section-pad: 112px; } }

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html.wf-noscroll { overflow: hidden; }
body { margin: 0; font-family: var(--pltx-font); font-size: 17px; line-height: 1.55; color: var(--pltx-text); background: var(--pltx-white); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
:focus-visible { outline: 3px solid var(--pltx-accent); outline-offset: 2px; border-radius: 6px; }

.wf-container { width: 100%; max-width: var(--pltx-container); margin-inline: auto; padding-inline: 20px; }
@media (min-width: 768px) { .wf-container { padding-inline: 32px; } }

.wf-eyebrow { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; color: var(--pltx-plum); text-transform: uppercase; margin-bottom: 16px; }
.wf-section-head { max-width: 660px; margin-inline: auto; text-align: center; margin-bottom: 44px; }
.wf-section-head h2 { font-size: clamp(30px, 5vw, 52px); font-weight: 700; line-height: 1.05; letter-spacing: -0.015em; }
.wf-section-head p { margin-top: 14px; font-size: 18px; color: var(--pltx-text-soft); }

/* ---------- Header ---------- */
.wf-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.82); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-block-end: 1px solid var(--pltx-border); }
.wf-header__inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.wf-header__logo { width: 118px; }
.wf-header__nav { display: flex; align-items: center; gap: 6px; }
.wf-header__link { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 600; color: var(--pltx-text); padding: 8px 14px; border-radius: var(--pltx-cta-radius); transition: background .2s var(--pltx-ease), color .2s var(--pltx-ease); }
.wf-header__link svg { width: 17px; height: 17px; }
.wf-header__link:hover { background: var(--pltx-lavender); color: var(--pltx-plum); }
.wf-header__cta { display: inline-flex; align-items: center; height: 40px; padding-inline: 20px; border-radius: var(--pltx-cta-radius); background: var(--pltx-plum); color: #fff; font-size: 15px; font-weight: 600; transition: background .25s var(--pltx-ease), transform .25s var(--pltx-ease); }
.wf-header__cta:hover { background: var(--pltx-plum-hover); transform: translateY(-1px); }
.wf-header__link--roles { padding-inline: 12px; }
@media (max-width: 480px) { .wf-header__link--roles { display: none; } }
@media (max-width: 420px) { .wf-header__link { padding: 8px; } .wf-header__link span { font-size: 0; } .wf-header__link svg { width: 20px; height: 20px; } }

/* ---------- Hero ---------- */
.wf-hero { position: relative; overflow: hidden; padding-block: 84px 76px; background: var(--pltx-card-gradient); text-align: center; }
.wf-hero__glow { position: absolute; inset-block-start: -22%; inset-inline-start: 50%; transform: translateX(50%); width: 700px; height: 700px; max-width: 120vw; border-radius: 50%; background: radial-gradient(circle, rgba(191,162,255,0.38) 0%, rgba(191,162,255,0) 68%); pointer-events: none; z-index: 0; will-change: transform; }
.wf-hero__inner { position: relative; z-index: 1; max-width: 800px; margin-inline: auto; }
.wf-hero__title { font-size: clamp(40px, 8.5vw, 76px); font-weight: 700; line-height: 1.02; letter-spacing: -0.02em; }
.wf-hero__title em { color: var(--pltx-plum); font-style: normal; }
.wf-hero__subtitle { margin-top: 22px; font-size: clamp(17px, 2.4vw, 21px); line-height: 1.5; color: var(--pltx-text-soft); max-width: 620px; margin-inline: auto; }
.wf-hero__actions { margin-top: 34px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.wf-hero__trust { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: center; font-size: 14px; font-weight: 600; color: var(--pltx-text-soft); }
.wf-hero__trust li { position: relative; }
.wf-hero__trust li:not(:first-child)::before { content: '·'; margin-inline-end: 20px; color: var(--pltx-text-faint); }

/* ---------- Buttons ---------- */
.wf-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 56px; padding-inline: 32px; border: 0; border-radius: var(--pltx-cta-radius); font-size: 17px; font-weight: 600; line-height: 1; transition: background .25s var(--pltx-ease), transform .25s var(--pltx-ease), box-shadow .25s var(--pltx-ease); }
.wf-btn--primary { background: var(--pltx-plum); color: #fff; }
.wf-btn--primary:hover { background: var(--pltx-plum-hover); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(53,45,68,0.28); }
.wf-btn--ghost { background: rgba(255,255,255,0.7); color: var(--pltx-text); box-shadow: inset 0 0 0 1.5px var(--pltx-border-strong); }
.wf-btn--ghost:hover { background: #fff; transform: translateY(-2px); }
@media (min-width: 768px) { .wf-btn { height: 60px; } }

/* ---------- Value strip ---------- */
.wf-values { padding-block: 48px; border-block-end: 1px solid var(--pltx-border); }
.wf-values__grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 768px) { .wf-values__grid { grid-template-columns: repeat(4, 1fr); gap: 28px; } }
.wf-value { text-align: center; }
.wf-value__icon { width: 52px; height: 52px; margin-inline: auto; margin-bottom: 12px; display: grid; place-items: center; border-radius: 16px; background: var(--pltx-lavender); color: var(--pltx-plum); }
.wf-value__icon svg { width: 26px; height: 26px; }
.wf-value h3 { font-size: 17px; font-weight: 700; margin-bottom: 4px; }
.wf-value p { font-size: 14.5px; color: var(--pltx-text-soft); line-height: 1.45; }

/* ---------- Roles (image-led cards) ---------- */
.wf-roles { padding-block: var(--pltx-section-pad); }
.wf-roles__grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 560px) { .wf-roles__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 920px) { .wf-roles__grid { grid-template-columns: repeat(3, 1fr); } }

.wf-role { position: relative; min-inline-size: 0; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--pltx-border); border-radius: var(--pltx-card-radius); overflow: hidden; cursor: pointer; box-shadow: var(--pltx-card-shadow); transition: transform .3s var(--pltx-ease), box-shadow .3s var(--pltx-ease), border-color .3s var(--pltx-ease); }
.wf-role:hover { border-color: var(--pltx-border-strong); }
.wf-role__media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--pltx-card-gradient); }
.wf-role__media::before { content: ''; position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(100deg, transparent 12%, rgba(255,255,255,0.10) 34%, rgba(255,255,255,0.34) 50%, rgba(255,255,255,0.10) 66%, transparent 88%); transform: translateX(-165%); transition: transform 1.5s ease-in-out; }
.wf-role:hover .wf-role__media::before, .wf-role:focus-visible .wf-role__media::before { transform: translateX(165%); }
/* Branded placeholder — shows until a real photo loads (or if it 404s) */
.wf-role__media::after { content: attr(data-title); position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; text-align: center; padding: 22px; background: var(--pltx-card-gradient); color: var(--pltx-plum); font-weight: 700; font-size: clamp(18px, 3.4vw, 24px); letter-spacing: -0.01em; line-height: 1.25; }
.wf-role__media img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; display: block; }
.wf-role__body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.wf-role__badge { align-self: flex-start; font-size: 11px; font-weight: 600; letter-spacing: .02em; padding: 5px 10px; border-radius: 100px; margin-bottom: 12px; white-space: nowrap; }
.wf-role__badge--real { background: var(--pltx-plum); color: #fff; }
.wf-role__badge--ongoing { background: transparent; color: var(--pltx-plum); box-shadow: inset 0 0 0 1.3px var(--pltx-border-strong); }
.wf-role__badge--open { background: var(--pltx-lavender); color: var(--pltx-plum); }
.wf-role__body h3 { font-size: 19px; font-weight: 700; line-height: 1.2; margin-bottom: 8px; }
.wf-role__body p { font-size: 14.5px; color: var(--pltx-text-soft); line-height: 1.5; }
.wf-role__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.wf-tag { font-size: 12px; font-weight: 500; color: var(--pltx-text-soft); padding: 4px 10px; border-radius: 100px; background: #F7F5FC; border: 1px solid var(--pltx-border); }
.wf-role__more { margin-top: auto; padding-top: 16px; display: inline-flex; align-items: center; gap: 6px; font-size: 14.5px; font-weight: 600; color: var(--pltx-plum); }
.wf-role__more svg { width: 16px; height: 16px; transition: transform .25s var(--pltx-ease); }
.wf-role:hover .wf-role__more svg { transform: translateX(-4px); }

/* ---------- Role detail modal ---------- */
.wf-modal { position: fixed; inset: 0; z-index: 100; display: none; }
.wf-modal.is-open { display: block; }
.wf-modal__backdrop { position: absolute; inset: 0; background: rgba(22,42,65,0.5); backdrop-filter: blur(9px) saturate(120%); -webkit-backdrop-filter: blur(9px) saturate(120%); animation: wf-fade .25s var(--pltx-ease); }
.wf-modal__handle { display: none; }
.wf-modal__panel { position: relative; z-index: 1; width: min(880px, calc(100% - 32px)); max-height: 90vh; margin: 5vh auto; background: #fff; border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: 1fr; box-shadow: 0 30px 80px rgba(22,42,65,0.35); animation: wf-pop .32s var(--pltx-ease); }
@media (min-width: 760px) { .wf-modal__panel { grid-template-columns: 0.85fr 1fr; } }
.wf-modal__media { position: relative; min-height: 240px; }
.wf-modal__media .wf-role__media { aspect-ratio: auto; height: 100%; }
.wf-modal__content { padding: 28px 24px 30px; overflow-y: auto; }
@media (min-width: 760px) { .wf-modal__content { padding: 40px 36px; } }
.wf-modal__title { font-size: clamp(24px, 3vw, 32px); font-weight: 700; line-height: 1.1; letter-spacing: -0.015em; margin: 10px 0 10px; }
.wf-modal__desc { font-size: 16px; color: var(--pltx-text-soft); line-height: 1.55; margin-bottom: 22px; }
.wf-modal__cols { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 8px; }
@media (min-width: 520px) { .wf-modal__cols { grid-template-columns: 1fr 1fr; } }
.wf-modal__h4 { font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 10px; padding-inline-start: 14px; position: relative; }
.wf-modal__h4::before { content: ''; position: absolute; inset-inline-start: 0; inset-block: 2px auto; top: 2px; width: 4px; height: 14px; border-radius: 4px; }
.wf-modal__h4.is-look::before { background: var(--pltx-accent); }
.wf-modal__h4.is-work::before { background: var(--pltx-plum); }
.wf-modal__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.wf-modal__list li { position: relative; padding-inline-start: 22px; font-size: 14.5px; line-height: 1.45; color: var(--pltx-text); }
.wf-modal__list li::before { content: ''; position: absolute; inset-inline-start: 4px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--pltx-accent); }
.wf-modal__content .wf-btn { width: 100%; margin-top: 8px; }
.wf-modal__x { position: absolute; z-index: 3; inset-block-start: 14px; inset-inline-end: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,0.9); color: var(--pltx-text); box-shadow: 0 2px 10px rgba(22,42,65,0.15); transition: transform .2s var(--pltx-ease); }
.wf-modal__x:hover { transform: scale(1.06); }
.wf-modal__x svg { width: 18px; height: 18px; }
@keyframes wf-pop { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
/* Mobile: iOS-style bottom sheet */
@media (max-width: 759px) {
  .wf-modal__panel { position: absolute; inset-inline: 0; inset-block-end: 0; width: 100%; max-height: 92vh; margin: 0; border-radius: 24px 24px 0 0; animation: wf-sheet-up .36s var(--pltx-ease); }
  .wf-modal__media { aspect-ratio: 16 / 9; min-height: 0; }
  .wf-modal__content { padding-top: 30px; }
  .wf-modal__handle { display: block; position: absolute; z-index: 4; inset-block-start: 9px; inset-inline-start: 50%; transform: translateX(-50%); width: 42px; height: 4px; border-radius: 99px; background: rgba(255,255,255,0.85); box-shadow: 0 0 0 1px rgba(22,42,65,0.12); }
  .wf-modal__x { inset-block-start: 12px; background: rgba(255,255,255,0.92); }
}
@keyframes wf-sheet-up { from { transform: translateY(100%); } to { transform: none; } }

/* ---------- Model / freelance section ---------- */
.wf-model { padding-block: var(--pltx-section-pad); background: var(--pltx-lavender); }
.wf-model__grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 560px) { .wf-model__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .wf-model__grid { grid-template-columns: repeat(4, 1fr); } }
.wf-model__card { background: #fff; border-radius: var(--pltx-card-radius); padding: 26px 22px; box-shadow: var(--pltx-card-shadow); }
.wf-model__card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; line-height: 1.25; }
.wf-model__card p { font-size: 14.5px; color: var(--pltx-text-soft); line-height: 1.5; }
.wf-model__example { max-width: 780px; margin: 32px auto 0; background: #fff; border: 1px solid var(--pltx-border); border-radius: var(--pltx-card-radius); padding: 32px 28px; text-align: center; }
.wf-model__example blockquote { font-size: clamp(17px, 2.2vw, 22px); font-weight: 500; line-height: 1.55; color: var(--pltx-text); }
.wf-model__example figcaption { margin-top: 16px; font-size: 14px; font-weight: 600; color: var(--pltx-plum); }

/* ---------- People (we choose people) ---------- */
.wf-people { padding-block: var(--pltx-section-pad); }
.wf-people__inner { max-width: 760px; margin-inline: auto; text-align: center; }
.wf-people__title { font-size: clamp(28px, 5vw, 48px); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; }
.wf-people__body { margin-top: 18px; font-size: clamp(16px, 2vw, 19px); color: var(--pltx-text-soft); line-height: 1.6; }
.wf-people__chips { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.wf-people__chips li { font-size: 15px; font-weight: 600; color: var(--pltx-plum); background: var(--pltx-lavender); padding: 10px 18px; border-radius: 100px; }

/* ---------- Vision (inverted plum band) ---------- */
.wf-vision { padding-block: var(--pltx-section-pad); background: var(--pltx-plum); }
.wf-vision__inner { max-width: 760px; margin-inline: auto; text-align: center; }
.wf-eyebrow--light { color: var(--pltx-accent); }
.wf-vision__title { font-size: clamp(30px, 5.5vw, 54px); font-weight: 700; line-height: 1.06; letter-spacing: -0.02em; color: #fff; }
.wf-vision__body { margin-top: 20px; font-size: clamp(16px, 2vw, 20px); line-height: 1.6; color: rgba(255,255,255,0.72); }
.wf-btn--onplum { margin-top: 30px; background: #fff; color: var(--pltx-plum); }
.wf-btn--onplum:hover { background: var(--pltx-lavender); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,0.22); }

/* ---------- Modal: advantage (tools) block ---------- */
.wf-modal__adv { margin-top: 24px; }
.wf-modal__h4.is-adv::before { background: var(--pltx-text); }
.wf-modal__adv .wf-role__tags { margin-top: 0; }
.wf-modal__note { margin-top: 10px; font-size: 13px; font-style: italic; color: var(--pltx-text-faint); }

/* ---------- Modal: "stand out" callout ---------- */
.wf-modal__standout { margin-top: 22px; background: var(--pltx-lavender); border-radius: 16px; padding: 18px; }
.wf-modal__standout .wf-modal__h4 { margin-bottom: 12px; }
.wf-modal__h4.is-standout::before { background: var(--pltx-plum); }
.wf-modal__list--star li::before { content: '★'; background: transparent; width: auto; height: auto; color: var(--pltx-accent); font-size: 11px; top: 1px; inset-inline-start: 2px; }

/* ---------- Standard band ---------- */
.wf-standard { padding-block: var(--pltx-section-pad); background: var(--pltx-lavender); }
.wf-standard__inner { max-width: 720px; margin-inline: auto; text-align: center; }
.wf-standard__title { font-size: clamp(28px, 5vw, 48px); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; }
.wf-standard__body { margin-top: 18px; font-size: clamp(16px, 2vw, 19px); color: var(--pltx-text-soft); line-height: 1.6; }

/* ---------- Model perks strip ---------- */
.wf-model__perks { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.wf-model__perks li { font-size: 14px; font-weight: 600; color: var(--pltx-plum); background: #fff; border: 1px solid var(--pltx-border); padding: 9px 16px; border-radius: 100px; }

/* ---------- Our work — reel wall ---------- */
.wf-work { padding-block: var(--pltx-section-pad) 0; overflow: hidden; }
.wf-work__scroller { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 20px; padding: 6px 20px calc(var(--pltx-section-pad) - 6px); }
@media (min-width: 768px) { .wf-work__scroller { padding-inline: 32px; scroll-padding-inline: 32px; justify-content: safe center; } }
.wf-work__scroller::-webkit-scrollbar { height: 0; }
.wf-work__tile { position: relative; flex: 0 0 auto; width: 240px; aspect-ratio: 9 / 16; border-radius: 22px; overflow: hidden; background: var(--pltx-card-gradient); scroll-snap-align: center; box-shadow: var(--pltx-card-shadow); }
.wf-work__vid { width: 100%; height: 100%; object-fit: cover; display: block; background: var(--pltx-lavender); }
.wf-work__mute { position: absolute; inset-block-end: 12px; inset-inline-end: 12px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(22,42,65,0.5); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); color: #fff; display: grid; place-items: center; transition: background .2s var(--pltx-ease), transform .2s var(--pltx-ease); }
.wf-work__mute:hover { background: rgba(22,42,65,0.72); transform: scale(1.05); }
.wf-work__mute svg { width: 18px; height: 18px; }
.wf-work__mute .wf-ic-on { display: none; }
.wf-work__mute.is-on { background: var(--pltx-plum); }
.wf-work__mute.is-on .wf-ic-on { display: block; }
.wf-work__mute.is-on .wf-ic-muted { display: none; }

/* ---------- Modal: intro + demonstrations ---------- */
.wf-modal__intro { font-size: 15px; line-height: 1.65; color: var(--pltx-text); margin-bottom: 20px; padding-inline-start: 14px; border-inline-start: 3px solid var(--pltx-lavender-soft); }
.wf-modal__demos { margin-top: 24px; }
.wf-modal__h4.is-demo::before { background: var(--pltx-plum); }
.wf-modal__demos .wf-reels { margin-top: 12px; padding-block: 6px; overflow: hidden; }
.wf-reels .swiper-slide { width: 150px; height: auto; }
.wf-modal__demos .wf-work__tile { width: 150px; border-radius: 16px; box-shadow: none; }
.wf-modal__demos .wf-work__mute { width: 34px; height: 34px; inset-block-end: 9px; inset-inline-end: 9px; }
.wf-modal__demos .wf-work__mute svg { width: 15px; height: 15px; }
.wf-modal__demos .wf-designs { margin-top: 12px; padding-block: 6px; overflow: hidden; }
.wf-designs .swiper-slide.wf-design-tile { width: auto; height: 260px; border-radius: 12px; overflow: hidden; background: var(--pltx-lavender); box-shadow: none; }
.wf-design-tile img { height: 100%; width: auto; display: block; }

/* ---------- Brand section ---------- */
.wf-brand { padding-block: var(--pltx-section-pad); }
.wf-brand__body { max-width: 720px; margin-inline: auto; }
.wf-brand__body p { font-size: clamp(16px, 2vw, 19px); line-height: 1.7; color: var(--pltx-text-soft); margin-bottom: 18px; }
.wf-brand__body p:last-child { margin-bottom: 0; }
.wf-brand__chips { list-style: none; margin: 32px auto 0; padding: 0; max-width: 760px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.wf-brand__chips li { font-size: 14px; font-weight: 600; color: var(--pltx-plum); background: var(--pltx-lavender); padding: 9px 16px; border-radius: 100px; }

/* ---------- Mobile touch targets + safe wrapping (audit) ---------- */
.wf-btn { white-space: nowrap; }
@media (max-width: 560px) {
  .wf-role { min-height: 120px; }
  .wf-input, .wf-select, .wf-textarea { min-height: 48px; }
  .wf-check { min-height: 44px; }
}
@media (max-width: 420px) {
  .wf-header__link { min-width: 44px; min-height: 44px; justify-content: center; }
}

/* ---------- Process steps ---------- */
.wf-how { padding-block: var(--pltx-section-pad); }
.wf-steps { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 560px) { .wf-steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .wf-steps { grid-template-columns: repeat(5, 1fr); } }
.wf-step { position: relative; background: #fff; border: 1px solid var(--pltx-border); border-radius: var(--pltx-card-radius); padding: 28px 24px; box-shadow: var(--pltx-card-shadow); }
.wf-step__num { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 12px; background: var(--pltx-card-gradient); color: var(--pltx-plum); font-weight: 700; font-size: 18px; }
.wf-step h3 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.wf-step p { font-size: 14.5px; color: var(--pltx-text-soft); line-height: 1.5; }

/* ---------- Form ---------- */
.wf-apply { padding-block: var(--pltx-section-pad); background: var(--pltx-lavender); }
.wf-form-card { max-width: 720px; margin-inline: auto; background: #fff; border: 1px solid var(--pltx-border); border-radius: var(--pltx-card-radius); box-shadow: var(--pltx-card-shadow); padding: 28px 22px; }
@media (min-width: 768px) { .wf-form-card { padding: 44px 48px; } }
.wf-field { margin-bottom: 20px; }
.wf-field > label { display: block; font-size: 15px; font-weight: 600; margin-bottom: 8px; }
.wf-field .wf-req { color: #DF4243; }
.wf-field__hint { display: block; font-size: 13px; color: var(--pltx-text-soft); margin-top: 6px; }
.wf-field__hint--meet { margin-top: -8px; margin-bottom: 20px; }
.wf-input, .wf-select, .wf-textarea { width: 100%; font-family: inherit; font-size: 16px; color: var(--pltx-text); padding: 14px 16px; background: #fff; border: 1.5px solid var(--pltx-border-strong); border-radius: 14px; transition: border-color .2s var(--pltx-ease), box-shadow .2s var(--pltx-ease); }
.wf-textarea { resize: vertical; min-height: 110px; line-height: 1.5; }
.wf-input:focus, .wf-select:focus, .wf-textarea:focus { outline: none; border-color: var(--pltx-accent); box-shadow: 0 0 0 4px rgba(191,162,255,0.25); }
.wf-input::placeholder, .wf-textarea::placeholder { color: var(--pltx-text-soft); }
.wf-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23162A41' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left 16px center; padding-inline-end: 44px; }
.wf-row { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 560px) { .wf-row { grid-template-columns: 1fr 1fr; } }
.wf-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (min-width: 560px) { .wf-checks { grid-template-columns: repeat(3, 1fr); } }
.wf-check { display: flex; align-items: center; gap: 9px; padding: 12px 14px; border: 1.5px solid var(--pltx-border-strong); border-radius: 14px; cursor: pointer; font-size: 14.5px; user-select: none; transition: border-color .2s, background .2s; }
.wf-check:hover { border-color: var(--pltx-accent); }
.wf-check input { accent-color: var(--pltx-plum); width: 18px; height: 18px; flex: none; }
.wf-check:has(input:checked) { border-color: var(--pltx-plum); background: var(--pltx-lavender); }
.wf-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--pltx-text-soft); line-height: 1.5; cursor: pointer; }
.wf-consent input { margin-top: 2px; width: 18px; height: 18px; flex: none; accent-color: var(--pltx-plum); }
.wf-consent strong { color: var(--pltx-text); }
.wf-conditional { display: none; }
.wf-conditional.is-visible { display: block; animation: wf-fade .3s var(--pltx-ease); }
@keyframes wf-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.wf-form__submit { margin-top: 8px; }
.wf-form__submit .wf-btn { width: 100%; }
.wf-form__legal { margin-top: 14px; font-size: 13px; color: var(--pltx-text-faint); text-align: center; line-height: 1.5; }
.wf-alert { padding: 14px 16px; border-radius: 14px; font-size: 15px; margin-bottom: 20px; display: none; }
.wf-alert--error { background: #FDECEC; color: #B3261E; border: 1px solid #F5C6C6; }
.wf-success { display: none; text-align: center; padding: 20px 0; }
.wf-success.is-visible { display: block; animation: wf-fade .4s var(--pltx-ease); }
.wf-success__check { width: 76px; height: 76px; margin-inline: auto; margin-bottom: 20px; border-radius: 50%; background: var(--pltx-card-gradient); display: grid; place-items: center; color: var(--pltx-success); }
.wf-success__check svg { width: 38px; height: 38px; }
.wf-success h3 { font-size: 26px; font-weight: 700; margin-bottom: 10px; }
.wf-success p { font-size: 17px; color: var(--pltx-text-soft); max-width: 420px; margin-inline: auto; }

/* ---------- Footer ---------- */
.wf-footer { background: var(--pltx-text); color: rgba(255,255,255,0.85); padding-block: 48px; text-align: center; }
.wf-footer__logo { display: inline-block; width: 120px; margin-bottom: 20px; opacity: .95; }
.wf-footer__links { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.wf-footer__links a { font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.9); }
.wf-footer__links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.wf-footer__legal { max-width: 640px; margin: 0 auto; font-size: 12.5px; line-height: 1.65; color: rgba(255,255,255,0.5); }
.wf-footer__legal a { color: rgba(255,255,255,0.75); text-decoration: underline; text-underline-offset: 2px; }
.wf-footer__copy { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,0.4); }

/* ---------- Reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--pltx-ease), transform .7s var(--pltx-ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .wf-hero__glow { display: none; }
  .wf-role__media::before { display: none; }
  html { scroll-behavior: auto; }
}

/* =================================================================
   GPT copy rewrite — new sections + arrow slider + mobile gallery
   ================================================================= */

/* ---------- Header: roles text link ---------- */
.wf-header__link--roles { font-weight: 600; }

/* ---------- Hero: reinforcement line ---------- */
.wf-hero__title em { display: inline; }
.wf-hero__note { margin-top: 16px; font-size: clamp(15px, 2vw, 17px); line-height: 1.55; color: var(--pltx-text-faint); max-width: 640px; margin-inline: auto; }
.wf-hero__trust { row-gap: 10px; }
.wf-hero__trust li:not(:first-child)::before { content: '·'; }

/* ---------- "What we're looking for" — real tasks ---------- */
.wf-need { padding-block: var(--pltx-section-pad); background: #fff; }
.wf-need__tasks { list-style: none; margin: 0 auto; padding: 0; max-width: 860px; display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 720px) { .wf-need__tasks { grid-template-columns: 1fr 1fr; } }
.wf-need__tasks li { position: relative; background: var(--pltx-card-gradient); border: 1px solid var(--pltx-border); border-radius: var(--pltx-card-radius-sm); padding: 18px 20px 18px 20px; font-size: 15.5px; font-weight: 500; line-height: 1.5; color: var(--pltx-text); }
@media (min-width: 720px) { .wf-need__tasks li:first-child { grid-column: 1 / -1; } }

/* ---------- Statement — designed pull line (muted lead → bold punch) ---------- */
.wf-statement { max-width: 780px; margin: 40px auto 0; text-align: center; }
.wf-statement--tight { margin-top: 26px; }
.wf-statement__lead { display: block; font-size: clamp(15px, 2vw, 18px); font-weight: 500; color: var(--pltx-text-soft); }
.wf-statement__punch { display: block; margin-top: 8px; font-size: clamp(26px, 4.6vw, 42px); font-weight: 800; line-height: 1.1; letter-spacing: -0.025em; color: var(--pltx-plum); }
@media (min-width: 768px) { .wf-statement__punch { margin-top: 6px; } }

/* ---------- "How the work looks" — day flow (timeline) ---------- */
.wf-day { padding-block: var(--pltx-section-pad); background: #fff; border-block-start: 1px solid var(--pltx-border); }
/* Mobile default: vertical timeline with a dotted connector down the numbers */
.wf-day__flow { list-style: none; margin: 8px auto 0; padding: 0; max-width: 440px; position: relative; }
.wf-day__flow::before { content: ''; position: absolute; inset-inline-start: 23px; top: 40px; bottom: 40px; width: 0; border-inline-start: 2px dotted var(--pltx-border-strong); z-index: 0; }
.wf-day__step { position: relative; z-index: 1; display: flex; align-items: center; gap: 18px; padding: 12px 0; }
.wf-day__n { flex: none; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--pltx-plum); color: #fff; font-size: 18px; font-weight: 800; box-shadow: 0 0 0 6px #fff; }
.wf-day__label { font-size: 17px; font-weight: 600; color: var(--pltx-text); }
/* Desktop: horizontal row, numbers on top, dotted connector between them */
@media (min-width: 760px) {
  .wf-day__flow { max-width: 1000px; display: flex; align-items: flex-start; justify-content: space-between; }
  .wf-day__flow::before { inset-inline: 10%; top: 24px; bottom: auto; height: 0; width: auto; border-inline-start: 0; border-block-start: 2px dotted var(--pltx-border-strong); }
  .wf-day__step { flex: 1; flex-direction: column; gap: 14px; padding: 0 6px; text-align: center; }
  .wf-day__n { width: 50px; height: 50px; font-size: 19px; }
  .wf-day__label { font-size: 15px; max-width: 14ch; }
}

/* ---------- Fit — for / not for ---------- */
.wf-fit { padding-block: var(--pltx-section-pad); background: #fff; }
.wf-fit__grid { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 940px; margin-inline: auto; }
@media (min-width: 760px) { .wf-fit__grid { grid-template-columns: 1fr 1fr; gap: 22px; } }
.wf-fit__col { border-radius: var(--pltx-card-radius); padding: 28px 26px; border: 1px solid var(--pltx-border); }
.wf-fit__col--yes { background: var(--pltx-lavender); }
.wf-fit__col--no { background: #FAFAFC; }
.wf-fit__col h3 { font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.wf-fit__col--yes h3 { color: var(--pltx-plum); }
.wf-fit__col--no h3 { color: var(--pltx-text-soft); }
.wf-fit__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.wf-fit__col li { position: relative; padding-inline-start: 30px; font-size: 15px; line-height: 1.45; color: var(--pltx-text); }
.wf-fit__col li::before { position: absolute; inset-inline-start: 0; top: -1px; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 700; line-height: 20px; text-align: center; }
.wf-fit__col--yes li::before { content: '✓'; background: var(--pltx-plum); color: #fff; }
.wf-fit__col--no li { color: var(--pltx-text-soft); }
.wf-fit__col--no li::before { content: '×'; background: transparent; color: var(--pltx-text-faint); box-shadow: inset 0 0 0 1.5px var(--pltx-border-strong); font-size: 13px; }

/* ---------- Roles: intro note + featured (lead) card ---------- */
.wf-roles__note { max-width: 720px; margin: -20px auto 34px; text-align: center; font-size: 15px; line-height: 1.55; color: var(--pltx-text-soft); }
.wf-role--featured { box-shadow: 0 0 0 2px var(--pltx-accent), var(--pltx-card-shadow); }
.wf-role--featured:hover { box-shadow: 0 0 0 2px var(--pltx-accent), var(--pltx-card-shadow-hover); }
@media (min-width: 920px) {
  .wf-role--featured { grid-column: 1 / -1; flex-direction: row; align-items: stretch; }
  .wf-role--featured .wf-role__media { flex: 0 0 42%; aspect-ratio: auto; }
  .wf-role--featured .wf-role__body { justify-content: center; padding: 32px 34px; }
  .wf-role--featured .wf-role__body h3 { font-size: 24px; }
  .wf-role--featured .wf-role__body p { font-size: 16px; max-width: 52ch; }
}
.wf-role--featured .wf-role__tags { margin-top: 14px; }

/* ---------- Badges: lead + project ---------- */
.wf-role__badge--lead { background: var(--pltx-plum); color: #fff; box-shadow: inset 0 0 0 1.5px var(--pltx-accent); }
.wf-role__badge--lead::before { content: '★ '; color: var(--pltx-accent); }
.wf-role__badge--project { background: var(--pltx-lavender); color: var(--pltx-plum); }

/* ---------- Values as full section ---------- */
.wf-values--section { padding-block: var(--pltx-section-pad); border-block-end: 0; }
.wf-values--section .wf-values__grid { margin-top: 4px; }

/* ---------- Modal: standalone note (no tools block) ---------- */
.wf-modal__note--solo { margin-top: 20px; padding: 14px 16px; background: var(--pltx-lavender); border-radius: 14px; font-size: 14px; font-style: normal; color: var(--pltx-text); font-weight: 500; }

/* =================================================================
   Demo slider — arrow navigation (desktop) + stacked gallery (mobile)
   ================================================================= */
.wf-slider { position: relative; margin-top: 12px; }
.wf-slider .wf-reels, .wf-slider .wf-designs { margin-top: 0; }
.wf-slider__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,0.94); color: var(--pltx-plum); box-shadow: 0 4px 16px rgba(22,42,65,0.22); transition: transform .2s var(--pltx-ease), background .2s var(--pltx-ease), opacity .2s var(--pltx-ease); }
.wf-slider__nav:hover { transform: translateY(-50%) scale(1.08); background: #fff; }
.wf-slider__nav svg { width: 20px; height: 20px; }
.wf-slider__nav--prev { inset-inline-start: 4px; }   /* RTL: right edge */
.wf-slider__nav--next { inset-inline-end: 4px; }      /* RTL: left edge */
.wf-slider__nav.swiper-button-disabled { opacity: 0; pointer-events: none; }
.wf-slider__nav.swiper-button-lock { display: none; }

/* Mobile / no-Swiper: stack slides into a gallery grid, hide arrows */
.wf-slider.is-gallery .swiper { overflow: visible; }
.wf-slider.is-gallery .swiper-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; transform: none !important; }
.wf-slider.is-gallery .swiper-slide { width: auto !important; height: auto; }
.wf-slider.is-gallery .wf-work__tile { aspect-ratio: 9 / 16; }
.wf-slider.is-gallery .wf-design-tile { height: auto; }
.wf-slider.is-gallery .wf-design-tile img { width: 100%; height: auto; }
.wf-slider.is-gallery .wf-slider__nav { display: none; }

/* ---------- Model example — designed two-line quote ---------- */
.wf-model__example blockquote { display: flex; flex-direction: column; gap: 14px; }
.wf-model__quote-lead { font-size: clamp(16px, 2vw, 20px); font-weight: 500; color: var(--pltx-text-soft); line-height: 1.5; }
.wf-model__quote-punch { font-size: clamp(21px, 3vw, 30px); font-weight: 800; color: var(--pltx-plum); line-height: 1.22; letter-spacing: -0.02em; }

/* ---------- Apply: rounded top that "swallows" the section above ---------- */
.wf-apply { position: relative; z-index: 2; margin-block-start: -34px; border-start-start-radius: 40px; border-start-end-radius: 40px; }
@media (min-width: 768px) { .wf-apply { margin-block-start: -52px; border-start-start-radius: 60px; border-start-end-radius: 60px; } }

/* ---------- Reveal: keep staggered items hidden until in view ---------- */
[data-stagger] > [data-reveal] { will-change: opacity, transform; }
