:root {
  --pe-ink: #13203a;
  --pe-ink-soft: #34405a;
  --pe-paper: #fffdf7;
  --pe-white: #ffffff;
  --pe-violet: #6658ff;
  --pe-violet-deep: #4937e8;
  --pe-lilac: #dcd7ff;
  --pe-aqua: #76e8df;
  --pe-coral: #ff705f;
  --pe-lime: #ccf26b;
  --pe-yellow: #ffd970;
  --pe-line: rgba(19, 32, 58, .13);
  --pe-shadow: 0 32px 80px rgba(62, 47, 164, .18);
  --pe-display: "Bricolage Grotesque", "Arial Rounded MT Bold", sans-serif;
  --pe-body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.ponto-page { min-height: 100vh; margin: 0; overflow: hidden; background: var(--pe-paper); color: var(--pe-ink); font-family: var(--pe-body); font-size: 16px; line-height: 1.55; }
.ponto-page :where(h1, h2, h3, p, a, button, span, small, strong, em, b, i, summary) { color: inherit; font-family: inherit; }
.ponto-page a { color: inherit; text-decoration: none; }
.ponto-page img { display: block; max-width: 100%; }
.ponto-page button { font: inherit; }
.pe-top-anchor { display: block; position: relative; top: 0; width: 1px; height: 1px; }
.pe-section { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.pe-header { position: absolute; z-index: 20; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; padding: 24px clamp(24px, 5vw, 72px); }
.pe-brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font: 700 1.02rem/1 var(--pe-display); letter-spacing: -.02em; }
.pe-brand img { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 14px; box-shadow: 0 10px 28px rgba(29,44,104,.18); }
.pe-nav { display: flex; align-items: center; gap: 30px; padding: 12px 20px; border: 1px solid rgba(19,32,58,.1); border-radius: 999px; background: rgba(255,255,255,.6); box-shadow: 0 12px 32px rgba(62,47,164,.08); backdrop-filter: blur(16px); }
.pe-nav a { position: relative; font-size: .78rem; font-weight: 700; letter-spacing: .02em; }
.pe-nav a::after { position: absolute; right: 0; bottom: -3px; left: 0; height: 1px; background: var(--pe-ink); content: ""; transform: scaleX(0); transition: transform .25s ease; }
.pe-nav a:hover::after { transform: scaleX(1); }
.pe-back-link { justify-self: end; display: inline-flex; align-items: center; gap: 10px; font-size: .82rem; font-weight: 700; }
.pe-back-link b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--pe-ink); color: #fff; font-size: .9rem; transition: transform .25s ease; }
.pe-back-link:hover b { transform: rotate(45deg); }

