:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-09078f2 */@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800;900&display=swap");

.ps-case-ls,
.ps-case-ls * {
  box-sizing: border-box;
}

.ps-case-ls {
  --ps-blue: #061426;
  --ps-blue-soft: #0B1E36;
  --ps-blue-dark: #020914;
  --ps-gold: #D8B86D;
  --ps-gold-light: #F3D98D;
  --ps-gold-dark: #A77B2F;
  --ps-cream: #F7EBD0;
  --ps-cream-light: #FFF8EC;
  --ps-white: #F5F2EA;
  --ps-text: #17243A;
  --ps-text-soft: rgba(23, 36, 58, 0.74);

  position: relative;
  overflow: hidden;
  color: var(--ps-text);
  font-family: "Manrope", "Inter", Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(243, 217, 141, 0.18), transparent 28%),
    linear-gradient(180deg, #FFF8EC 0%, #F3E6CA 48%, #E8D8B8 100%);
}

.ps-case-ls__container {
  width: min(100% - 64px, 1180px);
  margin-inline: auto;
}

/* HERO */

.ps-case-ls__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 9vw, 128px) 0 clamp(68px, 7vw, 104px);
  color: var(--ps-white);
  text-align: center;
  background:
    radial-gradient(circle at 50% 10%, rgba(243, 217, 141, 0.18), transparent 28%),
    linear-gradient(180deg, #020914 0%, #061426 52%, #0B1E36 100%);
}

.ps-case-ls__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 248, 236, 0.86) 0.8px, transparent 1.5px),
    radial-gradient(circle, rgba(216, 184, 109, 0.62) 1px, transparent 1.7px);
  background-size: 130px 130px, 240px 240px;
  background-position: 18px 24px, 120px 38px;
}

.ps-case-ls__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 184, 109, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(2, 9, 20, 0.05), rgba(2, 9, 20, 0.26));
}

.ps-case-ls__hero .ps-case-ls__container {
  position: relative;
  z-index: 1;
}

