.pem-page {
  --pem-ink: #172136;
  --pem-ink-soft: #667188;
  --pem-paper: #f4f6fb;
  --pem-white: #ffffff;
  --pem-violet: #7357e8;
  --pem-violet-deep: #4e35be;
  --pem-violet-soft: #ebe7ff;
  --pem-coral: #ff6b64;
  --pem-aqua: #55d9c2;
  --pem-lime: #c9f45e;
  --pem-amber: #ffbf4d;
  --pem-line: rgba(23, 33, 54, .12);
  --pem-shadow: 0 28px 70px rgba(41, 37, 86, .16);
  --pem-display: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  --pem-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  background: var(--pem-paper);
  color: var(--pem-ink);
  font-family: var(--pem-body);
  font-size: 16px;
  line-height: 1.58;
}

.pem-page,
.pem-page * { box-sizing: border-box; }
.pem-page :where(h1, h2, h3, p, a, b, strong, small, span, em, i, summary) { color: inherit; font-family: inherit; }
.pem-page :where(h1, h2, h3, p, figure) { margin: 0; }
.pem-page a { color: inherit; text-decoration: none; }
.pem-page img { display: block; max-width: 100%; }
.pem-page em { font-style: normal; }
.pem-top-anchor { display: block; position: relative; top: 0; width: 1px; height: 1px; }
.pem-container { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.pem-section { scroll-margin-top: 100px; }

.pem-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
  padding: 12px clamp(22px, 4vw, 64px);
  border-bottom: 1px solid rgba(23, 33, 54, .08);
  background: rgba(250, 251, 255, .88);
  box-shadow: 0 10px 30px rgba(32, 34, 63, .05);
  backdrop-filter: blur(18px);
}

