:root {
  --pg-blue: #2457e8;
  --pg-blue-bright: #2f6bff;
  --pg-navy: #061735;
  --pg-navy-2: #0a214b;
  --pg-ink: #0b1220;
  --pg-muted: #596577;
  --pg-paper: #f3f6fb;
  --pg-white: #fff;
  --pg-shell: 1380px;
  --pg-display: "Inter Display", Inter, "Helvetica Neue", Arial, sans-serif;
  --pg-sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

.cc-presence {
  margin: 0;
  color: var(--pg-ink);
  background: #fff;
  overflow-x: hidden;
  font-family: var(--pg-sans);
}

.cc-presence .pg-shell,
.cc-presence .wrap {
  width: min(var(--pg-shell), calc(100% - 96px));
  margin-inline: auto;
}

.cc-presence h1,
.cc-presence h2,
.cc-presence h3,
.cc-presence strong {
  font-family: var(--pg-display);
}

.cc-presence h1,
.cc-presence h2,
.cc-presence h3,
.cc-presence p,
.cc-presence figure {
  margin-top: 0;
}

.cc-presence .site-header__top,
.cc-presence .header-row {
  min-height: 66px;
}

.cc-presence .brand-logo__text {
  font-size: 14px;
  letter-spacing: .115em;
}

.cc-presence .site-nav {
  gap: 34px;
  font-size: 10px;
  letter-spacing: .14em;
}

.cc-presence .site-nav > a,
.cc-presence .site-nav__group > a {
  min-height: 66px;
}

.cc-presence .site-header__bottom {
  border-top: 1px solid rgba(6,23,53,.08);
  background: rgba(255,255,255,.96);
}

.cc-presence .page-nav {
  display: flex;
  gap: 34px;
  min-height: 48px;
  align-items: center;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cc-presence .page-nav a {
  color: #445065;
}

.cc-presence .page-nav a.is-active,
.cc-presence .page-nav a:hover {
  color: var(--pg-blue);
}

.pg-eyebrow {
  margin: 0 0 18px;
  color: var(--pg-blue);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.pg-eyebrow--light {
  color: rgba(255,255,255,.72);
}

.pg-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.pg-button:hover { transform: translateY(-2px); }
.pg-button--blue { color: #fff; background: var(--pg-blue); border-color: var(--pg-blue); }
.pg-button--blue:hover { background: #174be2; border-color: #174be2; }
.pg-button--ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.58); }
.pg-button--ghost:hover { color: var(--pg-navy); background: #fff; border-color: #fff; }
.pg-button--light { color: #fff; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.58); }
.pg-button--light:hover { color: var(--pg-navy); background: #fff; border-color: #fff; }

.pg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.pg-section-intro {
  max-width: 650px;
}

.pg-section-intro--wide {
  max-width: 920px;
}

.pg-section-intro h2 {
  margin: 0;
  font-size: clamp(3.5rem, 5.2vw, 6.3rem);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: .92;
  text-wrap: balance;
}

.pg-section-intro > p:not(.pg-eyebrow) {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--pg-muted);
  font-size: 19px;
  line-height: 1.58;
}

.pg-section-intro--light h2 { color: #fff; }
.pg-section-intro--light > p:not(.pg-eyebrow) { color: rgba(255,255,255,.74); }

/* HERO */
.pg-hero {
  position: relative;
  min-height: min(820px, calc(100vh - 114px));
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 36%, rgba(47,107,255,.24), transparent 31%),
    linear-gradient(135deg, #04112a 0%, #071b42 60%, #061735 100%);
}

.pg-hero::before,
.pg-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.pg-hero::before {
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, #000 50%, #000);
}

.pg-hero::after {
  width: 720px;
  height: 720px;
  right: -280px;
  top: -150px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
}

.pg-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: clamp(60px, 7vw, 120px);
  align-items: center;
  padding-block: 96px 100px;
}

.pg-hero__copy { max-width: 720px; }

.pg-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(4.4rem, 6.1vw, 7.2rem);
  font-weight: 770;
  letter-spacing: -.06em;
  line-height: .88;
  text-wrap: balance;
}

.pg-hero__lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 20px;
  line-height: 1.52;
}

.pg-hero__support {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 16px;
  line-height: 1.55;
}

.pg-hero__visual {
  width: 100%;
  margin: 0;
}

.pg-hero__visual img {
  display: block;
  width: min(112%, 820px);
  max-width: none;
  height: auto;
  margin-inline: -6% 0;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.22));
}

.pg-hero__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.pg-hero__signals span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding-right: 18px;
  color: rgba(255,255,255,.62);
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

/* CONTEXT */
.pg-context {
  padding: 122px 0 112px;
  color: #fff;
  background:
    radial-gradient(circle at 94% 92%, rgba(255,255,255,.11), transparent 30%),
    linear-gradient(135deg, #2457e8 0%, #2f6bff 60%, #1b4ad6 100%);
}

.pg-context__grid {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  gap: clamp(70px, 8vw, 140px);
  align-items: start;
}

.pg-journey {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  border-top: 1px solid rgba(255,255,255,.24);
}

.pg-journey__column {
  padding: 30px 34px 38px;
  border-right: 1px solid rgba(255,255,255,.16);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.pg-journey__column--active { background: rgba(6,23,53,.18); }

.pg-journey__label {
  color: rgba(255,255,255,.62);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.pg-journey h3 {
  max-width: 270px;
  margin: 22px 0 30px;
  color: #fff;
  font-size: 28px;
  font-weight: 720;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.pg-journey ol { margin: 0; padding: 0; list-style: none; }

.pg-journey li {
  padding: 14px 0;
  color: rgba(255,255,255,.74);
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: 14px;
}

.pg-statement {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 34px;
  align-items: start;
  margin-top: 72px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.24);
}

.pg-statement span {
  color: rgba(255,255,255,.6);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pg-statement strong {
  max-width: 960px;
  color: #fff;
  font-size: clamp(1.65rem, 2.4vw, 2.7rem);
  font-weight: 650;
  line-height: 1.18;
}

/* EVIDENCE */
.pg-evidence {
  padding: 124px 0 118px;
  background: var(--pg-paper);
}

.pg-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin-top: 72px;
  border-top: 1px solid #cfd7e4;
  border-left: 1px solid #cfd7e4;
}

.pg-metric {
  min-height: 310px;
  padding: 34px 34px 28px;
  border-right: 1px solid #cfd7e4;
  border-bottom: 1px solid #cfd7e4;
}

.pg-metric span {
  color: var(--pg-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.pg-metric strong {
  display: block;
  margin-top: 34px;
  color: var(--pg-navy);
  font-size: clamp(4rem, 6vw, 7rem);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: .82;
}

.pg-metric p {
  max-width: 310px;
  margin: 28px 0 0;
  color: #263348;
  font-size: 18px;
  line-height: 1.4;
}

.pg-metric small {
  display: block;
  margin-top: 34px;
  color: #7a8798;
  font-size: 11px;
}

.pg-evidence__reading {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 46px;
  margin-top: 58px;
  padding-top: 34px;
  border-top: 1px solid #cfd7e4;
}

.pg-evidence__reading strong {
  color: var(--pg-navy);
  font-size: clamp(2rem, 3vw, 3.6rem);
  font-weight: 720;
  line-height: 1;
}

.pg-evidence__reading p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--pg-muted);
  font-size: 18px;
  line-height: 1.55;
}

/* RISK */
.pg-risk {
  padding: 124px 0 110px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 40%, rgba(36,87,232,.20), transparent 32%),
    #070b13;
}

.pg-risk__grid {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(500px,1.18fr);
  gap: clamp(70px, 8vw, 140px);
  align-items: center;
}

.pg-risk__signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.pg-risk__signals span {
  padding: 18px 12px 18px 0;
  color: rgba(255,255,255,.72);
  border-bottom: 1px solid rgba(255,255,255,.13);
  font-size: 13px;
  font-weight: 750;
}

.pg-risk__visual,
.risk-funnel {
  margin: 0;
  padding: 34px 34px 22px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.025);
}

.pg-risk__visual figcaption {
  margin-bottom: 20px;
  color: rgba(255,255,255,.56);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pg-risk__visual img { display: block; width: 100%; height: auto; }

/* OPPORTUNITY */
.pg-opportunity {
  padding: 124px 0 128px;
  background: #fff;
}

.pg-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin: 76px 0 0;
  padding: 0;
  border-top: 1px solid #cfd7e4;
  border-left: 1px solid #cfd7e4;
  list-style: none;
}

.pg-timeline li {
  min-height: 290px;
  padding: 28px 30px 34px;
  border-right: 1px solid #cfd7e4;
  border-bottom: 1px solid #cfd7e4;
}

.pg-timeline__active { color: #fff; background: var(--pg-blue); }

.pg-timeline span {
  color: var(--pg-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
}

.pg-timeline__active span { color: rgba(255,255,255,.7); }

.pg-timeline h3 {
  max-width: 220px;
  margin: 54px 0 18px;
  color: var(--pg-navy);
  font-size: 27px;
  font-weight: 720;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.pg-timeline__active h3 { color: #fff; }
.pg-timeline p { margin: 0; color: var(--pg-muted); font-size: 15px; line-height: 1.45; }
.pg-timeline__active p { color: rgba(255,255,255,.75); }

/* DECISION */
.pg-decision {
  padding: 124px 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.05), transparent 40%),
    var(--pg-blue);
}

.pg-decision__grid {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(520px,1.18fr);
  gap: clamp(70px, 8vw, 140px);
  align-items: start;
}

.pg-decision .pg-button { margin-top: 34px; }

.pg-briefing {
  border-top: 1px solid rgba(255,255,255,.28);
  border-left: 1px solid rgba(255,255,255,.18);
}

.pg-briefing__head {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 26px 28px;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.pg-briefing__head span {
  color: rgba(255,255,255,.58);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.pg-briefing__head strong { color: #fff; font-size: 24px; font-weight: 650; line-height: 1.2; }
.pg-briefing ol { margin: 0; padding: 0; list-style: none; }

.pg-briefing li {
  display: grid;
  grid-template-columns: 70px 1fr;
  min-height: 84px;
  align-items: center;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.pg-briefing li span {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.58);
  border-right: 1px solid rgba(255,255,255,.18);
  font-size: 11px;
  font-weight: 850;
}

.pg-briefing li p {
  margin: 0;
  padding: 18px 24px;
  color: rgba(255,255,255,.80);
  font-size: 15px;
  line-height: 1.4;
}

/* FIT */
.pg-fit {
  padding: 124px 0 128px;
  background: var(--pg-paper);
}

.pg-fit__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin-top: 72px;
  border-top: 1px solid #cfd7e4;
  border-left: 1px solid #cfd7e4;
}

.pg-fit__grid article {
  min-height: 300px;
  padding: 28px 28px 34px;
  border-right: 1px solid #cfd7e4;
  border-bottom: 1px solid #cfd7e4;
}

.pg-fit__grid span {
  color: var(--pg-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .15em;
}

.pg-fit__grid h3 {
  margin: 54px 0 18px;
  color: var(--pg-navy);
  font-size: 27px;
  font-weight: 720;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.pg-fit__grid p {
  margin: 0;
  color: var(--pg-muted);
  font-size: 15px;
  line-height: 1.5;
}

.pg-fit__cta {
  display: flex;
  gap: 42px;
  align-items: center;
  justify-content: space-between;
  margin-top: 54px;
  padding-top: 32px;
  border-top: 1px solid #cfd7e4;
}

.pg-fit__cta p {
  max-width: 760px;
  margin: 0;
  color: #334056;
  font-size: 20px;
  line-height: 1.45;
}

/* FINAL */
.pg-final {
  position: relative;
  overflow: hidden;
  padding: 124px 0;
  color: #fff;
  background: var(--pg-navy);
}

.pg-final__media {
  position: absolute;
  inset: 0;
  opacity: .42;
  background:
    linear-gradient(90deg, rgba(4,17,42,.98), rgba(4,17,42,.78) 54%, rgba(4,17,42,.58)),
    url('/assets/sao-paulo-skyline.jpg') center/cover no-repeat;
}

.pg-final__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(420px,.78fr);
  gap: clamp(70px, 8vw, 140px);
  align-items: center;
}

.pg-final__card {
  padding: 42px;
  color: var(--pg-ink);
  background: #fff;
}

.pg-final__card > span {
  color: var(--pg-blue);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pg-final__card h3 {
  margin: 30px 0 18px;
  color: var(--pg-navy);
  font-size: 34px;
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.pg-final__card p {
  margin: 0 0 30px;
  color: var(--pg-muted);
  font-size: 16px;
  line-height: 1.55;
}

/* MODAL + FOOTER ALIGNMENT */
.cc-presence .lead-modal__dialog {
  border-radius: 0;
  box-shadow: 0 30px 80px rgba(4,17,42,.26);
}

.cc-presence .lead-modal__intro h2 {
  font-family: var(--pg-display);
  font-weight: 740;
  letter-spacing: -.045em;
}

.cc-presence .site-footer {
  background: #040f25;
}

.cc-presence .footer-grid,
.cc-presence .footer-bottom {
  width: min(var(--pg-shell), calc(100% - 96px));
}

@media (max-width: 1100px) {
  .pg-hero__grid,
  .pg-context__grid,
  .pg-risk__grid,
  .pg-decision__grid,
  .pg-final__grid {
    grid-template-columns: 1fr;
  }

  .pg-hero__visual img {
    width: min(100%, 780px);
    margin-inline: auto;
  }

  .pg-risk__grid,
  .pg-decision__grid,
  .pg-final__grid { gap: 64px; }

  .pg-metrics,
  .pg-fit__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }

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

}

@media (max-width: 768px) {
  .cc-presence .pg-shell,
  .cc-presence .wrap,
  .cc-presence .footer-grid,
  .cc-presence .footer-bottom {
    width: min(100% - 40px, var(--pg-shell));
  }

  .cc-presence .site-header {
    position: relative;
  }

  .cc-presence .site-header__bottom {
    display: none;
  }

  .pg-section-intro h2 {
    font-size: clamp(2.55rem, 12vw, 4.2rem);
    line-height: .96;
  }

  .pg-section-intro > p:not(.pg-eyebrow) {
    margin-top: 22px;
    font-size: 17px;
  }

  .pg-hero {
    min-height: auto;
  }

  .pg-hero__grid {
    display: block;
    padding-block: 76px 72px;
  }

  .pg-hero h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
    line-height: .9;
  }

  .pg-hero__lead { font-size: 18px; }
  .pg-hero__support { font-size: 15px; }

  .pg-hero__visual {
    margin-top: 54px;
  }

  .pg-hero__visual img {
    width: 112%;
    margin-inline: -6%;
  }

  .pg-hero__signals {
    grid-template-columns: 1fr;
  }

  .pg-context,
  .pg-evidence,
  .pg-risk,
  .pg-opportunity,
  .pg-decision,
  .pg-fit,
  .pg-final {
    padding-block: 82px;
  }

  .pg-context__grid,
  .pg-risk__grid,
  .pg-decision__grid,
  .pg-final__grid {
    gap: 54px;
  }

  .pg-journey,
  .pg-metrics,
  .pg-timeline,
  .pg-fit__grid {
    grid-template-columns: 1fr;
  }

  .pg-journey__column { border-left: 1px solid rgba(255,255,255,.16); }

  .pg-statement {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 54px;
  }

  .pg-metric {
    min-height: 0;
  }

  .pg-evidence__reading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pg-risk__signals { grid-template-columns: 1fr; }
  .pg-risk__visual { padding: 22px 14px 10px; }

  .pg-timeline li,
  .pg-fit__grid article {
    min-height: 0;
  }

  .pg-timeline h3,
  .pg-fit__grid h3 {
    margin-top: 30px;
  }

  .pg-briefing__head { grid-template-columns: 1fr; }
  .pg-briefing li { grid-template-columns: 52px 1fr; }

  .pg-fit__cta {
    display: block;
  }

  .pg-fit__cta .pg-button {
    margin-top: 26px;
  }

  .pg-final__card {
    padding: 28px 24px;
  }

  .cc-presence .lead-modal {
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .pg-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pg-button {
    width: 100%;
  }

  .pg-hero h1 {
    font-size: 3.15rem;
  }

  .pg-metric strong {
    font-size: 4.3rem;
  }

  .pg-final__card h3 {
    font-size: 29px;
  }
}

/* FINAL MOBILE LEGIBILITY PASS */
.cc-presence .back-to-top,
.cc-presence [data-section-control],
.cc-presence .section-side-control,
.cc-presence .pg-section-control {
  display: none !important;
}

@media (max-width: 768px) {
  .cc-presence .brand-logo__text {
    font-size: 26px;
  }

  .risk-funnel img {
    width: calc(100% + 36px);
    max-width: none;
    margin-inline: -18px;
  }

  .pg-briefing {
    border-top-color: rgba(255,255,255,.32);
  }

  .pg-briefing__head {
    display: block;
    padding: 24px 0 26px;
  }

  .pg-briefing__head span {
    display: block;
    margin-bottom: 12px;
  }

  .pg-briefing__head strong {
    display: block;
    font-size: 22px;
    line-height: 1.25;
  }

  .pg-briefing li {
    display: block;
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.22);
  }

  .pg-briefing li span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255,255,255,.66);
    border-right: 0;
    font-size: 13px;
    line-height: 1;
  }

  .pg-briefing li p {
    padding: 0;
    color: rgba(255,255,255,.9);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.48;
  }

  .pg-final__grid {
    gap: 32px;
  }

  .pg-final__card {
    width: calc(100% + 16px);
    margin-inline: -8px;
    padding: 30px 24px;
  }

  .pg-hero__support,
  .pg-journey li,
  .pg-metric p,
  .pg-evidence__reading p,
  .pg-timeline p,
  .pg-fit__grid p,
  .pg-final__card p {
    font-size: 16px;
  }

  .pg-eyebrow,
  .pg-hero__signals span,
  .pg-journey__label,
  .pg-metric span,
  .pg-metric small,
  .pg-statement span,
  .pg-risk__signals span,
  .pg-timeline span,
  .pg-briefing__head span,
  .pg-briefing li span,
  .pg-fit__grid span,
  .pg-final__card > span,
  .pg-button {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pg-button { transition: none; }
}

/* HOME IDENTITY ALIGNMENT — PRESENCA GENERATIVA */
:root {
  --pg-shell: 1280px;
  --pg-display: "Inter Tight", Inter, "Helvetica Neue", Arial, sans-serif;
}

.cc-presence .pg-shell,
.cc-presence .wrap,
.cc-presence .footer-grid,
.cc-presence .footer-bottom {
  width: min(calc(100% - 64px), var(--pg-shell));
}

.cc-presence h1,
.cc-presence h2,
.cc-presence h3 {
  text-transform: none;
}

.cc-presence .site-header,
.cc-presence .site-header__top,
.cc-presence .site-header__bottom {
  color: #fff;
  background: var(--pg-navy);
}

.cc-presence .site-header__top,
.cc-presence .site-header__bottom {
  border-color: rgba(255,255,255,.12);
}

.cc-presence .site-logo,
.cc-presence .site-nav,
.cc-presence .site-nav > a,
.cc-presence .site-nav__group > a,
.cc-presence .page-nav a {
  color: rgba(255,255,255,.82);
}

.cc-presence .brand-logo__text {
  font-size: 16px;
  letter-spacing: .09em;
}

.cc-presence .site-nav {
  gap: 30px;
  font-size: 11px;
  letter-spacing: .12em;
}

.cc-presence .site-nav > a:last-child {
  min-height: 40px;
  padding-inline: 17px;
  color: #fff;
  background: var(--pg-blue);
}

.cc-presence .page-nav {
  min-height: 46px;
  font-size: 10px;
}

.cc-presence .page-nav a.is-active,
.cc-presence .page-nav a:hover {
  color: #fff;
}

.cc-presence .site-nav__submenu,
.cc-presence .site-nav__submenu a {
  color: var(--pg-ink);
}

.pg-section-intro {
  max-width: 680px;
}

.pg-section-intro--wide {
  max-width: 940px;
}

.pg-section-intro h2 {
  font-size: clamp(46px, 4.4vw, 70px);
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: .98;
}

.pg-section-intro > p:not(.pg-eyebrow) {
  margin-top: 26px;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.52;
}

.pg-hero {
  min-height: 0;
}

.pg-hero__grid {
  padding-block: clamp(96px, 9vw, 138px);
}

.pg-hero h1 {
  font-size: clamp(62px, 6.1vw, 94px);
  font-weight: 730;
  letter-spacing: -.05em;
  line-height: .92;
}

.pg-context,
.pg-evidence,
.pg-risk,
.pg-opportunity,
.pg-decision,
.pg-fit,
.pg-final {
  padding-block: clamp(96px, 9vw, 144px);
}

.pg-metrics {
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(24px, 4vw, 64px);
  border: 0;
}

.pg-metric {
  min-height: 0;
  padding: 38px 0 30px;
  border: 0;
  border-top: 1px solid #cfd7e4;
  border-bottom: 1px solid #cfd7e4;
  background: transparent;
  box-shadow: none;
}

.pg-metric strong {
  line-height: .9;
}

.pg-risk__grid {
  grid-template-columns: minmax(0,.82fr) minmax(520px,1.18fr);
  gap: clamp(52px, 6.5vw, 104px);
}

.pg-risk__visual {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pg-risk__visual::before,
.pg-risk__visual::after,
.risk-funnel::before,
.risk-funnel::after {
  display: none;
}

.pg-risk__visual img,
.risk-funnel img {
  width: min(100%, 720px);
  margin-inline: auto;
}

.pg-timeline {
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin-top: 64px;
  border-left: 0;
}

.pg-timeline li {
  min-height: 0;
  padding: 28px 24px 32px;
}

.pg-timeline h3 {
  margin-top: 42px;
}

.pg-briefing {
  border-left: 0;
}

.pg-briefing__head,
.pg-briefing li {
  border-left: 0;
  border-right: 0;
}

.pg-fit__grid {
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0;
  margin-top: 64px;
  border: 0;
}

.pg-fit__grid article {
  min-height: 0;
  padding: 30px 30px 34px;
  border: 1px solid #cfd7e4;
  background: rgba(255,255,255,.44);
  box-shadow: none;
}

.pg-fit__grid article:nth-child(even) {
  border-left: 0;
}

.pg-fit__grid article:nth-child(n+3) {
  border-top: 0;
}

.pg-fit__grid h3 {
  margin-top: 38px;
}

.cc-presence .site-footer {
  padding-top: 72px;
  background: var(--pg-navy);
}

/* Exact Home header and footer */
.cc-presence .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  color: #fff;
  background: linear-gradient(180deg, rgba(3,13,31,.82), rgba(3,13,31,0));
}

.cc-presence .site-header__top {
  min-height: 76px;
  background: transparent;
  border: 0;
}

.cc-presence .site-header .wrap,
.cc-presence .footer-grid,
.cc-presence .footer-bottom {
  width: min(1380px, calc(100% - (clamp(24px,4vw,64px) * 2)));
}

.cc-presence .header-row {
  min-height: 76px;
}

.cc-presence .brand-logo__text {
  color: #fff;
  font-family: var(--pg-display);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.cc-presence .site-nav--home {
  gap: clamp(22px,2vw,36px);
}

.cc-presence .site-nav--home a:not(.site-nav__cta) {
  min-height: 76px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
}

.cc-presence .site-nav__cta,
.cc-presence .site-nav > a:last-child {
  min-height: 42px !important;
  padding: 0 20px;
  color: #fff;
  background: var(--pg-blue);
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: .08em;
}

.cc-presence .menu-toggle {
  color: #fff;
  border-color: rgba(255,255,255,.3);
  background: transparent;
}

.cc-presence .mobile-menu.open {
  top: 76px;
  color: var(--pg-ink);
  background: rgba(255,255,255,.98);
}

.cc-presence .mobile-menu.open a {
  color: var(--pg-ink);
}

.cc-presence .site-footer {
  padding-top: 80px;
  background: #061326;
}

.cc-presence .footer-grid {
  gap: clamp(40px,4.5vw,76px);
}

.cc-presence .footer-brand p {
  font-size: 17px;
  line-height: 1.58;
}

.cc-presence .footer-column {
  gap: 14px;
}

.cc-presence .footer-column h2,
.cc-presence .footer-grid a,
.cc-presence .footer-bottom p {
  font-size: 13px;
}

.cc-presence .footer-legal p {
  font-size: 14px;
  line-height: 1.55;
}

.cc-presence .footer-bottom {
  margin-top: 56px;
  padding: 24px 0 26px;
}

.risk-funnel {
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.risk-funnel img {
  display: block;
  width: min(100%,820px);
  height: auto;
  margin-inline: auto;
}

.pg-risk__grid {
  grid-template-columns: minmax(0,.72fr) minmax(600px,1.28fr);
  gap: clamp(40px,4.5vw,72px);
}

.cc-presence .footer-grid a {
  font-size: 13px;
}

.cc-presence .footer-bottom {
  padding-block: 28px;
}

.cc-presence .back-to-top {
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
}

@media (max-width: 1100px) {
  .pg-risk__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .cc-presence .pg-shell,
  .cc-presence .wrap,
  .cc-presence .footer-grid,
  .cc-presence .footer-bottom {
    width: min(calc(100% - 40px), var(--pg-shell));
  }

  .cc-presence .site-header,
  .cc-presence .site-header__top {
    background: var(--pg-navy);
  }

  .cc-presence .site-header {
    position: relative;
    inset: auto;
    width: 100%;
    height: 64px;
    min-height: 64px;
    transform: none !important;
  }

  .cc-presence .site-header__top,
  .cc-presence .header-row {
    height: 64px;
    min-height: 64px;
  }

  .cc-presence .brand-logo__text {
    font-size: 24px;
  }

  .cc-presence .menu-toggle {
    min-height: 44px;
    padding-inline: 15px;
    font-size: 13px;
    letter-spacing: .08em;
  }

  .cc-presence .mobile-menu.open {
    position: relative;
    top: auto;
    transform: none;
  }

  .cc-presence .mobile-menu-toggle {
    color: #fff;
    border-color: rgba(255,255,255,.35);
  }

  .pg-hero__grid {
    padding-block: 72px;
  }

  .pg-hero h1 {
    font-size: clamp(44px, 11.5vw, 58px);
    line-height: .94;
  }

  .pg-section-intro h2 {
    font-size: clamp(34px, 9.6vw, 46px);
    line-height: .98;
  }

  .pg-context,
  .pg-evidence,
  .pg-risk,
  .pg-opportunity,
  .pg-decision,
  .pg-fit,
  .pg-final {
    padding-block: 72px;
  }

  .pg-metrics,
  .pg-timeline,
  .pg-fit__grid {
    grid-template-columns: 1fr;
  }

  .pg-metric {
    padding-block: 30px;
  }

  .pg-risk__visual,
  .risk-funnel {
    padding: 0;
  }

  .pg-risk__visual img,
  .risk-funnel img {
    width: 110%;
    max-width: none;
    margin-inline: -5%;
  }

  .pg-timeline {
    margin-top: 48px;
    border-top: 0;
    border-left: 1px solid #cfd7e4;
  }

  .pg-timeline li {
    padding: 24px 22px 28px;
    border-top: 1px solid #cfd7e4;
  }

  .pg-timeline h3 {
    margin-top: 24px;
  }

  .pg-fit__grid article,
  .pg-fit__grid article:nth-child(even),
  .pg-fit__grid article:nth-child(n+3) {
    border: 1px solid #cfd7e4;
    border-bottom: 0;
  }

  .pg-fit__grid article:last-child {
    border-bottom: 1px solid #cfd7e4;
  }

  .pg-fit__grid h3 {
    margin-top: 28px;
  }

  .pg-final__grid {
    gap: 48px;
  }

  .cc-presence .site-footer {
    padding-block: 48px;
    font-size: 13px;
    line-height: 1.5;
  }

  .cc-presence .site-footer a,
  .cc-presence .footer-brand p,
  .cc-presence .footer-column h2,
  .cc-presence .footer-legal p,
  .cc-presence .footer-bottom p {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* FINAL CASCADE LOCK — MOBILE ONLY */
@media (max-width: 768px) {
  .cc-presence .brand-logo__text {
    font-size: 26px;
  }

  .risk-funnel img {
    width: calc(100% + 36px);
    max-width: none;
    margin-inline: -18px;
  }

  .pg-final__grid {
    gap: 32px;
  }
}

/* FINAL SCALE AND READING REFINEMENT */
.risk-funnel img {
  width: min(118%, 860px);
  max-width: none;
}

.pg-metrics {
  margin-top: 52px;
}

.pg-metric strong {
  font-size: clamp(4.5rem, 6.7vw, 7.8rem);
}

.pg-metric p {
  color: #1d2b42;
  font-size: 16px;
  font-weight: 560;
}

.pg-metric small {
  color: #627084;
  font-size: 13px;
  line-height: 1.4;
}

.pg-briefing__head {
  grid-template-columns: 1fr;
}

.pg-briefing__head span {
  display: none;
}

.pg-briefing li {
  grid-template-columns: 64px 1fr;
  min-height: 96px;
}

.pg-briefing li p {
  padding: 22px 24px;
  color: rgba(255,255,255,.92);
  font-size: 18px;
  line-height: 1.45;
}

.pg-fit__grid h3 {
  font-size: 24px;
}

.pg-fit__grid p {
  color: #4a576b;
  font-size: 16px;
}

.pg-final__card {
  padding: 48px;
}

.pg-final__card h3 {
  font-size: 38px;
}

.pg-final__card p {
  font-size: 18px;
}

.pg-final__card .pg-button {
  min-height: 54px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .risk-funnel {
    width: calc(100% + 48px);
    margin-inline: -24px;
  }

  .risk-funnel img {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .pg-hero__grid {
    padding-block: 68px 52px;
  }

  .pg-hero h1 {
    font-size: clamp(42px, 10.9vw, 55px);
  }

  .pg-hero__lead {
    font-size: 18px;
    line-height: 1.6;
  }

  .pg-hero__visual {
    margin-top: 36px;
  }

  .pg-section-intro > p:not(.pg-eyebrow),
  .pg-hero__support,
  .pg-journey li,
  .pg-evidence__reading p,
  .pg-timeline p,
  .pg-fit__grid p,
  .pg-fit__cta p,
  .pg-final__card p {
    font-size: 16px;
    line-height: 1.5;
  }

  .pg-button {
    font-size: 14px;
  }

  .pg-metrics {
    gap: 0;
    margin-top: 40px;
  }

  .pg-metric {
    padding-block: 24px;
  }

  .pg-metric strong {
    margin-top: 20px;
    font-size: 4.5rem;
  }

  .pg-metric p {
    margin-top: 18px;
    font-size: 16px;
  }

  .pg-metric small {
    margin-top: 18px;
    font-size: 13px;
  }

  .pg-briefing__head {
    padding-block: 22px 24px;
  }

  .pg-briefing li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    min-height: 0;
    padding: 24px 0;
    align-items: start;
  }

  .pg-briefing li span {
    margin: 4px 0 0;
    font-size: 13px;
  }

  .pg-briefing li p {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .pg-fit__grid {
    gap: 12px;
  }

  .pg-fit__grid article,
  .pg-fit__grid article:nth-child(even),
  .pg-fit__grid article:nth-child(n+3) {
    padding: 26px 22px;
    border: 1px solid #cfd7e4;
    background: rgba(255,255,255,.62);
  }

  .pg-fit__grid h3 {
    margin: 18px 0 12px;
    font-size: 21px;
  }

  .pg-final__grid {
    gap: 28px;
  }

  .pg-final__card {
    width: calc(100% + 20px);
    margin-inline: -10px;
    padding: 32px 26px;
  }

  .pg-final__card h3 {
    margin: 22px 0 16px;
    font-size: 32px;
  }

  .pg-final__card p {
    margin-bottom: 24px;
  }

  .pg-final__card .pg-button {
    min-height: 54px;
    font-size: 14px;
  }

  .cc-presence .site-footer {
    padding-block: 56px;
  }

  .cc-presence .site-footer,
  .cc-presence .site-footer a,
  .cc-presence .footer-brand p,
  .cc-presence .footer-column h2,
  .cc-presence .footer-legal p,
  .cc-presence .footer-bottom p {
    font-size: 13px;
    line-height: 1.55;
  }
}

/* MOBILE APPROVAL DELTAS */
@media (max-width: 768px) {
  .pg-briefing li {
    grid-template-columns: 32px 1fr;
    gap: 12px;
    padding-block: 16px;
  }

  .pg-briefing li + li {
    border-top: 1px solid rgba(255,255,255,.16);
  }

  .pg-final__grid {
    gap: 32px;
  }

  .pg-final__card {
    width: 100%;
    margin-inline: 0;
    padding: 28px 22px;
  }

  .cc-presence .site-footer {
    padding-block: 48px;
  }
}
