/* =====================================================================
   AI Resume Builder landing (/{lang}/ai-resume-builder)
   Ported from frontend-design/ai-resume-builder/index.html + v3.css.
   Generated by bin/build_ai_resume_builder_css.py — keep the designer
   sections verbatim so `diff` against v3.css stays readable.

   Adaptations (the only intentional differences from the export):
     1. :root tokens of the export's style.css live on the `.pj3` page wrapper
        (style.css itself is not loaded).
     2. page-scoped @font-face (gordita-rb) + line-height reset, see below.
     3. The glass-header tweaks and the jt-footer section are dropped: the
        Laminas layout renders that chrome.
     4. (0,0,1) `:where(.pj3)` neutralisers undo Bootstrap's reboot and the
        site's `*` reset. They beat them by source order only — this file
        MUST be linked from the view body, after head.phtml's stylesheets.
   ===================================================================== */

.pj3 {
    --primary-2: #0024A6;
    --primary-1: #113DD9;
    --primary0: #265CFF;
    --primary1: #77A2FF;
    --primary3: #BAD2FF;
    --primary4: #EBF1FF;
    --primary-transparent: #77a2ff6b;
    --text-header: #0d0e0f;
    --text-body: #000000;
    --text-gray: #000000;
    --shadow-small: 0 8px 12px 2px rgba(0, 28, 53, 0.05);
}
/* Page wrapper (style.css) */
.pjl-wrapper { overflow-x: hidden; }

/* Typeface: the designer's Gordita cut (same OTFs the glass nav uses) registered as a private
   family with the export's metric overrides. The global style.css maps "Gordita" to an older cut
   via a `*` rule, so the family is applied to every descendant of the page scope too. */
@font-face { font-family: "gordita-rb"; src: url("/new-design/fonts/Gordita-Light.otf") format("opentype");   font-weight: 300;     font-style: normal; font-display: swap; ascent-override: 98.3%; descent-override: 20%; line-gap-override: 0%; }
@font-face { font-family: "gordita-rb"; src: url("/new-design/fonts/Gordita-Regular.otf") format("opentype"); font-weight: 400;     font-style: normal; font-display: swap; ascent-override: 98.3%; descent-override: 20%; line-gap-override: 0%; }
@font-face { font-family: "gordita-rb"; src: url("/new-design/fonts/Gordita-Medium.otf") format("opentype");  font-weight: 500;     font-style: normal; font-display: swap; ascent-override: 98.3%; descent-override: 20%; line-gap-override: 0%; }
@font-face { font-family: "gordita-rb"; src: url("/new-design/fonts/Gordita-Bold.otf") format("opentype");    font-weight: 600 900; font-style: normal; font-display: swap; ascent-override: 98.3%; descent-override: 20%; line-gap-override: 0%; }

/* ---- Host-page neutralisers (the export has no Bootstrap / global reset) ---- */
.pj3, .pj3 * { font-family: "gordita-rb", "Gordita", sans-serif; }
.pj3 { line-height: normal; }
:where(.pj3) *, :where(.pj3) *::before, :where(.pj3) *::after { box-sizing: border-box; }
:where(.pj3) :is(b, strong) { font-weight: bold; }
:where(.pj3) small { font-size: smaller; }
:where(.pj3) :is(button, input, textarea, select) { font: inherit; margin: 0; text-transform: none; }
:where(.pj3) button { border-radius: 0; }
:where(.pj3) img { vertical-align: baseline; border-style: none; }
:where(.pj3) svg { vertical-align: baseline; overflow: visible; }
:where(.pj3) a { color: inherit; text-decoration: none; }
:where(.pj3) a:hover, :where(.pj3) a:focus { text-decoration: none; }
:where(.pj3) :is(ul, ol) { list-style: none; margin: 0; padding: 0; }
/* Bootstrap forces an outline on every button:focus; the export only shows the UA ring for keyboard focus. */
.pj3 button:focus:not(:focus-visible) { outline: none; box-shadow: none; }
/* style.css pins every bare <header> to `position: fixed` under a mobile media query (the site navbar). */
:where(.pj3) header { position: static; width: auto; top: auto; z-index: auto; }

/* =====================================================================
   Post Job Landing v3 (screenshot layout)
   Loads after style.css (header + tokens) and overrides what it needs.
   ===================================================================== */

.pj3 *,
.pj3 *::before,
.pj3 *::after { box-sizing: border-box; }

.pj3 {
    --ink: #0d0e0f;
    --muted: #5b6270;
    --line: #e6ebf3;
    --soft: #f4f6fb;
    --green: #17a05e;
    --green-soft: #e7f7ee;
    --footer-blue: #3B5BFF;
    color: var(--ink);
    background: #fff;
}

.pj3 a { text-decoration: none; }
.pj3 svg { display: block; }
.pj3 img { max-width: 100%; }

.pj3-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.pj3-blue { color: var(--primary0); }
.pj3-center { display: flex; justify-content: center; }


/* ---------- Shared typography ---------- */
.pj3-h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--ink);
    margin: 0 0 12px;
}
.pj3-h2--tight { margin-bottom: 8px; }

.pj3-lead {
    font-size: 16px;
    line-height: 26px;
    color: var(--muted);
    text-align: center;
    margin: 0 auto 36px;
    max-width: 640px;
}
.pj3-lead strong { color: var(--ink); font-weight: 500; }

.pj3-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8f0fe;
    border: 1px solid #d0dffc;
    border-radius: 50px;
    padding: 6px 16px;
    margin-bottom: 18px;
}
.pj3-badge--center { display: flex; width: max-content; margin-left: auto; margin-right: auto; }
.pj3-badge__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--primary0); }
.pj3-badge__text { font-size: 12.5px; font-weight: 500; color: var(--primary0); line-height: 18px; }

/* ---------- CTA ---------- */
.pj3-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary0);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 34px;
    border-radius: 12px;
    transition: box-shadow .2s ease, transform .2s ease;
}
.pj3-cta svg { width: 18px; height: 18px; }
.pj3-cta:hover {
    color: #fff;
    box-shadow: 0 8px 16px rgba(25, 25, 29, .06), 0 4px 8px rgba(139, 168, 255, .54);
    transform: translateY(-1px);
}

/* =====================================================================
   HERO
   ===================================================================== */
.pj3-hero {
    background:
        radial-gradient(900px 420px at 50% -80px, #e8effd 0%, rgba(232, 239, 253, 0) 70%),
        #fff;
    padding: 64px 0 72px;
}
.pj3-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.pj3-hero__title {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.015em;
    margin: 0 0 14px;
}
.pj3-hero__sub {
    font-size: 17px;
    line-height: 26px;
    color: var(--muted);
    margin: 0 0 56px;
}
.pj3-hero__row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    gap: 56px;
    align-items: center;
    text-align: left;
}
.pj3-hero__left { display: flex; flex-direction: column; align-items: flex-start; }
.pj3-hero__right { min-width: 0; }
.pj3-hero__sub strong { color: var(--ink); font-weight: 500; }

/* ---------- Hero visual (generic ATS composition) ---------- */
.pj3-vis {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 20px 0 0;
    text-align: left;
}
/* Hero slides: stacked crossfade, container = tallest slide so panes never jump */
.pj3-vis__slides { display: grid; }
.pj3-vis__slide {
    grid-area: 1 / 1;
    opacity: 0;
    transition: opacity .7s ease;
    pointer-events: none;
}
.pj3-vis__slide.is-active { opacity: 1; pointer-events: auto; position: relative; z-index: 1; }
.pj3-vis__slide .pj3-vis__main { height: 100%; display: flex; flex-direction: column; }
.pj3-vis__slide .pj3-vis__grid { flex: 1; }
.pj3-vis__nav { display: flex; justify-content: center; gap: 7px; margin-top: 18px; }
.pj3-vis__dot {
    width: 7px; height: 7px; border-radius: 4px; border: none; padding: 0;
    background: #cfd6e4; cursor: pointer; transition: all .25s;
}
.pj3-vis__dot.is-active { width: 20px; background: var(--primary0); }
@media (prefers-reduced-motion: reduce) { .pj3-vis__slide { transition: none; } }