.pe-hero { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); min-height: 920px; padding: 170px clamp(24px, 6vw, 96px) 110px; background: radial-gradient(circle at 18% 12%, rgba(255,255,255,.8), transparent 25%), linear-gradient(125deg, #f2efff 0%, #f7f5ff 47%, #dff8ff 100%); isolation: isolate; }
.pe-hero::before { position: absolute; inset: 0; z-index: -2; opacity: .4; background-image: radial-gradient(rgba(73,55,232,.18) 1px, transparent 1px); background-size: 24px 24px; content: ""; mask-image: linear-gradient(to right, #000, transparent 52%); }
.pe-orbit { position: absolute; z-index: -1; border: 1px solid rgba(73,55,232,.14); border-radius: 50%; }
.pe-orbit-one { top: -260px; left: -220px; width: 760px; height: 760px; }
.pe-orbit-two { top: -90px; left: 40px; width: 440px; height: 440px; }
.pe-hero-copy { position: relative; z-index: 3; align-self: center; max-width: 680px; padding-bottom: 30px; }
.pe-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--pe-violet-deep); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.pe-kicker span { width: 30px; height: 3px; border-radius: 99px; background: var(--pe-coral); }
.pe-kicker-dark { color: var(--pe-ink); }
.pe-kicker-light { color: var(--pe-lime); }
.pe-kicker-light span { background: var(--pe-aqua); }
.pe-hero h1 { max-width: 720px; margin: 0; font: 700 clamp(3.8rem, 6.2vw, 7rem)/.92 var(--pe-display); letter-spacing: -.075em; text-wrap: balance; }
.pe-lead { max-width: 620px; margin: 34px 0 0; color: var(--pe-ink-soft); font-size: clamp(1.05rem, 1.35vw, 1.28rem); line-height: 1.6; }
.pe-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 42px; }
.pe-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 58px; padding: 0 25px; border: 1px solid transparent; border-radius: 18px; font-size: .9rem; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.pe-button:hover { transform: translateY(-3px); }
.pe-button-primary { background: var(--pe-violet); color: #fff !important; box-shadow: 0 18px 40px rgba(102,88,255,.28); }
.pe-button-primary span { font-size: 1.2rem; }
.pe-button-soft { border-color: rgba(73,55,232,.14); background: rgba(255,255,255,.55); backdrop-filter: blur(12px); }
.pe-button-dark { background: var(--pe-ink); color: #fff !important; box-shadow: 0 18px 44px rgba(19,32,58,.22); }
.pe-proof-row { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 50px; }
.pe-proof-row span { display: flex; align-items: center; gap: 8px; color: var(--pe-ink-soft); font-size: .75rem; font-weight: 700; }
.pe-proof-row b { color: var(--pe-violet); font-size: .63rem; letter-spacing: .08em; }

.pe-hero-visual { position: relative; display: grid; place-items: center; align-self: center; min-height: 690px; }
.pe-hero-visual::before { position: absolute; width: min(620px, 95%); aspect-ratio: 1; border-radius: 46% 54% 63% 37% / 43% 36% 64% 57%; background: linear-gradient(135deg, var(--pe-violet), #8585ff 45%, #7de6f2); box-shadow: var(--pe-shadow); content: ""; transform: rotate(-5deg); }
.pe-blob { position: absolute; z-index: 0; filter: drop-shadow(0 18px 34px rgba(19,32,58,.14)); }
.pe-blob-coral { top: 8%; right: 0; width: 150px; height: 100px; border-radius: 70% 30% 54% 46% / 56% 66% 34% 44%; background: var(--pe-coral); transform: rotate(18deg); }
.pe-blob-lime { bottom: 7%; left: 0; width: 140px; height: 140px; border-radius: 38% 62% 50% 50% / 68% 32% 68% 32%; background: var(--pe-lime); transform: rotate(-20deg); }
.pe-phone { position: relative; z-index: 3; overflow: hidden; width: 330px; border: 9px solid #111a2e; border-radius: 48px; background: #111a2e; box-shadow: 0 44px 90px rgba(17,26,46,.35); }
.pe-phone-hero { transform: rotate(4deg); }
.pe-phone-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 32px; padding: 0 17px; background: #111a2e; color: #fff; font-size: .62rem; }
.pe-phone-bar i { width: 70px; height: 19px; border-radius: 999px; background: #050812; }
.pe-phone-bar b { justify-self: end; font-size: .42rem; letter-spacing: 2px; }
.pe-phone-screen { min-height: 620px; padding: 24px 18px 15px; border-radius: 35px 35px 40px 40px; background: #f7f8fc; }
.pe-app-head { display: flex; align-items: center; justify-content: space-between; }
.pe-app-head div { display: grid; gap: 3px; }
.pe-app-head small, .pe-balance-card span, .pe-today-card small, .pe-clock-action small { color: #727b91; font-size: .62rem; }
.pe-app-head strong { font: 700 .98rem/1.15 var(--pe-display); }
.pe-app-head img { width: 43px; height: 43px; border-radius: 13px; }
.pe-balance-card { margin-top: 24px; padding: 22px; border-radius: 26px; background: #182440; color: #fff; box-shadow: 0 18px 36px rgba(24,36,64,.22); }
.pe-balance-card > strong { display: block; margin-top: 6px; font: 700 1.95rem/1 var(--pe-display); letter-spacing: -.04em; }
.pe-balance-meta { display: flex; gap: 15px; margin-top: 12px; }
.pe-balance-meta span { color: #aeb8cf; }
.pe-chart { display: flex; align-items: end; gap: 7px; height: 68px; margin-top: 19px; }
.pe-chart i { flex: 1; min-height: 12px; border-radius: 7px 7px 3px 3px; background: #3b4968; }
.pe-chart i.active { background: linear-gradient(to top, #4ddccf, #9bffdb); box-shadow: 0 0 18px rgba(77,220,207,.35); }
.pe-today-card { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; padding: 16px; border: 1px solid #e8eaf2; border-radius: 20px; background: #fff; }
.pe-today-card div { display: grid; gap: 3px; }
.pe-today-card strong { font-size: .8rem; }
.pe-status-dot { padding: 6px 9px; border-radius: 999px; background: #e7fff2; color: #138957; font-size: .55rem; font-weight: 800; }
.pe-clock-action { display: flex; align-items: center; gap: 14px; margin-top: 13px; padding: 16px; border-radius: 20px; background: #eceaff; }
.pe-clock-action div { display: grid; gap: 2px; }
.pe-clock-action strong { font-size: .73rem; }
.pe-clock-ring { position: relative; display: grid; place-items: center; width: 44px; height: 44px; border: 4px solid var(--pe-violet); border-radius: 50%; }
.pe-clock-ring::before, .pe-clock-ring::after { position: absolute; left: 50%; bottom: 50%; width: 2px; border-radius: 9px; background: var(--pe-violet); content: ""; transform-origin: bottom; }
.pe-clock-ring::before { height: 10px; }
.pe-clock-ring::after { height: 8px; transform: rotate(55deg); }
.pe-app-nav { display: flex; justify-content: space-around; margin-top: 22px; color: #9299aa; font-size: .54rem; font-weight: 700; }
.pe-app-nav .active { color: var(--pe-violet); }
.pe-float-card { position: absolute; z-index: 5; display: grid; padding: 16px 18px; border: 1px solid rgba(255,255,255,.65); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 22px 50px rgba(29,44,104,.18); backdrop-filter: blur(15px); }
.pe-float-card small { color: #737c91; font-size: .63rem; }
.pe-float-card strong { font: 700 1.15rem/1.2 var(--pe-display); }
.pe-float-card em { color: var(--pe-violet); font-size: .58rem; font-style: normal; font-weight: 700; }
.pe-mini-icon { display: grid; place-items: center; width: 28px; height: 28px; margin-bottom: 8px; border-radius: 9px; background: var(--pe-lime); font-weight: 800; }
.pe-float-shift { top: 19%; left: 2%; transform: rotate(-7deg); }
.pe-float-pay { right: -1%; bottom: 18%; transform: rotate(6deg); }

.pe-marquee { overflow: hidden; padding: 19px 0; background: var(--pe-ink); color: #fff; }
.pe-marquee div { display: flex; justify-content: center; gap: clamp(16px, 2.7vw, 42px); min-width: max-content; padding-inline: 30px; }
.pe-marquee span { font: 600 clamp(.82rem, 1.1vw, 1rem)/1 var(--pe-display); }
.pe-marquee i { color: var(--pe-lime); font-style: normal; }

.pe-intro { display: grid; grid-template-columns: 150px 1fr .7fr; gap: 55px; align-items: start; padding-top: 150px; padding-bottom: 100px; }
.pe-section-tag { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; border: 1px solid var(--pe-line); border-radius: 999px; color: var(--pe-violet-deep); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.pe-intro-heading p { margin: 0 0 15px; color: var(--pe-coral); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pe-intro h2, .pe-process h2, .pe-payroll h2, .pe-security h2, .pe-audience h2, .pe-faq h2, .pe-final-cta h2 { margin: 0; font: 700 clamp(2.8rem, 5vw, 5.25rem)/.98 var(--pe-display); letter-spacing: -.065em; text-wrap: balance; }
.ponto-page h2 em { color: var(--pe-violet); font-style: normal; }
.pe-intro-copy { align-self: end; margin: 0 0 6px; color: var(--pe-ink-soft); font-size: 1.05rem; }

.pe-bento { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; padding-bottom: 145px; }
.pe-feature { position: relative; overflow: hidden; min-height: 390px; padding: clamp(28px, 4vw, 50px); border-radius: 40px; }
.pe-feature h3 { margin: 26px 0 15px; font: 700 clamp(2rem, 3.3vw, 3.65rem)/1 var(--pe-display); letter-spacing: -.055em; }
.pe-feature p { max-width: 520px; margin: 0; font-size: .96rem; }
.pe-feature-number { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; font-size: .68rem; font-weight: 800; }
.pe-feature-large { grid-row: span 2; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; min-height: 800px; }
.pe-feature-violet { background: var(--pe-violet); color: #fff; }
.pe-feature-violet p { color: rgba(255,255,255,.76); }
.pe-feature-coral { background: #ffddd3; }
.pe-feature-aqua { background: #c9f7f1; }
.pe-calendar-ui { align-self: end; width: min(100%, 420px); margin: auto -10% -11% auto; padding: 26px; border: 7px solid #21294a; border-radius: 34px; background: #fff; color: var(--pe-ink); box-shadow: 0 30px 60px rgba(31,24,118,.28); transform: rotate(5deg); }
.pe-calendar-top { display: flex; justify-content: space-between; padding-bottom: 18px; }
.pe-calendar-top b { font: 700 1.3rem var(--pe-display); }
.pe-calendar-top span { color: #8b91a2; font-size: .75rem; }
.pe-week, .pe-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; text-align: center; }
.pe-week { color: #9ca2b0; font-size: .6rem; font-weight: 700; }
.pe-days { margin-top: 8px; }
.pe-days i { display: grid; place-items: center; aspect-ratio: 1; border-radius: 12px; background: #f5f6f9; font-size: .68rem; font-style: normal; }
.pe-days .worked { background: var(--pe-lilac); color: var(--pe-violet-deep); }
.pe-days .off { color: #aeb3bf; }
.pe-days .today { background: var(--pe-violet); color: #fff; box-shadow: 0 8px 16px rgba(102,88,255,.3); }
.pe-calendar-legend { display: flex; gap: 16px; margin-top: 16px; color: #737b8d; font-size: .58rem; }
.pe-calendar-legend span { display: flex; align-items: center; gap: 5px; }
.pe-calendar-legend i { width: 7px; height: 7px; border-radius: 50%; background: var(--pe-lilac); }
.pe-calendar-legend span:last-child i { background: #f0f1f4; }
.pe-pulse { position: absolute; top: 40px; right: 35px; width: 120px; height: 90px; }
.pe-pulse::before, .pe-pulse::after, .pe-pulse span { position: absolute; inset: 50% auto auto 50%; border: 2px solid rgba(19,32,58,.18); border-radius: 50%; content: ""; transform: translate(-50%,-50%); }
.pe-pulse::before { width: 105px; height: 105px; }
.pe-pulse::after { width: 70px; height: 70px; }
.pe-pulse span { width: 35px; height: 35px; background: var(--pe-coral); border-color: var(--pe-ink); }
.pe-pulse i { position: absolute; top: 43px; left: 58px; width: 58px; height: 3px; border-radius: 9px; background: var(--pe-ink); transform: rotate(-28deg); transform-origin: left; }
.pe-offline-badge { position: absolute; top: 35px; right: 35px; display: grid; grid-template-columns: auto 1fr; gap: 0 10px; align-items: center; padding: 14px 18px; border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 15px 30px rgba(33,87,86,.11); }
.pe-offline-badge i { grid-row: span 2; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--pe-lime); font-style: normal; }
.pe-offline-badge strong { font-size: .72rem; }
.pe-offline-badge small { color: #647471; font-size: .55rem; }

.pe-process { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 130px); align-items: center; padding-bottom: 150px; }
.pe-process-copy > p:not(.pe-kicker) { max-width: 530px; margin: 28px 0 0; color: var(--pe-ink-soft); font-size: 1.06rem; }
.pe-steps { display: grid; gap: 0; margin: 46px 0 0; padding: 0; list-style: none; }
.pe-steps li { display: flex; gap: 18px; padding: 22px 0; border-top: 1px solid var(--pe-line); }
.pe-steps li:last-child { border-bottom: 1px solid var(--pe-line); }
.pe-steps li > b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--pe-lilac); color: var(--pe-violet-deep); font-size: .68rem; }
.pe-steps div { display: grid; gap: 3px; }
.pe-steps strong { font: 700 1rem var(--pe-display); }
.pe-steps span { color: #697289; font-size: .8rem; }
.pe-process-visual { position: relative; display: grid; place-items: center; min-height: 760px; }
.pe-soft-shape { position: absolute; inset: 5% 2%; border-radius: 44% 56% 36% 64% / 55% 34% 66% 45%; background: #e2ddff; transform: rotate(7deg); }
.pe-phone-flow { width: 350px; transform: rotate(-4deg); }
.pe-flow-screen { min-height: 650px; background: #fbfbfd; }
.pe-screen-title { display: flex; align-items: center; justify-content: space-between; }
.pe-screen-title strong { font: 700 .95rem var(--pe-display); }
.pe-screen-title i { color: #8c93a2; font-style: normal; }
.pe-day-summary { display: grid; margin-top: 22px; padding: 20px; border-radius: 24px; background: linear-gradient(135deg, #6658ff, #8b78ff); color: #fff; }
.pe-day-summary small { opacity: .76; font-size: .6rem; }
.pe-day-summary strong { margin-top: 8px; font: 700 2.1rem var(--pe-display); }
.pe-day-summary span { margin-top: 4px; font-size: .6rem; }
.pe-timeline { position: relative; display: grid; gap: 0; margin: 24px 0; }
.pe-timeline::before { position: absolute; top: 25px; bottom: 25px; left: 8px; width: 1px; background: #d8dbe5; content: ""; }
.pe-timeline > div { position: relative; display: grid; grid-template-columns: 18px 1fr auto; gap: 11px; align-items: center; min-height: 76px; }
.pe-timeline > div > i { z-index: 1; width: 17px; height: 17px; border: 5px solid #fff; border-radius: 50%; background: var(--pe-violet); box-shadow: 0 0 0 1px #cfd3df; }
.pe-timeline > div > span { display: grid; }
.pe-timeline small { color: #858d9e; font-size: .58rem; }
.pe-timeline strong { font-size: .78rem; }
.pe-timeline em { color: #7d8495; font-size: .58rem; font-style: normal; }
.pe-timeline .highlight { padding: 5px 7px; border-radius: 99px; background: #e7fff2; color: #168b59; font-weight: 800; }
.pe-flow-screen button { width: 100%; min-height: 48px; border: 0; border-radius: 15px; background: var(--pe-ink); color: #fff; font-size: .68rem; font-weight: 800; }
.pe-note-card { position: absolute; z-index: 5; right: -3%; bottom: 12%; display: grid; width: 235px; padding: 19px; border: 1px solid rgba(19,32,58,.08); border-radius: 22px; background: #fff; box-shadow: 0 25px 50px rgba(73,55,232,.16); transform: rotate(5deg); }
.pe-note-card span { color: var(--pe-violet); font-size: .58rem; font-weight: 800; text-transform: uppercase; }
.pe-note-card strong { margin-top: 5px; font: 700 .94rem var(--pe-display); }
.pe-note-card small { margin-top: 3px; color: #747d90; font-size: .6rem; }

.pe-payroll { width: min(1380px, calc(100% - 32px)); padding: clamp(45px, 7vw, 100px); border-radius: 54px; background: var(--pe-ink); color: #fff; }
.pe-payroll-top { display: grid; grid-template-columns: 1.25fr .55fr; gap: 80px; align-items: end; }
.pe-payroll h2 em { color: var(--pe-aqua); }
.pe-payroll-top > p { margin: 0 0 8px; color: #bac1d1; font-size: 1rem; }
.pe-pay-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 70px; }
.pe-pay-main { grid-row: span 2; padding: clamp(28px, 4vw, 50px); border: 1px solid rgba(255,255,255,.12); border-radius: 36px; background: #202d4c; }
.pe-pay-main-head { display: flex; justify-content: space-between; color: #b7bfd0; font-size: .7rem; }
.pe-pay-main > strong { display: block; margin: 28px 0 35px; font: 700 clamp(2.8rem, 5vw, 5.4rem)/1 var(--pe-display); letter-spacing: -.05em; }
.pe-pay-line { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.1); color: #c9cfdb; font-size: .78rem; }
.pe-pay-line b { color: #fff; }
.pe-pay-line .positive { color: var(--pe-aqua); }
.pe-pay-line .negative { color: #ff9c8f; }
.pe-pay-progress { overflow: hidden; height: 8px; margin-top: 28px; border-radius: 99px; background: rgba(255,255,255,.12); }
.pe-pay-progress i { display: block; width: 76%; height: 100%; border-radius: inherit; background: linear-gradient(to right, var(--pe-aqua), var(--pe-lime)); }
.pe-pay-main > small { display: block; margin-top: 10px; color: #99a3b9; font-size: .62rem; }
.pe-pay-detail { display: grid; align-content: center; min-height: 205px; padding: 34px; border-radius: 34px; color: var(--pe-ink); }
.pe-pay-detail-lime { background: var(--pe-lime); }
.pe-pay-detail-lilac { background: var(--pe-lilac); }
.pe-pay-detail span { font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.pe-pay-detail strong { margin-top: 10px; font: 700 clamp(2rem, 3.5vw, 3.6rem)/1 var(--pe-display); letter-spacing: -.04em; }
.pe-pay-detail small { margin-top: 10px; color: #525d74; font-size: .7rem; }

.pe-security { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 140px); align-items: center; padding-top: 160px; padding-bottom: 160px; }
.pe-security-visual { position: relative; display: grid; place-items: center; min-height: 520px; }
.pe-shield { position: relative; z-index: 3; display: grid; place-items: center; width: 190px; height: 220px; border-radius: 48% 48% 55% 55% / 30% 30% 70% 70%; background: linear-gradient(145deg, var(--pe-violet), #8983ff); box-shadow: 0 28px 65px rgba(102,88,255,.3); clip-path: polygon(50% 0, 92% 16%, 86% 70%, 50% 100%, 14% 70%, 8% 16%); }
.pe-shield span { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; background: #fff; color: var(--pe-violet); font: 800 2.2rem var(--pe-display); }
.pe-security-ring { position: absolute; border: 1px solid rgba(102,88,255,.2); border-radius: 50%; }
.pe-security-ring-one { width: 350px; height: 350px; }
.pe-security-ring-two { width: 500px; height: 500px; }
.pe-security-pill { position: absolute; z-index: 4; padding: 10px 15px; border: 1px solid var(--pe-line); border-radius: 999px; background: #fff; box-shadow: 0 14px 30px rgba(50,44,98,.11); font-size: .65rem; font-weight: 800; }
.pe-pill-one { top: 16%; left: 4%; transform: rotate(-8deg); }
.pe-pill-two { right: 0; bottom: 24%; transform: rotate(6deg); }
.pe-pill-three { bottom: 5%; left: 20%; transform: rotate(-3deg); }
.pe-security-copy > p:not(.pe-kicker) { margin: 30px 0 0; color: var(--pe-ink-soft); font-size: 1.05rem; }
.pe-security-list { display: grid; margin-top: 36px; }
.pe-security-list span { display: flex; gap: 14px; padding: 16px 0; border-top: 1px solid var(--pe-line); font-weight: 700; }
.pe-security-list span:last-child { border-bottom: 1px solid var(--pe-line); }
.pe-security-list b { color: var(--pe-violet); font-size: .7rem; }

.pe-audience { padding-bottom: 135px; }
.pe-audience-card { overflow: hidden; padding: clamp(50px, 8vw, 110px); border-radius: 52px; background: linear-gradient(135deg, #ffddd3 0%, #ffe8bf 48%, #d9f8f1 100%); text-align: center; }
.pe-audience-card > p { margin: 0 0 20px; color: var(--pe-coral); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.pe-audience h2 em { color: var(--pe-coral); }
.pe-audience-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 50px; }
.pe-audience-tags span { padding: 12px 18px; border: 1px solid rgba(19,32,58,.12); border-radius: 999px; background: rgba(255,255,255,.52); font-size: .78rem; font-weight: 700; backdrop-filter: blur(10px); }

.pe-faq { display: grid; grid-template-columns: .65fr 1fr; gap: 100px; padding-bottom: 145px; }
.pe-faq h2 { font-size: clamp(2.8rem, 4.5vw, 4.6rem); }
.pe-faq-list { border-top: 1px solid var(--pe-line); }
.pe-faq details { border-bottom: 1px solid var(--pe-line); }
.pe-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; cursor: pointer; font: 700 1.05rem var(--pe-display); list-style: none; }
.pe-faq summary::-webkit-details-marker { display: none; }
.pe-faq summary span { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; background: var(--pe-lilac); transition: transform .2s ease; }
.pe-faq details[open] summary span { transform: rotate(45deg); }
.pe-faq details p { max-width: 720px; margin: -8px 55px 24px 0; color: var(--pe-ink-soft); }

.pe-final-cta { display: grid; place-items: center; width: min(1380px, calc(100% - 32px)); padding: clamp(70px, 10vw, 145px) 30px; border-radius: 54px 54px 0 0; background: var(--pe-violet); color: #fff; text-align: center; }
.pe-final-symbol img { width: 84px; height: 84px; border: 2px solid rgba(255,255,255,.6); border-radius: 25px; box-shadow: 0 20px 50px rgba(34,23,132,.3); }
.pe-final-cta > p { margin: 28px 0 18px; color: var(--pe-lime); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.pe-final-cta h2 { max-width: 990px; }
.pe-final-cta h2 em { color: var(--pe-lime); }
.pe-final-cta .pe-button { margin-top: 42px; }
.pe-developer-note { margin-top: 35px; color: rgba(255,255,255,.68); font-size: .72rem; }
.pe-developer-note a { color: #fff; font-weight: 800; }
.pe-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 38px clamp(24px, 6vw, 90px); background: var(--pe-ink); color: #fff; }
.pe-footer p { margin: 0; color: #9fa8bb; font-size: .7rem; text-align: center; }
.pe-footer > div { justify-self: end; display: flex; gap: 22px; font-size: .7rem; font-weight: 700; }

@media (max-width: 1080px) {
  .pe-header { grid-template-columns: 1fr auto; }
  .pe-nav { display: none; }
  .pe-hero { grid-template-columns: 1fr 1fr; padding-inline: 38px; }
  .pe-hero h1 { font-size: clamp(3.6rem, 6.5vw, 5.6rem); }
  .pe-intro { grid-template-columns: 120px 1fr; }
  .pe-intro-copy { grid-column: 2; max-width: 650px; }
  .pe-feature-large { grid-template-columns: 1fr; }
  .pe-calendar-ui { margin: 45px auto -20% 5%; }
  .pe-process { gap: 40px; }
  .pe-note-card { right: -2%; }
}

@media (max-width: 820px) {
  .pe-section { width: min(100% - 30px, 680px); }
  .pe-header { padding: 18px 20px; }
  .pe-back-link span { display: none; }
  .pe-hero { grid-template-columns: 1fr; min-height: auto; padding: 140px 22px 90px; }
  .pe-hero-copy { max-width: 680px; }
  .pe-hero h1 { font-size: clamp(3.35rem, 12vw, 5.7rem); }
  .pe-hero-visual { min-height: 700px; margin-top: 35px; }
  .pe-hero-visual::before { width: min(570px, 92%); }
  .pe-proof-row { gap: 12px; }
  .pe-marquee div { justify-content: flex-start; }
  .pe-intro { grid-template-columns: 1fr; gap: 24px; padding-top: 100px; }
  .pe-section-tag { width: max-content; padding: 0 16px; }
  .pe-intro-copy { grid-column: auto; }
  .pe-bento { grid-template-columns: 1fr; padding-bottom: 105px; }
  .pe-feature-large { grid-row: auto; min-height: 720px; }
  .pe-calendar-ui { width: min(390px, 95%); margin: 40px auto -18% 7%; }
  .pe-process { grid-template-columns: 1fr; padding-bottom: 110px; }
  .pe-process-visual { min-height: 720px; }
  .pe-payroll { border-radius: 38px; }
  .pe-payroll-top, .pe-pay-grid { grid-template-columns: 1fr; gap: 24px; }
  .pe-pay-main { grid-row: auto; }
  .pe-security { grid-template-columns: 1fr; padding-top: 110px; padding-bottom: 110px; }
  .pe-security-visual { order: 2; }
  .pe-faq { grid-template-columns: 1fr; gap: 45px; padding-bottom: 105px; }
  .pe-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .pe-footer > div { justify-self: center; }
}

@media (max-width: 520px) {
  .pe-brand { font-size: .88rem; }
  .pe-brand img { width: 40px; height: 40px; border-radius: 12px; }
  .pe-hero { padding-top: 125px; }
  .pe-hero h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .pe-lead { margin-top: 25px; font-size: 1rem; }
  .pe-hero-actions { display: grid; }
  .pe-button { width: 100%; }
  .pe-proof-row { display: grid; }
  .pe-hero-visual { min-height: 600px; margin-inline: -10px; }
  .pe-phone { width: 285px; border-width: 7px; border-radius: 42px; }
  .pe-phone-screen { min-height: 550px; }
  .pe-float-card { padding: 12px 14px; }
  .pe-float-shift { top: 14%; left: -2%; }
  .pe-float-pay { right: -3%; bottom: 12%; }
  .pe-intro h2, .pe-process h2, .pe-payroll h2, .pe-security h2, .pe-audience h2, .pe-final-cta h2 { font-size: 2.65rem; }
  .pe-feature { min-height: 430px; padding: 28px; border-radius: 30px; }
  .pe-feature-large { min-height: 690px; }
  .pe-feature h3 { font-size: 2.25rem; }
  .pe-calendar-ui { margin-top: 35px; padding: 18px; }
  .pe-process-visual { min-height: 630px; }
  .pe-phone-flow { width: 285px; }
  .pe-note-card { right: -2%; bottom: 5%; width: 205px; }
  .pe-payroll, .pe-final-cta { width: calc(100% - 16px); border-radius: 34px; padding-inline: 25px; }
  .pe-pay-main > strong { font-size: 2.8rem; }
  .pe-security-visual { min-height: 440px; transform: scale(.86); }
  .pe-audience-card { padding: 65px 22px; border-radius: 34px; }
  .pe-faq summary { font-size: .95rem; }
  .pe-footer > div { flex-direction: column; gap: 8px; }
}

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