/* PayStubCheck trust / transparency pages
   Scoped to .psc-trust-page to avoid colliding with homepage components. */
:root{
  --psc-trust-ink:#12230f;
  --psc-trust-muted:#5d6d58;
  --psc-trust-green:#67c900;
  --psc-trust-green-dark:#2f7200;
  --psc-trust-deep:#0b2b0e;
  --psc-trust-deeper:#061a09;
  --psc-trust-orange:#f36f00;
  --psc-trust-paper:#f8fbf3;
  --psc-trust-line:#dce7d2;
}
.psc-trust-page{background:var(--psc-trust-paper);color:var(--psc-trust-ink)}
.psc-trust-page *{box-sizing:border-box}
.psc-trust-hero{position:relative;overflow:hidden;padding:142px 5% 78px;background:linear-gradient(128deg,var(--psc-trust-deeper) 0%,#0e3512 58%,#1b3213 100%);color:#fff}
.psc-trust-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 20%,rgba(124,223,29,.20),transparent 29%),radial-gradient(circle at 10% 95%,rgba(243,111,0,.15),transparent 30%);pointer-events:none}
.psc-trust-shell{position:relative;z-index:1;width:min(1160px,100%);margin:0 auto}
.psc-trust-eyebrow{display:flex;align-items:center;gap:11px;margin:0 0 20px;color:#a2ef46;font:700 12px/1.4 'JetBrains Mono',monospace;letter-spacing:1.8px;text-transform:uppercase}
.psc-trust-eyebrow::before{content:"";width:32px;height:2px;background:currentColor}
.psc-trust-hero h1{max-width:900px;margin:0;font:800 clamp(44px,6vw,78px)/.98 'Bricolage Grotesque',sans-serif;letter-spacing:-3px}
.psc-trust-hero h1 .psc-trust-accent{color:#93e62d}
.psc-trust-lede{max-width:820px;margin:27px 0 0;color:rgba(255,255,255,.80);font-size:clamp(17px,1.6vw,20px);line-height:1.72}
.psc-trust-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.psc-trust-chip{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 13px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.86);font-size:12px;font-weight:700;backdrop-filter:blur(8px)}
.psc-trust-chip::before{content:"";width:7px;height:7px;border-radius:50%;background:#8ce62a;box-shadow:0 0 0 4px rgba(140,230,42,.10)}
.psc-trust-main{padding:76px 5% 96px}
.psc-trust-intro{width:min(1160px,100%);margin:0 auto 32px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end}
.psc-trust-intro h2{max-width:740px;margin:0;font:800 clamp(32px,4.5vw,54px)/1.02 'Bricolage Grotesque',sans-serif;letter-spacing:-1.8px;color:#17380d}
.psc-trust-intro p{max-width:430px;margin:0;color:var(--psc-trust-muted);font-size:15px;line-height:1.7}
.psc-trust-grid{width:min(1160px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.psc-info-card{position:relative;overflow:hidden;min-height:270px;padding:30px;border:1px solid var(--psc-trust-line);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(36,67,24,.07)}
.psc-info-card::after{content:"";position:absolute;right:-54px;bottom:-62px;width:150px;height:150px;border-radius:50%;background:rgba(104,201,0,.06);pointer-events:none}
.psc-info-card--accent{background:linear-gradient(145deg,#123c12,#1d5516);border-color:#1c4e17;color:#fff}
.psc-info-card--accent::after{background:rgba(255,255,255,.06)}
.psc-card-kicker{display:flex;align-items:center;gap:9px;margin-bottom:16px;color:var(--psc-trust-green-dark);font:800 11px 'JetBrains Mono',monospace;letter-spacing:1.35px;text-transform:uppercase}
.psc-card-kicker::before{content:"";width:22px;height:2px;background:var(--psc-trust-orange)}
.psc-info-card--accent .psc-card-kicker{color:#a9ed5b}
.psc-info-card h2,.psc-info-card h3{position:relative;z-index:1;margin:0 0 14px;color:#234f0d;font:800 clamp(25px,2.6vw,34px)/1.08 'Bricolage Grotesque',sans-serif;letter-spacing:-.8px}
.psc-info-card--accent h2,.psc-info-card--accent h3{color:#fff}
.psc-info-card p,.psc-info-card li{position:relative;z-index:1;color:#4d5c48;font-size:15px;line-height:1.75}
.psc-info-card p{margin:0}
.psc-info-card ul{margin:14px 0 0;padding-left:20px}
.psc-info-card--accent p,.psc-info-card--accent li{color:rgba(255,255,255,.78)}
.psc-info-card a{color:#397d00;font-weight:800;text-decoration-thickness:1.5px;text-underline-offset:3px}
.psc-info-card--accent a{color:#b5f36b}
.psc-trust-callout{width:min(1160px,100%);margin:22px auto 0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:28px 30px;border:1px solid #cee2bd;border-radius:22px;background:linear-gradient(105deg,#edf8e4,#fffaf4)}
.psc-trust-callout strong{display:block;margin-bottom:6px;color:#1f4c0d;font:800 22px 'Bricolage Grotesque',sans-serif}
.psc-trust-callout p{margin:0;max-width:780px;color:var(--psc-trust-muted);font-size:14px;line-height:1.65}
.psc-trust-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 19px;border-radius:13px;background:var(--psc-trust-orange);color:#fff!important;text-decoration:none!important;font-weight:800;white-space:nowrap;box-shadow:0 11px 28px rgba(243,111,0,.18)}
.psc-process-number{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:20px;border-radius:12px;background:#ecf8e0;color:#357600;font:800 15px 'JetBrains Mono',monospace}
.psc-info-card--accent .psc-process-number{background:rgba(255,255,255,.11);color:#b8f46e}
@media(max-width:820px){
  .psc-trust-hero{padding:118px 5% 64px}
  .psc-trust-hero h1{letter-spacing:-2.1px}
  .psc-trust-intro{grid-template-columns:1fr;align-items:start}
  .psc-trust-grid{grid-template-columns:1fr}
  .psc-info-card{min-height:0}
  .psc-trust-callout{grid-template-columns:1fr}
  .psc-trust-button{width:100%}
}
@media(max-width:560px){
  .psc-trust-main{padding:58px 5% 76px}
  .psc-info-card{padding:24px;border-radius:18px}
  .psc-trust-callout{padding:24px}
}