.pj3-vis__main {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 30px 60px -20px rgba(13, 38, 87, .22), 0 8px 20px -8px rgba(13, 38, 87, .10);
    overflow: hidden;
}
.pj3-vis__bar {
    display: flex; align-items: center; gap: 14px;
    padding: 12px 18px; border-bottom: 1px solid var(--line); background: #fafbfe;
}
.pj3-vis__dots { display: inline-flex; gap: 6px; }
.pj3-vis__dots i { width: 9px; height: 9px; border-radius: 50%; background: #ff5f57; }
.pj3-vis__dots i:nth-child(2) { background: #febc2e; }
.pj3-vis__dots i:nth-child(3) { background: #28c840; }
.pj3-vis__bar-title { font-size: 11.5px; color: #98a2b3; }

.pj3-vis__grid { display: grid; grid-template-columns: minmax(0, 1fr) 262px; align-items: stretch; }
.pj3-vis__left { padding: 18px 16px 16px 18px; min-width: 0; display: flex; flex-direction: column; }
.pj3-vis__job { padding: 0 2px 14px; }
.pj3-vis__job-title { font-size: 16px; font-weight: 600; line-height: 1.2; }
.pj3-vis__job-meta { font-size: 11.5px; color: var(--muted); margin-top: 3px; }

.pj3-vis__list { flex: 1; display: flex; flex-direction: column; justify-content: space-evenly; gap: 2px; }
.pj3-vis__row {
    display: grid;
    grid-template-columns: 34px 1fr 34px;
    align-items: center;
    gap: 12px;
    padding: 9px 10px;
    border-radius: 12px;
    border: 1px solid transparent;
}
.pj3-vis__row.is-top { background: #f2f6ff; border-color: #d9e4ff; }
.pj3-vis__row.is-dim { opacity: .55; }
.pj3-vis__avatar {
    width: 34px; height: 34px; border-radius: 50%;
    object-fit: cover; display: block; background: #e7ecf5;
}
.pj3-vis__who { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.pj3-vis__who b { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pj3-vis__who small { font-size: 11px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pj3-vis__score {
    width: 34px; height: 34px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 600;
}
.pj3-vis__score.is-high { background: var(--green-soft); color: #128a4d; }
.pj3-vis__score.is-mid { background: #fff4e0; color: #b45309; }
.pj3-vis__score.is-low { background: #f1f3f7; color: #64748b; }
.pj3-vis__foot-note { font-size: 11px; color: var(--muted); padding: 12px 2px 0; }

.pj3-vis__panel {
    background: var(--soft);
    border-left: 1px solid var(--line);
    padding: 16px;
    display: flex; flex-direction: column;
}
.pj3-vis__panel-head {
    display: flex; align-items: center; gap: 10px;
    background: #fff; border: 1px solid var(--line); border-radius: 14px;
    padding: 9px 10px; margin-bottom: 12px;
}
.pj3-vis__panel-head > div { min-width: 0; }
.pj3-vis__panel-head small { display: block; font-size: 9.5px; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }
.pj3-vis__panel-head > div:not(.pj3-vis__ring) > b { display: block; font-size: 13px; font-weight: 600; line-height: 1.25; }
.pj3-vis__panel-head > div > span { display: block; font-size: 9px; color: var(--muted); margin-top: 2px; white-space: nowrap; letter-spacing: -0.01em; }
.pj3-vis__ring { position: relative; width: 44px; height: 44px; flex: 0 0 44px; }
.pj3-vis__ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.pj3-vis__ring-bg { fill: none; stroke: #e3e9f4; stroke-width: 7; }
.pj3-vis__ring-fg {
    fill: none; stroke: var(--primary0); stroke-width: 7; stroke-linecap: round;
    stroke-dasharray: 213.6;
    stroke-dashoffset: calc(213.6 - 213.6 * var(--pct) / 100);
}
.pj3-vis__ring b {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    font-size: 12.5px; font-weight: 600;
}
.pj3-vis__h {
    display: flex; align-items: center; gap: 7px;
    font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
    color: var(--primary0); margin-bottom: 7px;
}
.pj3-vis__h svg { width: 13px; height: 13px; }
.pj3-vis__p { font-size: 11.5px; line-height: 17px; color: #2b3240; margin: 0 0 12px; }
.pj3-vis__chips { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 14px; }
.pj3-vis__chips span {
    font-size: 10.5px; font-weight: 500; color: #128a4d;
    background: var(--green-soft); border: 1px solid #c9ecd8;
    border-radius: 6px; padding: 4px 8px;
}
.pj3-vis__btn {
    margin-top: auto;
    display: inline-flex; justify-content: center;
    background: var(--primary0); color: #fff;
    font-size: 12px; font-weight: 600; border-radius: 9px; padding: 10px 16px;
}

.pj3-vis__float {
    position: absolute; z-index: 5;
    top: -16px; right: 0;
    display: flex; align-items: center; gap: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 8px 14px 8px 10px;
    box-shadow: 0 16px 34px -10px rgba(13, 38, 87, .25);
}
.pj3-vis__float small { display: block; font-size: 10px; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }
.pj3-vis__float b { display: block; font-size: 14px; font-weight: 600; line-height: 1.25; }
.pj3-vis__float-ico {
    width: 34px; height: 34px; border-radius: 50%;
    background: var(--green-soft); color: var(--green);
    display: inline-flex; align-items: center; justify-content: center;
}
.pj3-vis__float-ico svg { width: 16px; height: 16px; }

/* ---------- Features (hero left), same pattern as v2 .pjl-ai__feature ---------- */
.pj3-features {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 36px;
    text-align: left;
}
.pj3-feature { display: flex; align-items: flex-start; gap: 20px; max-width: 520px; }
.pj3-feature__ico {
    width: 56px; height: 56px; flex: 0 0 56px;
    display: flex; align-items: center; justify-content: center;
}
.pj3-feature__ico img { width: 56px; height: 56px; display: block; }
.pj3-feature__body { padding-top: 2px; }
.pj3-feature__title { font-size: 20px; font-weight: 600; line-height: 28px; margin-bottom: 4px; color: var(--ink); }
.pj3-feature__text { font-size: 15px; line-height: 23px; color: var(--muted); }
.pj3-cta--lg { padding: 16px 40px; font-size: 16px; box-shadow: 0 14px 30px -12px rgba(38, 92, 255, .55); }

/* =====================================================================
   VIDEOS
   ===================================================================== */
.pj3-videos { background: var(--soft); padding: 72px 0 64px; }

.pj3-rail-wrap { position: relative; }
.pj3-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px;
    margin: -4px;
}
.pj3-rail::-webkit-scrollbar { display: none; }
.pj3-rail > * { scroll-snap-align: start; }

.pj3-rail-nav {
    display: flex; align-items: center; justify-content: center; gap: 14px;
    margin-top: 28px;
}
.pj3-rail-nav.is-hidden { display: none; }
.pj3-rail-btn {
    width: 38px; height: 38px; border-radius: 50%;
    border: 1px solid var(--line); background: #fff; color: var(--ink);
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all .15s;
}
.pj3-rail-btn svg { width: 18px; height: 18px; }
.pj3-rail-btn:hover:not(:disabled) { border-color: var(--primary0); color: var(--primary0); }
.pj3-rail-btn:disabled { opacity: .4; cursor: default; }
.pj3-rail-dots { display: inline-flex; gap: 8px; }
.pj3-rail-dot {
    width: 8px; height: 8px; border-radius: 4px;
    border: none; background: #cfd6e4; padding: 0; cursor: pointer; transition: all .2s;
}
.pj3-rail-dot.is-active { width: 22px; background: var(--primary0); }

.pj3-videos__track { max-width: 1000px; margin-left: auto; margin-right: auto; }
.pj3-video {
    appearance: none; border: 1px solid var(--line); background: #fff;
    border-radius: 12px; padding: 0; overflow: hidden; cursor: pointer;
    text-align: left; font-family: inherit; color: var(--ink);
    transition: transform .2s, box-shadow .2s;
}
.pj3-video:hover { transform: translateY(-3px); box-shadow: 0 16px 30px -12px rgba(13, 38, 87, .25); }
.pj3-video__thumb { position: relative; display: block; aspect-ratio: 16 / 9; background: #0f172a; }
.pj3-video__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pj3-video__play {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 44px; height: 44px; border-radius: 50%;
    background: rgba(38, 92, 255, .92);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}
.pj3-video__play svg { width: 20px; height: 20px; }
.pj3-video__title {
    display: block; padding: 12px 14px 14px;
    font-size: 14px; font-weight: 600; line-height: 20px;
}

/* Lightbox */
.pj3-lightbox {
    position: fixed; inset: 0; z-index: 2000;
    background: rgba(8, 12, 24, .88);
    display: none; align-items: center; justify-content: center;
    padding: 24px;
}
.pj3-lightbox.is-open { display: flex; }
.pj3-lightbox__frame {
    width: min(1100px, 100%);
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 48px);
    background: #000; border-radius: 14px; overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.pj3-lightbox__frame iframe { width: 100%; height: 100%; display: block; }
.pj3-lightbox__close {
    position: absolute; top: 20px; right: 20px;
    width: 42px; height: 42px; border-radius: 50%;
    border: none; background: rgba(255, 255, 255, .14); color: #fff;
    display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.pj3-lightbox__close:hover { background: rgba(255, 255, 255, .28); }

/* =====================================================================
   STATS
   ===================================================================== */
.pj3-stats { padding: 56px 0; border-bottom: 1px solid var(--line); }
.pj3-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.pj3-stat__label { font-size: 14px; color: var(--muted); margin-bottom: 8px; }
.pj3-stat__value { font-size: 46px; font-weight: 600; line-height: 1.1; letter-spacing: -0.01em; }
.pj3-stat__delta { font-size: 12.5px; font-weight: 500; color: var(--green); margin-top: 8px; }

/* =====================================================================
   TRUSTED BY
   ===================================================================== */
.pj3-trusted { background: var(--soft); padding: 40px 0 44px; border-bottom: 1px solid var(--line); }
.pj3-trusted__eyebrow {
    text-align: center; font-size: 12.5px; font-weight: 500; letter-spacing: .14em;
    text-transform: uppercase; color: #6b7280; margin: 0 0 28px;
}
/* Desktop: static centred row (overrides the .pj3-rail grid). Mobile: swipe/autoplay rail. */
.pj3-trusted__logos.pj3-rail {
    display: flex; align-items: center; justify-content: center;
    gap: 72px; flex-wrap: wrap; overflow: visible; padding: 0; margin: 0;
}
.pj3-logo-item { display: flex; align-items: center; justify-content: center; }
.pj3-logo { height: 30px; width: auto; display: block; }
.pj3-rail-nav--dots-only { margin-top: 22px; }

/* =====================================================================
   PRICING: informational, compact
   ===================================================================== */
.pj3-pricing { padding: 64px 0 60px; background: #fff; }
.pj3-pricing .pj3-lead { margin-bottom: 28px; }
.pj3-price { margin-bottom: 32px; }

.pj3-price__board {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: center;
    background: #f5f8ff;
    border: 1px solid #e3eaff;
    border-radius: 22px 22px 0 0;
    padding: 34px 40px 30px;
}
.pj3-price__eyebrow {
    display: inline-block;
    font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
    color: var(--primary0); background: #fff; border: 1px solid #d9e4ff;
    border-radius: 20px; padding: 5px 11px;
    margin-bottom: 12px;
}
.pj3-price__title { font-size: 24px; font-weight: 600; line-height: 1.25; margin: 0 0 8px; letter-spacing: -0.01em; }
.pj3-price__text { font-size: 14.5px; line-height: 23px; color: var(--muted); margin: 0 0 16px; max-width: 640px; }
.pj3-price__includes {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px 20px;
}
.pj3-price__includes li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--ink); }
.pj3-price__includes li::before {
    content: ""; flex: 0 0 18px; width: 18px; height: 18px; border-radius: 50%;
    background: var(--green-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317a05e' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5L20 7'/%3E%3C/svg%3E") center / 10px no-repeat;
}

.pj3-price__free {
    display: flex; align-items: center; gap: 16px;
    background: #fff; border: 1px solid #e3eaff;
    border-radius: 16px; padding: 18px 22px;
}
.pj3-price__free-num { font-size: 52px; font-weight: 600; line-height: 1; color: var(--primary0); letter-spacing: -0.03em; }
.pj3-price__free-txt { font-size: 14.5px; font-weight: 600; line-height: 1.3; }

/* rhythms: one compact row under the panel */
.pj3-price__rhythms {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    border: 1px solid #e3eaff; border-top: none;
    border-radius: 0 0 22px 22px;
    padding: 22px 40px;
    background: #fff;
}
.pj3-rhythm { display: flex; align-items: center; gap: 14px; min-width: 0; }
.pj3-rhythm__node {
    flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%;
    background: #fff; border: 1px solid #d9e4ff; color: var(--primary0);
    display: inline-flex; align-items: center; justify-content: center;
}
.pj3-rhythm__node svg { width: 20px; height: 20px; }
.pj3-rhythm.is-featured .pj3-rhythm__node { background: #e8f0fe; border-color: #c9d8ff; }
.pj3-rhythm__name { font-size: 15px; font-weight: 600; margin-bottom: 3px; display: flex; align-items: center; gap: 8px; }
.pj3-rhythm__name em {
    font-style: normal; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
    color: var(--primary0); background: #e8f0fe; border-radius: 20px; padding: 3px 7px;
}
.pj3-rhythm__text { font-size: 13px; line-height: 19px; color: var(--muted); }
.pj3-rhythm__link {
    appearance: none; border: none; background: none; padding: 0; margin-top: 6px;
    display: inline-flex; align-items: center; gap: 6px; cursor: pointer;
    font-family: inherit; font-size: 13px; font-weight: 600; color: var(--primary0);
}
.pj3-rhythm__link svg { width: 14px; height: 14px; transition: transform .15s; }
.pj3-rhythm__link:hover svg { transform: translateX(3px); }

/* Custom plan pop-up (two steps: demo details -> Calendly) */
.pj3-modal {
    position: fixed; inset: 0; z-index: 2100;
    background: rgba(8, 12, 24, .55);
    display: none; align-items: center; justify-content: center;
    padding: 24px;
}
.pj3-modal.is-open { display: flex; }
.pj3-modal__card {
    position: relative;
    width: min(1040px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #fff; border-radius: 22px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .3);
    text-align: left;
}
.pj3-demo__topbar { position: absolute; top: 16px; right: 16px; z-index: 3; }
.pj3-demo__topbar-label { display: none; }
.pj3-demo__ctawrap { margin-top: auto; }
.pj3-modal__close {
    width: 36px; height: 36px; border-radius: 50%;
    border: 1px solid var(--line); background: #fff; color: var(--muted);
    display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
}
.pj3-modal__close:hover { color: var(--ink); background: var(--soft); }

.pj3-demo__step { display: none; }
.pj3-demo__step.is-active { display: block; }

/* step 1 */
.pj3-demo__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); }
.pj3-demo__main { padding: 40px 40px 36px; }
.pj3-demo__side {
    background: var(--soft); border-left: 1px solid var(--line);
    padding: 40px 36px 36px; display: flex; flex-direction: column;
}
.pj3-demo__eyebrow {
    display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
    color: var(--primary0); background: #e8f0fe; border-radius: 20px; padding: 6px 12px; margin-bottom: 16px;
}
.pj3-demo__title { font-size: 28px; font-weight: 600; line-height: 1.22; letter-spacing: -0.01em; margin: 0 0 10px; }
.pj3-demo__title--sm { font-size: 22px; margin-bottom: 4px; }
.pj3-demo__sub { font-size: 15px; line-height: 24px; color: var(--muted); margin: 0 0 22px; }

.pj3-demo__video {
    position: relative; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden;
    background: #0f172a; cursor: pointer; margin-bottom: 18px;
}
.pj3-demo__video img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: .92; }
.pj3-demo__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.pj3-demo__video.is-playing img, .pj3-demo__video.is-playing .pj3-demo__play, .pj3-demo__video.is-playing .pj3-demo__video-tag { display: none; }
.pj3-demo__play {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 58px; height: 58px; border-radius: 50%; border: none; cursor: pointer;
    background: rgba(38, 92, 255, .95); box-shadow: 0 10px 26px rgba(0, 0, 0, .35);
    display: flex; align-items: center; justify-content: center;
}
.pj3-demo__play svg { width: 24px; height: 24px; }
.pj3-demo__video-tag {
    position: absolute; right: 12px; top: 12px;
    font-size: 12px; font-weight: 500; color: #fff;
    background: rgba(2, 6, 23, .6); border-radius: 20px; padding: 6px 11px;
}

.pj3-demo__facts { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 22px; }
.pj3-demo__facts span { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 500; color: var(--ink); }
.pj3-demo__facts svg { width: 16px; height: 16px; color: var(--primary0); }

.pj3-demo__quote {
    display: flex; gap: 14px; align-items: flex-start;
    border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px;
}
.pj3-demo__quote img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: 0 0 44px; }
.pj3-demo__quote p { font-size: 14px; line-height: 22px; color: #2b3240; margin: 0 0 6px; }
.pj3-demo__quote span { font-size: 12.5px; color: var(--muted); }
.pj3-demo__quote b { color: var(--ink); font-weight: 600; }

.pj3-demo__host { display: flex; align-items: center; gap: 14px; }
.pj3-demo__host img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex: 0 0 64px; border: 3px solid #fff; box-shadow: 0 6px 16px rgba(13, 38, 87, .15); }
.pj3-demo__host small { display: block; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.pj3-demo__host b { display: block; font-size: 17px; font-weight: 600; line-height: 1.2; }
.pj3-demo__host span { display: block; font-size: 12.5px; color: var(--muted); margin-top: 3px; }
.pj3-demo__host-note { font-size: 13.5px; line-height: 21px; color: var(--muted); margin: 14px 0 24px; }

.pj3-demo__h { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--primary0); margin-bottom: 12px; }
.pj3-demo__list { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 11px; }
.pj3-demo__list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 21px; color: var(--ink); }
.pj3-demo__list li::before {
    content: ""; flex: 0 0 18px; width: 18px; height: 18px; border-radius: 50%; margin-top: 1px;
    background: var(--green-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317a05e' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5L20 7'/%3E%3C/svg%3E") center / 10px no-repeat;
}
.pj3-demo__cta { justify-content: center; width: 100%; border: none; cursor: pointer; font-family: inherit; }
.pj3-demo__alt { display: block; text-align: center; font-size: 13px; color: var(--muted); margin-top: 14px; text-decoration: underline; text-underline-offset: 3px; }
.pj3-demo__alt:hover { color: var(--primary0); }

/* step 2 */
.pj3-demo__head2 {
    display: flex; align-items: center; gap: 20px;
    padding: 24px 72px 18px 28px; border-bottom: 1px solid var(--line);
}
.pj3-demo__head2-text { flex: 1; min-width: 0; }
.pj3-demo__head2 .pj3-demo__sub { margin: 0; font-size: 14px; }
.pj3-demo__back {
    display: inline-flex; align-items: center; gap: 6px;
    border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 9px 14px;
    font-family: inherit; font-size: 13.5px; font-weight: 600; color: var(--ink); cursor: pointer;
}
.pj3-demo__back svg { width: 16px; height: 16px; }
.pj3-demo__back:hover { background: var(--soft); }
.pj3-demo__host--mini img { width: 44px; height: 44px; flex-basis: 44px; border-width: 2px; }
.pj3-demo__host--mini b { font-size: 14px; }
.pj3-demo__host--mini span { font-size: 12px; margin-top: 2px; }
.pj3-demo__calendly { height: min(680px, calc(100vh - 220px)); background: #fff; }
.pj3-demo__calendly iframe { width: 100%; height: 100%; display: block; }
.pj3-demo__fallback { padding: 12px 28px 16px; font-size: 12.5px; color: var(--muted); text-align: center; border-top: 1px solid var(--line); }
.pj3-demo__fallback a { color: var(--primary0); font-weight: 500; }

/* =====================================================================
   TESTIMONIALS
   ===================================================================== */
.pj3-testimonials { background: var(--soft); padding: 72px 0 64px; }
.pj3-testimonials__head { text-align: center; margin-bottom: 36px; }
.pj3-testimonials__eyebrow { font-size: 14px; color: var(--muted); margin-bottom: 4px; }
.pj3-stars { color: var(--primary0); font-size: 16px; letter-spacing: 2px; margin: 8px 0 6px; }
.pj3-testimonials__sub { font-size: 13.5px; color: var(--muted); }

.pj3-testimonials__track {
    /* 4 cards per view on desktop; the rail scrolls to the remaining cards */
    grid-auto-columns: calc((100% - 60px) / 4);
}
.pj3-tcard {
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 24px; display: flex; flex-direction: column; gap: 14px;
}
.pj3-tcard__top { display: flex; gap: 14px; align-items: center; min-width: 0; }
.pj3-tcard__top > div { min-width: 0; }
.pj3-tcard__avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: 0 0 52px; }
.pj3-tcard__name { font-size: 15.5px; font-weight: 600; line-height: 1.25; }
.pj3-tcard__role { font-size: 12.5px; line-height: 17px; color: var(--muted); margin-top: 3px; }
.pj3-tcard__quote { font-size: 14px; line-height: 22px; color: #2b3240; margin: 0; flex: 1; }
.pj3-tcard__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pj3-tcard__badge {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 11.5px; font-weight: 600; color: #128a4d;
    background: var(--green-soft); border-radius: 20px; padding: 5px 10px;
}
.pj3-tcard__badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.pj3-tcard__plan { font-size: 10.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--primary0); }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
/* Narrow desktop: the mockup card gets tight, so hide the location segment in candidate sublines */
@media (max-width: 1220px) and (min-width: 992px) {
    .pj3-vis__loc { display: none; }
    .pj3-hero__row { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.45fr); gap: 40px; }
    .pj3-feature__title { font-size: 18px; line-height: 26px; }
    .pj3-feature__text { font-size: 14px; line-height: 21px; }
}
@media (max-width: 420px) {
    .pj3-vis__loc { display: none; }
}

@media (max-width: 1024px) {
    .pj3-hero__row { grid-template-columns: 1fr; gap: 40px; }
    .pj3-hero__left { align-items: center; text-align: center; order: 2; }
    .pj3-hero__right { order: 1; max-width: 760px; width: 100%; margin: 0 auto; }
    .pj3-features { align-items: flex-start; }
    .pj3-vis { padding: 0 12px 0 0; }
    .pj3-price__board { grid-template-columns: 1fr; gap: 22px; padding: 28px; align-items: start; }
    .pj3-price__free { max-width: 340px; }
    .pj3-price__rhythms { padding: 20px 28px; }
}

@media (max-width: 991px) {
    /* Pop-up on tablets/phones: one column, sticky top bar + sticky CTA, re-ordered content */
    .pj3-modal { padding: 12px; align-items: flex-end; }
    .pj3-modal__card { max-height: calc(100vh - 24px); border-radius: 20px; }
    .pj3-demo__topbar {
        position: sticky; top: 0; z-index: 3;
        display: flex; align-items: center; justify-content: space-between; gap: 12px;
        padding: 14px 14px 14px 22px; background: rgba(255, 255, 255, .96);
        border-bottom: 1px solid var(--line);
        -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    }
    .pj3-demo__topbar-label { display: block; font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--primary0); }
    .pj3-modal__close { position: static; width: 34px; height: 34px; }
    .pj3-demo__grid { display: flex; flex-direction: column; gap: 0; padding: 26px 22px 0; }
    .pj3-demo__main, .pj3-demo__side { display: contents; }
    .pj3-demo__eyebrow { display: none; }
    .pj3-demo__host { order: 1; padding: 16px 18px; gap: 16px; background: var(--soft); border: 1px solid var(--line); border-radius: 16px; margin-bottom: 26px; }
    .pj3-demo__host img { width: 54px; height: 54px; flex-basis: 54px; }
    .pj3-demo__host b { font-size: 16px; }
    .pj3-demo__host-note { display: none; }
    .pj3-demo__title { order: 2; font-size: 23px; line-height: 1.28; margin-bottom: 12px; }
    .pj3-demo__sub { order: 3; font-size: 14.5px; line-height: 24px; margin-bottom: 24px; }
    .pj3-demo__video { order: 4; margin-bottom: 20px; }
    .pj3-demo__facts { order: 5; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; }
    .pj3-demo__facts span {
        flex-direction: column; justify-content: center; gap: 6px; text-align: center;
        font-size: 12.5px; line-height: 17px; padding: 14px 8px; background: var(--soft); border: 1px solid var(--line); border-radius: 12px;
    }
    .pj3-demo__facts svg { width: 18px; height: 18px; }
    .pj3-demo__takeaways { order: 6; margin-bottom: 30px; }
    .pj3-demo__takeaways .pj3-demo__h { margin-bottom: 16px; }
    .pj3-demo__list { margin-bottom: 0; gap: 14px; }
    .pj3-demo__list li { font-size: 14px; line-height: 22px; }
    .pj3-demo__quote { order: 7; margin-bottom: 26px; padding: 18px; gap: 14px; }
    .pj3-demo__quote img { width: 40px; height: 40px; flex-basis: 40px; }
    .pj3-demo__quote p { font-size: 13.5px; line-height: 21px; }
    .pj3-demo__ctawrap {
        order: 8; position: sticky; bottom: 0; z-index: 2;
        margin: 0 -22px; padding: 14px 22px 16px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 30%);
    }
    .pj3-demo__cta { box-shadow: 0 10px 24px -8px rgba(38, 92, 255, .55); }
    .pj3-demo__alt { order: 9; margin: 4px 0 28px; }
    /* step 2 */
    .pj3-demo__head2 { flex-direction: column; align-items: flex-start; gap: 12px; padding: 16px 20px; }
    .pj3-demo__head2-text { padding-right: 0; }
    .pj3-demo__title--sm { font-size: 20px; }
    .pj3-demo__host--mini { display: none; }
    .pj3-demo__calendly { height: min(640px, calc(100vh - 230px)); }
    .pj3-h2 { font-size: 36px; }
    .pj3-hero { padding: 44px 0 56px; }
    .pj3-hero__title { font-size: 44px; }
    .pj3-hero__sub { margin-bottom: 32px; }

    .pj3-vis { padding: 0; }
    .pj3-vis__float { display: none; }
    .pj3-vis__grid { grid-template-columns: 1fr; }
    .pj3-vis__panel { border-left: none; border-top: 1px solid var(--line); }
    .pj3-price__rhythms { grid-template-columns: 1fr; gap: 16px; }

    .pj3-features { gap: 22px; margin-bottom: 28px; }
    .pj3-feature { gap: 16px; }
    .pj3-feature__ico, .pj3-feature__ico img { width: 48px; height: 48px; flex-basis: 48px; }
    .pj3-feature__title { font-size: 17px; line-height: 24px; }
    .pj3-feature__text { font-size: 14px; line-height: 21px; }

    /* rails become 1-up carousels */
    .pj3-rail { grid-auto-columns: 86%; }
    .pj3-testimonials__track { grid-auto-columns: 100%; }
    .pj3-price__includes { grid-template-columns: 1fr 1fr; }
    .pj3-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
    .pj3-stat__value { font-size: 38px; }
    .pj3-trusted__logos.pj3-rail {
        display: grid; grid-auto-flow: column; grid-auto-columns: 33.3333%;
        justify-content: start; gap: 0; flex-wrap: nowrap; overflow-x: auto; padding: 4px 0;
    }
    .pj3-logo-item { padding: 6px 10px; }
    .pj3-logo { height: 22px; max-width: 100%; }
}

/* Mobile: videos become 9:16 reels (desktop keeps 16:9 cards) */
@media (max-width: 991px) {
    .pj3-videos__track { grid-auto-columns: 176px; }
    .pj3-video {
        position: relative;
        border-radius: 16px;
        background: #0b1220;
        border-color: rgba(15, 23, 42, .18);
    }
    .pj3-video__thumb { aspect-ratio: 9 / 16; }
    .pj3-video__thumb img { object-position: center; }
    .pj3-video__play { top: 44%; width: 40px; height: 40px; }
    .pj3-video__play svg { width: 18px; height: 18px; }
    .pj3-video__title {
        position: absolute; left: 0; right: 0; bottom: 0;
        padding: 48px 12px 12px;
        color: #fff; font-size: 13px; line-height: 18px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .72) 100%);
    }
    .pj3-lightbox { padding: 20px; }
    .pj3-lightbox__frame {
        aspect-ratio: 9 / 16;
        width: min(100%, calc(76svh * 9 / 16));
        max-height: none;
        height: auto;
        margin: 0 auto;
        border-radius: 18px;
    }
    .pj3-lightbox__close { top: 12px; right: 12px; z-index: 2; background: rgba(2, 6, 23, .55); }
}

/* Tablets: pop-up back to two columns, compact paddings, normal (non-sticky) CTA */
@media (min-width: 700px) and (max-width: 991px) {
    .pj3-demo__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); padding: 0; }
    .pj3-demo__main, .pj3-demo__side { display: block; }
    .pj3-demo__main > *, .pj3-demo__side > * { order: 0; }
    .pj3-demo__main { padding: 24px 24px 24px; }
    .pj3-demo__side { border-left: 1px solid var(--line); border-top: none; padding: 24px 22px 24px; display: flex; flex-direction: column; }
    .pj3-demo__host { padding: 0; background: none; border: none; margin-bottom: 0; }
    .pj3-demo__host-note { display: block; margin: 14px 0 22px; }
    .pj3-demo__title { font-size: 22px; }
    .pj3-demo__sub { margin-bottom: 16px; }
    .pj3-demo__video { margin-bottom: 14px; }
    .pj3-demo__facts { display: flex; gap: 6px 16px; margin-bottom: 16px; }
    .pj3-demo__facts span { flex-direction: row; padding: 0; background: none; border: none; font-size: 13px; gap: 6px; }
    .pj3-demo__facts svg { width: 15px; height: 15px; }
    .pj3-demo__takeaways { margin-bottom: 18px; }
    .pj3-demo__quote { margin-bottom: 0; }
    .pj3-demo__ctawrap { position: static; margin: auto 0 0; padding: 0; background: none; }
    .pj3-demo__alt { margin: 12px 0 0; }
}

@media (max-width: 640px) {
    .pj3-container { padding: 0 18px; }
    .pj3-hero__title { font-size: 36px; }
    .pj3-hero__sub { font-size: 15px; }
    .pj3-vis__main { border-radius: 14px; }
    .pj3-vis__left { padding: 16px; }
    .pj3-vis__panel { padding: 16px; }
    .pj3-h2 { font-size: 30px; }
    .pj3-pricing { padding: 56px 0; }
    .pj3-price__board { padding: 22px 18px; border-radius: 18px 18px 0 0; }
    .pj3-price__title { font-size: 21px; }
    .pj3-price__includes { grid-template-columns: 1fr; }
    .pj3-price__free { padding: 14px 16px; }
    .pj3-price__free-num { font-size: 44px; }
    .pj3-price__rhythms { padding: 18px; border-radius: 0 0 18px 18px; }
    .pj3-stats__grid { grid-template-columns: 1fr 1fr; }
    .pj3-stat__value { font-size: 32px; }
    .pj3-logo { height: 18px; }
}

@media (max-width: 480px) {
}

/* =====================================================================
   MOBILE SPACING: more air between elements and sections (phones only)
   ===================================================================== */
@media (max-width: 640px) {
    .pj3-container { padding: 0 20px; }
    .pj3-hero { padding: 44px 0 60px; }
    .pj3-badge { margin-bottom: 20px; }
    .pj3-hero__title { margin-bottom: 16px; }
    .pj3-hero__sub { margin-bottom: 40px; line-height: 25px; }
    .pj3-hero__row { gap: 44px; }
    .pj3-vis__left { padding: 20px 18px; }
    .pj3-vis__list { gap: 6px; }
    .pj3-vis__row { padding: 10px; }
    .pj3-vis__foot-note { padding-top: 14px; }
    .pj3-vis__panel { padding: 20px 18px 22px; }
    .pj3-vis__panel-head { margin-bottom: 16px; }
    .pj3-vis__p { margin-bottom: 16px; }
    .pj3-vis__chips { margin-bottom: 18px; gap: 6px; }
    .pj3-vis__nav { margin-top: 20px; }
    .pj3-features { gap: 26px; margin-bottom: 34px; }
    .pj3-feature { gap: 16px; }
    .pj3-feature__title { margin-bottom: 6px; }
    .pj3-ways__stage { gap: 32px; }
    .pj3-way__step { margin-bottom: 20px; }
    .pj3-way__title { margin-bottom: 14px; }
    .pj3-way__text { margin-bottom: 26px; line-height: 25px; }
    .pj3-way__list { gap: 14px; margin-bottom: 30px; }
    .pj3-way__list li { line-height: 23px; }
    .pj3-way__actions { flex-direction: column; gap: 16px; }
    .pj3-way__actions .pj3-cta { width: 100%; justify-content: center; }
    .pj3-win__pane { padding: 20px 18px; gap: 14px; }
    .pj3-cv { padding: 16px; gap: 14px; }
    .pj3-ways__nav { margin-top: 32px; }

    .pj3-videos { padding: 64px 0 60px; }
    .pj3-h2 { margin-bottom: 14px; line-height: 1.2; }
    .pj3-lead { margin-bottom: 34px; line-height: 25px; }
    .pj3-rail-nav { margin-top: 26px; }

    .pj3-stats { padding: 56px 0; }
    .pj3-stats__grid { gap: 36px 20px; }
    .pj3-stat__label { margin-bottom: 10px; }
    .pj3-stat__delta { margin-top: 10px; }

    .pj3-trusted { padding: 44px 0 46px; }
    .pj3-trusted__eyebrow { margin-bottom: 26px; line-height: 20px; }
    .pj3-logo-item { padding: 8px 10px; }

    .pj3-pricing { padding: 72px 0 64px; }
    .pj3-pricing .pj3-lead { margin-bottom: 36px; }
    .pj3-pack { border-radius: 20px; }
    .pj3-pack__main { padding: 32px 24px 34px; }
    .pj3-pack__eyebrow { margin-bottom: 12px; }
    .pj3-pack__title { margin-bottom: 14px; line-height: 1.3; }
    .pj3-pack__text { margin-bottom: 26px; line-height: 25px; }
    .pj3-pack__list { gap: 15px; }
    .pj3-pack__list li { line-height: 22px; }
    .pj3-pack__side { padding: 34px 24px 36px; }
    .pj3-pack__badge { margin-bottom: 20px; }
    .pj3-pack__note { margin-top: 12px; }
    .pj3-pack__facts { margin: 24px 0 28px; padding-top: 20px; gap: 11px; }
    .pj3-pack__facts li { line-height: 20px; }
    .pj3-pack__foot { margin-top: 14px; line-height: 19px; }

    .pj3-testimonials { padding: 64px 0 60px; }
    .pj3-testimonials__head { margin-bottom: 32px; }
    .pj3-testimonials__sub { margin-top: 2px; }
    .pj3-tcard { padding: 24px 22px; gap: 16px; }

}

/* =====================================================================
   AI RESUME BUILDER HERO: "four ways" carousel
   (details left, CSS-built product graphic right; one slide per way)
   ===================================================================== */
.pj3-hero--rb .pj3-hero__sub { margin-bottom: 44px; max-width: 620px; }

.pj3-ways { width: 100%; text-align: left; }
/* Stage: two columns; each column is a crossfading stack with a fixed control under it */
.pj3-ways__stage {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 56px;
    align-items: center;
    --accent: #2469ff; --accent-soft: #e8f0fe;
}
.pj3-ways__stage[data-way="teal"] { --accent: #0d9488; --accent-soft: #e3f4f2; }
.pj3-ways__stage[data-way="amber"] { --accent: #d97706; --accent-soft: #fdf1e0; }
.pj3-ways__stage[data-way="violet"] { --accent: #7c3aed; --accent-soft: #f0e8fd; }
.pj3-ways__col { min-width: 0; display: flex; flex-direction: column; }
.pj3-ways__stack { display: grid; }
.pj3-ways__text, .pj3-ways__visual {
    grid-area: 1 / 1; min-width: 0;
    opacity: 0; pointer-events: none; transition: opacity .7s ease;
    --accent: #2469ff; --accent-soft: #e8f0fe;
}
.pj3-ways__text.is-active, .pj3-ways__visual.is-active { opacity: 1; pointer-events: auto; position: relative; z-index: 1; }
.pj3-ways__text[data-way="teal"], .pj3-ways__visual[data-way="teal"] { --accent: #0d9488; --accent-soft: #e3f4f2; }
.pj3-ways__text[data-way="amber"], .pj3-ways__visual[data-way="amber"] { --accent: #d97706; --accent-soft: #fdf1e0; }
.pj3-ways__text[data-way="violet"], .pj3-ways__visual[data-way="violet"] { --accent: #7c3aed; --accent-soft: #f0e8fd; }
/* texts bottom-align inside their stack so the CTA sits right under the longest checklist */
.pj3-ways__stack--text { align-items: end; }

/* Left: details */
.pj3-way__left { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.pj3-way__step { display: inline-flex; align-items: center; margin-bottom: 18px; }
.pj3-way__ico {
    width: 46px; height: 46px; border-radius: 13px;
    background: var(--accent-soft); color: var(--accent);
    display: inline-flex; align-items: center; justify-content: center;
}
.pj3-way__ico svg { width: 24px; height: 24px; }
.pj3-way__num { font-size: 12.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--accent); }
.pj3-way__num span { color: var(--muted); font-weight: 500; }
.pj3-way__title {
    font-size: 38px; font-weight: 600; line-height: 1.15; letter-spacing: -0.01em;
    color: var(--ink); margin: 0 0 12px;
}
.pj3-way__text { font-size: 17px; line-height: 27px; color: var(--muted); margin: 0 0 22px; max-width: 480px; }
.pj3-way__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.pj3-way__list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 23px; color: var(--ink); }
.pj3-way__list svg {
    width: 20px; height: 20px; flex: 0 0 20px; margin-top: 1.5px; padding: 3px;
    border-radius: 50%; background: var(--accent-soft); color: var(--accent);
}
.pj3-way__actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.pj3-way__foot { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
.pj3-way__foot i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }

/* Right: product window */
.pj3-way__right { position: relative; min-width: 0; padding: 18px 20px 0 0; display: flex; flex-direction: column; align-items: center; }
.pj3-win {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 30px 60px -24px rgba(13, 38, 87, .28);
    overflow: hidden;
    text-align: left;
}
.pj3-win__bar {
    display: flex; align-items: center; gap: 12px;
    padding: 11px 16px; background: #fbfcfe; border-bottom: 1px solid var(--line);
}
.pj3-win__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 372px; }
.pj3-win__pane { padding: 18px; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.pj3-win__pane--side { background: var(--soft); border-left: 1px solid var(--line); }
.pj3-win__h { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.pj3-win__btn {
    margin-top: auto; align-self: flex-start;
    display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    background: var(--accent); color: #fff; border: none; cursor: default; font-family: inherit;
    font-size: 12px; font-weight: 600; border-radius: 9px; padding: 10px 16px;
}
.pj3-win__btn svg { width: 14px; height: 14px; }
.pj3-caret {
    display: inline-block; width: 1.5px; height: 14px; margin-left: 2px; vertical-align: -2px;
    background: var(--accent); animation: pj3-caret 1s steps(2, start) infinite;
}
@keyframes pj3-caret { to { visibility: hidden; } }

/* Way 01: questions */
.pj3-q__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pj3-q__prog { flex: 1; max-width: 120px; height: 5px; border-radius: 999px; background: #e6ebf3; overflow: hidden; }
.pj3-q__prog i { display: block; height: 100%; border-radius: 999px; background: var(--accent); }
.pj3-q__title { font-size: 15px; font-weight: 600; line-height: 1.3; color: var(--ink); }
.pj3-q__title--sm { font-size: 13px; margin-top: 4px; }
.pj3-q__chips { display: flex; flex-wrap: wrap; gap: 6px; }
.pj3-q__chips span {
    font-size: 11.5px; font-weight: 500; line-height: 1; padding: 7px 11px;
    border-radius: 999px; border: 1px solid var(--line); background: #fff; color: #2b3240;
}
.pj3-q__chips span.is-on { border-color: var(--accent); background: var(--accent-soft); color: var(--accent); }
.pj3-q__chips--sm span { padding: 6px 9px; font-size: 11px; }
.pj3-q__input {
    font-size: 12.5px; color: var(--ink); padding: 10px 12px;
    border: 1px solid var(--accent); border-radius: 9px; background: #fff;
    box-shadow: 0 0 0 3px var(--accent-soft);
}

/* Way 02: upload */
.pj3-drop { border: 1.5px dashed #c9d3e6; border-radius: 12px; padding: 10px; background: #fbfcfe; }
.pj3-file { display: flex; align-items: center; gap: 10px; }
.pj3-file__type {
    flex: 0 0 auto; font-size: 9.5px; font-weight: 700; letter-spacing: .04em; color: #fff;
    background: #e0453a; border-radius: 6px; padding: 5px 6px;
}
.pj3-file__body { min-width: 0; flex: 1; }
.pj3-file__body b { display: block; font-size: 12.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pj3-file__body small { display: block; font-size: 10.5px; color: var(--muted); }
.pj3-file__ok {
    width: 22px; height: 22px; border-radius: 50%; flex: 0 0 22px;
    background: var(--green-soft); color: var(--green);
    display: inline-flex; align-items: center; justify-content: center;
}
.pj3-file__ok svg { width: 12px; height: 12px; }
.pj3-fixes { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.pj3-fixes li { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #2b3240; }
.pj3-fixes i {
    width: 16px; height: 16px; border-radius: 50%; flex: 0 0 16px;
    background: var(--accent-soft); position: relative;
}
.pj3-fixes i::after {
    content: ""; position: absolute; left: 5px; top: 3px; width: 4px; height: 7px;
    border: solid var(--accent); border-width: 0 2px 2px 0; transform: rotate(45deg);
}

/* Way 03: one line */
.pj3-prompt {
    font-size: 13px; line-height: 20px; color: var(--ink); padding: 12px 14px; min-height: 96px;
    border: 1px solid var(--accent); border-radius: 12px; background: #fff;
    box-shadow: 0 0 0 3px var(--accent-soft);
}

/* Way 04: match */
.pj3-jobcard { border: 1px solid var(--line); border-radius: 12px; padding: 12px; background: #fff; display: flex; flex-direction: column; gap: 6px; }
.pj3-jobcard b { font-size: 14px; font-weight: 600; }
.pj3-jobcard small { font-size: 11px; color: var(--muted); }
.pj3-jobcard .pj3-q__chips { margin-top: 4px; }
.pj3-score { display: flex; flex-direction: column; gap: 8px; }
.pj3-score__row { display: grid; grid-template-columns: 44px 1fr 36px; align-items: center; gap: 10px; }
.pj3-score__label { font-size: 11px; font-weight: 600; color: var(--muted); }
.pj3-score__track { height: 7px; border-radius: 999px; background: #e6ebf3; overflow: hidden; }
.pj3-score__track i { display: block; height: 100%; border-radius: 999px; background: #b6bfd0; }
.pj3-score__num { font-size: 12px; font-weight: 700; color: var(--muted); text-align: right; }
.pj3-score__row.is-after .pj3-score__track i { background: linear-gradient(90deg, var(--accent), #2469ff); }
.pj3-score__row.is-after .pj3-score__num, .pj3-score__row.is-after .pj3-score__label { color: var(--accent); }

/* Resume preview (shared by all four) */
.pj3-cv { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.pj3-cv__head { display: flex; align-items: center; gap: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.pj3-cv__avatar {
    width: 34px; height: 34px; border-radius: 50%; flex: 0 0 34px;
    background: var(--accent-soft); color: var(--accent);
    font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center;
}
.pj3-cv__head b { display: block; font-size: 13.5px; font-weight: 600; line-height: 1.2; }
.pj3-cv__head small { display: block; font-size: 11px; color: var(--muted); margin-top: 2px; }
.pj3-cv__sec { position: relative; display: flex; flex-direction: column; gap: 6px; }
.pj3-cv__sec.is-new { margin: 0 -8px; padding: 8px; border-radius: 9px; background: var(--accent-soft); }
.pj3-cv__label { font-size: 9.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.pj3-cv__sec p { margin: 0; font-size: 12px; line-height: 17px; color: var(--ink); font-weight: 500; }
.pj3-cv__before { text-decoration: line-through; color: var(--muted) !important; font-weight: 400 !important; }
.pj3-cv__line { display: block; height: 6px; border-radius: 999px; background: #e3e9f4; width: 100%; }
.pj3-cv__line.w56 { width: 56%; } .pj3-cv__line.w60 { width: 60%; } .pj3-cv__line.w64 { width: 64%; }
.pj3-cv__line.w68 { width: 68%; } .pj3-cv__line.w72 { width: 72%; } .pj3-cv__line.w76 { width: 76%; }
.pj3-cv__line.w84 { width: 84%; } .pj3-cv__line.w88 { width: 88%; }
.pj3-cv__sec.is-new .pj3-cv__line { background: rgba(255, 255, 255, .85); }
.pj3-cv__tag {
    position: absolute; top: 6px; right: 8px;
    font-size: 9.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase;
    color: #fff; background: var(--accent); border-radius: 999px; padding: 3px 7px;
}
.pj3-cv__chips { display: flex; flex-wrap: wrap; gap: 5px; }
.pj3-cv__chips span { font-size: 10.5px; font-weight: 500; padding: 4px 8px; border-radius: 999px; background: #eef2f8; color: #2b3240; }
.pj3-cv__chips span.is-add { background: var(--accent); color: #fff; }

/* Dots navigation, one per way, tinted with that way's accent */
.pj3-ways__nav { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 40px 0 0; }

/* Per-slide buttons step back so the shared CTA below reads as the main action */
.pj3-cta--ghost {
    background: #fff; color: var(--primary0);
    border: 1.5px solid #c9d8ff; box-shadow: none;
    padding: 13px 26px; font-size: 15px;
}
.pj3-cta--ghost:hover { background: #f3f6ff; color: var(--primary0); box-shadow: none; transform: none; border-color: var(--primary0); }

/* Fixed controls under each stack */
.pj3-ways__row-left { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 30px; }
/* the pill is 6px shorter than the CTA: pad it so both centre on the same line */
.pj3-ways__row-right { display: flex; justify-content: center; padding: 0 20px 0 0; margin-top: 32px; }
.pj3-cta--hero, .pj3-way__play { line-height: 1.25; }
.pj3-cta--hero {
    padding: 18px 40px; font-size: 17px; font-weight: 600; border-radius: 14px;
    box-shadow: 0 18px 40px -14px rgba(38, 92, 255, .6);
}
.pj3-cta--hero svg { width: 20px; height: 20px; }
.pj3-cta--hero:hover { box-shadow: 0 22px 44px -14px rgba(38, 92, 255, .7); transform: translateY(-2px); }
.pj3-ways__cta-note { font-size: 13.5px; color: var(--muted); }
.pj3-ways__dot {
    width: 8px; height: 8px; padding: 0; border: none; border-radius: 999px;
    background: #cfd6e4; cursor: pointer; transition: width .25s ease, background .25s ease;
    --dot-accent: #2469ff;
}
.pj3-ways__dot[data-way="teal"] { --dot-accent: #0d9488; }
.pj3-ways__dot[data-way="amber"] { --dot-accent: #d97706; }
.pj3-ways__dot[data-way="violet"] { --dot-accent: #7c3aed; }
.pj3-ways__dot:hover { background: var(--dot-accent); }
.pj3-ways__dot.is-active { width: 26px; background: var(--dot-accent); }

@media (max-width: 1220px) and (min-width: 1025px) {
    .pj3-ways__stage { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.3fr); gap: 40px; }
    .pj3-way__title { font-size: 32px; }
}
@media (max-width: 1024px) {
    .pj3-ways__stage { grid-template-columns: 1fr; gap: 34px; }
    .pj3-ways__row-left { align-items: center; text-align: center; margin-top: 26px; }
    .pj3-ways__row-right { padding: 0; margin-top: 26px; }
    .pj3-way__left { order: 1; align-items: center; text-align: center; }
    .pj3-way__right { order: 2; max-width: 680px; width: 100%; margin: 0 auto; padding: 18px 0 0; }
    .pj3-way__text { max-width: 560px; }
    .pj3-way__list { align-items: flex-start; text-align: left; }
    .pj3-way__actions { justify-content: center; }
    .pj3-way__right .pj3-vis__float { right: 8px; }
}
@media (max-width: 991px) {
    .pj3-hero--rb .pj3-hero__sub { margin-bottom: 32px; }
    .pj3-way__right { padding: 0; }
    .pj3-way__title { font-size: 28px; }
    .pj3-way__text { font-size: 15px; line-height: 24px; }
    .pj3-way__list { gap: 10px; margin-bottom: 24px; }
    .pj3-way__list li { font-size: 14px; line-height: 22px; }
    .pj3-win__grid { grid-template-columns: 1fr; min-height: 0; }
    .pj3-win__pane { padding: 16px; }
    .pj3-win__pane--side { border-left: none; border-top: 1px solid var(--line); }
    .pj3-ways__nav { margin-top: 28px; }
    .pj3-ways__row-left { width: 100%; margin-top: 22px; }
    .pj3-cta--hero { width: 100%; justify-content: center; padding: 17px 28px; font-size: 16.5px; }
}
.pj3-hero--rb .pj3-hero__title { max-width: 920px; }

/* =====================================================================
   AI RESUME BUILDER PACKAGE (single, one-time payment)
   ===================================================================== */
.pj3-pack {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 30px 60px -30px rgba(13, 38, 87, .22);
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}
.pj3-pack__main { padding: 38px; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.pj3-pack__eyebrow {
    font-size: 11.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
    color: var(--primary0); margin-bottom: 10px;
}
.pj3-pack__title { font-size: 26px; font-weight: 600; line-height: 1.22; letter-spacing: -0.01em; margin: 0 0 10px; }
.pj3-pack__text { font-size: 14.5px; line-height: 23px; color: var(--muted); margin: 0 0 22px; max-width: 520px; }
.pj3-pack__list {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px;
}
.pj3-pack__list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 21px; color: var(--ink); }
.pj3-pack__list li::before {
    content: ""; flex: 0 0 18px; width: 18px; height: 18px; margin-top: 1.5px;
    border-radius: 50%; background: #e8f0fe;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232469ff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 5 5L20 7'/%3E%3C/svg%3E");
    background-size: 11px 11px; background-repeat: no-repeat; background-position: center;
}

.pj3-pack__side {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    padding: 36px 28px;
    background: linear-gradient(180deg, #f4f7ff 0%, #eef3ff 100%);
    border-left: 1px solid var(--line);
}
.pj3-pack__badge {
    display: inline-flex; align-items: center;
    font-size: 11.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
    color: var(--primary0); background: #fff; border: 1px solid #d0dffc;
    border-radius: 999px; padding: 6px 14px; margin-bottom: 18px;
}
.pj3-pack__price { display: flex; align-items: flex-start; justify-content: center; gap: 2px; color: var(--ink); }
.pj3-pack__cur { font-size: 26px; font-weight: 600; line-height: 1; margin-top: 8px; }
.pj3-pack__num { font-size: 66px; font-weight: 600; line-height: 1; letter-spacing: -0.02em; }
.pj3-pack__note { font-size: 14px; font-weight: 500; color: var(--ink); margin-top: 10px; }
.pj3-pack__facts {
    list-style: none; margin: 20px 0 26px; padding: 18px 0 0;
    border-top: 1px solid #dbe4f7;
    display: flex; flex-direction: column; gap: 9px; width: 100%;
}
.pj3-pack__facts li { font-size: 13px; line-height: 19px; color: var(--muted); }
.pj3-pack__cta { width: 100%; justify-content: center; padding: 16px 24px; }
.pj3-pack__foot { font-size: 12px; line-height: 18px; color: var(--muted); margin-top: 12px; }

@media (max-width: 900px) {
    .pj3-pack { grid-template-columns: 1fr; max-width: 560px; }
    .pj3-pack__main { padding: 30px 26px 28px; }
    .pj3-pack__title { font-size: 23px; }
    .pj3-pack__list { grid-template-columns: 1fr; gap: 11px; }
    .pj3-pack__side { border-left: none; border-top: 1px solid var(--line); padding: 30px 26px; }
    .pj3-pack__num { font-size: 58px; }
}

/* "How it works" video control, centred under the graphic and above the dots.
   In flow, so it covers no part of any slide on any screen size. */
.pj3-way__play {
    display: inline-flex; align-items: center; gap: 12px;
    margin: 0;
    padding: 7px 20px 7px 7px;
    background: #fff; border: 1px solid var(--line); border-radius: 999px;
    box-shadow: 0 12px 26px -14px rgba(13, 38, 87, .5);
    cursor: pointer; font-family: inherit; text-align: left;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pj3-way__play:hover {
    border-color: var(--accent, var(--primary0));
    transform: translateY(-1px);
    box-shadow: 0 16px 32px -14px rgba(13, 38, 87, .55);
}
.pj3-way__play-ico {
    width: 32px; height: 32px; flex: 0 0 32px; border-radius: 50%;
    background: var(--accent, var(--primary0)); color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
}
.pj3-way__play-ico svg { width: 14px; height: 14px; margin-left: 2px; }
.pj3-way__play-txt b { display: block; font-size: 14px; font-weight: 600; line-height: 1.2; color: var(--ink); }
.pj3-way__play-txt small { display: block; font-size: 11.5px; line-height: 1.3; color: var(--muted); margin-top: 2px; }

/* Price suffix for the subscription plan */
.pj3-pack__per { font-size: 17px; font-weight: 500; color: var(--muted); align-self: flex-end; margin-bottom: 9px; margin-left: 7px; }
