.product-solution {
  --ps-ink: #14211d;
  --ps-muted: #66716c;
  --ps-paper: #f4f5ef;
  --ps-white: #fffefb;
  --ps-dark: #101c19;
  --ps-accent: #7058e8;
  --ps-accent-2: #ff7d61;
  --ps-pale: #ece9ff;
  --ps-glow: rgba(112, 88, 232, .22);
  color: var(--ps-ink);
  letter-spacing: -.018em;
}

.product-solution.ps--roundtrip {
  --ps-dark: #10254b;
  --ps-accent: #2f69df;
  --ps-accent-2: #f6af35;
  --ps-pale: #e4edff;
  --ps-glow: rgba(47, 105, 223, .22);
}

.product-solution.ps--lease {
  --ps-dark: #341641;
  --ps-accent: #823c9b;
  --ps-accent-2: #c8e85c;
  --ps-pale: #f2e8f5;
  --ps-glow: rgba(130, 60, 155, .22);
}

.product-solution.ps--time {
  --ps-dark: #093b40;
  --ps-accent: #0a7e84;
  --ps-accent-2: #65d7cc;
  --ps-pale: #def3f0;
  --ps-glow: rgba(10, 126, 132, .2);
}

.product-solution,
.product-solution * { box-sizing: border-box; }
.product-solution h1,
.product-solution h2,
.product-solution h3,
.product-solution p { margin-top: 0; }
.product-solution a { text-decoration: none; }
.product-solution #top,
.product-solution #change,
.product-solution #features,
.product-solution #guide,
.product-solution #workflow,
.product-solution #controls,
.product-solution #pricing,
.product-solution #faq { scroll-margin-top: 154px; }

.ps-nav {
  position: sticky;
  top: 84px;
  z-index: 8;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(20, 33, 29, .1);
  border-radius: 16px;
  background: rgba(255, 254, 251, .9);
  box-shadow: 0 16px 40px rgba(20, 33, 29, .08);
  backdrop-filter: blur(18px);
}

