/* ============================================================
   PARTE 1
   PROFILE ORIGINAL — CLASSES cp-*
   ============================================================ */

:root {
  --cp-green: #16A34A;
  --cp-green-2: #10B981;
  --cp-ink: #0f172a;
  --cp-ink-2: #1e293b;
  --cp-muted: #64748b;
  --cp-muted-2: #94a3b8;
  --cp-line: #e9edf3;
  --cp-radius: 20px;
}

.cp-page {
  background: #fff;
}

.cp-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg,#e8f9ef 0%,#f1fbf6 45%,#fff 100%);
  padding: 26px 0 40px;
}

.cp-hero::after {
  content: "";
  position: absolute;
  top: -60%;
  right: -10%;
  width: 620px;
  height: 620px;
  background: radial-gradient(closest-side,rgba(255,255,255,.85),rgba(255,255,255,0));
  transform: rotate(12deg);
  pointer-events: none;
}

.cp-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: .84rem;
  color: var(--cp-muted);
  margin-bottom: 26px;
}

.cp-breadcrumb a {
  color: var(--cp-muted);
  text-decoration: none;
}

.cp-breadcrumb a:hover {
  color: var(--cp-green);
}

.cp-breadcrumb i {
  font-size: .6rem;
  color: var(--cp-muted-2);
}

.cp-breadcrumb .cur {
  color: var(--cp-ink-2);
  font-weight: 600;
}

.cp-hero-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 26px;
}

.cp-logo {
  flex-shrink: 0;
  width: 112px;
  height: 112px;
  border-radius: 26px;
  background: linear-gradient(145deg,var(--cp-green),var(--cp-green-2));
  color: #fff;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 34px rgba(22,163,74,.28);
  overflow: hidden;
}

.cp-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--cp-ink);
  margin: 0 0 .5rem;
  letter-spacing: -.5px;
  line-height: 1.05;
}

.cp-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
  color: var(--cp-muted);
  font-size: .95rem;
}

.cp-meta > span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.cp-meta i {
  color: var(--cp-green);
}

.cp-meta .cp-star {
  color: #F59E0B;
}

.cp-meta .cp-rev {
  color: var(--cp-muted-2);
}

.cp-wrap {
  padding: 30px 0 60px;
  background: #fff;
}

.cp-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 320px;
  gap: 24px;
  align-items: start;
}

.cp-card {
  background: #fff;
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  box-shadow: 0 10px 30px rgba(15,23,42,.04);
}

.cp-main {
  padding: 34px;
  min-width: 0;
}

.cp-side {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: sticky;
  top: 84px;
  min-width: 0;
}

.cp-side .cp-card {
  padding: 24px;
}

.cp-h {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: 1.28rem;
  font-weight: 800;
  color: var(--cp-ink);
  margin: 0 0 1rem;
}

.cp-h-ic {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #e7f7ee;
  color: var(--cp-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: .95rem;
}

.cp-h.sm {
  font-size: 1.1rem;
}

.cp-about {
  color: #475569;
  line-height: 1.75;
  font-size: 1rem;
  margin: 0;
}

.cp-mvv {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
  margin-top: 26px;
  width: 100%;
}

.cp-mvv-card {
  min-width: 0;
  border-radius: 16px;
  padding: 18px 14px;
  background: linear-gradient(160deg,#f2fbf6,#eef5ff);
  border: 1px solid #eaf1f0;
}

.cp-mvv-card .ic {
  font-size: 1.35rem;
  color: var(--cp-green);
  margin-bottom: .6rem;
}

.cp-mvv-card h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--cp-ink);
  margin: 0 0 .5rem;
}

.cp-mvv-card p {
  color: #5b6472;
  font-size: .86rem;
  line-height: 1.55;
  margin: 0;
  overflow-wrap: anywhere;
}

