:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0b07b9c *//* =========================================================
   CASE HIPARTS
   Prefixo exclusivo: psh-
========================================================= */

.psh-case {
  --psh-red: #ed1017;
  --psh-red-dark: #b9070d;
  --psh-black: #080808;
  --psh-black-soft: #111111;
  --psh-graphite: #181818;
  --psh-border: rgba(255, 255, 255, 0.12);
  --psh-border-light: #e6e6e6;
  --psh-white: #ffffff;
  --psh-light: #f5f5f5;
  --psh-gray: #a7a7a7;
  --psh-text: #242424;

  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--psh-white);
  color: var(--psh-text);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  isolation: isolate;
}

.psh-case,
.psh-case *,
.psh-case *::before,
.psh-case *::after {
  box-sizing: border-box;
}

.psh-case img {
  display: block;
  max-width: 100%;
}

.psh-case a {
  color: inherit;
  text-decoration: none;
}

.psh-case h1,
.psh-case h2,
.psh-case h3,
.psh-case p,
.psh-case figure,
.psh-case ul {
  margin: 0;
}

.psh-case ul {
  padding: 0;
  list-style: none;
}

.psh-container {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

/* =========================================================
   ELEMENTOS GERAIS
========================================================= */

.psh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--psh-red);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.psh-eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 28px;
  height: 2px;
  background: currentColor;
}

.psh-section-heading {
  max-width: 760px;
  margin-bottom: 56px;
}

.psh-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.psh-section-heading--center .psh-eyebrow {
  justify-content: center;
}

.psh-section-heading h2,
.psh-showcase__header h2,
.psh-sticky-heading h2,
.psh-strategy__content h2,
.psh-crm__content h2,
.psh-deliverables h2,
.psh-cta h2 {
  color: var(--psh-black);
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 750;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.psh-section-heading > p:last-child,
.psh-showcase__header > p,
.psh-sticky-heading > p,
.psh-strategy__content > p,
.psh-crm__content > p {
  margin-top: 22px;
  color: #686868;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
}

.psh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

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

.psh-button:focus-visible {
  outline: 3px solid rgba(237, 16, 23, 0.35);
  outline-offset: 4px;
}

.psh-button--primary {
  background: var(--psh-red);
  color: var(--psh-white) !important;
}

.psh-button--primary:hover {
  background: var(--psh-red-dark);
}

.psh-button--light {
  background: var(--psh-white);
  color: var(--psh-black) !important;
}

.psh-button--light:hover {
  background: #ededed;
}

/* =========================================================
   HERO
========================================================= */

.psh-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  padding: 110px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 77% 28%,
      rgba(237, 16, 23, 0.18),
      transparent 30%
    ),
    linear-gradient(135deg, #060606 0%, #111111 55%, #080808 100%);
  color: var(--psh-white);
}

.psh-hero__background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.psh-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: var(--psh-red);
}

.psh-hero::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -180px;
  width: 520px;
  aspect-ratio: 1;
  border: 1px solid rgba(237, 16, 23, 0.24);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(237, 16, 23, 0.025),
    0 0 0 160px rgba(237, 16, 23, 0.02);
}

.psh-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
  gap: 64px;
  align-items: center;
}

.psh-hero__content {
  max-width: 600px;
}

.psh-hero .psh-eyebrow {
  color: var(--psh-red);
}

.psh-hero__title {
  color: var(--psh-white);
  font-size: clamp(48px, 6.4vw, 92px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.psh-hero__title span {
  display: block;
  color: var(--psh-red);
}

.psh-hero__description {
  max-width: 600px;
  margin-top: 28px !important;
  color: #c8c8c8;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.75;
}

.psh-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 36px;
}

.psh-hero__tags span {
  padding: 9px 13px;
  border: 1px solid var(--psh-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #e0e0e0;
  font-size: 12px;
  font-weight: 650;
}

.psh-hero__visual {
  position: relative;
  min-width: 0;
}

.psh-hero__glow {
  position: absolute;
  top: 50%;
  left: 55%;
  width: 70%;
  height: 70%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(237, 16, 23, 0.2);
  filter: blur(90px);
  pointer-events: none;
}

.psh-hero__image {
  position: relative;
  z-index: 2;
  width: 120%;
  max-width: none;
  margin-left: -7%;
  filter:
    drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 40px rgba(237, 16, 23, 0.08));
}

.psh-hero__line {
  position: absolute;
  bottom: 34px;
  left: 50%;
  width: min(100% - 40px, 1240px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    var(--psh-red),
    rgba(255, 255, 255, 0.1),
    transparent
  );
}

/* =========================================================
   RESUMO
========================================================= */

.psh-summary {
  padding: 120px 0;
  background: var(--psh-white);
}

.psh-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--psh-border-light);
  border-left: 1px solid var(--psh-border-light);
}