.ps-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ps-ink); }
.ps-brand > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--ps-dark);
  color: var(--ps-accent-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.ps-brand strong { font-size: 12px; font-weight: 850; letter-spacing: .12em; white-space: nowrap; }
.ps-nav-links { display: flex; align-items: center; justify-content: center; gap: 2px; }
.ps-nav-links a { padding: 8px 9px; color: #4d5b55; font-size: 12px; font-weight: 750; white-space: nowrap; }
.ps-nav-links a:hover,
.ps-nav-links a:focus-visible { color: var(--ps-accent); }
.ps-nav-cta {
  min-height: 38px;
  padding: 9px 16px;
  border-radius: 10px;
  background: var(--ps-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.ps-nav a:focus-visible,
.ps-button:focus-visible,
.ps-pricing-copy > a:focus-visible,
.ps-faq summary:focus-visible { outline: 3px solid var(--ps-accent-2); outline-offset: 3px; }

.ps-hero {
  position: relative;
  min-height: 670px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  align-items: center;
  gap: 48px;
  padding: 64px 48px 56px;
  border-radius: 30px;
  background:
    linear-gradient(125deg, rgba(255,255,255,.025), transparent 50%),
    var(--ps-dark);
  color: #fff;
  box-shadow: 0 30px 70px rgba(14, 27, 23, .18);
}
.ps-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .11;
  background-image: linear-gradient(rgba(255,255,255,.32) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.32) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}
.ps-hero-orbit {
  position: absolute;
  width: 560px;
  height: 560px;
  right: -240px;
  bottom: -350px;
  border: 1px solid var(--ps-accent-2);
  border-radius: 50%;
  box-shadow: 0 0 100px var(--ps-glow), inset 0 0 100px var(--ps-glow);
}
.ps-hero-copy,
.ps-demo { position: relative; z-index: 1; }
.ps-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
  color: var(--ps-accent-2);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
}
.ps-eyebrow span { width: 28px; height: 2px; background: currentColor; }
.ps-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(43px, 4.5vw, 67px);
  font-weight: 870;
  line-height: 1.08;
  letter-spacing: -.07em;
  word-break: keep-all;
}
.ps-hero h1 em { color: var(--ps-accent-2); font-style: normal; }
.ps-hero-lead { max-width: 565px; margin-bottom: 27px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.85; word-break: keep-all; }
.ps-hero-actions,
.ps-final-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ps-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.ps-button:hover { transform: translateY(-2px); }
.ps-button--primary { background: var(--ps-accent-2); color: var(--ps-dark); }
.ps-button--quiet { border-color: rgba(255,255,255,.22); color: #fff; }
.ps-button--dark { width: 100%; margin-top: 8px; background: var(--ps-dark); color: #fff; }
.ps-proof-list { display: flex; flex-wrap: wrap; gap: 10px 16px; margin: 24px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.64); font-size: 11px; font-weight: 650; }
.ps-proof-list li { display: flex; align-items: center; gap: 7px; }
.ps-proof-list i { width: 5px; height: 5px; border-radius: 50%; background: var(--ps-accent-2); box-shadow: 0 0 0 3px rgba(255,255,255,.08); }

.ps-demo {
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 19px;
  background: #f8faf8;
  color: #21312b;
  box-shadow: 0 30px 60px rgba(0,0,0,.32), 0 0 0 7px rgba(255,255,255,.04);
  transform: perspective(1100px) rotateY(-2deg) rotateX(1deg);
}
.ps-demo-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 38px; padding: 0 13px; border-bottom: 1px solid #e5e9e6; background: #fff; color: #75817c; font-size: 9px; font-weight: 750; letter-spacing: .04em; }
.ps-demo-bar > b { justify-self: end; padding: 3px 8px; border-radius: 999px; background: var(--ps-pale); color: var(--ps-accent); font-size: 8px; }
.ps-demo-dots { display: flex; gap: 4px; }
.ps-demo-dots i { width: 6px; height: 6px; border-radius: 50%; background: #d4dad6; }
.ps-demo-dots i:first-child { background: #ff806d; }
.ps-demo-dots i:nth-child(2) { background: #f8bf54; }

/* Review product interface */
.ps-review-ui { display: grid; grid-template-columns: 108px minmax(0,1fr) 112px; min-height: 390px; }
.ps-review-ui aside { padding: 18px 12px; border-right: 1px solid #e7eae8; background: #f3f5f3; }
.ps-review-ui aside > span,
.ps-review-panel > span { color: #8b9691; font-size: 7px; font-weight: 850; letter-spacing: .12em; }
.ps-review-ui aside > strong,
.ps-review-panel > strong { display: block; margin: 4px 0 15px; font-size: 11px; }
.ps-review-ui ol { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; color: #73807a; font-size: 8px; }
.ps-review-ui li { padding: 7px 8px; border-radius: 5px; }
.ps-review-ui li.is-current { background: var(--ps-pale); color: var(--ps-accent); font-weight: 800; }
.ps-review-sheet { position: relative; padding: 16px 16px 20px; background: #fff; }
.ps-ui-toolbar { display: flex; gap: 6px; padding-bottom: 10px; border-bottom: 1px solid #eef0ef; font-size: 7px; }
.ps-ui-toolbar span { margin-right: auto; color: var(--ps-accent); font-weight: 800; }
.ps-ui-toolbar i { padding: 3px 6px; border-radius: 4px; background: #f1f3f2; color: #68746e; font-style: normal; }
.ps-sheet-title { padding: 23px 10px 14px; border-bottom: 2px solid #28372f; }
.ps-sheet-title small { display: block; color: #8c9792; font-size: 6px; letter-spacing: .12em; }
.ps-sheet-title strong { font-size: 16px; }
.ps-review-lines { display: grid; gap: 13px; padding: 18px 10px; }
.ps-review-lines span { height: 4px; border-radius: 3px; background: #dce2df; }
.ps-review-lines span:nth-child(2) { width: 82%; }
.ps-review-lines span:nth-child(3) { width: 94%; }
.ps-review-lines span:nth-child(4) { width: 68%; }
.ps-review-lines span.is-marked { background: linear-gradient(90deg, var(--ps-accent-2) 0 72%, #dce2df 72%); }
.ps-comment-pin { position: absolute; right: 11px; top: 151px; width: 116px; padding: 10px; border: 1px solid color-mix(in srgb, var(--ps-accent) 25%, #ddd); border-radius: 8px; background: #fff; box-shadow: 0 12px 24px rgba(32,35,44,.12); }
.ps-comment-pin b { position: absolute; top: -7px; right: -6px; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--ps-accent); color: #fff; font-size: 7px; }
.ps-comment-pin span { display: block; font-size: 8px; font-weight: 800; }
.ps-comment-pin small { color: #7b8581; font-size: 6px; }
.ps-review-panel { padding: 18px 10px; border-left: 1px solid #e7eae8; background: #fafbfa; }
.ps-review-panel div { display: flex; align-items: center; gap: 5px; padding: 7px 0; border-bottom: 1px solid #edf0ee; color: #7c8882; font-size: 7px; }
.ps-review-panel div i { width: 5px; height: 5px; border-radius: 50%; background: var(--ps-accent-2); }
.ps-review-panel div b { margin-left: auto; color: #33413b; }

/* Roundtrip product interface */
.ps-roundtrip-ui { min-height: 390px; padding: 18px; background: #f4f7fc; }
.ps-rt-head,
.ps-lease-head,
.ps-time-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.ps-rt-head span,
.ps-lease-head span,
.ps-time-head span { display: block; color: #8b969d; font-size: 7px; font-weight: 850; letter-spacing: .12em; }
.ps-rt-head strong { display: block; font-size: 15px; }
.ps-rt-head i,
.ps-lease-head > i,
.ps-time-head > i { padding: 5px 8px; border-radius: 999px; background: #e0f6e9; color: #278050; font-size: 7px; font-style: normal; font-weight: 800; }
.ps-rt-grid { display: grid; grid-template-columns: 92px minmax(0,1fr); overflow: hidden; border: 1px solid #dfe6ef; border-radius: 10px; background: #fff; }
.ps-rt-side { display: grid; grid-template-columns: 18px 1fr; align-content: start; gap: 1px 3px; padding: 12px 8px; border-right: 1px solid #e4e9f0; background: #f0f4fa; }
.ps-rt-side b,
.ps-rt-side span { padding: 6px 0; font-size: 6px; }
.ps-rt-side b { color: #a0a8b1; }
.ps-rt-side span { color: #586775; font-weight: 700; }
.ps-rt-sheet > div { display: grid; grid-template-columns: 1.6fr .75fr .75fr .6fr; align-items: center; min-height: 43px; border-bottom: 1px solid #edf0f4; font-size: 7px; }
.ps-rt-sheet > div > * { padding: 0 8px; }
.ps-rt-sheet .ps-rt-cols { min-height: 30px; background: #f9fafc; color: #8d98a2; font-size: 6px; font-weight: 750; }
.ps-rt-sheet strong { font-size: 7px; }
.ps-rt-sheet .is-fill { align-self: stretch; display: flex; align-items: center; background: #eef4ff; color: var(--ps-accent); font-weight: 750; }
.ps-rt-sheet i { color: #258354; font-size: 6px; font-style: normal; font-weight: 850; }
.ps-rt-sheet .is-alert i { color: #d87d18; }
.ps-rt-footer { display: flex; align-items: center; gap: 10px; margin-top: 12px; padding: 9px 10px; border-radius: 7px; background: var(--ps-dark); color: #fff; font-size: 7px; }
.ps-rt-footer span { color: #aebbd2; }
.ps-rt-footer i { margin-left: auto; padding: 4px 7px; border-radius: 5px; background: var(--ps-accent-2); color: var(--ps-dark); font-style: normal; font-weight: 850; }

/* Lease product interface */
.ps-lease-ui { min-height: 390px; padding: 18px; background: #faf7fb; }
.ps-lease-head strong,
.ps-time-head strong { display: block; font-size: 14px; }
.ps-lease-metrics,
.ps-time-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-bottom: 9px; }
.ps-lease-metrics > div,
.ps-time-metrics > div { padding: 10px; border: 1px solid #ece5ef; border-radius: 8px; background: #fff; }
.ps-lease-metrics span,
.ps-time-metrics span { display: block; color: #8c9390; font-size: 6px; }
.ps-lease-metrics strong,
.ps-time-metrics strong { display: block; margin: 3px 0; color: var(--ps-dark); font-size: 13px; }
.ps-lease-metrics small { color: #9b97a0; font-size: 6px; }
.ps-lease-body { display: grid; grid-template-columns: 1.3fr .85fr; gap: 9px; }
.ps-lease-chart,
.ps-lease-tasks { min-height: 210px; padding: 12px; border: 1px solid #ece5ef; border-radius: 9px; background: #fff; }
.ps-chart-label span,
.ps-lease-tasks > span { display: block; color: #9a8da0; font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.ps-chart-label b { display: block; font-size: 9px; }
.ps-chart-bars { display: flex; align-items: end; gap: 6px; height: 142px; padding: 15px 5px 0; border-bottom: 1px solid #ded8e1; }
.ps-chart-bars i { flex: 1; height: 92%; border-radius: 4px 4px 0 0; background: linear-gradient(var(--ps-accent), color-mix(in srgb, var(--ps-accent) 30%, white)); }
.ps-chart-bars i:nth-child(2) { height: 82%; }.ps-chart-bars i:nth-child(3) { height: 74%; }.ps-chart-bars i:nth-child(4) { height: 62%; }.ps-chart-bars i:nth-child(5) { height: 50%; }.ps-chart-bars i:nth-child(6) { height: 36%; }.ps-chart-bars i:nth-child(7) { height: 22%; }
.ps-lease-tasks > div { display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 4px; padding: 9px 0; border-bottom: 1px solid #f0ebf1; font-size: 7px; }
.ps-lease-tasks div i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 5px; background: var(--ps-pale); color: var(--ps-accent); font-style: normal; }
.ps-lease-tasks div em { color: #438455; font-size: 6px; font-style: normal; }

/* Time report interface */
.ps-time-ui { min-height: 390px; padding: 18px; background: #f1f8f7; }
.ps-time-metrics > div { border-color: #dcebe8; }
.ps-time-metrics strong { color: var(--ps-accent); }
.ps-time-body { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9px; }
.ps-time-table,
.ps-time-approval { overflow: hidden; min-height: 220px; padding: 12px; border: 1px solid #dcebe8; border-radius: 9px; background: #fff; }
.ps-time-table > div { display: grid; grid-template-columns: 1.6fr repeat(5,.6fr); align-items: center; min-height: 42px; border-bottom: 1px solid #edf3f2; font-size: 7px; }
.ps-time-table > div > * { text-align: center; }
.ps-time-table strong,
.ps-time-table .ps-time-cols span:first-child { text-align: left; }
.ps-time-table .ps-time-cols { min-height: 25px; color: #97a39f; font-size: 6px; }
.ps-time-table i { display: grid; place-items: center; width: 21px; height: 21px; margin: auto; border-radius: 5px; background: var(--ps-pale); color: var(--ps-accent); font-style: normal; font-weight: 800; }
.ps-time-approval > span { color: #8fa09c; font-size: 6px; font-weight: 850; letter-spacing: .12em; }
.ps-time-approval > strong { display: block; margin: 2px 0 9px; font-size: 10px; }
.ps-time-approval > div { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 6px; padding: 10px 0; border-bottom: 1px solid #edf3f2; }
.ps-time-approval div > i { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--ps-pale); color: var(--ps-accent); font-size: 6px; font-style: normal; font-weight: 850; }
.ps-time-approval p { margin: 0; }
.ps-time-approval p b,
.ps-time-approval p small { display: block; font-size: 7px; line-height: 1.5; }
.ps-time-approval p small { color: #98a19e; font-size: 6px; }
.ps-time-approval div > em { padding: 3px 5px; border-radius: 4px; background: var(--ps-pale); color: var(--ps-accent); font-size: 6px; font-style: normal; }

.ps-change,
.ps-features,
.ps-audiences,
.ps-faq { padding: 122px 24px; }
.ps-heading { max-width: 760px; margin-bottom: 52px; }
.ps-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.ps-heading > p,
.ps-pricing-copy > p,
.ps-controls-intro > p,
.ps-final > div:first-child > p { margin-bottom: 15px; color: var(--ps-accent); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.ps-heading h2,
.ps-pricing-copy h2,
.ps-controls-intro h2,
.ps-final h2 { margin-bottom: 18px; font-size: clamp(38px, 4.5vw, 58px); font-weight: 850; line-height: 1.15; letter-spacing: -.065em; word-break: keep-all; }
.ps-heading > span,
.ps-pricing-copy > span,
.ps-controls-intro > span { display: block; color: var(--ps-muted); font-size: 15px; line-height: 1.8; word-break: keep-all; }

.ps-change-grid { display: grid; grid-template-columns: 1fr 50px 1fr; align-items: stretch; }
.ps-change-grid article { position: relative; overflow: hidden; min-height: 350px; padding: 36px; border: 1px solid rgba(20,33,29,.13); border-radius: 20px; background: var(--ps-white); }
.ps-change-grid article.is-after { border-color: color-mix(in srgb, var(--ps-accent) 40%, transparent); background: var(--ps-pale); }
.ps-chip { display: inline-flex; margin-bottom: 55px; padding: 5px 8px; border-radius: 5px; background: #eceeea; color: #7b857f; font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.is-after .ps-chip { background: var(--ps-dark); color: var(--ps-accent-2); }
.ps-change-grid h3 { max-width: 420px; margin-bottom: 12px; font-size: 25px; line-height: 1.28; letter-spacing: -.045em; }
.ps-change-grid p { max-width: 440px; color: var(--ps-muted); font-size: 13px; line-height: 1.8; }
.ps-change-arrow { display: grid; place-items: center; color: var(--ps-accent); font-size: 24px; }
.ps-before-viz { position: absolute; right: -8px; bottom: -22px; width: 210px; height: 118px; }
.ps-before-viz i { position: absolute; inset: 0; border: 1px solid #dddeda; border-radius: 9px; background: #fff; box-shadow: 0 12px 20px rgba(20,33,29,.08); transform: rotate(-5deg); }
.ps-before-viz i:nth-child(2) { transform: translate(-12px,-15px) rotate(2deg); }.ps-before-viz i:nth-child(3) { transform: translate(-25px,-30px) rotate(-1deg); }
.ps-before-viz span { position: absolute; z-index: 1; top: 12px; left: 12px; color: #9a9f9b; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.ps-after-viz { position: absolute; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 7px; padding: 12px; border-radius: 10px; background: var(--ps-dark); color: #fff; font-size: 7px; font-weight: 850; }
.ps-after-viz span { padding: 7px; border-radius: 5px; background: rgba(255,255,255,.1); }
.ps-after-viz i { color: var(--ps-accent-2); font-style: normal; }

.ps-features { margin: 0 -24px; padding-right: 48px; padding-left: 48px; border-radius: 30px; background: #eceee8; }
.ps-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ps-feature-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 178px;
  gap: 24px;
  min-width: 0;
  min-height: 408px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(20,33,29,.11);
  border-radius: 20px;
  background: var(--ps-white);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.ps-feature-card:hover { border-color: color-mix(in srgb, var(--ps-accent) 34%, transparent); box-shadow: 0 18px 38px rgba(20,33,29,.08); transform: translateY(-2px); }
.ps-feature-card.is-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(260px, .78fr) minmax(420px, 1.22fr);
  grid-template-rows: 1fr;
  align-items: stretch;
  gap: 34px;
  min-height: 326px;
  padding: 30px;
}
.ps-feature-copy { display: flex; flex-direction: column; min-width: 0; }
.ps-feature-meta { display: flex; align-items: center; gap: 8px; }
.ps-feature-index { display: grid; place-items: center; width: 28px; height: 22px; border-radius: 6px; background: var(--ps-pale); color: var(--ps-accent); font-size: 9px; font-weight: 900; }
.ps-feature-label { color: var(--ps-accent); font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.ps-feature-card h3 { margin: 30px 0 10px; font-size: 24px; line-height: 1.25; letter-spacing: -.045em; }
.ps-feature-card p { max-width: 540px; margin: 0; color: var(--ps-muted); font-size: 13px; line-height: 1.75; word-break: keep-all; }
.ps-feature-output-label { display: inline-flex; align-items: center; align-self: flex-start; gap: 8px; margin-top: auto; padding-top: 22px; color: var(--ps-ink); font-size: 10px; font-weight: 850; }
.ps-feature-output-label > i { width: 6px; height: 6px; border-radius: 50%; background: var(--ps-accent-2); box-shadow: 0 0 0 4px var(--ps-pale); }

.ps-output-preview { min-width: 0; height: 178px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--ps-accent) 20%, #dfe5e1); border-radius: 15px; background: #f9fbf9; box-shadow: 0 16px 30px rgba(20,33,29,.08), inset 0 1px 0 rgba(255,255,255,.9); }
.ps-feature-card.is-wide .ps-output-preview { height: 100%; min-height: 238px; }
.ps-output-caption { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 9px; min-height: 42px; padding: 0 13px; border-bottom: 1px solid #e5eae6; background: rgba(255,255,255,.94); }
.ps-output-caption > span { padding: 4px 6px; border-radius: 5px; background: var(--ps-dark); color: var(--ps-accent-2); font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.ps-output-caption strong { overflow: hidden; color: var(--ps-ink); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.ps-output-caption small { color: #7f8b85; font-size: 7px; white-space: nowrap; }
.ps-output-canvas { height: calc(100% - 42px); padding: 13px; background: linear-gradient(rgba(20,33,29,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(20,33,29,.035) 1px, transparent 1px), #f8faf8; background-size: 18px 18px; }
.ps-output-canvas > div { height: 100%; }

.ps-feature-card.has-screenshot,
.ps-feature-card.has-screenshot.is-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(230px,.7fr) minmax(0,1.55fr);
  grid-template-rows: 1fr;
  align-items: center;
  gap: 30px;
  min-height: 420px;
}
.ps-feature-card.has-screenshot .ps-output-preview,
.ps-feature-card.has-screenshot.is-wide .ps-output-preview { height: auto; min-height: 0; }
.ps-output-preview--screenshot { background: #111719; }
.ps-output-preview--screenshot .ps-output-canvas { height: auto; padding: 0; background: #111719; }
.ps-screenshot-link { position: relative; display: block; width: 100%; margin: 0; padding: 0; border: 0; background: transparent; color: #fff; font: inherit; text-align: left; text-decoration: none; cursor: zoom-in; }
.ps-output-preview--screenshot img { display: block; width: 100%; height: auto; }
.ps-screenshot-link > span { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 5px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.24); border-radius: 7px; background: rgba(17,23,25,.86); color: #fff; font-size: 8px; font-weight: 850; letter-spacing: .02em; box-shadow: 0 5px 18px rgba(0,0,0,.22); backdrop-filter: blur(8px); }
.ps-screenshot-link > span i { color: var(--ps-accent-2); font-style: normal; }
.ps-screenshot-link:focus-visible { outline: 3px solid var(--ps-accent-2); outline-offset: -3px; }
.ps-screenshot-link:focus-visible > span,
.ps-screenshot-link:hover > span { background: var(--ps-dark); }

html.ps-dialog-open { overflow: hidden; }
.ps-screenshot-dialog { width: min(1320px, calc(100vw - 48px)); max-width: none; max-height: calc(100dvh - 48px); padding: 0; overflow: visible; border: 0; border-radius: 20px; background: transparent; color: #fff; }
.ps-screenshot-dialog::backdrop { background: rgba(6,12,14,.78); backdrop-filter: blur(7px); }
.ps-screenshot-dialog-panel { display: grid; max-height: calc(100dvh - 48px); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: #111719; box-shadow: 0 30px 90px rgba(0,0,0,.46); }
.ps-screenshot-dialog header { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 62px; padding: 10px 12px 10px 18px; border-bottom: 1px solid rgba(255,255,255,.12); background: #111719; }
.ps-screenshot-dialog header > div { display: flex; align-items: center; gap: 10px; min-width: 0; }
.ps-screenshot-dialog header span { padding: 5px 7px; border-radius: 5px; background: var(--ps-accent-2); color: var(--ps-dark); font-size: 8px; font-weight: 950; letter-spacing: .08em; }
.ps-screenshot-dialog header strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.ps-screenshot-dialog header small { color: rgba(255,255,255,.55); font-size: 9px; white-space: nowrap; }
.ps-screenshot-dialog [data-screenshot-close] { display: grid; flex: 0 0 40px; width: 40px; height: 40px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.06); color: #fff; font: inherit; font-size: 26px; font-weight: 300; line-height: 1; cursor: pointer; }
.ps-screenshot-dialog [data-screenshot-close]:hover { background: rgba(255,255,255,.14); }
.ps-screenshot-dialog [data-screenshot-close]:focus-visible { outline: 3px solid var(--ps-accent-2); outline-offset: 2px; }
.ps-screenshot-dialog img { display: block; width: 100%; height: auto; max-height: calc(100dvh - 110px); object-fit: contain; background: #0c1113; }

.ps-mini-table,
.ps-mini-diff { display: grid; align-content: center; gap: 4px; }
.ps-mini-row,
.ps-mini-diff > span { display: grid; gap: 3px; min-width: 0; }
.ps-mini-row[data-columns="2"],
.ps-mini-table[data-columns="2"] .ps-mini-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ps-mini-table[data-columns="3"] .ps-mini-row { grid-template-columns: 1fr 1.45fr .85fr; }
.ps-mini-table[data-columns="4"] .ps-mini-row { grid-template-columns: 1.2fr repeat(3, minmax(0, .8fr)); }
.ps-mini-row > i,
.ps-mini-diff i,
.ps-mini-diff b,
.ps-mini-diff em { min-width: 0; overflow: hidden; padding: 7px 8px; border: 1px solid #e4e9e5; border-radius: 5px; background: rgba(255,255,255,.94); color: #53605a; font-size: 8px; font-style: normal; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.ps-mini-row.is-head > i { border-color: transparent; background: var(--ps-dark); color: #fff; font-size: 7px; letter-spacing: .04em; }
.ps-mini-row:not(.is-head) > i:last-child { color: var(--ps-accent); font-weight: 900; }

.ps-mini-list { display: grid; align-content: center; gap: 5px; }
.ps-mini-list > span { display: grid; grid-template-columns: 7px minmax(0,1fr) auto; align-items: center; gap: 8px; min-width: 0; padding: 8px 9px; border: 1px solid #e3e8e4; border-radius: 7px; background: rgba(255,255,255,.94); }
.ps-mini-list span > i { width: 7px; height: 7px; border: 2px solid var(--ps-accent); border-radius: 50%; }
.ps-mini-list span > b { overflow: hidden; color: #43504a; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.ps-mini-list span > em { padding: 3px 5px; border-radius: 4px; background: var(--ps-pale); color: var(--ps-accent); font-size: 7px; font-style: normal; font-weight: 900; }

.ps-mini-thread { display: flex; flex-direction: column; justify-content: center; gap: 5px; line-height: 1.2; }
.ps-mini-thread > span { display: grid; gap: 1px; width: 82%; padding: 5px 8px; border: 1px solid #e1e7e3; border-radius: 8px 8px 8px 2px; background: rgba(255,255,255,.95); }
.ps-mini-thread > span:nth-child(2) { align-self: end; border-color: color-mix(in srgb, var(--ps-accent) 22%, transparent); border-radius: 8px 8px 2px; background: var(--ps-pale); }
.ps-mini-thread b { color: var(--ps-accent); font-size: 7px; }
.ps-mini-thread i { overflow: hidden; color: #4f5b56; font-size: 8px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }

.ps-mini-diff > span { grid-template-columns: 1.1fr .8fr .8fr .58fr; }
.ps-mini-diff b { font-weight: 850; }
.ps-mini-diff em { background: var(--ps-pale); color: var(--ps-accent); font-size: 7px; text-align: center; }

.ps-mini-flow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: 22px; }
.ps-mini-flow > span { position: relative; display: grid; min-width: 0; height: 76px; place-items: center; padding: 8px; border: 1px solid #dfe6e1; border-radius: 9px; background: rgba(255,255,255,.96); text-align: center; }
.ps-mini-flow > span:not(:last-child)::after { position: absolute; left: calc(100% + 5px); width: 12px; height: 1px; background: var(--ps-accent); content: ""; }
.ps-mini-flow span > i { width: 19px; height: 15px; border: 2px solid var(--ps-accent); border-radius: 3px; box-shadow: 3px 3px 0 var(--ps-pale); }
.ps-mini-flow span > b { max-width: 100%; overflow: hidden; color: #4c5853; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }

.ps-mini-bars { display: grid; align-content: center; gap: 9px; }
.ps-mini-bars > span { display: grid; grid-template-columns: 58px minmax(0,1fr) 32px; align-items: center; gap: 8px; }
.ps-mini-bars b,
.ps-mini-bars em { overflow: hidden; color: #53605a; font-size: 8px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.ps-mini-bars em { color: var(--ps-accent); font-weight: 900; text-align: right; }
.ps-mini-bars i { position: relative; height: 7px; overflow: hidden; border-radius: 99px; background: #e1e7e3; }
.ps-mini-bars i::after { position: absolute; inset: 0 auto 0 0; width: 20%; border-radius: inherit; background: linear-gradient(90deg, var(--ps-accent), var(--ps-accent-2)); content: ""; }
.ps-mini-bars .is-level-2 i::after { width: 34%; }
.ps-mini-bars .is-level-3 i::after { width: 52%; }
.ps-mini-bars .is-level-4 i::after { width: 76%; }
.ps-mini-bars .is-level-5 i::after { width: 94%; }

.ps-mini-files { display: grid; align-content: center; gap: 5px; }
.ps-mini-files > span { display: grid; grid-template-columns: 39px minmax(0,1fr) auto; align-items: center; gap: 8px; min-width: 0; padding: 7px 9px; border: 1px solid #e1e7e3; border-radius: 7px; background: rgba(255,255,255,.96); }
.ps-mini-files b { padding: 4px 3px; border-radius: 4px; background: var(--ps-dark); color: var(--ps-accent-2); font-size: 7px; text-align: center; }
.ps-mini-files i { overflow: hidden; color: #48554f; font-size: 8px; font-style: normal; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.ps-mini-files em { color: var(--ps-accent); font-size: 7px; font-style: normal; font-weight: 900; }

.ps-feature-card:nth-child(4) { background: var(--ps-dark); color: #fff; }
.ps-feature-card:nth-child(4) .ps-feature-index { background: rgba(255,255,255,.1); color: var(--ps-accent-2); }
.ps-feature-card:nth-child(4) .ps-feature-label { color: var(--ps-accent-2); }
.ps-feature-card:nth-child(4) p { color: rgba(255,255,255,.67); }
.ps-feature-card:nth-child(4) .ps-feature-output-label { color: #fff; }
.ps-feature-card:nth-child(4) .ps-feature-output-label > i { box-shadow: 0 0 0 4px rgba(255,255,255,.1); }

.ps-guide {
  position: relative;
  margin: 24px -24px 0;
  padding: 116px 48px 34px;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(47,105,223,.13), transparent 28%),
    linear-gradient(145deg, #f6f8ff 0%, #e8efff 54%, #f5f7fb 100%);
}
.ps-guide::before {
  position: absolute;
  top: -190px;
  right: -145px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(47,105,223,.13);
  border-radius: 50%;
  content: "";
}
.ps-guide-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,.42fr);
  align-items: end;
  gap: 38px;
  margin-bottom: 44px;
}
.ps-guide-header > div > p,
.ps-guide-label {
  margin-bottom: 15px;
  color: var(--ps-accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}
.ps-guide-header h2 {
  max-width: 800px;
  margin-bottom: 18px;
  font-size: clamp(38px,4.5vw,58px);
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -.065em;
  word-break: keep-all;
}
.ps-guide-header > div > span {
  display: block;
  max-width: 760px;
  color: var(--ps-muted);
  font-size: 15px;
  line-height: 1.8;
  word-break: keep-all;
}
.ps-guide-notice {
  padding: 20px;
  border: 1px solid rgba(47,105,223,.18);
  border-radius: 16px;
  background: rgba(255,255,255,.65);
  box-shadow: 0 15px 35px rgba(26,56,111,.06);
}
.ps-guide-notice > span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 7px;
  border-radius: 5px;
  background: var(--ps-dark);
  color: var(--ps-accent-2);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
}
.ps-guide-notice p { margin: 0; color: #52606c; font-size: 13px; line-height: 1.75; word-break: keep-all; }
.ps-guide-flows { position: relative; z-index: 1; display: grid; gap: 18px; }
.ps-guide-flow {
  display: grid;
  grid-template-columns: minmax(360px,.78fr) minmax(0,1.22fr);
  align-items: center;
  gap: 30px;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(34,68,128,.13);
  border-radius: 24px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 22px 60px rgba(31,57,108,.09);
}
.ps-guide-flow:nth-child(even) { grid-template-columns: minmax(0,1.22fr) minmax(360px,.78fr); }
.ps-guide-flow:nth-child(even) .ps-guide-flow-copy { grid-column: 2; }
.ps-guide-flow:nth-child(even) .ps-guide-shot { grid-column: 1; grid-row: 1; }
.ps-guide-flow-copy { min-width: 0; padding: 12px; }
.ps-guide-label { margin-bottom: 11px; }
.ps-guide-flow h3 { margin-bottom: 9px; font-size: 30px; line-height: 1.2; letter-spacing: -.05em; word-break: keep-all; }
.ps-guide-summary { margin-bottom: 24px; color: var(--ps-muted); font-size: 15px; line-height: 1.75; word-break: keep-all; }
.ps-guide-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.ps-guide-steps li { display: grid; grid-template-columns: 35px minmax(0,1fr); gap: 11px; padding: 13px 0; border-top: 1px solid rgba(20,33,29,.1); }
.ps-guide-steps li > span { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--ps-pale); color: var(--ps-accent); font-size: 8px; font-weight: 900; }
.ps-guide-steps strong { display: block; margin: 3px 0 4px; color: var(--ps-ink); font-size: 14px; }
.ps-guide-steps p { margin: 0; color: var(--ps-muted); font-size: 12px; line-height: 1.7; word-break: keep-all; }
.ps-guide-tip { display: flex; align-items: flex-start; gap: 9px; margin: 16px 0 0; padding: 12px 13px; border-radius: 10px; background: var(--ps-pale); color: #4d5d6c; font-size: 12px; line-height: 1.7; word-break: keep-all; }
.ps-guide-tip > span { flex: 0 0 auto; padding: 3px 5px; border-radius: 4px; background: var(--ps-dark); color: var(--ps-accent-2); font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.ps-guide-shot { min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: #111719; box-shadow: 0 22px 55px rgba(16,37,75,.18); }
.ps-guide-shot-caption { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 14px; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; }
.ps-guide-shot-caption > div { display: flex; align-items: center; gap: 9px; min-width: 0; }
.ps-guide-shot-caption span { padding: 4px 6px; border-radius: 5px; background: var(--ps-accent-2); color: var(--ps-dark); font-size: 9px; font-weight: 950; letter-spacing: .08em; }
.ps-guide-shot-caption strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.ps-guide-shot-caption small { color: rgba(255,255,255,.68); font-size: 10px; white-space: nowrap; }
.ps-guide-shot img { display: block; width: 100%; height: auto; }
.ps-guide-video video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #071d18;
  object-fit: contain;
}
.ps-guide-video video:focus-visible { outline: 3px solid var(--ps-accent-2); outline-offset: -3px; }

.ps-workflow { margin: 0 -24px; padding: 115px 48px 125px; border-radius: 0 0 30px 30px; background: var(--ps-dark); color: #fff; }
.ps-heading--inverse > p { color: var(--ps-accent-2); }
.ps-workflow-list { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; }
.ps-workflow-list li { min-height: 280px; padding: 0 26px; border-left: 1px solid rgba(255,255,255,.14); }
.ps-workflow-list li:first-child { padding-left: 0; border-left: 0; }
.ps-workflow-list li > span { display: grid; place-items: center; width: 39px; height: 39px; margin-bottom: 78px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--ps-accent-2); font-size: 10px; font-weight: 850; }
.ps-workflow-list h3 { font-size: 17px; }
.ps-workflow-list p { margin-bottom: 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.7; }

.ps-audience-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.ps-audience-grid article { min-height: 430px; padding: 38px; border: 1px solid rgba(20,33,29,.13); border-radius: 22px; background: var(--ps-white); }
.ps-audience-grid article:nth-child(2) { background: var(--ps-pale); }
.ps-audience-label { display: flex; align-items: center; gap: 12px; margin-bottom: 62px; }
.ps-audience-label span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--ps-dark); color: var(--ps-accent-2); font-size: 12px; font-weight: 850; }
.ps-audience-label p { margin-bottom: 0; color: var(--ps-muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.ps-audience-grid h3 { margin-bottom: 26px; font-size: 25px; line-height: 1.3; word-break: keep-all; }
.ps-audience-grid ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; color: var(--ps-muted); font-size: 13px; }
.ps-audience-grid li { display: flex; gap: 10px; }
.ps-audience-grid li::before { color: var(--ps-accent); content: "↗"; font-weight: 900; }

.ps-controls { margin: 0 -24px; padding: 120px 48px; background: var(--ps-pale); }
.ps-controls-intro { display: grid; grid-template-columns: .8fr 1.5fr; gap: 18px 60px; margin-bottom: 58px; }
.ps-controls-intro > p { grid-row: 1 / 3; }
.ps-controls-intro h2 { margin-bottom: 0; }
.ps-control-grid { display: grid; grid-template-columns: repeat(2,1fr); }
.ps-control-grid article { min-height: 240px; padding: 30px; border: 1px solid color-mix(in srgb, var(--ps-accent) 22%, transparent); }
.ps-control-grid article:nth-child(2) { border-left: 0; }
.ps-control-grid article:nth-child(n+3) { border-top: 0; }
.ps-control-grid article:nth-child(4) { border-left: 0; }
.ps-control-grid article > span { color: var(--ps-accent); font-size: 10px; font-weight: 850; }
.ps-control-grid h3 { margin: 48px 0 9px; font-size: 21px; }
.ps-control-grid p { margin-bottom: 0; color: var(--ps-muted); font-size: 12px; line-height: 1.75; }

.ps-controls--review { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 8%, rgba(110,91,255,.13), transparent 28%), linear-gradient(135deg, #f1efff 0%, #e9e8ff 52%, #f6f5ff 100%); }
.ps-controls--review::before { position: absolute; top: -160px; right: -120px; width: 420px; height: 420px; border: 1px solid rgba(110,91,255,.13); border-radius: 50%; content: ""; }
.ps-controls--review .ps-controls-intro { position: relative; z-index: 1; grid-template-columns: 190px minmax(0,1fr); gap: 14px 62px; margin-bottom: 44px; }
.ps-controls--review .ps-controls-intro > p { grid-row: 1 / 3; padding-top: 15px; border-top: 2px solid var(--ps-accent); }
.ps-controls--review .ps-controls-intro h2 { max-width: 760px; font-size: clamp(38px,4.3vw,56px); }
.ps-controls--review .ps-controls-intro > span { max-width: 760px; }
.ps-controls--review .ps-control-grid { position: relative; z-index: 1; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 14px; }
.ps-controls--review .ps-control-grid article { position: relative; min-height: 180px; padding: 30px; overflow: hidden; border: 1px solid rgba(94,79,221,.18); border-radius: 20px; background: rgba(255,255,255,.62); box-shadow: 0 18px 42px rgba(63,50,129,.07); }
.ps-controls--review .ps-control-grid article:nth-child(1) { grid-column: span 5; min-height: 255px; background: rgba(255,255,255,.82); }
.ps-controls--review .ps-control-grid article:nth-child(2) { grid-column: span 7; min-height: 255px; border-color: transparent; background: var(--ps-dark); color: #fff; box-shadow: 0 22px 55px rgba(20,33,29,.22); }
.ps-controls--review .ps-control-grid article:nth-child(3),
.ps-controls--review .ps-control-grid article:nth-child(4) { grid-column: span 6; }
.ps-controls--review .ps-control-grid article::before { display: inline-flex; padding: 5px 7px; border-radius: 5px; background: rgba(110,91,255,.1); color: var(--ps-accent); font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.ps-controls--review .ps-control-grid article:nth-child(1)::before { content: "LOCAL · TEMPORARY"; }
.ps-controls--review .ps-control-grid article:nth-child(2)::before { background: rgba(255,255,255,.1); color: var(--ps-accent-2); content: "COLLAB · ENCRYPTED"; }
.ps-controls--review .ps-control-grid article:nth-child(3)::before { content: "ACCESS · TRACE"; }
.ps-controls--review .ps-control-grid article:nth-child(4)::before { content: "RETENTION · CLOSE"; }
.ps-controls--review .ps-control-grid article > span { position: absolute; top: 27px; right: 27px; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(110,91,255,.18); border-radius: 50%; }
.ps-controls--review .ps-control-grid article:nth-child(2) > span { border-color: rgba(255,255,255,.16); color: var(--ps-accent-2); }
.ps-controls--review .ps-control-grid h3 { max-width: 430px; margin: 62px 0 10px; font-size: 23px; line-height: 1.3; letter-spacing: -.04em; }
.ps-controls--review .ps-control-grid article:nth-child(n+3) h3 { margin-top: 38px; }
.ps-controls--review .ps-control-grid p { max-width: 510px; font-size: 12px; line-height: 1.8; }
.ps-controls--review .ps-control-grid article:nth-child(2) p { color: rgba(255,255,255,.64); }

.ps-pricing { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; padding: 130px 24px; }
.ps-pricing-copy > a { display: inline-flex; gap: 12px; margin-top: 30px; color: var(--ps-accent); font-size: 13px; font-weight: 850; }
.ps-price-card { padding: 34px; border: 1px solid color-mix(in srgb, var(--ps-accent) 50%, transparent); border-radius: 22px; background: var(--ps-pale); box-shadow: 18px 18px 0 color-mix(in srgb, var(--ps-accent) 9%, transparent); }
.ps-price-label { display: block; margin-bottom: 5px; color: var(--ps-accent); font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.ps-price-card > strong { display: block; font-size: clamp(30px, 4vw, 45px); line-height: 1.25; letter-spacing: -.05em; }
.ps-price-note { margin: 7px 0 22px; color: var(--ps-muted); font-size: 12px; }
.ps-price-card dl { margin: 0 0 15px; }
.ps-price-card dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid color-mix(in srgb, var(--ps-accent) 18%, transparent); font-size: 11px; }
.ps-price-card dt { color: var(--ps-muted); }
.ps-price-card dd { margin: 0; font-weight: 800; text-align: right; }
.ps-price-card > small { display: block; margin-top: 12px; color: var(--ps-muted); font-size: 9px; text-align: center; }

.ps-faq-list { border-top: 1px solid rgba(20,33,29,.8); }
.ps-faq details { border-bottom: 1px solid rgba(20,33,29,.15); }
.ps-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 4px; cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.ps-faq summary::-webkit-details-marker { display: none; }
.ps-faq summary span { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid rgba(20,33,29,.2); border-radius: 50%; transition: transform .2s ease; }
.ps-faq details[open] summary span { transform: rotate(45deg); }
.ps-faq details p { max-width: 850px; padding: 0 45px 25px 4px; color: var(--ps-muted); font-size: 13px; line-height: 1.8; }

.ps-final { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin: 0 -24px -64px; padding: 95px 48px; border-radius: 30px 30px 0 0; background: var(--ps-dark); color: #fff; }
.ps-final h2 { font-size: clamp(36px, 4vw, 52px); }
.ps-final > div:nth-child(2) > p { margin-bottom: 30px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.85; }

@media (max-width: 1050px) {
  .ps-nav-links { display: none; }
  .ps-nav { grid-template-columns: 1fr auto; }
  .ps-hero { grid-template-columns: 1fr; gap: 45px; padding: 58px 42px; }
  .ps-hero-copy { max-width: 780px; }
  .ps-demo { width: min(720px,100%); margin: 0 auto; transform: none; }
  .ps-workflow-list { grid-template-columns: repeat(2,1fr); gap: 45px 0; }
  .ps-workflow-list li:nth-child(3) { padding-left: 0; border-left: 0; }
  .ps-controls-intro { grid-template-columns: 1fr; }
  .ps-controls-intro > p { grid-row: auto; }
  .ps-controls--review .ps-controls-intro { grid-template-columns: 1fr; gap: 16px; }
  .ps-controls--review .ps-controls-intro > p { grid-row: auto; width: 190px; }
  .ps-guide-header { grid-template-columns: 1fr; }
  .ps-guide-notice { max-width: 680px; }
  .ps-guide-flow,
  .ps-guide-flow:nth-child(even) { grid-template-columns: minmax(310px,.72fr) minmax(0,1.28fr); }
  .ps-guide-flow:nth-child(even) .ps-guide-flow-copy { grid-column: 1; }
  .ps-guide-flow:nth-child(even) .ps-guide-shot { grid-column: 2; grid-row: 1; }
}

@media (max-width: 900px) and (min-width: 761px) {
  .ps-feature-grid { grid-template-columns: 1fr; }
  .ps-feature-card,
  .ps-feature-card.is-wide { grid-column: auto; grid-template-columns: minmax(0,.9fr) minmax(300px,1.1fr); grid-template-rows: 1fr; min-height: 250px; padding: 26px; }
  .ps-feature-card.has-screenshot,
  .ps-feature-card.has-screenshot.is-wide { grid-column: 1 / -1; grid-template-columns: minmax(190px,.62fr) minmax(0,1.38fr); min-height: 340px; }
  .ps-feature-output-label { margin-top: 24px; padding-top: 0; }
  .ps-output-preview,
  .ps-feature-card.is-wide .ps-output-preview { height: 100%; min-height: 190px; }
  .ps-feature-card.has-screenshot .ps-output-preview,
  .ps-feature-card.has-screenshot.is-wide .ps-output-preview { height: auto; min-height: 0; }
}

@media (max-width: 760px) {
  .product-solution #top,
  .product-solution #change,
  .product-solution #features,
  .product-solution #guide,
  .product-solution #workflow,
  .product-solution #controls,
  .product-solution #pricing,
  .product-solution #faq { scroll-margin-top: 90px; }
  .ps-nav { top: 72px; gap: 10px; margin: 0 -5px 12px; padding: 9px 10px; border-radius: 13px; }
  .ps-brand { min-width: 0; }
  .ps-brand strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; }
  .ps-brand > span { width: 29px; height: 29px; }
  .ps-nav-cta { min-height: 34px; padding: 8px 11px; font-size: 10px; }
  .ps-hero { min-height: 0; gap: 40px; margin: 0 -10px; padding: 54px 24px 24px; border-radius: 22px; }
  .ps-hero h1 { font-size: clamp(38px, 11.5vw, 56px); }
  .ps-hero-lead { font-size: 14px; }
  .ps-hero-actions .ps-button { width: 100%; }
  .ps-proof-list { display: grid; }
  .ps-demo { width: 100%; max-width: 100%; overflow: hidden; border-radius: 13px; }
  .ps-demo-bar { grid-template-columns: 1fr auto; }
  .ps-demo-bar > span:nth-child(2) { display: none; }
  .ps-review-ui { grid-template-columns: 68px minmax(0,1fr); min-width: 0; min-height: 315px; }
  .ps-review-panel { display: none; }
  .ps-review-ui aside { padding: 12px 7px; }
  .ps-review-sheet { padding: 11px; }
  .ps-comment-pin { right: 6px; }
  .ps-roundtrip-ui,
  .ps-lease-ui,
  .ps-time-ui { width: 100%; min-width: 0; min-height: 0; padding: 12px; }
  .ps-rt-grid { grid-template-columns: 1fr; }
  .ps-rt-side { display: none; }
  .ps-rt-sheet > div { grid-template-columns: minmax(78px,1.4fr) repeat(2,minmax(38px,.7fr)) minmax(32px,.55fr); }
  .ps-rt-sheet > div > * { min-width: 0; overflow: hidden; padding-right: 4px; padding-left: 4px; text-overflow: ellipsis; white-space: nowrap; }
  .ps-rt-footer { display: grid; grid-template-columns: 1fr auto; }
  .ps-rt-footer span { grid-column: 1 / -1; }
  .ps-rt-footer i { margin-left: 0; }
  .ps-lease-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ps-lease-metrics > div:last-child { grid-column: 1 / -1; }
  .ps-lease-body,
  .ps-time-body { grid-template-columns: 1fr; }
  .ps-lease-chart { min-height: 160px; }
  .ps-chart-bars { height: 92px; }
  .ps-lease-tasks,
  .ps-time-table,
  .ps-time-approval { min-height: 0; }
  .ps-time-metrics { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ps-time-metrics > div { min-width: 0; padding: 8px; }
  .ps-time-table > div { grid-template-columns: minmax(52px,1.4fr) repeat(5,minmax(23px,.6fr)); }
  .ps-change,
  .ps-features,
  .ps-audiences,
  .ps-faq { padding: 88px 4px; }
  .ps-heading { margin-bottom: 38px; }
  .ps-heading h2,
  .ps-pricing-copy h2,
  .ps-controls-intro h2,
  .ps-final h2 { font-size: 37px; }
  .ps-change-grid { grid-template-columns: 1fr; gap: 12px; }
  .ps-change-arrow { transform: rotate(90deg); }
  .ps-change-grid article { min-height: 340px; padding: 27px; }
  .ps-features,
  .ps-workflow,
  .ps-controls,
  .ps-final { margin-right: -14px; margin-left: -14px; padding-right: 22px; padding-left: 22px; }
  .ps-features { border-radius: 22px 22px 0 0; }
  .ps-feature-grid { grid-template-columns: 1fr; }
  .ps-feature-card,
  .ps-feature-card.is-wide { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: auto 164px; gap: 20px; min-height: 0; padding: 22px; }
  .ps-feature-card.has-screenshot,
  .ps-feature-card.has-screenshot.is-wide { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: auto auto; }
  .ps-feature-card h3 { margin-top: 24px; font-size: 22px; }
  .ps-feature-output-label { margin-top: 22px; padding-top: 0; }
  .ps-output-preview,
  .ps-feature-card.is-wide .ps-output-preview { height: 164px; min-height: 0; }
  .ps-feature-card.has-screenshot .ps-output-preview,
  .ps-feature-card.has-screenshot.is-wide .ps-output-preview { height: auto; min-height: 0; }
  .ps-output-caption { grid-template-columns: auto minmax(0,1fr) auto; gap: 6px; padding-right: 10px; padding-left: 10px; }
  .ps-output-caption small { max-width: 76px; overflow: hidden; font-size: 6px; text-overflow: ellipsis; }
  .ps-output-canvas { padding: 10px; }
  .ps-output-preview--screenshot .ps-output-canvas { padding: 0; }
  .ps-screenshot-link > span { right: 8px; bottom: 8px; padding: 6px 8px; }
  .ps-screenshot-dialog { width: calc(100vw - 18px); max-height: calc(100dvh - 18px); border-radius: 14px; }
  .ps-screenshot-dialog-panel { max-height: calc(100dvh - 18px); border-radius: 14px; }
  .ps-screenshot-dialog header { min-height: 54px; padding: 8px 9px 8px 12px; }
  .ps-screenshot-dialog header small { display: none; }
  .ps-screenshot-dialog [data-screenshot-close] { flex-basis: 36px; width: 36px; height: 36px; }
  .ps-screenshot-dialog img { max-height: calc(100dvh - 72px); }
  .ps-guide { margin: 18px -14px 0; padding: 88px 22px 24px; border-radius: 22px 22px 0 0; }
  .ps-guide-header { gap: 24px; margin-bottom: 30px; }
  .ps-guide-header h2 { font-size: 37px; }
  .ps-guide-header > div > span { font-size: 13px; }
  .ps-guide-notice { padding: 16px; }
  .ps-guide-flow,
  .ps-guide-flow:nth-child(even) { grid-template-columns: 1fr; gap: 22px; padding: 18px; border-radius: 18px; }
  .ps-guide-flow:nth-child(even) .ps-guide-flow-copy,
  .ps-guide-flow:nth-child(even) .ps-guide-shot { grid-column: auto; grid-row: auto; }
  .ps-guide-flow-copy { padding: 5px; }
  .ps-guide-flow h3 { font-size: 26px; }
  .ps-guide-shot { border-radius: 13px; }
  .ps-guide-shot-caption { min-height: 46px; padding: 8px 10px; }
  .ps-guide-shot-caption small { display: none; }
  .ps-mini-row > i,
  .ps-mini-diff i,
  .ps-mini-diff b,
  .ps-mini-diff em { padding-right: 5px; padding-left: 5px; }
  .ps-workflow { padding-top: 88px; padding-bottom: 95px; border-radius: 0 0 22px 22px; }
  .ps-workflow-list { grid-template-columns: 1fr; gap: 0; }
  .ps-workflow-list li,
  .ps-workflow-list li:nth-child(3) { display: grid; grid-template-columns: 44px 1fr; gap: 9px; min-height: 0; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .ps-workflow-list li > span { margin: 0; }
  .ps-audience-grid { grid-template-columns: 1fr; }
  .ps-audience-grid article { min-height: 0; padding: 28px; }
  .ps-audience-label { margin-bottom: 40px; }
  .ps-controls { padding-top: 90px; padding-bottom: 90px; }
  .ps-control-grid { grid-template-columns: 1fr; }
  .ps-control-grid article,
  .ps-control-grid article:nth-child(2),
  .ps-control-grid article:nth-child(n+3),
  .ps-control-grid article:nth-child(4) { min-height: 0; border-width: 1px 1px 0; }
  .ps-control-grid article:last-child { border-bottom-width: 1px; }
  .ps-control-grid h3 { margin-top: 34px; }
  .ps-controls--review .ps-control-grid { grid-template-columns: 1fr; gap: 11px; }
  .ps-controls--review .ps-control-grid article,
  .ps-controls--review .ps-control-grid article:nth-child(1),
  .ps-controls--review .ps-control-grid article:nth-child(2),
  .ps-controls--review .ps-control-grid article:nth-child(3),
  .ps-controls--review .ps-control-grid article:nth-child(4) { grid-column: auto; min-height: 0; padding: 24px; border-width: 1px; }
  .ps-controls--review .ps-control-grid article > span { top: 21px; right: 21px; }
  .ps-controls--review .ps-control-grid h3,
  .ps-controls--review .ps-control-grid article:nth-child(n+3) h3 { margin-top: 42px; font-size: 21px; }
  .ps-pricing { grid-template-columns: 1fr; gap: 44px; padding: 94px 4px; }
  .ps-price-card { padding: 25px; box-shadow: 8px 8px 0 color-mix(in srgb, var(--ps-accent) 9%, transparent); }
  .ps-final { grid-template-columns: 1fr; gap: 34px; margin-bottom: -64px; padding-top: 74px; padding-bottom: 74px; border-radius: 22px 22px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  .product-solution *,
  .product-solution *::before,
  .product-solution *::after { scroll-behavior: auto !important; transition: none !important; }
}