.ps-case-ls__eyebrow,
.ps-case-ls__section-kicker {
  margin: 0 0 16px;
  color: var(--ps-gold-light);
  font-size: clamp(0.68rem, 0.74vw, 0.82rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.ps-case-ls__section-kicker {
  color: var(--ps-gold-dark);
}

.ps-case-ls__title {
  max-width: 1120px;
  margin: 0 auto;
  color: #FFF8EC;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(3.05rem, 5vw, 5.85rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.ps-case-ls__subtitle {
  max-width: 720px;
  margin: clamp(32px, 4vw, 54px) auto 0;
  color: rgba(245, 242, 234, 0.78);
  font-size: clamp(1rem, 1.06vw, 1.15rem);
  font-weight: 400;
  line-height: 1.78;
  text-wrap: pretty;
}

.ps-case-ls__meta {
  margin-top: clamp(34px, 3.8vw, 52px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.ps-case-ls__meta span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(216, 184, 109, 0.28);
  border-radius: 999px;
  color: var(--ps-gold-light);
  background: rgba(216, 184, 109, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

/* PRIMEIRO MOCKUP + VISÃO GERAL */

.ps-case-ls__showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.82fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  padding: clamp(72px, 8vw, 112px) 0 clamp(72px, 8vw, 112px);
}

.ps-case-ls__mockup {
  overflow: hidden;
  border: 1px solid rgba(167, 123, 47, 0.18);
  border-radius: 30px;
  background: var(--ps-blue);
  box-shadow:
    0 34px 90px rgba(23, 36, 58, 0.18),
    0 14px 38px rgba(167, 123, 47, 0.12);
}

.ps-case-ls__browser {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: rgba(2, 9, 20, 0.96);
}

.ps-case-ls__browser span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(243, 217, 141, 0.7);
}

.ps-case-ls__screen {
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 50% 20%, rgba(243, 217, 141, 0.18), transparent 34%),
    linear-gradient(180deg, #061426, #020914);
}

.ps-case-ls__screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ps-case-ls__showcase-content h2,
.ps-case-ls__split-content h2,
.ps-case-ls__section-header h2,
.ps-case-ls__final h2 {
  margin: 0;
  color: var(--ps-blue);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 4vw, 4.4rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.ps-case-ls__showcase-content p,
.ps-case-ls__split-content p,
.ps-case-ls__section-header p,
.ps-case-ls__final p {
  margin: clamp(16px, 2vw, 22px) 0 0;
  color: var(--ps-text-soft);
  font-size: clamp(0.98rem, 1.03vw, 1.1rem);
  line-height: 1.72;
}

/* BOTÃO */

.ps-case-ls__button {
  min-height: 52px;
  width: fit-content;
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid rgba(167, 123, 47, 0.28);
  border-radius: 999px;
  color: var(--ps-blue-dark);
  background: linear-gradient(135deg, var(--ps-gold-light), var(--ps-gold));
  box-shadow:
    0 18px 42px rgba(216, 184, 109, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
}

.ps-case-ls__button:hover,
.ps-case-ls__button:focus-visible {
  transform: translateY(-3px);
  filter: saturate(1.06);
  box-shadow:
    0 24px 54px rgba(216, 184, 109, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.66);
  outline: none;
}

/* CARDS */

.ps-case-ls__grid-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

.ps-case-ls__card,
.ps-case-ls__list-box,
.ps-case-ls__mockup-card {
  border: 1px solid rgba(167, 123, 47, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(247, 235, 208, 0.62)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    0 22px 60px rgba(23, 36, 58, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.ps-case-ls__card {
  padding: clamp(24px, 3vw, 34px);
}

.ps-case-ls__card-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--ps-blue-dark);
  background: linear-gradient(135deg, var(--ps-gold-light), var(--ps-gold));
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(216, 184, 109, 0.18);
}

.ps-case-ls__card h3,
.ps-case-ls__list-box h3 {
  margin: 0;
  color: var(--ps-blue);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}

.ps-case-ls__card p {
  margin: 14px 0 0;
  color: var(--ps-text-soft);
  font-size: 0.98rem;
  line-height: 1.66;
}

/* ESTRATÉGIA */

.ps-case-ls__split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: start;
  padding-bottom: clamp(72px, 8vw, 112px);
}

.ps-case-ls__list-box {
  padding: clamp(24px, 3vw, 34px);
}

.ps-case-ls__list-box ul {
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.ps-case-ls__list-box li {
  position: relative;
  padding-left: 24px;
  color: var(--ps-text-soft);
  font-size: 0.98rem;
  line-height: 1.56;
}

.ps-case-ls__list-box li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--ps-gold-light), var(--ps-gold));
  box-shadow: 0 0 18px rgba(216, 184, 109, 0.28);
}

/* SISTEMA VISUAL */

.ps-case-ls__visuals {
  padding-bottom: clamp(72px, 8vw, 112px);
}

.ps-case-ls__section-header {
  max-width: 820px;
  margin: 0 auto clamp(30px, 4vw, 48px);
  text-align: center;
}

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

.ps-case-ls__palette {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(23, 36, 58, 0.10);
}

.ps-case-ls__palette span {
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.ps-case-ls__palette strong {
  margin-top: 6px;
  font-size: 1.05rem;
}

.ps-case-ls__palette--blue {
  color: var(--ps-white);
  background:
    radial-gradient(circle at 80% 18%, rgba(243, 217, 141, 0.14), transparent 30%),
    #061426;
}

.ps-case-ls__palette--gold {
  color: #020914;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.32), transparent 30%),
    #D8B86D;
}

.ps-case-ls__palette--light {
  color: #17243A;
  background:
    radial-gradient(circle at 80% 18%, rgba(216, 184, 109, 0.20), transparent 30%),
    #F7EBD0;
}

/* SEGUNDO MOCKUP ALINHADO */

.ps-case-ls__mockups {
  padding-bottom: clamp(72px, 8vw, 112px);
}

.ps-case-ls__mockup-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ps-case-ls__mockup-card {
  width: min(100%, 1120px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 34px;
}

.ps-case-ls__mockup-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  aspect-ratio: auto;
}

.ps-case-ls__mockup-card figcaption {
  padding: 18px 22px 20px;
  color: var(--ps-text-soft);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

/* FINAL */

.ps-case-ls__final {
  max-width: 840px;
  margin-inline: auto;
  padding-bottom: clamp(80px, 9vw, 130px);
  text-align: center;
}

/* RESPONSIVO */

@media (max-width: 980px) {
  .ps-case-ls__container {
    width: min(100% - 48px, 920px);
  }

  .ps-case-ls__title {
    max-width: 820px;
    font-size: clamp(3rem, 8vw, 5.1rem);
    line-height: 0.98;
  }

  .ps-case-ls__subtitle {
    margin-top: 30px;
  }

  .ps-case-ls__showcase,
  .ps-case-ls__grid-section,
  .ps-case-ls__split,
  .ps-case-ls__visual-grid {
    grid-template-columns: 1fr;
  }

  .ps-case-ls__showcase-content {
    text-align: center;
  }

  .ps-case-ls__split {
    gap: 28px;
  }
}

@media (max-width: 680px) {
  .ps-case-ls__container {
    width: min(100% - 32px, 720px);
  }

  .ps-case-ls__hero {
    padding: 72px 0 58px;
  }

  .ps-case-ls__eyebrow,
  .ps-case-ls__section-kicker {
    font-size: 0.66rem;
    letter-spacing: 0.20em;
  }

  .ps-case-ls__title {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.6vw, 3.55rem);
    line-height: 1;
    letter-spacing: -0.044em;
  }

  .ps-case-ls__subtitle {
    margin-top: 24px;
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .ps-case-ls__meta {
    margin-top: 28px;
    gap: 8px;
  }

  .ps-case-ls__meta span {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.72rem;
  }

  .ps-case-ls__showcase,
  .ps-case-ls__grid-section,
  .ps-case-ls__split,
  .ps-case-ls__visuals,
  .ps-case-ls__mockups {
    padding-bottom: 58px;
  }

  .ps-case-ls__showcase {
    padding-top: 58px;
  }

  .ps-case-ls__showcase-content h2,
  .ps-case-ls__split-content h2,
  .ps-case-ls__section-header h2,
  .ps-case-ls__final h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.04em;
  }

  .ps-case-ls__showcase-content p,
  .ps-case-ls__split-content p,
  .ps-case-ls__section-header p,
  .ps-case-ls__final p {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .ps-case-ls__button {
    width: 100%;
    min-height: 50px;
    padding: 0 20px;
    font-size: 0.72rem;
    letter-spacing: 0.11em;
  }

  .ps-case-ls__mockup,
  .ps-case-ls__mockup-card {
    border-radius: 22px;
  }

  .ps-case-ls__browser {
    height: 36px;
    padding: 0 14px;
  }

  .ps-case-ls__browser span {
    width: 9px;
    height: 9px;
  }

  .ps-case-ls__mockup-card figcaption {
    padding: 14px 16px 16px;
    font-size: 0.86rem;
  }

  .ps-case-ls__card,
  .ps-case-ls__list-box {
    border-radius: 22px;
  }

  .ps-case-ls__card {
    padding: 22px 20px;
  }

  .ps-case-ls__palette {
    min-height: 150px;
    border-radius: 22px;
  }

  .ps-case-ls__final {
    padding-bottom: 70px;
  }
}

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