.cp-vlist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.cp-vlist li {
  display: flex;
  align-items: flex-start;
  gap: .4rem;
  font-size: .84rem;
  line-height: 1.45;
  color: var(--cp-ink-2);
  font-weight: 500;
  min-width: 0;
}

.cp-vlist li span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.cp-vlist li i {
  flex-shrink: 0;
  color: var(--cp-green);
  margin-top: .18rem;
  font-size: .85rem;
}

.cp-obj {
  margin-top: 26px;
  border-radius: 16px;
  padding: 24px 26px;
  background: #fdf8ea;
  border: 1px solid #f4ecd0;
}

.cp-obj .cp-h-ic {
  background: #fdeccf;
  color: #e08a00;
}

.cp-obj-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}

.cp-obj-list li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  color: #514b38;
  font-size: .95rem;
  line-height: 1.5;
}

.cp-obj-list li i {
  color: #f0a413;
  margin-top: .18rem;
}

.cp-serv-wrap {
  margin-top: 30px;
}

.cp-serv {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
  margin-top: 18px;
}

.cp-serv-card {
  min-width: 0;
  border: 1px solid var(--cp-line);
  border-radius: 16px;
  padding: 20px 18px;
  transition: box-shadow .2s,transform .2s;
}

.cp-serv-card:hover {
  box-shadow: 0 12px 26px rgba(15,23,42,.08);
  transform: translateY(-3px);
}

.cp-serv-ic {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: .9rem;
}

.cp-serv-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--cp-ink);
  margin: 0 0 .35rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.cp-serv-card p {
  font-size: .84rem;
  color: var(--cp-muted);
  line-height: 1.5;
  margin: 0;
}

.cp-sub {
  margin-top: 24px;
}

.cp-sub h5 {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--cp-muted);
  margin: 0 0 .35rem;
}

.cp-sub p {
  color: #475569;
  line-height: 1.65;
  margin: 0;
  font-size: .95rem;
}

.cp-facts {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .7rem 1.4rem;
  margin-top: 20px;
}

.cp-fact {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  min-width: 0;
}

.cp-fact .l {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--cp-muted);
}

.cp-fact .v {
  font-weight: 700;
  color: var(--cp-ink);
  font-size: .92rem;
  overflow-wrap: anywhere;
}

.cp-contact-row {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .55rem 0;
  text-decoration: none;
  min-width: 0;
}

.cp-contact-row + .cp-contact-row {
  border-top: 1px solid #f1f4f8;
}

.cp-cic {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #e8f7ef;
  color: var(--cp-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.cp-contact-row .txt {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.cp-contact-row .txt small {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--cp-muted-2);
}

.cp-contact-row .txt strong {
  color: var(--cp-ink-2);
  font-size: .95rem;
  font-weight: 600;
  word-break: break-word;
}

.cp-btn-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: 100%;
  margin-top: 1.1rem;
  background: var(--cp-green);
  color: #fff;
  border: none;
  padding: .8rem 1rem;
  border-radius: 13px;
  font-weight: 700;
  font-size: .96rem;
  text-decoration: none;
  transition: background .2s,box-shadow .2s;
}

.cp-btn-msg:hover {
  background: #128a3e;
  color: #fff;
  box-shadow: 0 8px 20px rgba(22,163,74,.28);
}

.cp-locked {
  text-align: center;
  padding: .5rem 0 .2rem;
  color: var(--cp-muted);
}

.cp-locked > i {
  font-size: 1.4rem;
  color: var(--cp-muted-2);
  margin-bottom: .4rem;
}

.cp-locked p {
  font-size: .88rem;
  margin: 0 0 .8rem;
}

.cp-benefit {
  position: relative;
  background: #eafaf1;
  border: 1px solid #cdeed9;
  border-radius: 15px;
  padding: 20px;
  margin-top: .3rem;
}

.cp-benefit h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f7a37;
  margin: 0 0 .3rem;
  padding-right: 42px;
}

