/* AuditFile® Client Portal landing page.
   Self-contained: every rule is scoped under .ptl-site (plus the .af-sitemap
   accent override below). Loaded only on static_pages#portal. */

html {
  scroll-behavior: smooth;
}

body > .main {
  padding-top: 0;
}

.ptl-site {
  --ptl-slate: #24343f;
  --ptl-slate-deep: #17242d;
  --ptl-teal: #0a8fa3;
  --ptl-teal-dark: #077487;
  --ptl-amber: #e8a13d;
  --ptl-aqua: #d9eef2;
  --ptl-mist: #eff6f8;
  --ptl-sand: #faf8f3;
  --ptl-ink: #22333d;
  --ptl-copy: #576b76;
  --ptl-line: #dfe8ec;
  --ptl-white: #ffffff;
  background: var(--ptl-white);
  color: var(--ptl-ink);
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-size: 17px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.ptl-site * {
  box-sizing: border-box;
}

.ptl-site a:focus-visible,
.ptl-site button:focus-visible {
  outline: 3px solid var(--ptl-amber);
  outline-offset: 3px;
}

.ptl-site-container {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}

/* Skip link: visually hidden until keyboard focus. */
.ptl-skip {
  background: var(--ptl-slate);
  border-radius: 0 0 10px 0;
  color: var(--ptl-white) !important;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  padding: 13px 19px;
  position: absolute;
  text-decoration: none;
  top: 0;
  transform: translateY(-140%);
  transition: transform .2s ease;
  z-index: 200;
}

.ptl-skip:focus {
  transform: translateY(0);
}

/* Dedicated product navigation */
.ptl-site .ptl-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(36, 52, 63, .1);
  box-shadow: 0 8px 28px rgba(36, 52, 63, .06);
  height: auto;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}

.ptl-header-inner {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  min-height: 80px;
}

.ptl-brand {
  align-items: center;
  color: var(--ptl-slate) !important;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  text-decoration: none;
}

.ptl-brand-auditfile {
  display: block;
  height: 35px;
  width: 158px;
}

.ptl-brand-divider {
  background: var(--ptl-line);
  height: 31px;
  width: 1px;
}