.psh-summary-card {
  min-height: 320px;
  padding: 36px 30px;
  border-right: 1px solid var(--psh-border-light);
  border-bottom: 1px solid var(--psh-border-light);
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.psh-summary-card:hover {
  position: relative;
  z-index: 2;
  transform: translateY(-6px);
  background: var(--psh-black);
}

.psh-summary-card__number {
  display: block;
  margin-bottom: 56px;
  color: var(--psh-red);
  font-size: 14px;
  font-weight: 800;
}

.psh-summary-card h3 {
  margin-bottom: 16px;
  color: var(--psh-black);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.psh-summary-card p {
  color: #737373;
  font-size: 15px;
  line-height: 1.7;
}

.psh-summary-card:hover h3 {
  color: var(--psh-white);
}

.psh-summary-card:hover p {
  color: #b8b8b8;
}

/* =========================================================
   SHOWCASE
========================================================= */

.psh-showcase {
  padding: 120px 0;
}

.psh-showcase--dark {
  position: relative;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(237, 16, 23, 0.12),
      transparent 30%
    ),
    var(--psh-black);
  color: var(--psh-white);
}

.psh-showcase__header {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 64px;
}

.psh-showcase__header h2 {
  max-width: 800px;
  color: var(--psh-white);
}

.psh-showcase__header > p {
  margin: 0;
  color: #adadad;
}

.psh-showcase__figure {
  margin: 0;
}

.psh-showcase__browser {
  overflow: hidden;
  border: 1px solid var(--psh-border);
  border-radius: 24px;
  background: #171717;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.psh-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid var(--psh-border);
  background: #161616;
}

.psh-browser-bar > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #454545;
}

.psh-browser-bar__address {
  width: min(440px, 60%);
  margin-inline: auto;
  padding: 7px 20px;
  border-radius: 8px;
  background: #222222;
  color: #7d7d7d;
  font-size: 12px;
  text-align: center;
}

.psh-showcase__image {
  width: 100%;
  background: #101010;
}

.psh-showcase figcaption {
  margin-top: 20px;
  color: #858585;
  font-size: 13px;
  text-align: center;
}

/* =========================================================
   DESAFIO
========================================================= */

.psh-challenge {
  padding: 130px 0;
  background: #f6f6f6;
}

.psh-two-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 100px;
  align-items: start;
}

.psh-sticky-heading {
  position: sticky;
  top: 120px;
}

.psh-sticky-heading h2 {
  max-width: 560px;
}

.psh-challenge__list {
  border-top: 1px solid #dcdcdc;
}

.psh-challenge-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid #dcdcdc;
}

.psh-challenge-card > span {
  color: var(--psh-red);
  font-size: 13px;
  font-weight: 800;
}