.cp-benefit p {
  font-size: .88rem;
  color: #3f6b51;
  margin: 0;
  line-height: 1.5;
}

.cp-benefit .sub {
  color: #5a7d68;
  margin-top: .5rem;
  font-size: .82rem;
}

.cp-seal {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d6f2e1;
  color: var(--cp-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.cp-share-text {
  color: var(--cp-muted);
  font-size: .9rem;
  margin: 0 0 1rem;
}

.cp-share {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.cp-share a,
.cp-share button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s,filter .15s;
}

.cp-share a:hover,
.cp-share button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.cp-share .wa {
  background: #25D366;
}

.cp-share .fb {
  background: #1877F2;
}

.cp-share .li {
  background: #0A66C2;
}

.cp-share .cp {
  background: #eef2f7;
  color: #475569;
}

/* ============================================================
   RESPONSIVO CP
   ============================================================ */

@media (max-width: 1199.98px) {
  .cp-grid {
    grid-template-columns: minmax(0,1fr) 290px;
    gap: 20px;
  }

  .cp-main {
    padding: 28px;
  }

  .cp-side .cp-card {
    padding: 20px;
  }

  .cp-mvv {
    gap: 10px;
  }

  .cp-mvv-card {
    padding: 16px 12px;
  }

  .cp-mvv-card h3 {
    font-size: .96rem;
  }

  .cp-mvv-card p,
  .cp-vlist li {
    font-size: .81rem;
  }
}

@media (max-width: 991.98px) {
  .cp-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cp-side {
    position: static;
  }

  .cp-mvv {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
  }

  .cp-mvv-card {
    padding: 20px;
  }

  .cp-mvv-card h3 {
    font-size: 1.05rem;
  }

  .cp-mvv-card p,
  .cp-vlist li {
    font-size: .9rem;
  }

  .cp-serv {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 575.98px) {
  .cp-hero {
    padding: 20px 0 30px;
  }

  .cp-breadcrumb {
    margin-bottom: 18px;
  }

  .cp-hero-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cp-logo {
    width: 84px;
    height: 84px;
    border-radius: 20px;
    font-size: 2.2rem;
  }

  .cp-title {
    font-size: 1.9rem;
  }

  .cp-meta {
    gap: .8rem;
    font-size: .88rem;
  }

  .cp-wrap {
    padding: 22px 0 40px;
  }

  .cp-main {
    padding: 22px 18px;
  }

  .cp-side .cp-card {
    padding: 20px;
  }

  .cp-h {
    font-size: 1.15rem;
  }

  .cp-mvv {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .cp-mvv-card {
    padding: 18px;
  }

  .cp-mvv-card h3 {
    font-size: 1.05rem;
  }

  .cp-mvv-card p,
  .cp-vlist li {
    font-size: .9rem;
  }

  .cp-serv {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cp-facts {
    grid-template-columns: 1fr;
  }

  .cp-contact-row .txt strong {
    font-size: .9rem;
  }

  .cp-share a,
  .cp-share button {
    width: 42px;
    height: 42px;
  }
}

/* ============================================================
   PARTE 2
   PROFILE NOVO — CLASSES pf-*
   ============================================================ */

:root {
  --pf-green: #16A34A;
  --pf-green-d: #15803D;
  --pf-ink: #0f172a;
  --pf-ink2: #1e293b;
  --pf-muted: #64748b;
  --pf-muted2: #94a3b8;
  --pf-line: #e9edf3;
  --pf-radius: 16px;
}

.pf {
  background: #fff;
}

.pf-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================
   BREADCRUMB
   ============================================================ */

.pf-bc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: .82rem;
  color: var(--pf-muted);
  padding: 18px 0 6px;
}

.pf-bc a {
  color: var(--pf-muted);
  text-decoration: none;
}

.pf-bc a:hover {
  color: var(--pf-green);
}

.pf-bc i {
  font-size: .58rem;
  color: var(--pf-muted2);
}

.pf-bc .cur {
  color: var(--pf-ink2);
  font-weight: 600;
}

/* ============================================================
   LAYOUT
   ============================================================ */

.pf-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 340px;
  gap: 26px;
  align-items: start;
  padding-bottom: 30px;
}

.pf-main {
  min-width: 0;
}

.pf-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 16px;
}

/* ============================================================
   HEADER
   ============================================================ */

.pf-head {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 16px 0 22px;
}

.pf-logo {
  flex-shrink: 0;
  width: 118px;
  height: 118px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--pf-line);
  box-shadow: 0 8px 22px rgba(15,23,42,.06);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.pf-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pf-logo .ini {
  font-weight: 800;
  font-size: 2.2rem;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--pf-ink);
  margin: 0 0 .5rem;
  line-height: 1.1;
  letter-spacing: -.5px;
}

.pf-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  color: var(--pf-muted);
  font-size: .92rem;
}

