/* ================================================================
   page-static.css
   Fallback premium — páginas estáticas (política, contato, demais)
================================================================ */

.ps-page {
  --ps-ink: #1a2f3f;
  --ps-muted: #4b5563;
  --ps-line: rgba(11, 60, 93, 0.1);
  --ps-glass: rgba(255, 255, 255, 0.97);
  position: relative;
  min-height: 40vh;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(11, 60, 93, 0.07), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 30%, rgba(242, 169, 0, 0.06), transparent 50%),
    linear-gradient(180deg, #eef2f6 0%, var(--color-bg) 40%, #e8eef4 100%);
}

/* ----------------------------------------------------------------
   Hero
---------------------------------------------------------------- */
.ps-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: clamp(28rem, 58vh, 38rem);
  background: var(--color-primary);
  color: var(--color-white);
  padding: clamp(5.5rem, 12vh, 8rem) 0 clamp(4.75rem, 9vw, 6.75rem);
}

.ps-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ps-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.03);
}

.ps-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(4, 30, 46, 0.55) 0%, rgba(11, 60, 93, 0.45) 38%, rgba(4, 30, 46, 0.88) 100%),
    linear-gradient(90deg, rgba(4, 30, 46, 0.72) 0%, rgba(4, 30, 46, 0.35) 55%, transparent 100%);
}

.ps-hero__glow {
  position: absolute;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  right: -8%;
  bottom: -35%;
  background: radial-gradient(circle, rgba(242, 169, 0, 0.32) 0%, transparent 68%);
  pointer-events: none;
  z-index: 1;
  animation: ps-glow-drift 10s ease-in-out infinite alternate;
}

@keyframes ps-glow-drift {
  from { transform: translate(0, 0) scale(1); opacity: 0.85; }
  to   { transform: translate(-6%, -4%) scale(1.08); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .ps-hero__glow {
    animation: none;
  }

  .ps-hero__media img {
    transform: none;
  }
}

.ps-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.ps-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0 0 var(--space-5);
  padding: 0;
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.72);
}

.ps-breadcrumb__list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.ps-breadcrumb__list li:not(:last-child)::after {
  content: "/";
  color: rgba(255, 255, 255, 0.35);
  margin-left: 0.15rem;
}

.ps-breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ps-breadcrumb a:hover {
  color: var(--color-accent);
}

.ps-breadcrumb [aria-current="page"] {
  color: var(--color-accent);
  font-weight: 600;
}

.ps-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 var(--space-4);
  padding: 0.35rem 0.85rem 0.35rem 0.4rem;
  background: rgba(242, 169, 0, 0.12);
  border: 1px solid rgba(242, 169, 0, 0.38);
  border-radius: var(--radius-full);
  color: var(--color-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ps-hero__eyebrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  background: rgba(242, 169, 0, 0.2);
  font-size: 0.95rem;
}

.ps-hero__title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 2.85rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: var(--color-white);
  max-width: 14ch;
  text-wrap: balance;
}

.ps-hero__lead {
  margin: var(--space-4) 0 0;
  max-width: 42rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.65;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  text-wrap: pretty;
}

.ps-hero__rule {
  display: block;
  width: 3.25rem;
  height: 3px;
  margin-top: var(--space-5);
  border-radius: 2px;
  background: linear-gradient(90deg, var(--color-accent), rgba(242, 169, 0, 0.15));
}

/* ----------------------------------------------------------------
   Body / article
---------------------------------------------------------------- */
.ps-body {
  position: relative;
  z-index: 2;
  margin-top: -3.25rem;
  padding: 0 0 clamp(3.5rem, 7vw, 5.5rem);
}

.ps-article {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  background: var(--ps-glass);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1.25rem;
  padding: clamp(1.85rem, 4vw, 3rem) clamp(1.5rem, 3.5vw, 2.75rem);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 18px 48px rgba(11, 60, 93, 0.1),
    0 4px 12px rgba(11, 60, 93, 0.05);
  animation: ps-rise 0.55s ease-out both;
}