.pem-brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.pem-brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 9px 24px rgba(47, 50, 101, .2); }
.pem-brand > span { display: grid; gap: 2px; }
.pem-brand strong { font: 800 .87rem/1.15 var(--pem-display); letter-spacing: -.02em; }
.pem-brand small { color: var(--pem-violet); font-size: .6rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pem-header-nav { display: flex; align-items: center; gap: 25px; padding: 10px 18px; border: 1px solid var(--pem-line); border-radius: 999px; background: rgba(255,255,255,.8); }
.pem-header-nav a { position: relative; color: #505b72; font-size: .72rem; font-weight: 800; }
.pem-header-nav a::after { position: absolute; right: 0; bottom: -4px; left: 0; height: 2px; border-radius: 9px; background: var(--pem-violet); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.pem-header-nav a:hover::after, .pem-header-nav a:focus-visible::after { transform: scaleX(1); }
.pem-home-link { justify-self: end; display: inline-flex; align-items: center; gap: 9px; font-size: .72rem; font-weight: 800; }
.pem-home-link b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--pem-ink); color: #fff; transition: transform .2s ease, background .2s ease; }
.pem-home-link:hover b { background: var(--pem-violet); transform: rotate(45deg); }

.pem-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  align-items: center;
  min-height: 830px;
  padding: 90px clamp(28px, 6vw, 104px) 105px;
  background:
    radial-gradient(circle at 12% 7%, rgba(255,255,255,.95), transparent 28%),
    linear-gradient(128deg, #f7f5ff 0%, #f0f3ff 47%, #e8fcfa 100%);
}
.pem-hero::before { position: absolute; inset: 0; z-index: -2; opacity: .32; background-image: radial-gradient(rgba(78, 53, 190, .24) 1px, transparent 1px); background-size: 23px 23px; content: ""; mask-image: linear-gradient(90deg, #000, transparent 58%); }
.pem-hero-glow { position: absolute; z-index: -1; border: 1px solid rgba(115,87,232,.14); border-radius: 50%; }
.pem-glow-one { top: -310px; left: -310px; width: 820px; height: 820px; }
.pem-glow-two { top: -80px; left: 70px; width: 420px; height: 420px; }
.pem-hero-copy { position: relative; z-index: 4; align-self: center; max-width: 670px; }
.pem-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px !important; color: var(--pem-violet-deep); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pem-eyebrow span { padding: 6px 10px; border-radius: 999px; background: var(--pem-violet); color: #fff; }
.pem-hero h1 { font: 800 clamp(3.5rem, 6.2vw, 6.9rem)/.91 var(--pem-display); letter-spacing: -.075em; text-wrap: balance; }
.pem-page h1 em, .pem-page h2 em { color: var(--pem-violet); }
.pem-hero-lead { max-width: 620px; margin-top: 30px !important; color: #4f5c74; font-size: clamp(1.02rem, 1.35vw, 1.23rem); line-height: 1.65; }
.pem-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.pem-button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 56px; padding: 0 24px; border: 1px solid transparent; border-radius: 18px; font-size: .77rem; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.pem-button:hover { transform: translateY(-2px); }
.pem-button-primary { background: var(--pem-ink); color: #fff !important; box-shadow: 0 15px 32px rgba(23,33,54,.18); }
.pem-button-primary:hover { background: var(--pem-violet-deep); box-shadow: 0 18px 38px rgba(78,53,190,.25); }
.pem-button-light { border-color: var(--pem-line); background: rgba(255,255,255,.68); }
.pem-hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 42px; }
.pem-hero-meta span { display: grid; gap: 1px; color: #6d778c; font-size: .66rem; }
.pem-hero-meta b { color: var(--pem-ink); font-size: .68rem; }

.pem-hero-visual { position: relative; display: grid; place-items: center; min-height: 650px; }
.pem-hero-shape { position: absolute; z-index: -1; width: min(620px, 90%); aspect-ratio: 1; border-radius: 43% 57% 63% 37% / 54% 42% 58% 46%; background: linear-gradient(135deg, #7157f2, #7baff6 72%, #54ddc8); box-shadow: 0 40px 90px rgba(76,72,180,.23); transform: rotate(-8deg); }
.pem-hero-shape::before { position: absolute; top: 5%; right: -10%; width: 130px; height: 100px; border-radius: 48% 52% 63% 37%; background: var(--pem-coral); content: ""; transform: rotate(18deg); }
.pem-hero-shape::after { position: absolute; bottom: -4%; left: -4%; width: 135px; height: 125px; border-radius: 50%; background: var(--pem-lime); content: ""; }
.pem-shot { position: relative; overflow: hidden; border: 8px solid #fff; border-radius: 32px; background: #eef0f7; box-shadow: var(--pem-shadow); }
.pem-shot img { width: 100%; height: auto; }
.pem-shot-hero { width: min(320px, 47vw); transform: rotate(4.5deg); }
.pem-float-card { position: absolute; z-index: 4; display: grid; min-width: 150px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: 0 20px 45px rgba(36,39,86,.17); backdrop-filter: blur(14px); }
.pem-float-card b { font: 800 1.1rem/1.2 var(--pem-display); }
.pem-float-card span { color: #69738a; font-size: .6rem; font-weight: 700; }
.pem-float-card i { display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 5px; border-radius: 10px; background: var(--pem-lime); font-style: normal; font-weight: 900; }
.pem-float-one { top: 21%; left: 3%; transform: rotate(-7deg); }
.pem-float-two { right: -2%; bottom: 22%; transform: rotate(6deg); }
.pem-float-three { bottom: 8%; left: 2%; }

.pem-index { position: relative; z-index: 5; margin-top: -46px; padding: clamp(35px, 5vw, 58px); border: 1px solid rgba(255,255,255,.75); border-radius: 38px; background: rgba(255,255,255,.94); box-shadow: 0 26px 70px rgba(36,39,86,.12); }
.pem-index-intro { display: flex; align-items: end; gap: 18px; padding-bottom: 28px; border-bottom: 1px solid var(--pem-line); }
.pem-index-intro p { color: var(--pem-violet); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pem-index-intro h2 { margin-top: 4px; font: 800 clamp(1.65rem, 2.5vw, 2.4rem)/1 var(--pem-display); letter-spacing: -.04em; }
.pem-section-number { display: grid; place-items: center; flex: 0 0 auto; width: 46px; height: 46px; border: 1px solid currentColor; border-radius: 50%; color: var(--pem-violet); font-size: .66rem; font-weight: 900; }
.pem-index-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 15px; }
.pem-index-grid a { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; min-height: 72px; padding: 14px 18px; border-right: 1px solid var(--pem-line); border-bottom: 1px solid var(--pem-line); transition: background .2s ease, color .2s ease; }
.pem-index-grid a:nth-child(4n) { border-right: 0; }
.pem-index-grid a:nth-last-child(-n+4) { border-bottom: 0; }
.pem-index-grid a:hover { border-radius: 14px; background: var(--pem-violet); color: #fff; }
.pem-index-grid b { color: var(--pem-violet); font-size: .62rem; }
.pem-index-grid a:hover b { color: var(--pem-lime); }
.pem-index-grid span { font-size: .75rem; font-weight: 800; }
.pem-index-grid i { font-style: normal; }

.pem-start { padding-top: 145px; padding-bottom: 145px; }
.pem-section-heading { display: flex; gap: 24px; align-items: start; max-width: 900px; }
.pem-section-heading .pem-section-number { margin-top: 4px; }
.pem-kicker { margin-bottom: 13px !important; color: var(--pem-violet); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.pem-section-heading h2, .pem-map-copy h2, .pem-payroll h2, .pem-help h2, .pem-faq h2, .pem-final h2 { font: 800 clamp(2.55rem, 5vw, 5rem)/.98 var(--pem-display); letter-spacing: -.065em; text-wrap: balance; }
.pem-heading-wide { max-width: 1080px; }
.pem-step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 65px; }
.pem-step-grid article { position: relative; min-height: 310px; padding: 30px; border: 1px solid var(--pem-line); border-radius: 28px; background: #fff; }
.pem-step-grid article:nth-child(2) { background: #f0ecff; }
.pem-step-grid article:nth-child(3) { background: #e7fbf7; }
.pem-step-grid article:nth-child(4) { background: #fff0ed; }
.pem-step-grid article > b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--pem-ink); color: #fff; font-size: .72rem; }
.pem-step-grid article > span { display: block; margin-top: 38px; color: var(--pem-violet); font-size: .63rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pem-step-grid h3 { margin-top: 8px; font: 800 1.35rem/1.1 var(--pem-display); letter-spacing: -.035em; }
.pem-step-grid p { margin-top: 15px; color: var(--pem-ink-soft); font-size: .78rem; }
.pem-note { display: grid; grid-template-columns: 170px 1fr; gap: 30px; align-items: center; margin-top: 26px; padding: 27px 32px; border-radius: 24px; }
.pem-note > span { font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pem-note p { font-size: .84rem; }
.pem-note-violet { background: var(--pem-violet); color: #fff; }
.pem-note-violet > span { color: var(--pem-lime); }

.pem-app-map { padding: 140px 0; background: #fff; }
.pem-map-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.pem-map-copy .pem-section-number { margin-bottom: 28px; }
.pem-map-list { display: grid; margin-top: 50px; }
.pem-map-list article { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 20px 0; border-top: 1px solid var(--pem-line); }
.pem-map-list article:last-child { border-bottom: 1px solid var(--pem-line); }
.pem-map-list b { font: 800 .92rem var(--pem-display); }
.pem-map-list p { color: var(--pem-ink-soft); font-size: .8rem; }
.pem-shot-pair { position: relative; min-height: 720px; }
.pem-shot-pair .pem-shot { position: absolute; width: min(310px, 49%); }
.pem-shot-main { z-index: 2; top: 0; left: 5%; transform: rotate(-5deg); }
.pem-shot-back { right: 3%; bottom: 0; transform: rotate(6deg); }
.pem-shot-pair::before { position: absolute; inset: 13% 6% 10%; border-radius: 45% 55% 40% 60%; background: var(--pem-violet-soft); content: ""; }

.pem-record { padding-top: 145px; padding-bottom: 145px; }
.pem-showcase { display: grid; grid-template-columns: minmax(260px, .7fr) 1.3fr; gap: clamp(50px, 8vw, 120px); align-items: center; margin-top: 80px; }
.pem-showcase .pem-shot { justify-self: center; width: min(320px, 100%); transform: rotate(-3deg); }
.pem-chip { display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px; border-radius: 999px; background: var(--pem-violet-soft); color: var(--pem-violet-deep); font-size: .62rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.pem-chip-coral { background: #ffe4df; color: #bd3730; }
.pem-chip-aqua { background: #daf8f2; color: #147665; }
.pem-showcase-copy h3, .pem-feature-copy-card h3, .pem-calc-copy h3, .pem-backup-panel h3 { margin-top: 20px; font: 800 clamp(2rem, 3.5vw, 3.5rem)/1.03 var(--pem-display); letter-spacing: -.055em; }
.pem-showcase-copy > p, .pem-feature-copy-card > p, .pem-calc-copy > p, .pem-backup-panel > div > p { margin-top: 22px; color: var(--pem-ink-soft); font-size: .96rem; }
.pem-mini-steps { display: grid; gap: 0; margin: 35px 0 0; padding: 0; list-style: none; }
.pem-mini-steps li { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid var(--pem-line); }
.pem-mini-steps li:last-child { border-bottom: 1px solid var(--pem-line); }
.pem-mini-steps b { color: var(--pem-violet); font-size: .65rem; }
.pem-mini-steps span { font-size: .78rem; font-weight: 700; }
.pem-feature-row { display: grid; grid-template-columns: 1fr .6fr .6fr; gap: 20px; align-items: center; margin-top: 110px; padding: clamp(26px, 5vw, 64px); border-radius: 42px; background: #e8fbf7; }
.pem-feature-copy-card { padding-right: 35px; }
.pem-feature-row .pem-shot { width: 100%; border-width: 6px; border-radius: 25px; box-shadow: 0 22px 48px rgba(32,50,72,.13); }
.pem-feature-row .pem-shot:nth-of-type(1) { transform: rotate(-3deg); }
.pem-feature-row .pem-shot:nth-of-type(2) { transform: rotate(3deg); }
.pem-tip { display: grid; grid-template-columns: 44px 1fr; gap: 13px; margin-top: 28px; padding: 16px; border-radius: 16px; background: rgba(255,255,255,.75); }
.pem-tip b { color: var(--pem-violet); font-size: .68rem; }
.pem-tip span { color: #526178; font-size: .7rem; }
.pem-checklist { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-top: 100px; padding-top: 55px; border-top: 1px solid var(--pem-line); }
.pem-checklist > div > span { color: var(--pem-violet); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pem-checklist h3 { margin-top: 10px; font: 800 clamp(1.9rem, 3vw, 3.2rem)/1.05 var(--pem-display); letter-spacing: -.05em; }
.pem-checklist ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.pem-checklist li { position: relative; padding: 17px 17px 17px 45px; border-radius: 15px; background: #fff; font-size: .74rem; font-weight: 700; }
.pem-checklist li::before { position: absolute; top: 16px; left: 16px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 7px; background: var(--pem-lime); color: var(--pem-ink); content: "✓"; font-size: .65rem; font-weight: 900; }

.pem-schedules { padding: 145px 0; background: var(--pem-ink); color: #fff; }
.pem-heading-light .pem-section-number { color: var(--pem-lime); }
.pem-heading-light .pem-kicker { color: var(--pem-aqua); }
.pem-heading-light h2 { color: #fff; }
.pem-dark-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 115px); align-items: center; margin-top: 70px; }
.pem-dark-copy h3 { font: 800 clamp(2rem, 3.5vw, 3.6rem)/1.03 var(--pem-display); letter-spacing: -.055em; }
.pem-dark-copy > p { margin-top: 22px; color: #adb6c9; }
.pem-rule-list { display: grid; margin-top: 34px; }
.pem-rule-list span { display: grid; grid-template-columns: 85px 1fr; gap: 13px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); color: #aeb7ca; font-size: .75rem; }
.pem-rule-list span:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.pem-rule-list b { color: var(--pem-lime); }
.pem-dark-shots { position: relative; display: flex; justify-content: center; min-height: 720px; }
.pem-dark-shots .pem-shot { position: absolute; width: min(320px, 47%); border-color: #303c56; box-shadow: 0 35px 75px rgba(0,0,0,.3); }
.pem-dark-shots .pem-shot:first-child { z-index: 2; top: 0; left: 2%; transform: rotate(-4deg); }
.pem-dark-shots .pem-shot:last-child { right: 2%; bottom: 0; transform: rotate(5deg); }
.pem-note-dark { border: 1px solid rgba(255,255,255,.14); background: #202c46; }
.pem-note-dark > span { color: var(--pem-aqua); }
.pem-note-dark p { color: #c4cad7; }

.pem-calc { padding-top: 145px; padding-bottom: 145px; }
.pem-calc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 65px; }
.pem-calc-card { min-height: 270px; padding: 28px; border: 1px solid var(--pem-line); border-radius: 26px; background: #fff; }
.pem-calc-card-primary { background: var(--pem-violet); color: #fff; }
.pem-calc-card > span { color: var(--pem-violet); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pem-calc-card-primary > span { color: var(--pem-lime); }
.pem-calc-card h3 { margin-top: 38px; font: 800 1.4rem/1.08 var(--pem-display); letter-spacing: -.04em; }
.pem-calc-card p { margin-top: 14px; color: var(--pem-ink-soft); font-size: .75rem; }
.pem-calc-card-primary p { color: rgba(255,255,255,.76); }
.pem-calc-card > b { display: block; margin-top: 25px; font: 800 1.8rem var(--pem-display); }
.pem-calc-showcase { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 8vw, 120px); align-items: center; margin-top: 120px; }
.pem-calc-copy ul { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.pem-calc-copy li { position: relative; padding-left: 28px; color: #566278; font-size: .77rem; font-weight: 700; }
.pem-calc-copy li::before { position: absolute; top: 2px; left: 0; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 6px; background: var(--pem-violet-soft); color: var(--pem-violet); content: "✓"; font-size: .57rem; font-weight: 900; }
.pem-calc-shots { position: relative; min-height: 690px; }
.pem-calc-shots .pem-shot { position: absolute; width: min(310px, 48%); }
.pem-calc-shots .pem-shot:first-child { z-index: 2; top: 0; left: 0; transform: rotate(-4deg); }
.pem-calc-shots .pem-shot:last-child { right: 0; bottom: 0; transform: rotate(5deg); }
.pem-note-amber { background: #fff2d6; }
.pem-note-amber > span { color: #9a6000; }

.pem-payroll { padding: 145px 0; background: linear-gradient(145deg, #684eda, #856cf1 56%, #6251ce); color: #fff; }
.pem-payroll-head { display: grid; grid-template-columns: 1.2fr .55fr; gap: 80px; align-items: end; }
.pem-payroll-head .pem-section-number { margin-bottom: 25px; color: var(--pem-lime); }
.pem-payroll-head .pem-kicker { color: var(--pem-aqua); }
.pem-payroll-head > p { padding-bottom: 8px; color: rgba(255,255,255,.72); }
.pem-payroll-grid { display: grid; grid-template-columns: .72fr 1fr .72fr; gap: 25px; align-items: center; margin-top: 80px; }
.pem-shot-pay { transform: rotate(-3deg); }
.pem-shot-pay-detail { transform: rotate(3deg); }
.pem-payroll-copy { display: grid; }
.pem-pay-stat { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.18); }
.pem-pay-stat:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.pem-pay-stat > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--pem-lime); color: var(--pem-ink); font-size: .62rem; font-weight: 900; }
.pem-pay-stat h3 { font: 800 1rem var(--pem-display); }
.pem-pay-stat p { margin-top: 5px; color: rgba(255,255,255,.68); font-size: .7rem; }

.pem-account { padding-top: 145px; padding-bottom: 145px; }
.pem-account-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 65px; }
.pem-account-grid article { min-height: 280px; padding: 28px; border: 1px solid var(--pem-line); border-radius: 27px; background: #fff; }
.pem-account-grid article:nth-child(2) { background: #eefaf8; }
.pem-account-grid article:nth-child(3) { background: #f0edff; }
.pem-account-grid article:nth-child(4) { background: #fff1ee; }
.pem-account-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 17px; background: var(--pem-ink); color: #fff; font: 800 .86rem var(--pem-display); }
.pem-account-grid h3 { margin-top: 40px; font: 800 1.33rem/1.1 var(--pem-display); letter-spacing: -.035em; }
.pem-account-grid p { margin-top: 13px; color: var(--pem-ink-soft); font-size: .75rem; }
.pem-backup-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; margin-top: 90px; padding: clamp(35px, 6vw, 75px); border-radius: 38px; background: var(--pem-ink); color: #fff; }
.pem-backup-panel > div > p { color: #b3bccd; }
.pem-backup-panel ol { display: grid; align-content: center; gap: 0; margin: 0; padding: 0; list-style: none; }
.pem-backup-panel li { display: grid; gap: 4px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); }
.pem-backup-panel li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.pem-backup-panel li b { color: var(--pem-lime); font-size: .78rem; }
.pem-backup-panel li span { color: #b3bccd; font-size: .72rem; }
.pem-note-coral { background: #ffe8e4; }
.pem-note-coral > span { color: #b93632; }

.pem-help { padding: 145px 0; background: #e8fbf7; }
.pem-help-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.pem-help-title .pem-section-number { margin-bottom: 28px; }
.pem-help-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.pem-help-cards article { min-height: 220px; padding: 28px; border-radius: 25px; background: rgba(255,255,255,.78); }
.pem-help-cards b { font: 800 1.15rem var(--pem-display); }
.pem-help-cards p { margin-top: 18px; color: #5e6b7e; font-size: .77rem; }
.pem-help-cards em { color: var(--pem-violet); font-weight: 800; }

.pem-faq { display: grid; grid-template-columns: .62fr 1.38fr; gap: 90px; padding-top: 145px; padding-bottom: 145px; }
.pem-faq-title { position: sticky; top: 115px; align-self: start; }
.pem-faq-list details { border-top: 1px solid var(--pem-line); }
.pem-faq-list details:last-child { border-bottom: 1px solid var(--pem-line); }
.pem-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 90px; padding: 20px 0; cursor: pointer; font: 800 1rem/1.3 var(--pem-display); list-style: none; }
.pem-faq-list summary::-webkit-details-marker { display: none; }
.pem-faq-list summary span { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: var(--pem-violet-soft); color: var(--pem-violet); transition: transform .2s ease; }
.pem-faq-list details[open] summary span { transform: rotate(45deg); }
.pem-faq-list details p { max-width: 720px; padding: 0 50px 26px 0; color: var(--pem-ink-soft); font-size: .82rem; }

.pem-final { position: relative; isolation: isolate; overflow: hidden; display: grid; justify-items: center; width: min(1380px, calc(100% - 32px)); margin: 0 auto 16px; padding: 110px 28px; border-radius: 48px; background: linear-gradient(135deg, #f0edff, #e7fbf7); text-align: center; }
.pem-final::before { position: absolute; z-index: -2; inset: 0; opacity: .28; background-image: radial-gradient(rgba(78,53,190,.25) 1px, transparent 1px); background-size: 24px 24px; content: ""; }
.pem-final-orbit { position: absolute; z-index: -1; width: 580px; height: 580px; border: 1px solid rgba(115,87,232,.16); border-radius: 50%; }
.pem-final-orbit::before { position: absolute; inset: 90px; border: 1px solid rgba(115,87,232,.16); border-radius: inherit; content: ""; }
.pem-final > img { width: 82px; height: 82px; margin-bottom: 25px; border-radius: 24px; box-shadow: 0 18px 45px rgba(43,47,98,.22); }
.pem-final > p { color: var(--pem-violet); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pem-final h2 { max-width: 900px; margin-top: 20px; }
.pem-final .pem-button { margin-top: 35px; }
.pem-final > small { max-width: 610px; margin-top: 30px; color: #6c7689; font-size: .68rem; }

.pem-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 35px clamp(24px, 5vw, 72px); background: var(--pem-ink); color: #fff; }
.pem-footer p { color: #aab3c4; font-size: .7rem; }
.pem-footer > div { justify-self: end; display: flex; gap: 22px; font-size: .68rem; font-weight: 800; }
.pem-footer > div a:hover { color: var(--pem-lime); }

@media (max-width: 1100px) {
  .pem-header { grid-template-columns: 1fr auto; }
  .pem-header-nav { display: none; }
  .pem-hero { grid-template-columns: .9fr 1.1fr; padding-inline: 42px; }
  .pem-index-grid { grid-template-columns: repeat(2, 1fr); }
  .pem-index-grid a:nth-child(4n) { border-right: 1px solid var(--pem-line); }
  .pem-index-grid a:nth-child(2n) { border-right: 0; }
  .pem-index-grid a:nth-last-child(-n+4) { border-bottom: 1px solid var(--pem-line); }
  .pem-index-grid a:nth-last-child(-n+2) { border-bottom: 0; }
  .pem-step-grid, .pem-calc-grid, .pem-account-grid { grid-template-columns: repeat(2, 1fr); }
  .pem-dark-grid, .pem-calc-showcase { gap: 50px; }
  .pem-dark-shots, .pem-calc-shots { min-height: 620px; }
  .pem-payroll-grid { grid-template-columns: .72fr 1fr; }
  .pem-payroll-grid .pem-shot-pay-detail { grid-column: 1 / -1; justify-self: center; width: 300px; }
}

@media (max-width: 820px) {
  .pem-container { width: min(100% - 30px, 680px); }
  .pem-header { min-height: 68px; padding: 10px 15px; }
  .pem-home-link > span { display: none; }
  .pem-hero { grid-template-columns: 1fr; min-height: auto; padding: 80px 22px 95px; text-align: center; }
  .pem-hero-copy { justify-self: center; }
  .pem-eyebrow, .pem-hero-actions, .pem-hero-meta { justify-content: center; }
  .pem-hero-visual { min-height: 620px; margin-top: 55px; }
  .pem-shot-hero { width: min(300px, 68vw); }
  .pem-float-one { left: 0; }
  .pem-float-two { right: 0; }
  .pem-index { margin-top: -35px; border-radius: 28px; }
  .pem-start, .pem-record, .pem-calc, .pem-account, .pem-faq { padding-top: 100px; padding-bottom: 100px; }
  .pem-app-map, .pem-schedules, .pem-payroll, .pem-help { padding: 100px 0; }
  .pem-map-grid, .pem-showcase, .pem-dark-grid, .pem-calc-showcase, .pem-payroll-head, .pem-help-grid, .pem-faq { grid-template-columns: 1fr; }
  .pem-shot-pair { min-height: 680px; margin-top: 20px; }
  .pem-showcase { gap: 50px; }
  .pem-feature-row { grid-template-columns: 1fr 1fr; }
  .pem-feature-copy-card { grid-column: 1 / -1; padding-right: 0; }
  .pem-checklist { grid-template-columns: 1fr; gap: 35px; }
  .pem-dark-copy { max-width: 620px; }
  .pem-dark-shots, .pem-calc-shots { min-height: 690px; }
  .pem-payroll-head { gap: 25px; }
  .pem-payroll-head > p { max-width: 600px; }
  .pem-payroll-grid { grid-template-columns: 1fr 1fr; }
  .pem-payroll-copy { grid-column: 1 / -1; grid-row: 1; }
  .pem-payroll-grid .pem-shot-pay-detail { grid-column: auto; width: auto; }
  .pem-backup-panel { grid-template-columns: 1fr; gap: 45px; }
  .pem-help-grid { gap: 50px; }
  .pem-faq { gap: 45px; }
  .pem-faq-title { position: static; }
  .pem-footer { grid-template-columns: 1fr auto; }
  .pem-footer p { display: none; }
}

@media (max-width: 560px) {
  .pem-page { font-size: 15px; }
  .pem-container { width: calc(100% - 24px); }
  .pem-brand img { width: 38px; height: 38px; }
  .pem-brand strong { font-size: .76rem; }
  .pem-brand small { font-size: .52rem; }
  .pem-home-link b { width: 32px; height: 32px; }
  .pem-hero { padding-inline: 16px; }
  .pem-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .pem-hero-lead { font-size: .96rem; }
  .pem-hero-meta { gap: 12px; }
  .pem-hero-meta span { min-width: 82px; }
  .pem-hero-visual { min-height: 545px; }
  .pem-shot-hero { width: min(250px, 67vw); }
  .pem-float-card { min-width: 122px; padding: 11px 13px; }
  .pem-float-card b { font-size: .88rem; }
  .pem-float-one { top: 18%; }
  .pem-float-two { bottom: 21%; }
  .pem-float-three { bottom: 5%; }
  .pem-index { width: calc(100% - 18px); padding: 27px 18px; }
  .pem-index-grid { grid-template-columns: 1fr; }
  .pem-index-grid a, .pem-index-grid a:nth-child(2n), .pem-index-grid a:nth-child(4n), .pem-index-grid a:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--pem-line); }
  .pem-index-grid a:last-child { border-bottom: 0; }
  .pem-section-heading { gap: 15px; }
  .pem-section-heading h2, .pem-map-copy h2, .pem-payroll h2, .pem-help h2, .pem-faq h2, .pem-final h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .pem-section-number { width: 40px; height: 40px; }
  .pem-step-grid, .pem-calc-grid, .pem-account-grid, .pem-help-cards { grid-template-columns: 1fr; }
  .pem-step-grid article, .pem-calc-card, .pem-account-grid article { min-height: 0; }
  .pem-note { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
  .pem-map-list article { grid-template-columns: 75px 1fr; gap: 12px; }
  .pem-shot-pair { min-height: 550px; }
  .pem-shot-pair .pem-shot, .pem-dark-shots .pem-shot, .pem-calc-shots .pem-shot { width: 55%; border-width: 5px; border-radius: 22px; }
  .pem-feature-row { grid-template-columns: 1fr; padding: 22px; }
  .pem-feature-copy-card { grid-column: auto; }
  .pem-feature-row .pem-shot { justify-self: center; width: min(290px, 90%); }
  .pem-checklist ul { grid-template-columns: 1fr; }
  .pem-dark-shots, .pem-calc-shots { min-height: 535px; }
  .pem-dark-shots .pem-shot:first-child, .pem-calc-shots .pem-shot:first-child { left: 0; }
  .pem-dark-shots .pem-shot:last-child, .pem-calc-shots .pem-shot:last-child { right: 0; }
  .pem-payroll-grid { grid-template-columns: 1fr; }
  .pem-payroll-copy, .pem-payroll-grid .pem-shot-pay-detail { grid-column: auto; }
  .pem-payroll-grid .pem-shot { justify-self: center; width: min(300px, 88%); border-width: 6px; }
  .pem-backup-panel { padding: 28px 22px; border-radius: 28px; }
  .pem-faq-list summary { min-height: 80px; font-size: .9rem; }
  .pem-faq-list details p { padding-right: 0; }
  .pem-final { width: calc(100% - 16px); padding: 80px 18px; border-radius: 32px; }
  .pem-footer { grid-template-columns: 1fr; justify-items: start; }
  .pem-footer > div { justify-self: start; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .pem-page *, .pem-page *::before, .pem-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