.ptl-brand-product {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.ptl-header-links {
  align-items: center;
  display: flex;
  gap: 28px;
  margin-left: auto;
}

.ptl-header-links a,
.ptl-header-login {
  color: var(--ptl-ink) !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.ptl-header-links a:hover,
.ptl-header-login:hover {
  color: var(--ptl-teal) !important;
}

.ptl-header-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
}

.ptl-header-cta {
  background: var(--ptl-slate);
  border-radius: 9px;
  color: var(--ptl-white) !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 18px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.ptl-header-cta:hover {
  background: var(--ptl-teal);
  transform: translateY(-1px);
}

/* Hero */
.ptl-site-hero {
  background:
    radial-gradient(circle at 88% 4%, rgba(10, 143, 163, .13), transparent 32%),
    linear-gradient(115deg, #f8fcfd 0%, var(--ptl-mist) 100%);
  overflow: hidden;
  padding: 88px 0 82px;
  position: relative;
}

.ptl-site-hero:before,
.ptl-site-hero:after {
  border: 1px solid rgba(10, 143, 163, .12);
  border-radius: 28px;
  content: '';
  height: 250px;
  position: absolute;
  transform: rotate(18deg);
  width: 250px;
}

.ptl-site-hero:before {
  left: -170px;
  top: 70px;
}

.ptl-site-hero:after {
  bottom: -190px;
  right: 33%;
}

.ptl-hero-grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
  position: relative;
  z-index: 1;
}

.ptl-eyebrow,
.ptl-section-heading > span,
.ptl-final-cta-inner > div > span {
  color: var(--ptl-teal-dark);
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ptl-site h1 {
  color: var(--ptl-slate);
  font-size: clamp(46px, 5vw, 66px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.01;
  margin: 20px 0 24px;
  max-width: 660px;
}

.ptl-lede {
  color: var(--ptl-copy);
  font-size: 21px;
  line-height: 1.55;
  margin: 0;
  max-width: 640px;
}

.ptl-site-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.ptl-site-button {
  border: 1px solid transparent;
  border-radius: 9px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  padding: 15px 20px;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.ptl-site-button:hover {
  transform: translateY(-2px);
}

.ptl-site-button-primary {
  background: var(--ptl-slate);
  color: var(--ptl-white) !important;
}

.ptl-site-button-primary:hover {
  background: var(--ptl-teal);
}

.ptl-site-button-secondary {
  background: rgba(255, 255, 255, .76);
  border-color: rgba(36, 52, 63, .22);
  color: var(--ptl-slate) !important;
}

.ptl-site-button-secondary:hover {
  background: var(--ptl-white);
  border-color: var(--ptl-teal);
  color: var(--ptl-teal-dark) !important;
}

.ptl-site-text-link {
  align-self: center;
  border-bottom: 1px solid rgba(10, 143, 163, .35);
  color: var(--ptl-teal-dark) !important;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
  padding: 5px 0 3px;
  text-decoration: none;
}

.ptl-site-text-link:hover {
  border-color: var(--ptl-teal-dark);
}

/* CSS product preview: a PBC request list window, no images needed. */
.ptl-product-stage {
  margin-right: -74px;
  position: relative;
}

.ptl-product-stage:before {
  background: var(--ptl-amber);
  border-radius: 22px;
  content: '';
  height: 116px;
  left: -24px;
  opacity: .65;
  position: absolute;
  top: -22px;
  width: 116px;
}

.ptl-product-window {
  background: var(--ptl-white);
  border: 1px solid rgba(36, 52, 63, .12);
  border-radius: 17px;
  box-shadow: 0 30px 70px rgba(23, 36, 45, .2);
  overflow: hidden;
  position: relative;
  transform: rotate(1deg);
}

.ptl-window-bar {
  align-items: center;
  background: var(--ptl-slate);
  color: rgba(255, 255, 255, .78);
  display: grid;
  font-size: 12px;
  grid-template-columns: 95px 1fr auto;
  min-height: 55px;
  padding: 0 20px;
}

.ptl-window-bar > span {
  font-weight: 700;
}

.ptl-window-bar > b {
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
  font-weight: 500;
}

.ptl-window-dots {
  display: flex;
  gap: 6px;
}

.ptl-window-dots i {
  background: rgba(255, 255, 255, .4);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.ptl-window-dots i:first-child {
  background: var(--ptl-amber);
}

.ptl-window-body {
  padding: 26px;
}

.ptl-window-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.ptl-window-heading span,
.ptl-receipt-top span {
  color: #7a8e9d;
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 5px;
}

.ptl-window-heading h2 {
  color: var(--ptl-slate);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.02em;
  margin: 0;
}

.ptl-status-pill {
  background: var(--ptl-aqua);
  border: 1px solid #bfe0e7;
  border-radius: 999px;
  color: var(--ptl-teal-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 7px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ptl-request-rows {
  border: 1px solid #dce8eb;
  border-radius: 11px;
  overflow: hidden;
}

.ptl-request-row {
  align-items: center;
  background: var(--ptl-white);
  border-bottom: 1px solid #e7eef1;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
  padding: 12px 14px;
}

.ptl-request-row:last-child {
  border-bottom: 0;
}

.ptl-request-row:nth-child(2) {
  background: #f4fafb;
}

.ptl-request-copy strong,
.ptl-request-copy span {
  display: block;
}

.ptl-request-copy strong {
  color: var(--ptl-slate);
  font-size: 12px;
  margin-bottom: 2px;
}

.ptl-request-copy span {
  color: #718694;
  font-size: 10px;
  line-height: 1.35;
}

.ptl-pill {
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 6px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ptl-pill-requested {
  background: #fdf3e2;
  border: 1px solid #f1d6a4;
  color: #a3690f;
}

.ptl-pill-received {
  background: #e7f4f7;
  border: 1px solid #bfe0e7;
  color: var(--ptl-teal-dark);
}

.ptl-pill-accepted {
  background: var(--ptl-teal);
  border: 1px solid var(--ptl-teal);
  color: var(--ptl-white);
}

.ptl-upload-zone {
  align-items: center;
  background: #f8fbfc;
  border: 1.5px dashed #b6d5dc;
  border-radius: 11px;
  display: grid;
  gap: 13px;
  grid-template-columns: auto 1fr;
  margin-top: 13px;
  padding: 13px 16px;
}

.ptl-upload-zone > i {
  background: var(--ptl-aqua);
  border-radius: 8px;
  color: var(--ptl-teal-dark);
  display: grid;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  height: 34px;
  place-items: center;
  width: 34px;
}

.ptl-upload-zone strong,
.ptl-upload-zone span {
  display: block;
}

.ptl-upload-zone strong {
  color: var(--ptl-slate);
  font-size: 12px;
  margin-bottom: 2px;
}

.ptl-upload-zone span {
  color: #718694;
  font-size: 10px;
  line-height: 1.35;
}

.ptl-window-footer {
  align-items: center;
  border-top: 1px solid #e4ecef;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 15px;
}

.ptl-window-footer span {
  color: #81939f;
  font-size: 10px;
}

.ptl-window-footer b {
  background: var(--ptl-slate);
  border-radius: 7px;
  color: var(--ptl-white);
  font-size: 10px;
  padding: 9px 12px;
  white-space: nowrap;
}

/* Proof strip */
.ptl-proof-strip {
  background: var(--ptl-white);
  border-bottom: 1px solid var(--ptl-line);
  padding: 26px 0;
}

.ptl-proof-strip .ptl-site-container {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(210px, .85fr) minmax(0, 2.15fr);
}

.ptl-proof-strip p {
  color: var(--ptl-slate);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.ptl-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ptl-proof-item {
  border-left: 1px solid var(--ptl-line);
  padding: 5px 20px;
}

.ptl-proof-item strong,
.ptl-proof-item span {
  display: block;
}

.ptl-proof-item strong {
  color: var(--ptl-teal-dark);
  font-size: 13px;
  margin-bottom: 3px;
}

.ptl-proof-item span {
  color: var(--ptl-copy);
  font-size: 12px;
  line-height: 1.35;
}

/* Shared sections */
.ptl-site-section {
  padding: 96px 0;
  scroll-margin-top: 80px;
}

.ptl-section-heading {
  margin-bottom: 42px;
  max-width: 790px;
}

.ptl-section-heading-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.ptl-section-heading h2,
.ptl-final-cta h2 {
  color: var(--ptl-slate);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.07;
  margin: 13px 0 16px;
}

.ptl-section-heading p {
  color: var(--ptl-copy);
  font-size: 19px;
  line-height: 1.55;
  margin: 0;
}

/* Request lists */
.ptl-requests-section {
  background:
    radial-gradient(circle at 6% 6%, rgba(10, 143, 163, .08), transparent 26%),
    linear-gradient(180deg, #f8fbfc 0%, #f2f7f8 100%);
}

.ptl-feature-grid {
  display: grid;
  gap: 18px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ptl-feature-card {
  background: var(--ptl-white);
  border: 1px solid #d7e4e8;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(36, 52, 63, .055);
  padding: 27px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ptl-feature-card:hover {
  border-color: rgba(10, 143, 163, .42);
  box-shadow: 0 15px 34px rgba(36, 52, 63, .1);
  transform: translateY(-2px);
}

.ptl-feature-card h3,
.ptl-ai-card h3,
.ptl-share-card h3,
.ptl-check-item h3 {
  color: var(--ptl-slate);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.22;
  margin: 0 0 11px;
}

.ptl-feature-card p,
.ptl-ai-card p,
.ptl-share-card p,
.ptl-check-item p {
  color: var(--ptl-copy);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.ptl-feature-card h3:before {
  background: var(--ptl-aqua);
  border-radius: 8px;
  color: var(--ptl-teal-dark);
  content: '\2713';
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 17px;
  text-align: center;
  width: 28px;
}

/* AI on both sides */
.ptl-ai-section {
  background: var(--ptl-white);
}

.ptl-ai-grid {
  display: grid;
  gap: 18px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ptl-ai-card {
  background: var(--ptl-white);
  border: 1px solid var(--ptl-line);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(36, 52, 63, .06);
  padding: 30px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ptl-ai-card:hover {
  border-color: #b3d9e0;
  box-shadow: 0 18px 40px rgba(36, 52, 63, .1);
  transform: translateY(-4px);
}

.ptl-ai-label {
  color: var(--ptl-teal-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.ptl-flow-line {
  align-items: stretch;
  background: var(--ptl-mist);
  border: 1px solid #d4e6eb;
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  margin-top: 26px;
  padding: 18px;
}

.ptl-flow-line > i {
  align-self: center;
  color: var(--ptl-teal);
  font-size: 19px;
  font-style: normal;
}

.ptl-flow-node {
  background: rgba(255, 255, 255, .84);
  border: 1px solid #d7e4e8;
  border-radius: 10px;
  padding: 14px 15px;
}

.ptl-flow-node-primary {
  background: var(--ptl-slate);
  border-color: var(--ptl-slate);
}

.ptl-flow-node strong,
.ptl-flow-node span {
  display: block;
}

.ptl-flow-node strong {
  color: var(--ptl-slate);
  font-size: 12px;
  margin-bottom: 4px;
}

.ptl-flow-node span {
  color: var(--ptl-copy);
  font-size: 11px;
  line-height: 1.35;
}

.ptl-flow-node-primary strong {
  color: var(--ptl-white);
}

.ptl-flow-node-primary span {
  color: #c3d3dc;
}

/* Secure messages (dark) */
.ptl-messages-section {
  background: var(--ptl-slate-deep);
  color: var(--ptl-white);
}

.ptl-messages-grid {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr .9fr;
}

.ptl-messages-section .ptl-section-heading h2,
.ptl-check-item h3 {
  color: var(--ptl-white);
}

.ptl-messages-section .ptl-section-heading > span {
  color: #7fd2de;
}

.ptl-messages-section .ptl-section-heading p,
.ptl-check-item p {
  color: #bccdd7;
}

.ptl-messages-section .ptl-section-heading {
  margin-bottom: 32px;
}

.ptl-check-list {
  display: grid;
  gap: 22px;
}

.ptl-check-item {
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
}

.ptl-check-item > i {
  background: rgba(127, 210, 222, .16);
  border: 1px solid rgba(127, 210, 222, .35);
  border-radius: 50%;
  color: #7fd2de;
  display: grid;
  font-size: 12px;
  font-style: normal;
  height: 28px;
  place-items: center;
  width: 28px;
}

.ptl-check-item h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.ptl-receipt-card {
  background: var(--ptl-white);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .24);
  color: var(--ptl-ink);
  overflow: hidden;
}

.ptl-receipt-top {
  align-items: center;
  border-bottom: 1px solid var(--ptl-line);
  display: flex;
  justify-content: space-between;
  padding: 22px 24px;
}

.ptl-receipt-top strong {
  color: var(--ptl-slate);
  font-size: 18px;
}

.ptl-receipt-list {
  padding: 7px 24px;
}

.ptl-receipt-row {
  align-items: center;
  border-bottom: 1px solid #e7edef;
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr auto;
  padding: 16px 0;
}

.ptl-receipt-row:last-child {
  border-bottom: 0;
}

.ptl-receipt-row > i {
  background: var(--ptl-aqua);
  border-radius: 50%;
  color: var(--ptl-teal-dark);
  display: grid;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  height: 26px;
  place-items: center;
  width: 26px;
}

.ptl-receipt-row > div strong,
.ptl-receipt-row > div span {
  display: block;
}

.ptl-receipt-row > div strong {
  color: var(--ptl-slate);
  font-size: 13px;
  margin-bottom: 3px;
}

.ptl-receipt-row > div span {
  color: #768a97;
  font-family: "SF Mono", "Consolas", "Menlo", monospace;
  font-size: 10px;
  letter-spacing: .02em;
}

.ptl-receipt-row > b {
  color: var(--ptl-teal-dark);
  font-size: 9px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ptl-receipt-note {
  background: var(--ptl-mist);
  color: var(--ptl-copy);
  font-size: 12px;
  line-height: 1.5;
  padding: 17px 24px;
}

/* Secure file sharing */
.ptl-share-section {
  background: var(--ptl-sand);
}

.ptl-share-grid {
  display: grid;
  gap: 18px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ptl-share-card {
  background: var(--ptl-white);
  border: 1px solid #e6e0d2;
  border-radius: 14px;
  border-top: 3px solid var(--ptl-amber);
  box-shadow: 0 8px 24px rgba(36, 52, 63, .05);
  display: flex;
  flex-direction: column;
  padding: 29px;
  transition: box-shadow .2s ease, transform .2s ease;
}

.ptl-share-card:hover {
  box-shadow: 0 15px 34px rgba(36, 52, 63, .09);
  transform: translateY(-2px);
}

.ptl-expiry-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.ptl-expiry-chips span {
  background: #f6f3ea;
  border: 1px solid #e4dcc8;
  border-radius: 999px;
  color: #7d7358;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
}

.ptl-expiry-chips .ptl-expiry-chip-active {
  background: var(--ptl-amber);
  border-color: var(--ptl-amber);
  color: var(--ptl-white);
}

/* Built into the engagement */
.ptl-builtin-section {
  background: var(--ptl-white);
  padding-bottom: 110px;
}

.ptl-builtin-banner {
  background: var(--ptl-mist);
  border: 1px solid #d4e6eb;
  border-radius: 14px;
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 28px;
}

.ptl-builtin-item {
  display: grid;
  gap: 13px;
  grid-template-columns: auto 1fr;
}

.ptl-builtin-item > i {
  background: var(--ptl-white);
  border: 1px solid #bfe0e7;
  border-radius: 50%;
  color: var(--ptl-teal-dark);
  display: grid;
  font-size: 12px;
  font-style: normal;
  height: 28px;
  place-items: center;
  width: 28px;
}

.ptl-builtin-item strong,
.ptl-builtin-item span {
  display: block;
}

.ptl-builtin-item strong {
  color: var(--ptl-slate);
  font-size: 15px;
  margin-bottom: 4px;
}

.ptl-builtin-item span {
  color: var(--ptl-copy);
  font-size: 13px;
  line-height: 1.45;
}

/* Final CTA */
.ptl-final-cta {
  background: var(--ptl-slate);
  color: var(--ptl-white);
  padding: 74px 0;
}

.ptl-final-cta-inner {
  align-items: center;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr auto;
}

.ptl-final-cta-inner > div > span {
  color: #7fd2de;
}

.ptl-final-cta h2 {
  color: var(--ptl-white);
  font-size: clamp(32px, 4vw, 46px);
  margin-bottom: 12px;
  max-width: 780px;
}

.ptl-final-cta p {
  color: #c3d3dc;
  font-size: 17px;
  margin: 0;
}

.ptl-final-cta .ptl-site-actions {
  flex-wrap: nowrap;
  margin: 0;
}

.ptl-final-cta .ptl-site-button-primary {
  background: var(--ptl-amber);
  color: var(--ptl-slate) !important;
}

.ptl-final-cta .ptl-site-button-primary:hover {
  background: #f0b45c;
}

/* Sitemap accent: recolor the shared footer sitemap to portal teal. */
.af-sitemap {
  --afsm-accent: #0a8fa3;
}

/* Compact brand footer */
.ptl-footer {
  background: #101c24;
  color: #9fb2c0;
  padding: 48px 0 34px;
  position: static;
}

.ptl-footer-inner {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto;
}

.ptl-footer-brand img {
  filter: brightness(0) invert(1);
  height: 35px;
  opacity: .95;
  width: 158px;
}

.ptl-footer-brand p {
  font-size: 13px;
  margin: 12px 0 0;
  max-width: 560px;
}

.ptl-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.ptl-footer a {
  color: #d5e0e7;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.ptl-footer a:hover {
  color: var(--ptl-white);
}

.ptl-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 11px;
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 24px;
}

/* Responsive */
@media (max-width: 1100px) {
  .ptl-header-links {
    display: none;
  }

  .ptl-hero-grid {
    gap: 42px;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  }

  .ptl-product-stage {
    margin-right: -30px;
  }

  .ptl-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .ptl-site-container {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ptl-header-inner {
    min-height: 70px;
  }

  .ptl-brand-auditfile {
    height: 29px;
    width: 131px;
  }

  .ptl-brand-divider {
    height: 27px;
  }

  .ptl-brand-product {
    font-size: 17px;
  }

  .ptl-hero-grid,
  .ptl-messages-grid {
    grid-template-columns: 1fr;
  }

  .ptl-site-hero {
    padding: 68px 0 64px;
  }

  .ptl-hero-copy {
    max-width: 730px;
  }

  .ptl-product-stage {
    margin: 15px 0 0;
  }

  .ptl-proof-strip .ptl-site-container {
    gap: 24px;
    grid-template-columns: 1fr;
  }

  .ptl-proof-grid {
    border-top: 1px solid var(--ptl-line);
    padding-top: 20px;
  }

  .ptl-proof-item:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .ptl-site-section {
    padding: 76px 0;
  }

  .ptl-messages-grid {
    gap: 48px;
  }

  .ptl-ai-grid {
    grid-template-columns: 1fr;
  }

  .ptl-flow-line {
    grid-template-columns: 1fr;
  }

  .ptl-flow-line > i {
    justify-self: center;
    transform: rotate(90deg);
  }

  .ptl-share-grid,
  .ptl-builtin-banner {
    grid-template-columns: 1fr;
  }

  .ptl-final-cta-inner {
    grid-template-columns: 1fr;
  }

  .ptl-final-cta .ptl-site-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .ptl-site {
    font-size: 16px;
  }

  .ptl-header-inner {
    gap: 12px;
  }

  .ptl-brand {
    gap: 8px;
  }

  .ptl-brand-auditfile {
    height: 26px;
    width: 117px;
  }

  .ptl-brand-divider,
  .ptl-header-login {
    display: none;
  }

  .ptl-brand-product {
    font-size: 15px;
  }

  .ptl-header-cta {
    border-radius: 7px;
    font-size: 13px;
    padding: 10px 12px;
  }

  .ptl-site-hero {
    padding-top: 53px;
  }

  .ptl-site h1 {
    font-size: 41px;
  }

  .ptl-lede {
    font-size: 18px;
  }

  .ptl-site-actions,
  .ptl-site-button {
    width: 100%;
  }

  .ptl-site-button {
    align-items: center;
  }

  .ptl-site-text-link {
    margin: 3px 0 0;
    text-align: center;
  }

  .ptl-product-stage:before {
    display: none;
  }

  .ptl-window-bar {
    grid-template-columns: 65px 1fr;
  }

  .ptl-window-bar > b {
    display: none;
  }

  .ptl-window-body {
    padding: 18px;
  }

  .ptl-request-copy span,
  .ptl-upload-zone span,
  .ptl-window-footer span {
    display: none;
  }

  .ptl-proof-grid,
  .ptl-feature-grid {
    grid-template-columns: 1fr;
  }

  .ptl-proof-item,
  .ptl-proof-item:first-child {
    border-bottom: 1px solid var(--ptl-line);
    border-left: 0;
    padding: 13px 0;
  }

  .ptl-proof-item:last-child {
    border-bottom: 0;
  }

  .ptl-receipt-top,
  .ptl-receipt-list {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ptl-receipt-row {
    grid-template-columns: auto 1fr;
  }

  .ptl-receipt-row > b {
    display: none;
  }

  .ptl-final-cta {
    padding: 60px 0;
  }

  .ptl-final-cta .ptl-site-actions {
    width: 100%;
  }

  .ptl-footer-inner {
    grid-template-columns: 1fr;
  }

  .ptl-footer-links {
    gap: 15px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ptl-site *,
  .ptl-site *:before,
  .ptl-site *:after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