.ps-article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-primary) 55%, var(--color-primary-light) 100%);
}

@keyframes ps-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-article {
    animation: none;
  }
}

.ps-article__thumb {
  margin: 0 0 var(--space-6);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.ps-article__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* ----------------------------------------------------------------
   Prose
---------------------------------------------------------------- */
.ps-prose {
  color: var(--ps-muted);
  font-size: 1.0625rem;
  line-height: 1.8;
}

.ps-prose > *:first-child {
  margin-top: 0;
}

/* Lead: primeiro parágrafo mais destacado */
.ps-prose > p:first-of-type,
.ps-prose .elementor-widget-container > p:first-of-type {
  font-size: clamp(1.1rem, 2.2vw, 1.22rem);
  line-height: 1.65;
  color: var(--ps-ink);
  font-weight: 600;
  margin-bottom: 1.35rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid var(--ps-line);
}

.ps-prose h1,
.ps-prose h2,
.ps-prose h3,
.ps-prose h4 {
  color: var(--color-primary);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.ps-prose h1 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  margin: 0 0 1rem;
}

.ps-prose h2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  margin: 2.75rem 0 1rem;
  padding: 0.85rem 1rem;
  border: 0;
  border-radius: var(--radius-md);
  background: linear-gradient(90deg, rgba(11, 60, 93, 0.06) 0%, rgba(11, 60, 93, 0.02) 55%, transparent 100%);
  box-shadow: inset 3px 0 0 var(--color-accent);
}

.ps-prose h2:first-child {
  margin-top: 0;
}

.ps-prose h3 {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 750;
  margin: 2rem 0 0.7rem;
  padding-left: 0.75rem;
  border-left: 2px solid rgba(242, 169, 0, 0.55);
}

.ps-prose h4 {
  font-size: 1.05rem;
  margin: 1.5rem 0 0.5rem;
}

.ps-prose p {
  margin: 0 0 1.2rem;
}

.ps-prose p + p {
  margin-top: 0.15rem;
}

.ps-prose strong,
.ps-prose b {
  color: var(--color-primary);
  font-weight: 700;
}

.ps-prose a {
  color: var(--color-primary-light);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(30, 95, 138, 0.35);
  font-weight: 650;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.ps-prose a:hover {
  color: var(--color-accent-dark);
  text-decoration-color: var(--color-accent);
}

.ps-prose ul,
.ps-prose ol {
  margin: 0.25rem 0 1.5rem;
  padding: 1rem 1.15rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  background: rgba(11, 60, 93, 0.035);
  border-radius: var(--radius-md);
  border: 1px solid var(--ps-line);
}

.ps-prose ul li,
.ps-prose ol li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 1.65;
  color: var(--ps-ink);
}

.ps-prose ul li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(242, 169, 0, 0.2);
}

.ps-prose ol {
  counter-reset: ps-ol;
}

.ps-prose ol li {
  counter-increment: ps-ol;
}

.ps-prose ol li::before {
  content: counter(ps-ol) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  font-size: 0.9em;
  color: var(--color-accent-dark);
}

.ps-prose blockquote {
  margin: 1.75rem 0;
  padding: 1.15rem 1.35rem;
  border-left: 3px solid var(--color-accent);
  background: linear-gradient(90deg, rgba(242, 169, 0, 0.08), rgba(11, 60, 93, 0.03));
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  color: var(--ps-ink);
  font-weight: 500;
}

/* HRs do Elementor — viram separador editorial discreto */
.ps-prose hr {
  border: 0;
  height: 0;
  margin: 2.25rem auto;
  max-width: 8rem;
  border-top: 1px solid var(--ps-line);
  position: relative;
}

.ps-prose hr::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -2px;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: -0.2rem;
  border-radius: 50%;
  background: var(--color-accent);
}