.pf-meta > span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.pf-meta i {
  color: var(--pf-green);
}

.pf-meta .st,
.pf-meta .st i {
  color: #F59E0B;
}

/* ============================================================
   SOBRE
   ============================================================ */

.pf-about {
  margin-bottom: 16px;
}

.pf-about p {
  max-width: 900px;
}

/* ============================================================
   VISÃO / MISSÃO / OBJECTIVOS
   ============================================================ */

.pf-cards3 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.pf-card {
  border-radius: var(--pf-radius);
  padding: 20px;
}

.pf-card h3 {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 .7rem;
  color: var(--pf-ink);
}

.pf-card .cic {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .8rem;
}

.pf-card p {
  font-size: .86rem;
  color: #52606d;
  line-height: 1.6;
  margin: 0;
}

.pf-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.pf-card ul li {
  display: flex;
  gap: .45rem;
  font-size: .85rem;
  color: var(--pf-ink2);
}

.pf-card ul li i {
  color: var(--pf-green);
  margin-top: .18rem;
  font-size: .8rem;
}

.pf-card.c-about {
  background: #fef2f3;
}

.pf-card.c-about .cic {
  background: #ef4444;
}

.pf-card.c-vision {
  background: #eefdf3;
}

.pf-card.c-vision .cic {
  background: #16A34A;
}

.pf-card.c-mission {
  background: #fff5ec;
}

.pf-card.c-mission .cic {
  background: #F97316;
}

.pf-card.c-goals {
  background: #fffbea;
}

.pf-card.c-goals .cic {
  background: #F59E0B;
}

/* ============================================================
   TÍTULOS
   ============================================================ */

.pf-sh {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--pf-ink);
  margin: 30px 0 16px;
}

.pf-sh .cic {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #e7f7ee;
  color: var(--pf-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
}

.pf-sh.sm {
  font-size: 1.02rem;
  margin: 26px 0 12px;
}

.pf-sh .cic.teal {
  background: #e6f6f2;
  color: #0d9488;
}

/* ============================================================
   ANÚNCIOS
   ============================================================ */

.pf-sechead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pf-more {
  color: var(--pf-green);
  font-weight: 700;
  font-size: .86rem;
  white-space: nowrap;
  text-decoration: none;
}

.pf-more i {
  transition: transform .2s;
}

.pf-more:hover i {
  transform: translateX(3px);
}

.pf-promo {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.pf-banner {
  position: relative;
  min-width: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  padding: 16px;
  text-decoration: none;
  transition: transform .2s,box-shadow .2s;
}

.pf-banner:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(15,23,42,.18);
}

.pf-banner .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.pf-banner .ov {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,rgba(15,23,42,.2),rgba(15,23,42,.82));
}

.pf-banner > * {
  position: relative;
  z-index: 2;
}

.pf-banner .tag {
  align-self: flex-start;
  background: rgba(255,255,255,.22);
  backdrop-filter: blur(3px);
  font-size: .68rem;
  font-weight: 700;
  padding: .2rem .55rem;
  border-radius: 6px;
  margin-bottom: auto;
}

