:root {
  --navy: #09162b;
  --navy-soft: #132641;
  --orange: #f57b20;
  --orange-dark: #d95e08;
  --ink: #13233b;
  --muted: #5f6c7d;
  --surface: #f4f6f8;
  --paper: #fff;
  --line: #dfe4ea;
  --danger: #a22c32;
  --shadow: 0 14px 38px rgba(9, 22, 43, .1);
  color: var(--ink);
  background: var(--surface);
  font-family: Montserrat, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .75rem; background: #fff; }
.skip-link:focus { top: 1rem; }
button, input, select, textarea, a { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.site-header { position: relative; z-index: 2; color: #fff; background: var(--navy); }
.header-inner, .page, .footer-inner { width: min(1160px, calc(100% - 2rem)); margin: auto; }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; margin-right: auto; text-decoration: none; }
.brand img { display: block; width: 172px; height: 46px; object-fit: cover; object-position: 50% 52%; border-radius: 2px; }
.suite-name { color: #fff; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: .25rem; flex-wrap: wrap; }
.nav a, .link-button { padding: .65rem .72rem; border: 0; border-radius: 7px; color: inherit; background: none; text-decoration: none; cursor: pointer; }
.nav a[aria-current=page] { background: rgba(255,255,255,.14); }
.hero { padding: 5.5rem 0 7rem; color: white; background: linear-gradient(115deg, rgba(9,22,43,.98), rgba(9,22,43,.84)), radial-gradient(circle at 85% 15%, #233c5d, var(--navy)); }
.hero-grid { display: grid; gap: 2rem; }
.eyebrow { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy); font-weight: 800; letter-spacing: -.025em; }
.hero h1, .page-title h1 { max-width: 850px; margin: .6rem 0 1rem; font-size: clamp(2.4rem, 7vw, 4.7rem); line-height: 1.04; }
.hero h1, .member-hero h1 { color: #fff; }
.hero p { max-width: 670px; color: #e4e9ef; font-size: 1.12rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: .82rem 1.15rem; border: 0; border-radius: 8px; color: #fff; background: var(--orange); box-shadow: 0 6px 18px rgba(245,123,32,.2); font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover { background: var(--orange-dark); }
.button:disabled { opacity: .65; cursor: wait; }
.button.secondary { color: #fff; border: 1px solid rgba(255,255,255,.7); background: transparent; box-shadow: none; }
.button.small { padding: .62rem .82rem; font-size: .88rem; }
.section { padding: 4.5rem 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.75rem; }
.section-heading h2 { margin: .35rem 0 0; font-size: clamp(1.8rem,4vw,2.8rem); }
.section-heading p { max-width: 580px; color: var(--muted); }
.catalog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,280px),1fr)); gap: 1.15rem; }
.guide-card, .history-row, .auth-card, .empty-state, .placeholder, .service-error { padding: 1.5rem; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.status { padding: .32rem .58rem; border-radius: 99px; color: #465365; background: #edf0f3; font-size: .73rem; font-weight: 800; }
.status.active, .status.all-access, .status.individual { color: #0d5c49; background: #e1f1ec; }
.status.expired { color: #8b382e; background: #f8e6e2; }
.guide-card h3, .history-row h3 { margin: 1rem 0 .5rem; font-size: 1.28rem; }
.guide-card > p { min-height: 4.7rem; color: var(--muted); line-height: 1.55; }
.guide-meta { display: flex; justify-content: space-between; gap: .5rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.text-link { display: inline-block; margin-top: 1.15rem; color: var(--orange-dark); font-weight: 800; }
.pricing { display: grid; gap: 1.5rem; padding: 2.25rem; border: 1px solid #dce2e8; border-left: 6px solid var(--orange); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.price { color: var(--navy); font-size: 2.6rem; font-weight: 800; }
.price small { font-size: 1rem; }
.site-footer { padding: 2rem 0; color: #dce3ec; background: var(--navy); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-logo { width: 150px; height: 40px; object-fit: cover; object-position: 50% 52%; }
.page { padding: 2.75rem 0 5rem; }
.page-title h1 { font-size: clamp(2.2rem,6vw,3.8rem); }
.page-title p { color: var(--muted); font-size: 1.08rem; }
.member-hero { min-height: 330px; color: #fff; background: linear-gradient(90deg, rgba(9,22,43,.9), rgba(9,22,43,.25)), url("images/pinnacle-sunrise.png") center 56% / cover no-repeat; }
.member-hero .page-title { max-width: 720px; padding-top: 2.5rem; }
.member-hero .page-title p { color: #eef2f6; }
.member-content { margin-top: -3rem; position: relative; }
.auth-screen { display: grid; min-height: calc(100vh - 82px); place-items: center; padding: 3.5rem 0; background: linear-gradient(90deg, rgba(9,22,43,.83), rgba(9,22,43,.42)), url("images/pinnacle-snowcaps.png") center / cover no-repeat; }
.auth-wrap { width: min(490px, calc(100% - 2rem)); margin-left: max(1rem, calc((100vw - 1160px)/2)); margin-right: auto; }
.auth-card { padding: clamp(1.6rem,5vw,2.5rem); }
.auth-card h1 { margin: .55rem 0 .6rem; font-size: clamp(2rem,5vw,3rem); line-height: 1.06; }
.auth-intro { margin: 0 0 1.5rem; color: var(--ink); font-size: 1.04rem; font-weight: 650; }
.field { display: grid; gap: .45rem; margin: 1rem 0; }
.field label { color: var(--navy); font-weight: 750; }
.field input { width: 100%; padding: .85rem; border: 1px solid #aeb8c4; border-radius: 8px; background: #fff; font-size: 1rem; }
.form-actions { display: grid; gap: .75rem; margin-top: 1.25rem; }
.form-note, .form-links { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.form-links a { color: #1e4d80; font-weight: 650; }
.message { margin: 1rem 0; padding: .8rem; border-radius: 8px; }
.message.error { color: var(--danger); background: #fae7e8; }
.message.success { color: #155743; background: #e2f1ec; }
.history-list { display: grid; gap: .8rem; }
.history-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.history-row h3 { margin: .3rem 0; }
.history-row p { margin: .25rem 0; color: var(--muted); }
.control-hero { color:#fff; background:linear-gradient(115deg,#09162b 0%,#132641 70%,#243f60 100%); }
.control-hero .page { padding-top:3.4rem; padding-bottom:4.7rem; }
.control-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:2rem; }
.control-heading h1 { margin:.45rem 0 .8rem; color:#fff; font-size:clamp(2.5rem,6vw,4.6rem); line-height:1.02; }
.control-heading p { max-width:700px; margin:0; color:#dce5ef; font-size:1.08rem; line-height:1.65; }
.history-access { flex:none; padding:.75rem 0; color:#fff; font-weight:800; text-decoration:none; border-bottom:2px solid var(--orange); }
.control-panel { display:grid; gap:2.8rem; margin-top:-2rem; position:relative; }
.context-card { display:flex; align-items:center; justify-content:space-between; gap:2rem; padding:1.8rem 2rem; border:1px solid var(--line); border-top:5px solid var(--orange); border-radius:16px; background:#fff; box-shadow:var(--shadow); }
.context-card h2,.panel-section-heading h2 { margin:.35rem 0 .55rem; font-size:clamp(1.55rem,3vw,2.15rem); }
.context-card p { max-width:780px; margin:0; color:var(--muted); line-height:1.6; }
.panel-section { min-width:0; }
.panel-section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:1.25rem; margin-bottom:1.1rem; }
.panel-section-heading h2 { margin-bottom:0; }
.panel-section-heading p { max-width:440px; margin:0; color:var(--muted); }
.panel-section-heading>a { color:#1e4d80; font-weight:800; }
.attention-section { padding:1.65rem; border:1px solid #e7d6c8; border-radius:16px; background:#fffaf6; }
.attention-empty { display:flex; align-items:center; gap:1rem; padding:1.1rem 1.2rem; border:1px solid #dfe6e3; border-radius:12px; background:#fff; }
.attention-empty h3,.panel-empty h3 { margin:0 0 .35rem; font-size:1.05rem; }
.attention-empty p,.panel-empty p { margin:0; color:var(--muted); line-height:1.55; }
.attention-mark { display:grid; width:2.4rem; height:2.4rem; flex:none; color:#fff; background:#16705a; border-radius:50%; place-items:center; font-weight:900; }
.hat-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.hat-card { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:1rem; min-height:144px; padding:1.35rem; color:var(--ink); border:1px solid var(--line); border-radius:14px; background:#fff; box-shadow:0 8px 24px rgba(9,22,43,.07); text-decoration:none; transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease; }
.hat-card:hover { transform:translateY(-2px); border-color:#b9c5d2; box-shadow:var(--shadow); }
.hat-label { display:grid; width:4.4rem; height:4.4rem; padding:.4rem; color:#fff; background:var(--navy); border-radius:50%; place-items:center; text-align:center; font-size:.78rem; font-weight:900; letter-spacing:.04em; }
.hat-card strong { display:block; margin-bottom:.4rem; color:var(--navy); font-size:1.14rem; }
.hat-card small { display:block; color:var(--muted); font-size:.88rem; line-height:1.5; }
.hat-arrow { color:var(--orange-dark); font-size:1.45rem; font-weight:900; }
.control-columns { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr); gap:1.4rem; align-items:start; }
.decision-list { display:grid; gap:.75rem; }
.decision-card { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1.15rem 1.25rem; border:1px solid var(--line); border-radius:12px; background:#fff; }
.decision-card h3 { margin:.25rem 0; font-size:1.05rem; }
.decision-card p { margin:0; color:var(--muted); font-size:.86rem; }
.decision-card .text-link { margin:0; white-space:nowrap; }
.panel-empty { padding:1.5rem; border:1px dashed #b7c2ce; border-radius:12px; background:#f8fafb; }
.signal-empty { min-height:170px; display:grid; align-content:center; }
.hat-placeholder { max-width:720px; margin:2rem auto; }
.cfo-observation { overflow-wrap:anywhere; }
.cfo-content { margin-top:1.5rem; }
.cfo-observation p,.cfo-observation details { margin:.7rem 0; }
.cfo-content + .hero-actions { margin:2rem 0; }
.monthly-review { max-width:960px; }
.mfr-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.mfr-events { white-space:pre-wrap; overflow-wrap:anywhere; }
.mfr-table { overflow-x:auto; margin:1.5rem 0; }
.mfr-table table { width:100%; border-collapse:collapse; text-align:left; }
.mfr-table th,.mfr-table td { padding:.8rem; border-bottom:1px solid var(--line); }
.mfr-table caption { text-align:left; font-size:1.3rem; font-weight:800; padding:.8rem; }
.monthly-review .hero-actions { margin:1.5rem 0; }
@media(max-width:600px) { .mfr-fields { grid-template-columns:1fr; } }

.lock { display: grid; max-width: 300px; gap: .25rem; color: #85382f; text-align: right; }
.lock span, .locked-note { font-size: .85rem; }
.empty-state, .placeholder, .service-error { padding: 3rem; text-align: center; }
.service-error { max-width: 680px; margin: 3rem auto; }
.loading-shell { padding: 4rem; text-align: center; }
.guide-mount { min-height: 60vh; }
.seo-guide,.lead-guide { width:min(1160px,calc(100% - 2rem)); margin:auto; padding:3rem 0 5rem; }
.seo-guide.narrow,.lead-guide.narrow { width:min(800px,calc(100% - 2rem)); }
.seo-overview { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr); gap:clamp(2rem,6vw,5rem); align-items:center; min-height:650px; }
.seo-overview h1,.result-hero h1,.guide-heading h1 { margin:.6rem 0 1rem; font-size:clamp(2.35rem,6vw,4.7rem); line-height:1.04; }
.lede { color:var(--muted); font-size:1.12rem; line-height:1.7; }
.quiet,.field-help { color:var(--muted); font-size:.88rem; line-height:1.5; }
.ascent-card,.progress-card,.review-card,.locked-result,.roadmap-phase,.metric-grid article,.route-card,.seo-guide.result>section,.lead-guide.result>section { padding:clamp(1.4rem,4vw,2.3rem); border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:var(--shadow); }
.ascent-card { border-top:5px solid var(--orange); }
.ascent-card ol { list-style:none; padding:0; counter-reset:ascent; }
.ascent-card li { display:grid; gap:.3rem; padding:1rem 0 1rem 2.8rem; border-bottom:1px solid var(--line); position:relative; }
.ascent-card li::before { counter-increment:ascent; content:counter(ascent); position:absolute; left:0; display:grid; width:1.8rem; height:1.8rem; color:#fff; background:var(--navy); border-radius:50%; place-items:center; font-weight:800; }
.ascent-card li span { color:var(--muted); font-size:.9rem; }
.seo-guide fieldset { margin:2rem 0; padding:1.5rem; border:1px solid var(--line); border-radius:14px; background:#fff; }
.seo-guide legend { padding:0 .5rem; color:var(--navy); font-size:1.3rem; font-weight:800; }
.seo-guide .field { margin:1.4rem 0; }
.seo-guide input:not([type=checkbox]),.seo-guide select,.seo-guide textarea { width:100%; min-height:48px; padding:.82rem; border:1px solid #9da9b7; border-radius:8px; background:#fff; }
.seo-guide textarea { min-height:110px; resize:vertical; }
.lead-guide fieldset{margin:2rem 0;padding:1.5rem;border:1px solid var(--line);border-radius:14px;background:#fff}.lead-guide legend{padding:0 .5rem;color:var(--navy);font-size:1.3rem;font-weight:800}.lead-guide .field{margin:1.4rem 0}.lead-guide input:not([type=checkbox]),.lead-guide select,.lead-guide textarea{width:100%;min-height:48px;padding:.82rem;border:1px solid #9da9b7;border-radius:8px;background:#fff}.lead-guide textarea{min-height:110px;resize:vertical}.channel-checks{display:grid;gap:.75rem}.channel-checks label{display:flex;gap:.8rem;padding:1rem;border:1px solid var(--line);border-radius:10px}.channel-checks input{width:22px;height:22px;flex:none}.channel-checks span{display:grid;gap:.25rem}.date-grid,.decision-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.date-grid div,.decision-options article,.channel-card{padding:1rem;border:1px solid var(--line);border-radius:12px;background:#fff}.date-grid span{display:block;color:var(--muted);font-size:.8rem}.channel-comparison{display:grid;gap:1rem}.channel-card.selected{border:2px solid var(--orange)}.channel-card>div{display:flex;align-items:center;gap:.75rem}.channel-card dl{display:grid;grid-template-columns:auto 1fr;gap:.4rem 1rem}.channel-card dt{font-weight:800}.channel-card dd{margin:0}
.field-help { margin:0; }.field-error { margin:.1rem 0; color:var(--danger); font-size:.86rem; font-weight:700; }.has-error input,.has-error select,.has-error textarea { border:2px solid var(--danger)!important; }
.sticky-actions { position:sticky; bottom:0; display:flex; align-items:center; gap:1rem; padding:1rem; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.96); box-shadow:0 -8px 25px rgba(9,22,43,.08); }
.button.tertiary { color:var(--navy); background:#e9edf2; box-shadow:none; }.form-actions { display:flex; flex-wrap:wrap; }
.stage-list { padding:0; list-style:none; }.stage-list li { display:grid; grid-template-columns:2.4rem 1fr auto; align-items:center; gap:.8rem; min-height:62px; color:var(--muted); }.stage-list li>span { display:grid; width:2rem; height:2rem; border:2px solid #9da9b7; border-radius:50%; place-items:center; }.stage-list .complete>span { color:#fff; border-color:#16705a; background:#16705a; }.stage-list .current { color:var(--navy); }.stage-list .current>span { border-color:var(--orange); }.stage-list small { font-size:.75rem; }
.result-hero { padding:3rem 0; }.confidence { display:inline-block; padding:.6rem .8rem; border-radius:99px; background:#e8eef5; }.result-nav { position:sticky; top:0; z-index:1; display:flex; gap:.4rem; padding:.8rem; overflow:auto; background:var(--navy); border-radius:10px; }.result-nav a { padding:.6rem; color:#fff; white-space:nowrap; }.seo-guide.result>section { margin:1.5rem 0; box-shadow:none; }.primary-callout { padding:1.2rem; border-left:5px solid var(--orange); background:#fff5ed; }.condition-grid,.metric-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }.signal { padding:1rem 0; border-bottom:1px solid var(--line); }.recommendation { display:grid; grid-template-columns:3rem 1fr; gap:1rem; padding:1.4rem 0; border-top:1px solid var(--line); }.recommendation.urgent { margin:.5rem 0; padding:1.4rem; border:2px solid #b34a35; border-radius:12px; }.rank { display:grid; width:2.5rem; height:2.5rem; color:#fff; background:var(--navy); border-radius:50%; place-items:center; font-weight:800; }.tags { display:flex; gap:.4rem; flex-wrap:wrap; }.tags span { padding:.3rem .5rem; border-radius:99px; background:#edf0f3; font-size:.75rem; font-weight:700; }.recommendation details { margin-top:1rem; }.recommendation summary { cursor:pointer; color:#1e4d80; font-weight:750; }.roadmap-phase { margin:1rem 0; box-shadow:none; }.roadmap-action { display:flex; gap:.8rem; padding:1rem 0; border-top:1px solid var(--line); cursor:pointer; }.roadmap-action input { width:22px; height:22px; flex:none; }.roadmap-action>span { display:grid; gap:.3rem; }.roadmap-action small { color:var(--muted); }.metric-grid article { box-shadow:none; }.metric-grid dl { display:grid; grid-template-columns:auto 1fr; gap:.5rem; }.metric-grid dt { font-weight:800; }.metric-grid dd { margin:0; }.lock-mark { display:grid; width:3rem; height:3rem; place-items:center; border-radius:50%; background:#f7e4df; color:#8b382e; }.locked-result { display:grid; justify-items:start; gap:.8rem; }.locked-result a:not(.button),.service-error a { color:#1e4d80; font-weight:700; }.preview-bar { display:flex; justify-content:center; gap:1rem; padding:.8rem; color:#fff; background:#263c58; }.preview-bar nav { display:flex; gap:.8rem; flex-wrap:wrap; }.preview-bar a { color:#fff; }
.recommendation-detail { display:grid; grid-template-columns:auto 1fr; gap:.35rem .75rem; }.recommendation-detail dt { font-weight:800; }.recommendation-detail dd { margin:0; }
@media print { .site-header,.site-footer,.result-nav,.preview-bar,.roadmap-action input { display:none!important; }.seo-guide,.lead-guide { width:100%; padding:0; }.seo-guide.result>section,.lead-guide.result>section { break-inside:avoid; border-color:#aaa; }.seo-guide *,.lead-guide * { box-shadow:none!important; } }
@media(max-width:700px){.date-grid,.decision-options{grid-template-columns:1fr}}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; transition-duration:.01ms!important; } }
@media (max-width: 820px) {
  .header-inner { align-items: flex-start; padding: 1rem 0; flex-wrap: wrap; }
  .suite-name { margin-left: auto; }
  .nav { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
  .hero { padding: 3.5rem 0 5rem; }
  .section { padding: 3rem 0; }
  .section-heading, .history-row { align-items: flex-start; flex-direction: column; }
  .lock { text-align: left; }
  .guide-card > p { min-height: 0; }
  .pricing { padding: 1.4rem; }
  .auth-wrap { margin: auto; }
  .seo-overview,.condition-grid,.metric-grid { grid-template-columns:1fr; }.seo-overview { min-height:auto; }.result-nav { border-radius:0; }.sticky-actions { align-items:stretch; flex-direction:column; }.stage-list li { grid-template-columns:2.4rem 1fr; }.stage-list small { grid-column:2; }.recommendation { grid-template-columns:2.4rem 1fr; }
}
@media (max-width: 480px) {
  .brand img { width: 138px; height: 38px; }
  .suite-name { font-size: .68rem; }
}



/* PPG PUBLIC GATEWAY V1 */

.site-header {
  background: #09162b;
}

.header-inner {
  min-height: 78px;
}

.site-header .suite-brand {
  margin-right: auto;
}

.site-header .suite-brand strong {
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1;
}

.site-header .return-to-ppg {
  padding: .65rem .8rem;
  color: #f7a15e;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.site-header .return-to-ppg:hover {
  color: #fff;
}

.gateway-hero {
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: 5rem 0 6rem;
  background:
    linear-gradient(
      90deg,
      rgba(9,22,43,.98) 0%,
      rgba(9,22,43,.94) 34%,
      rgba(9,22,43,.77) 55%,
      rgba(9,22,43,.43) 78%,
      rgba(9,22,43,.22) 100%
    ),
    url("images/supportsuitehero.png") center 58% / cover no-repeat;
}

.gateway-hero .page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.gateway-copy {
  max-width: 760px;
}

.gateway-hero h1 {
  max-width: 11ch;
  margin-top: .65rem;
  font-size: clamp(3rem, 7vw, 5.25rem);
}

.gateway-hero p {
  max-width: 680px;
  margin-top: 1.4rem;
  font-size: 1.14rem;
}

.gateway-hero .hero-actions {
  margin-top: 2rem;
}

@media (max-width: 720px) {
  .header-inner {
    min-height: 72px;
    gap: .75rem;
  }

  .site-header .suite-brand strong {
    font-size: 1.15rem;
  }

  .site-header .return-to-ppg {
    display: none;
  }

  .gateway-hero {
    min-height: calc(100vh - 72px);
    padding: 3.75rem 0 4.5rem;
    background:
      linear-gradient(
        90deg,
        rgba(9,22,43,.98) 0%,
        rgba(9,22,43,.94) 60%,
        rgba(9,22,43,.68) 100%
      ),
      url("images/supportsuitehero.png") 68% 58% / cover no-repeat;
  }

  .gateway-hero .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .gateway-hero .hero-actions .button {
    width: 100%;
  }
}


/* PPG FOOTER TRUST V2 */

.footer-trust {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(180px, .7fr) minmax(0, 1fr);
  align-items: start;
  gap: 2.5rem;
}

.footer-trust-copy strong {
  display: block;
  margin-bottom: .45rem;
  color: #fff;
  font-size: 1.05rem;
}

.footer-trust-copy p {
  max-width: 620px;
  margin: 0;
  color: #cfd8e4;
  line-height: 1.6;
}

.footer-links {
  display: grid;
  gap: .55rem;
  justify-items: start;
}

.footer-links a {
  color: #f7a15e;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: .2rem;
}

.footer-ownership {
  display: grid;
  gap: .45rem;
  color: #dce3ec;
  font-size: .8rem;
  line-height: 1.5;
}

.footer-ownership small {
  display: block;
  color: #9facbd;
  font-size: .74rem;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .footer-trust {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-links {
    grid-auto-flow: column;
    justify-content: start;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .footer-links {
    grid-auto-flow: row;
  }
}

/* PPG FOOTER TRUST V2 REFINEMENTS */

.footer-links {
  justify-self: center;
}

.footer-ownership small {
  color: #b8c4d2;
  font-size: .78rem;
}

/* PIN VISIBILITY CONTROL */

.pin-visibility {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: .55rem;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 650;
  cursor: pointer;
}

.pin-visibility input {
  width: auto;
  margin: 0;
}


/* CFO Workspace environment */
body.cfo-environment-active {
  background-color: #071a33;
  background-image:
    linear-gradient(rgba(7, 26, 51, .48), rgba(7, 26, 51, .58)),
    url("images/cpbackground.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body.cfo-environment-active .cfo-workspace {
  padding-block: clamp(2rem, 5vw, 4rem);
}

body.cfo-environment-active .cfo-workspace > .page-title h1,
body.cfo-environment-active .cfo-workspace > .page-title p {
  color: #fff;
}

body.cfo-environment-active .cfo-workspace > .page-title .eyebrow,
body.cfo-environment-active .cfo-workspace > .page-title .text-link {
  color: #f47b20;
}

body.cfo-environment-active .cfo-content,
body.cfo-environment-active .cfo-workspace > .cfo-guides,
body.cfo-environment-active .cfo-workspace > .cfo-recent-work {
  margin-top: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(223, 227, 232, .9);
  border-radius: 16px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 44px rgba(7, 26, 51, .24);
}

body.cfo-environment-active .cfo-content > :first-child,
body.cfo-environment-active .cfo-guides > :first-child,
body.cfo-environment-active .cfo-recent-work > :first-child {
  margin-top: 0;
}

@media (max-width: 700px) {
  body.cfo-environment-active {
    background-attachment: scroll;
  }

  body.cfo-environment-active .cfo-content,
  body.cfo-environment-active .cfo-workspace > .cfo-guides,
  body.cfo-environment-active .cfo-workspace > .cfo-recent-work {
    padding: 1rem;
  }
}