.ps-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.5rem;
  font-size: var(--text-sm);
  overflow: hidden;
  border-radius: var(--radius-md);
}

.ps-prose th,
.ps-prose td {
  border: 1px solid var(--ps-line);
  padding: 0.7rem 0.85rem;
  text-align: left;
}

.ps-prose th {
  background: rgba(11, 60, 93, 0.06);
  color: var(--color-primary);
  font-weight: 700;
}

.ps-prose .btn {
  text-decoration: none;
}

/* ----------------------------------------------------------------
   Elementor residual — neutralize layout without touching DB
---------------------------------------------------------------- */
.ps-prose .elementor,
.ps-prose .elementor-section,
.ps-prose .elementor-container,
.ps-prose .elementor-row,
.ps-prose .elementor-column,
.ps-prose .elementor-widget-wrap,
.ps-prose .elementor-widget,
.ps-prose .elementor-element,
.ps-prose .elementor-widget-container {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  position: static !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.ps-prose .elementor-section,
.ps-prose .elementor-container,
.ps-prose .elementor-row {
  display: flex !important;
  flex-direction: column !important;
  gap: 0;
}

.ps-prose .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.ps-prose .elementor-element-populated {
  padding: 0 !important;
}

.ps-prose [class*="elementor-hidden-"],
.ps-prose .elementor-background-overlay {
  display: none !important;
}

/* Widget divider Elementor → mesmo tratamento editorial */
.ps-prose .elementor-widget-divider {
  margin: 1.75rem 0 !important;
}

.ps-prose .elementor-divider-separator {
  max-width: 8rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-color: var(--ps-line) !important;
}

/* ----------------------------------------------------------------
   Gallery + lead form (residual internas)
---------------------------------------------------------------- */
.ps-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
  gap: var(--space-4);
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

/* Isolate from .ps-prose ul list chrome (column flex + gold bullets) */
.ps-prose ul.ps-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
  gap: var(--space-4);
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  flex-direction: unset;
}

.ps-prose ul.ps-gallery > li {
  position: static;
  padding-left: 0;
  line-height: 0;
  color: inherit;
}

.ps-prose ul.ps-gallery > li::before {
  content: none;
  display: none;
}

/* Clients marquee inside .ps-prose — isolate list chrome + avoid 100vw bleed in card */
.ps-prose > .sp-clients-marquee,
.ps-article .sp-clients-marquee {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.ps-prose .sp-clients-marquee__list,
.ps-article .sp-clients-marquee__list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  flex-shrink: 0;
}

.ps-prose .sp-clients-marquee__item,
.ps-article .sp-clients-marquee__item {
  position: static;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
  color: inherit;
  line-height: normal;
}

.ps-prose .sp-clients-marquee__item::before,
.ps-article .sp-clients-marquee__item::before {
  content: none;
  display: none;
  box-shadow: none;
}

.ps-gallery figure,
.ps-gallery .gallery-item {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5rem;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid var(--ps-line);
  border-radius: var(--radius-md);
}

.ps-gallery img {
  max-width: 100%;
  height: auto;
  max-height: 4.5rem;
  width: auto;
  object-fit: contain;
}

/* Conversion panel — form must not get lost under certs/prose */
.ps-lead--card {
  position: relative;
  isolation: isolate;
  margin: 1.35rem 0 0.5rem;
  padding: clamp(1.5rem, 3.5vw, 2.15rem) clamp(1.25rem, 3vw, 1.85rem);
  border-radius: 1.15rem;
  border: 1px solid rgba(11, 60, 93, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 60, 93, 0.06) 0%, rgba(255, 255, 255, 0.96) 42%),
    #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 18px 44px rgba(11, 60, 93, 0.1);
  overflow: hidden;
}

.ps-lead--card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-primary) 60%, var(--color-primary-light) 100%);
}

.ps-lead__header {
  margin: 0 0 1.25rem;
  max-width: 36rem;
}