.pf-banner h4 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: .6rem 0 .3rem;
  line-height: 1.2;
}

.pf-banner p {
  font-size: .82rem;
  color: #e2e8f0;
  margin: 0 0 .8rem;
}

.pf-banner .cta {
  align-self: flex-start;
  background: #fff;
  color: var(--pf-ink);
  font-weight: 700;
  font-size: .78rem;
  padding: .5rem .9rem;
  border-radius: 8px;
}

.pf-banner .pf-price {
  align-self: flex-start;
  background: #16A34A;
  color: #fff;
  font-weight: 800;
  font-size: .82rem;
  padding: .28rem .6rem;
  border-radius: 8px;
  margin-bottom: .5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

/* ============================================================
   BANNERS INTERNOS — CARROSSEL
   Imagens: 700 x 350 px
   ============================================================ */

.pf-company-banners {
  margin: 30px 0 26px;
}

.pf-company-banner-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.pf-company-banner-head .pf-sh {
  margin: 0;
}

.pf-company-banner-view-all {
  border: 0;
  background: transparent;
  color: var(--pf-green);
  font-size: .88rem;
  font-weight: 700;
  padding: 7px 3px;
  cursor: pointer;
  white-space: nowrap;
}

.pf-company-banner-view-all:hover {
  color: var(--pf-green-d);
  text-decoration: underline;
}

.pf-company-banner-marquee {
  width: 100%;
  overflow: hidden;
  padding: 3px 0 12px;
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 2%,#000 98%,transparent);
  mask-image: linear-gradient(90deg,transparent,#000 2%,#000 98%,transparent);
}

.pf-company-banner-track {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  animation: pf-company-banner-scroll var(--banner-duration,36s) linear infinite;
  will-change: transform;
}

.pf-company-banner-marquee:hover .pf-company-banner-track {
  animation-play-state: paused;
}

.pf-company-banner-item {
  flex: 0 0 min(700px,80vw);
  width: min(700px,80vw);
  aspect-ratio: 2/1;
  overflow: hidden;
  border-radius: 16px;
  background: #f1f5f9;
  box-shadow: 0 8px 22px rgba(15,23,42,.08);
}

.pf-company-banner-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-company-banner-single {
  width: min(700px,100%);
  aspect-ratio: 2/1;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 16px;
  background: #f1f5f9;
  box-shadow: 0 8px 22px rgba(15,23,42,.08);
}

.pf-company-banner-single img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes pf-company-banner-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

/* ============================================================
   MODAL DOS BANNERS
   ============================================================ */

.pf-company-banner-modal {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: none;
  padding: 30px 18px;
  overflow-y: auto;
  background: rgba(2,6,23,.78);
}

.pf-company-banner-modal.open {
  display: block;
}

.pf-company-banner-modal-box {
  position: relative;
  width: min(1050px,100%);
  margin: 20px auto;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(0,0,0,.3);
}

.pf-company-banner-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}

.pf-company-banner-modal-head h3 {
  margin: 0;
  color: var(--pf-ink);
  font-size: 1.25rem;
  font-weight: 800;
}

.pf-company-banner-modal-close {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: var(--pf-ink);
  cursor: pointer;
  transition: background .2s,transform .2s;
}

.pf-company-banner-modal-close:hover {
  background: #e2e8f0;
  transform: scale(1.05);
}

.pf-company-banner-gallery {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}

.pf-company-banner-gallery-item {
  overflow: hidden;
  border: 1px solid var(--pf-line);
  border-radius: 14px;
  background: #f8fafc;
}

.pf-company-banner-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: contain;
  background: #f8fafc;
}

.pf-company-banner-gallery-num {
  display: block;
  padding: 8px 12px;
  color: var(--pf-muted);
  font-size: .78rem;
  font-weight: 700;
}