.psh-challenge-card h3 {
  margin-bottom: 10px;
  color: var(--psh-black);
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.psh-challenge-card p {
  max-width: 620px;
  color: #707070;
}

/* =========================================================
   SOLUÇÃO
========================================================= */

.psh-solution {
  padding: 130px 0;
  background: var(--psh-white);
}

.psh-solution__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.psh-solution-card {
  min-height: 330px;
  padding: 36px;
  border: 1px solid var(--psh-border-light);
  border-radius: 14px;
  background: var(--psh-white);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.psh-solution-card:hover {
  transform: translateY(-6px);
  border-color: rgba(237, 16, 23, 0.35);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.psh-solution-card__icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
  border-radius: 50%;
  background: rgba(237, 16, 23, 0.08);
  color: var(--psh-red);
}

.psh-solution-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.psh-solution-card h3 {
  margin-bottom: 16px;
  color: var(--psh-black);
  font-size: 22px;
  line-height: 1.2;
}

.psh-solution-card p {
  color: #717171;
}

/* =========================================================
   ESTRATÉGIA
========================================================= */

.psh-strategy {
  padding: 130px 0;
  background:
    linear-gradient(
      135deg,
      rgba(237, 16, 23, 0.06),
      transparent 40%
    ),
    var(--psh-black);
  color: var(--psh-white);
}

.psh-strategy__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 90px;
  align-items: center;
}

.psh-strategy__content h2 {
  color: var(--psh-white);
}

.psh-strategy__content > p {
  color: #a8a8a8;
}

.psh-check-list {
  display: grid;
  gap: 14px;
  margin-top: 38px !important;
}

.psh-check-list li {
  position: relative;
  padding-left: 30px;
  color: #d1d1d1;
}

.psh-check-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--psh-red);
  font-weight: 900;
}

.psh-strategy__visual {
  min-width: 0;
}

.psh-strategy-card {
  padding: 42px;
  border: 1px solid var(--psh-border);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.015)
    );
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.psh-strategy-card__label {
  display: block;
  margin-bottom: 36px;
  color: var(--psh-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.psh-strategy-flow {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto
    minmax(0, 1fr)
    auto
    minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.psh-strategy-flow div {
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 1px solid var(--psh-border);
  border-radius: 14px;
  text-align: center;
}

.psh-strategy-flow strong {
  color: var(--psh-white);
  font-size: 20px;
}

.psh-strategy-flow div span {
  margin-top: 5px;
  color: #8d8d8d;
  font-size: 12px;
}

.psh-strategy-flow__arrow {
  color: var(--psh-red);
  font-size: 24px;
}

.psh-strategy-card__result {
  margin-top: 22px;
  padding: 24px;
  border-left: 3px solid var(--psh-red);
  background: rgba(237, 16, 23, 0.07);
}

.psh-strategy-card__result span {
  display: block;
  margin-bottom: 6px;
  color: #8c8c8c;
  font-size: 12px;
  text-transform: uppercase;
}

.psh-strategy-card__result strong {
  color: var(--psh-white);
  font-size: 20px;
  line-height: 1.4;
}

/* =========================================================
   CRM
========================================================= */

.psh-crm {
  padding: 130px 0;
  background: #f5f5f5;
}

.psh-crm__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 90px;
  align-items: center;
}

.psh-crm__image-wrap {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: var(--psh-black);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.18);
}

.psh-crm__image {
  width: 100%;
}

.psh-crm__steps {
  display: grid;
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid #dcdcdc;
}

.psh-crm__steps article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #dcdcdc;
}

.psh-crm__steps article > span {
  color: var(--psh-red);
  font-size: 13px;
  font-weight: 800;
}

.psh-crm__steps h3 {
  margin-bottom: 5px;
  color: var(--psh-black);
  font-size: 19px;
}

.psh-crm__steps p {
  color: #707070;
  font-size: 14px;
}

/* =========================================================
   RESULTADOS
========================================================= */

.psh-results {
  padding: 130px 0;
  background: var(--psh-white);
}

.psh-results__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--psh-border-light);
  border-left: 1px solid var(--psh-border-light);
}

.psh-results__grid article {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border-right: 1px solid var(--psh-border-light);
  border-bottom: 1px solid var(--psh-border-light);
}

.psh-results__grid article::before {
  content: "";
  width: 36px;
  height: 3px;
  margin-bottom: auto;
  background: var(--psh-red);
}

.psh-results__grid strong {
  margin-bottom: 8px;
  color: var(--psh-black);
  font-size: 21px;
}

.psh-results__grid span {
  color: #767676;
  font-size: 14px;
}

/* =========================================================
   ENTREGAS
========================================================= */

.psh-deliverables {
  padding: 110px 0;
  background: #f5f5f5;
}

.psh-deliverables__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 100px;
  align-items: start;
}

.psh-deliverables__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d7d7d7;
}