.ps-lead__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.55rem;
  padding: 0.28rem 0.7rem;
  border-radius: var(--radius-full);
  background: rgba(242, 169, 0, 0.14);
  border: 1px solid rgba(242, 169, 0, 0.4);
  color: var(--color-accent-dark, #b87a00);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ps-prose .ps-lead__title,
.ps-article .ps-lead__title {
  display: block;
  margin: 0 0 0.45rem;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  color: var(--color-primary);
  font-size: clamp(1.35rem, 2.8vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ps-lead__intro,
.ps-article .ps-lead--card .contact-section__form-hint,
.ps-prose .ps-lead--card .contact-section__form-hint {
  margin: 0;
  color: var(--ps-muted);
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 500;
}

/* Light premium form — overrides dark home .contact-section__* styles */
.ps-article .ps-lead-form.contact-section__form,
.ps-prose .ps-lead-form.contact-section__form {
  max-width: 100%;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

.ps-article .ps-lead--card .contact-section__form-grid,
.ps-prose .ps-lead--card .contact-section__form-grid {
  gap: 1rem 1.1rem;
  margin-bottom: 1.15rem;
}

.ps-article .ps-lead-form .contact-section__label,
.ps-prose .ps-lead-form .contact-section__label {
  color: var(--color-primary);
  font-weight: 750;
  letter-spacing: 0.02em;
}

.ps-article .ps-lead-form .contact-section__input,
.ps-article .ps-lead-form .contact-section__select,
.ps-prose .ps-lead-form .contact-section__input,
.ps-prose .ps-lead-form .contact-section__select {
  min-height: 3rem;
  color: var(--ps-ink);
  background: #fff;
  border: 1.5px solid rgba(11, 60, 93, 0.16);
  box-shadow: 0 1px 2px rgba(11, 60, 93, 0.04);
}

.ps-article .ps-lead-form .contact-section__input::placeholder,
.ps-prose .ps-lead-form .contact-section__input::placeholder {
  color: rgba(75, 85, 99, 0.65);
}

.ps-article .ps-lead-form .contact-section__input:hover,
.ps-article .ps-lead-form .contact-section__select:hover,
.ps-prose .ps-lead-form .contact-section__input:hover,
.ps-prose .ps-lead-form .contact-section__select:hover {
  border-color: rgba(11, 60, 93, 0.3);
}

.ps-article .ps-lead-form .contact-section__input:focus,
.ps-article .ps-lead-form .contact-section__select:focus,
.ps-prose .ps-lead-form .contact-section__input:focus,
.ps-prose .ps-lead-form .contact-section__select:focus {
  border-color: rgba(242, 169, 0, 0.85);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(242, 169, 0, 0.22);
}

.ps-article .ps-lead-form .contact-section__select,
.ps-prose .ps-lead-form .contact-section__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%230B3C5D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 1.1rem;
}

.ps-article .ps-lead-form .contact-section__form-submit,
.ps-prose .ps-lead-form .contact-section__form-submit {
  width: 100%;
  min-height: 3.15rem;
  margin-top: 0.25rem;
  color: #fff;
  font-weight: 750;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  box-shadow: 0 6px 20px rgba(11, 60, 93, 0.24);
}

.ps-article .ps-lead-form .contact-section__form-submit:hover,
.ps-prose .ps-lead-form .contact-section__form-submit:hover {
  background: #0a3350;
  border-color: #0a3350;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(11, 60, 93, 0.3);
}

.ps-lead__wa {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.85rem;
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px dashed rgba(11, 60, 93, 0.14);
}

.ps-lead__wa-label {
  color: var(--ps-muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.ps-article .ps-lead__wa .btn,
.ps-prose .ps-lead__wa .btn {
  width: auto;
  min-width: 12rem;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 640px) {
  .ps-lead__wa {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .ps-article .ps-lead__wa .btn,
  .ps-prose .ps-lead__wa .btn {
    width: 100%;
  }
}

.ps-prose > h1:first-child {
  display: none; /* hero já traz o H1 — evita duplicata residual */
}

.ps-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 0 0 1.5rem;
}

.ps-channels a {
  text-decoration: none;
}

/* ----------------------------------------------------------------
   Split bands — text | form / image (contato + page-static)
---------------------------------------------------------------- */
.ps-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
  margin: 1.75rem 0 2rem;
}

@media (min-width: 900px) {
  .ps-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(1.75rem, 3.5vw, 2.75rem);
  }

  .ps-split--lead {
    align-items: start;
  }

  .ps-split--about {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  }
}

.ps-split__copy {
  min-width: 0;
}

.ps-split__copy > h2:first-child {
  margin-top: 0;
}

.ps-split__copy > p:last-child {
  margin-bottom: 0;
}

.ps-split__aside,
.ps-split__media {
  min-width: 0;
}

.ps-split__aside .ps-lead--card {
  margin: 0;
}

.ps-split__aside .ps-lead__header {
  max-width: none;
}

.ps-split__figure {
  margin: 0;
  border-radius: 1.1rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 60, 93, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 36px rgba(11, 60, 93, 0.08);
}

.ps-split__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
  aspect-ratio: 685 / 364;
}

.ps-prose .ps-split__figure img {
  margin: 0;
  border-radius: 0;
}

@media (max-width: 899px) {
  .ps-split--about .ps-split__media {
    order: -1;
  }
}

/* ----------------------------------------------------------------
   Content organization — residual rebuild (preço/produtos/telas)
---------------------------------------------------------------- */
.ps-promo {
  margin: 0 0 1.35rem;
}

.ps-promo .btn {
  text-decoration: none;
}

.ps-checklist {
  margin: 0 0 1.5rem;
}

.ps-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 0 1.75rem;
}

.ps-cta-row .btn {
  text-decoration: none;
}

.ps-callout {
  margin: 1.75rem 0;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  background: linear-gradient(90deg, rgba(242, 169, 0, 0.14), rgba(11, 60, 93, 0.05));
  border: 1px solid rgba(242, 169, 0, 0.35);
  color: var(--color-primary);
  font-weight: 700;
  text-align: center;
}

.ps-note {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.15rem;
  padding: 0.4rem 0.85rem 0.4rem 0.4rem;
  border-radius: var(--radius-full);
  background: rgba(242, 169, 0, 0.12);
  border: 1px solid rgba(242, 169, 0, 0.38);
  color: var(--color-primary);
  font-size: 0.88rem;
  font-weight: 750;
}

.ps-note__icon {
  width: 2.1rem;
  height: 2.1rem;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}

/* Conversion band — same family as .ps-lead--card */
.ps-materials {
  position: relative;
  isolation: isolate;
  margin: 0.35rem 0 1rem;
  padding: clamp(1.15rem, 2.8vw, 1.65rem);
  border-radius: 1.15rem;
  border: 1px solid rgba(11, 60, 93, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 60, 93, 0.055) 0%, rgba(255, 255, 255, 0.97) 48%),
    #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 36px rgba(11, 60, 93, 0.08);
  overflow: hidden;
}