body.pf-modal-open {
  overflow: hidden;
}

/* ============================================================
   O QUE FAZEMOS — CARROSSEL AUTOMÁTICO
   ============================================================ */

.pf-serv-section {
  margin-top: 30px;
}

.pf-serv-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 16px;
}

.pf-serv-title-row .pf-sh {
  margin: 0;
}

.pf-serv-marquee {
  width: 100%;
  overflow: hidden;
  padding: 3px 0 12px;
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);
  mask-image: linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);
}

.pf-serv-track {
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: max-content;
  animation: pf-services-scroll var(--service-duration,45s) linear infinite;
  will-change: transform;
}

.pf-serv-marquee:hover .pf-serv-track {
  animation-play-state: paused;
}

.pf-serv-card {
  flex: 0 0 255px;
  width: 255px;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--pf-line);
  border-radius: 14px;
  background: #fff;
  transition: box-shadow .2s,transform .2s;
}

.pf-serv-card:hover {
  box-shadow: 0 12px 26px rgba(15,23,42,.08);
  transform: translateY(-3px);
}

.pf-serv-head {
  display: flex;
  align-items: center;
  gap: .6rem;
  min-height: 64px;
  padding: 14px 16px 10px;
}

.pf-serv-ic {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .85rem;
}

.pf-serv-head h4 {
  margin: 0;
  color: var(--pf-ink);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.pf-serv-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f8fb;
}

.pf-serv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-serv-img .ph {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pf-muted2);
  font-size: 2rem;
}

@keyframes pf-services-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

/* ============================================================
   SUB BLOCOS
   ============================================================ */

.pf-sub {
  margin-top: 22px;
}

.pf-sub h5 {
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--pf-muted);
  margin: 0 0 .3rem;
}

.pf-sub p {
  color: #475569;
  line-height: 1.6;
  margin: 0;
  font-size: .92rem;
}

/* ============================================================
   VALORES
   ============================================================ */

.pf-vcard {
  margin-top: 8px;
}

.pf-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.pf-pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: #eefdf3;
  color: #0f7a37;
  border: 1px solid #cdeed9;
  font-weight: 600;
  font-size: .84rem;
  padding: .4rem .8rem;
  border-radius: 999px;
}

.pf-pill i {
  color: var(--pf-green);
  font-size: .78rem;
}

/* ============================================================
   INFORMAÇÕES
   ============================================================ */

.pf-info {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-top: 24px;
}

.pf-info-card {
  background: #fff;
  border: 1px solid var(--pf-line);
  border-radius: 16px;
  padding: 22px;
  transition: box-shadow .2s,transform .2s;
}

.pf-info-card:hover {
  box-shadow: 0 12px 26px rgba(15,23,42,.07);
  transform: translateY(-3px);
}

.pf-info-ic {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.pf-info-card h4 {
  font-size: .96rem;
  font-weight: 700;
  color: var(--pf-ink);
  margin: 0 0 .45rem;
}

.pf-info-card p {
  font-size: .86rem;
  color: #52606d;
  line-height: 1.6;
  margin: 0;
}

/* ============================================================
   FICHA
   ============================================================ */

.pf-facts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin-top: 8px;
}

.pf-fact {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--pf-line);
  border-radius: 12px;
  padding: 14px 16px;
}

.pf-fact-ic {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #e7f7ee;
  color: var(--pf-green);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-fact .l {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: var(--pf-muted);
  display: block;
  margin-bottom: .1rem;
}

.pf-fact .v {
  font-weight: 700;
  color: var(--pf-ink);
  font-size: .9rem;
  display: block;
}

/* ============================================================
   SIDEBAR
   ============================================================ */

.pf-scard {
  background: #fff;
  border: 1px solid var(--pf-line);
  border-radius: var(--pf-radius);
  padding: 20px;
  box-shadow: 0 8px 22px rgba(15,23,42,.04);
}

.pf-scard h3 {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--pf-ink);
  margin: 0 0 1rem;
}