.psh-deliverables__list li {
  position: relative;
  padding: 18px 20px 18px 28px;
  border-bottom: 1px solid #d7d7d7;
  color: #404040;
  font-weight: 600;
}

.psh-deliverables__list li::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--psh-red);
}

/* =========================================================
   CTA
========================================================= */

.psh-cta {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: var(--psh-red);
  color: var(--psh-white);
}

.psh-cta::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -120px;
  width: 580px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(255, 255, 255, 0.035),
    0 0 0 160px rgba(255, 255, 255, 0.025);
}

.psh-cta__content {
  position: relative;
  z-index: 2;
  max-width: 940px;
}

.psh-cta .psh-eyebrow {
  color: var(--psh-white);
}

.psh-cta h2 {
  color: var(--psh-white);
  font-size: clamp(40px, 5vw, 76px);
}

.psh-cta p {
  max-width: 680px;
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1080px) {
  .psh-hero {
    min-height: auto;
    padding-top: 90px;
  }

  .psh-hero__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .psh-hero__content {
    max-width: 760px;
  }

  .psh-hero__visual {
    width: min(100%, 900px);
    margin-inline: auto;
  }

  .psh-hero__image {
    width: 110%;
    margin-left: -5%;
  }

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

  .psh-showcase__header,
  .psh-two-columns,
  .psh-strategy__grid,
  .psh-crm__grid,
  .psh-deliverables__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .psh-sticky-heading {
    position: static;
  }

  .psh-solution__grid,
  .psh-results__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .psh-crm__image-wrap {
    width: min(100%, 780px);
    margin-inline: auto;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  .psh-container {
    width: min(100% - 28px, 1240px);
  }

  .psh-hero {
    padding: 78px 0 58px;
  }

  .psh-hero::before {
    width: 4px;
  }

  .psh-hero__grid {
    gap: 36px;
  }

  .psh-hero__title {
    font-size: clamp(42px, 13vw, 62px);
  }

  .psh-hero__description {
    margin-top: 22px !important;
    font-size: 16px;
  }

  .psh-hero__tags {
    margin: 24px 0 30px;
  }

  .psh-hero__image {
    width: 122%;
    margin-left: -11%;
  }

  .psh-button {
    width: 100%;
  }

  .psh-summary,
  .psh-showcase,
  .psh-challenge,
  .psh-solution,
  .psh-strategy,
  .psh-crm,
  .psh-results,
  .psh-deliverables,
  .psh-cta {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .psh-section-heading {
    margin-bottom: 38px;
  }

  .psh-section-heading h2,
  .psh-showcase__header h2,
  .psh-sticky-heading h2,
  .psh-strategy__content h2,
  .psh-crm__content h2,
  .psh-deliverables h2,
  .psh-cta h2 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .psh-summary__grid,
  .psh-solution__grid,
  .psh-results__grid,
  .psh-deliverables__list {
    grid-template-columns: 1fr;
  }

  .psh-summary-card {
    min-height: 260px;
  }

  .psh-summary-card__number {
    margin-bottom: 38px;
  }

  .psh-showcase__header {
    margin-bottom: 38px;
  }

  .psh-browser-bar {
    min-height: 42px;
    padding-inline: 12px;
  }

  .psh-browser-bar__address {
    width: 70%;
    padding: 5px 10px;
    font-size: 9px;
  }

  .psh-showcase__browser {
    border-radius: 12px;
  }

  .psh-challenge-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .psh-solution-card {
    min-height: auto;
    padding: 28px;
  }

  .psh-solution-card__icon {
    margin-bottom: 38px;
  }

  .psh-strategy-card {
    padding: 24px;
  }

  .psh-strategy-flow {
    grid-template-columns: 1fr;
  }

  .psh-strategy-flow__arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .psh-crm__grid {
    gap: 44px;
  }

  .psh-results__grid article {
    min-height: 180px;
  }

  .psh-deliverables__grid {
    gap: 36px;
  }
}

/* =========================================================
   ACESSIBILIDADE E REDUÇÃO DE MOVIMENTO
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .psh-case *,
  .psh-case *::before,
  .psh-case *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}/* End custom CSS */