.ps-materials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-primary) 60%, var(--color-primary-light) 100%);
}

.ps-cert {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.15rem 0 0.35rem;
  padding: 0.65rem 0.5rem;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.ps-cert img {
  max-width: min(100%, 16.5rem);
  height: auto;
  opacity: 0.95;
}

.ps-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 1rem;
  margin: 0.5rem 0 1.75rem;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
}

.ps-prose ul.ps-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 1rem;
  margin: 0.5rem 0 1.75rem;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  flex-direction: unset;
}

.ps-prose ul.ps-product-grid > li {
  position: static;
  padding-left: 0;
  line-height: 0;
}

.ps-prose ul.ps-product-grid > li::before {
  content: none;
  display: none;
}

.ps-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--ps-line);
  background: #fff;
  text-decoration: none !important;
  color: var(--color-primary);
  box-shadow: 0 4px 14px rgba(11, 60, 93, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ps-product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 169, 0, 0.55);
  box-shadow: 0 10px 28px rgba(11, 60, 93, 0.12);
  color: var(--color-primary);
}

.ps-product-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.ps-product-card__title {
  display: block;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.35;
  text-align: center;
}

.ps-material-grid,
.ps-prose ul.ps-material-grid,
.ps-materials .ps-material-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  flex-direction: unset;
}