.pf-scard h3 .cic {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #e7f7ee;
  color: var(--pf-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .82rem;
}

.pf-crow {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .5rem 0;
  text-decoration: none;
  color: inherit;
}

.pf-crow + .pf-crow {
  border-top: 1px solid #f1f4f8;
}

.pf-cic {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #e8f7ef;
  color: var(--pf-green);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-crow .t {
  min-width: 0;
}

.pf-crow .t small {
  display: block;
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--pf-muted2);
}

.pf-crow .t strong {
  color: var(--pf-ink2);
  font-size: .9rem;
  font-weight: 600;
  word-break: break-word;
}

.pf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  width: 100%;
  margin-top: 1rem;
  background: var(--pf-green);
  color: #fff;
  border: none;
  padding: .75rem 1rem;
  border-radius: 11px;
  font-weight: 700;
  font-size: .92rem;
  text-decoration: none;
  transition: background .2s;
}

.pf-btn:hover {
  background: var(--pf-green-d);
  color: #fff;
}

.pf-locked {
  text-align: center;
  color: var(--pf-muted);
  font-size: .86rem;
}

.pf-lock-icon {
  font-size: 1.3rem;
  margin-bottom: .6rem;
}

.pf-share-text {
  color: var(--pf-muted);
  font-size: .86rem;
  margin: 0 0 1rem;
}

.pf-benefit-title {
  font-size: .9rem;
  color: var(--pf-ink2);
  margin: 0 0 .3rem;
  font-weight: 700;
}

.pf-benefit-description {
  font-size: .84rem;
  color: var(--pf-muted);
  margin: 0;
}

.pf-benefit-note {
  font-size: .78rem;
  color: var(--pf-muted);
  margin: .7rem 0 0;
}

.pf-share {
  display: flex;
  gap: .6rem;
}

.pf-share a,
.pf-share button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .95rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s;
}

.pf-share a:hover,
.pf-share button:hover {
  transform: translateY(-2px);
}

.pf-share .wa {
  background: #25D366;
}

.pf-share .fb {
  background: #1877F2;
}

.pf-share .li {
  background: #0A66C2;
}

.pf-share .cp {
  background: #eef2f7;
  color: #475569;
}

/* ============================================================
   EMPRESAS SEMELHANTES
   ============================================================ */

.pf-related {
  margin: 10px 0 35px;
}

/* ============================================================
   FOOTER DA EMPRESA
   ============================================================ */

.pf-cfooter {
  background: linear-gradient(180deg,#f4f8fb,#eef4f8);
  border: 1px solid var(--pf-line);
  border-radius: 18px;
  margin: 14px 0 42px;
  padding: 30px 32px;
}

.pf-cf-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.pf-cf h5 {
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--pf-muted);
  margin: 0 0 .8rem;
}

.pf-cf p {
  font-size: .86rem;
  color: #52606d;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.pf-cf ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.pf-cf ul li {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  font-size: .86rem;
  color: var(--pf-ink2);
}

.pf-cf ul li i {
  color: var(--pf-green);
  margin-top: .22rem;
  width: 15px;
  text-align: center;
}

.pf-cf-brand .pf-cf-logobox {
  width: 84px;
  height: 84px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--pf-line);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 8px;
  margin-bottom: 12px;
  font-size: 1.5rem;
}

.pf-cf-brand .pf-cf-logobox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pf-cf-social {
  display: flex;
  gap: .55rem;
}

.pf-cf-social a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--pf-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pf-green);
  transition: all .18s;
}

.pf-cf-social a:hover {
  background: var(--pf-green);
  color: #fff;
  border-color: var(--pf-green);
  transform: translateY(-2px);
}

.pf-footer-hours-title {
  margin-top: 1rem !important;
}

.pf-map {
  width: 100%;
  height: 168px;
  border: 0;
  border-radius: 12px;
  display: block;
  box-shadow: 0 6px 16px rgba(15,23,42,.08);
}

.pf-map-locked {
  padding: 25px 10px;
  background: #fff;
  border-radius: 12px;
}

.pf-cf-loc {
  margin: .7rem 0 0 !important;
  font-size: .84rem;
  color: var(--pf-muted);
  display: flex;
  align-items: center;
  gap: .4rem;
}

.pf-cf-loc i {
  color: var(--pf-green);
}

/* ============================================================
   LEGAL
   ============================================================ */

.legal {
  max-width: 820px;
  margin: 0 auto;
  padding: 8px 0 50px;
}

.legal-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--pf-ink);
  margin: 0 0 .3rem;
  letter-spacing: -.5px;
}

.legal-updated {
  color: var(--pf-muted);
  font-size: .85rem;
  margin: 0 0 1.6rem;
}

.legal-note {
  background: #fffbea;
  border: 1px solid #f5e6b0;
  color: #7a5c00;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: .84rem;
  margin-bottom: 1.8rem;
}

.legal h2 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--pf-ink);
  margin: 1.8rem 0 .6rem;
}

.legal p,
.legal li {
  color: #475569;
  line-height: 1.75;
  font-size: .95rem;
}

.legal ul {
  padding-left: 1.2rem;
  margin: .3rem 0 .6rem;
}

.legal a {
  color: var(--pf-green);
}

/* ============================================================
   GRID DE ANÚNCIOS
   ============================================================ */

.pf-ads-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  padding-bottom: 40px;
}

/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 991.98px) {
  .pf-grid {
    grid-template-columns: 1fr;
  }

  .pf-side {
    position: static;
  }

  .pf-cards3 {
    grid-template-columns: 1fr 1fr;
  }

  .pf-promo {
    grid-template-columns: 1fr 1fr;
  }

  .pf-info {
    grid-template-columns: 1fr 1fr;
  }

  .pf-facts {
    grid-template-columns: 1fr 1fr;
  }

  .pf-cf-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pf-ads-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .pf-serv-card {
    flex-basis: 230px;
    width: 230px;
  }

  .pf-company-banner-item {
    flex-basis: min(620px,82vw);
    width: min(620px,82vw);
  }
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 575.98px) {
  .pf-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pf-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .pf-title {
    font-size: 1.5rem;
  }

  .pf-cards3,
  .pf-promo,
  .pf-cf-grid,
  .pf-facts {
    grid-template-columns: 1fr;
  }

  .pf-info {
    grid-template-columns: 1fr;
  }

  .pf-ads-grid {
    grid-template-columns: 1fr;
  }

  .pf-cfooter {
    padding: 22px 18px;
  }

  .pf-company-banner-head {
    align-items: center;
  }

  .pf-company-banner-item {
    flex-basis: 86vw;
    width: 86vw;
    border-radius: 12px;
  }

  .pf-company-banner-track {
    gap: 12px;
  }

  .pf-company-banner-marquee {
    -webkit-mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
    mask-image: linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);
  }

  .pf-company-banner-gallery {
    grid-template-columns: 1fr;
  }

  .pf-company-banner-modal {
    padding: 15px 10px;
  }

  .pf-company-banner-modal-box {
    margin: 10px auto;
    padding: 16px;
  }

  .pf-company-banner-modal-head h3 {
    font-size: 1.05rem;
  }

  .pf-serv-card {
    flex-basis: 210px;
    width: 210px;
  }

  .pf-serv-track {
    gap: 12px;
  }

  .pf-serv-marquee {
    -webkit-mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
    mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
  }
}

/* ============================================================
   ACESSIBILIDADE — REDUZIR MOVIMENTO
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
  .pf-company-banner-track,
  .pf-serv-track {
    animation: none;
  }

  .pf-company-banner-marquee,
  .pf-serv-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}