.ps-prose ul.ps-material-grid > li,
.ps-materials .ps-material-grid > li {
  position: static;
  padding-left: 0;
  line-height: 1.45;
}

.ps-prose ul.ps-material-grid > li::before,
.ps-materials .ps-material-grid > li::before {
  content: none;
  display: none;
}

.ps-material-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(11, 60, 93, 0.12);
  border-radius: 0.9rem;
  box-shadow: 0 4px 14px rgba(11, 60, 93, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ps-material-card:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 169, 0, 0.55);
  box-shadow: 0 10px 28px rgba(11, 60, 93, 0.12);
}

.ps-material-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0B3C5D;
  padding: 0.85rem 0.75rem 0.65rem;
}

.ps-material-card__media img,
.ps-material-card > img {
  width: 100%;
  max-height: 11.5rem;
  object-fit: contain;
  margin: 0;
  display: block;
}

.ps-material-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.85rem 0.9rem 1rem;
  background: linear-gradient(180deg, #f7f9fb 0%, #fff 100%);
}

.ps-material-card h3,
.ps-prose .ps-material-card h3 {
  margin: 0 0 0.55rem;
  padding: 0;
  border: 0;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-primary);
  text-align: center;
}

.ps-material-card ul,
.ps-prose .ps-material-card ul {
  flex: 1;
  margin: 0;
  padding: 0.65rem 0.75rem;
  gap: 0.4rem;
  background: rgba(11, 60, 93, 0.035);
  border: 1px solid var(--ps-line);
  border-radius: var(--radius-md);
}

.ps-material-card ul li,
.ps-prose .ps-material-card ul li {
  padding-left: 1.25rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--ps-ink);
}

.ps-material-card ul li::before,
.ps-prose .ps-material-card ul li::before {
  top: 0.45em;
  width: 0.4rem;
  height: 0.4rem;
}

@media (max-width: 900px) {
  .ps-material-grid,
  .ps-prose ul.ps-material-grid,
  .ps-materials .ps-material-grid {
    grid-template-columns: 1fr;
  }
}

.ps-media-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.75rem;
  margin: 0.75rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.ps-prose ul.ps-media-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
  gap: 0.75rem;
  margin: 0.75rem 0 1.5rem;
  padding: 0;
  list-style: none;
  background: transparent;
  border: 0;
  flex-direction: unset;
}

.ps-prose ul.ps-media-gallery > li {
  position: static;
  padding-left: 0;
  line-height: 0;
}

.ps-prose ul.ps-media-gallery > li::before {
  content: none;
  display: none;
}

.ps-media-gallery a {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--ps-line);
  background: #fff;
}

.ps-media-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.ps-media-gallery a:hover img {
  transform: scale(1.04);
}

.ps-media-gallery--depo {
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
}

.ps-video {
  margin: 0 0 1.25rem;
}

.ps-video .btn {
  text-decoration: none;
}

@media (max-width: 640px) {
  .ps-body {
    margin-top: -2rem;
  }

  .ps-article {
    border-radius: 1rem;
    padding: 1.5rem 1.1rem 1.75rem;
  }

  .ps-hero__title {
    max-width: none;
  }

  .ps-prose h2 {
    padding: 0.7rem 0.85rem;
  }
}
