/*
 Theme Name: Astra Child
 Template: astra
*/

@font-face {
  font-family: 'CodecPro';
  src: url('fonts/codec-pro.regular.woff2') format('woff2'),
       url('fonts/codec-pro.regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ================
 HEADER
================ */

#masthead {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background 0.35s ease, border-color 0.35s ease;
}

/* Transparent — strip background from all inner wrappers */
#masthead.sps-transparent,
#masthead.sps-transparent #ast-desktop-header,
#masthead.sps-transparent .ast-main-header-wrap,
#masthead.sps-transparent .main-header-bar-wrap,
#masthead.sps-transparent .ast-primary-header-bar,
#masthead.sps-transparent .ast-primary-header,
#masthead.sps-transparent .main-header-bar {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom-color: transparent !important;
}

/* Scrolled — white on the outer element, cascades in */
#masthead.sps-scrolled,
#masthead.sps-scrolled .ast-primary-header-bar,
#masthead.sps-scrolled .main-header-bar {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: none !important;
}

#masthead,
#masthead .ast-primary-header-bar,
#masthead .ast-primary-header,
#masthead .main-header-bar,
#masthead #ast-desktop-header,
#masthead #ast-mobile-header .ast-primary-header-bar,
#masthead #ast-mobile-header .main-header-bar {
  transition: background-color 0.4s ease, border-color 0.4s ease !important;
}

#masthead .menu-link,
#masthead .custom-logo,
#masthead .custom-logo-link img,
#masthead .menu-toggle svg {
  transition: color 0.5s ease, fill 0.5s ease, filter 0.5s ease !important;
}

/* Align header container with section padding */
#masthead .ast-container,
#masthead .site-primary-header-wrap {
  max-width: 100% !important;
  padding-left: clamp(32px, 6vw, 96px) !important;
  padding-right: clamp(32px, 6vw, 96px) !important;
}

/* Nav typography */
#masthead .menu-link {
  font-family: 'CodecPro', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 4px 0 !important;
  margin: 0 14px !important;
}

#masthead.sps-transparent .custom-logo,
#masthead.sps-transparent .custom-logo-link img {
  filter: brightness(0) invert(1);
  transition: filter 0.35s ease;
}

#masthead.sps-scrolled .custom-logo,
#masthead.sps-scrolled .custom-logo-link img,
#masthead.sps-menu-open .custom-logo,
#masthead.sps-menu-open .custom-logo-link img {
  filter: none;
  transition: filter 0.35s ease;
}

/* Nav colours — transparent */
#masthead.sps-transparent .menu-link {
  color: rgba(255, 255, 255, 0.82) !important;
}

#masthead.sps-transparent .menu-link:hover {
  color: #ffffff !important;
}

/* Nav colours — scrolled */
#masthead.sps-scrolled .menu-link {
  color: #000000 !important;
}

#masthead.sps-scrolled .menu-link:hover {
  color: #63666A !important;
}

/* Hamburger icon */
#masthead.sps-transparent .menu-toggle {
  color: #ffffff !important;
}

#masthead.sps-scrolled .menu-toggle {
  color: #000000 !important;
}

/* Hero overlap — prevent Astra auto-padding on homepage */
body.home #page,
body.home .hfeed {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Inner pages — push content below fixed header */
body:not(.home) .sps-single-wrap,
body:not(.home) .sps-archive-wrap {
  padding-top: calc(clamp(48px, 7vw, 88px) + 72px);
}

/* Mobile header bar — same transparent/scrolled logic */
#masthead.sps-transparent #ast-mobile-header .ast-primary-header-bar,
#masthead.sps-transparent #ast-mobile-header .main-header-bar {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

#masthead.sps-scrolled #ast-mobile-header .ast-primary-header-bar,
#masthead.sps-scrolled #ast-mobile-header .main-header-bar {
  background: #ffffff !important;
}

/* Mobile hamburger icon colours */
#masthead.sps-transparent .menu-toggle svg {
  fill: #ffffff !important;
}

#masthead.sps-scrolled .menu-toggle svg {
  fill: #000000 !important;
}

/* Mobile dropdown panel */
.ast-mobile-header-content {
  background: #ffffff !important;
  border-top: 0.5px solid rgba(0, 0, 0, 0.08) !important;
  padding: 8px 0 !important;
}

/* Mobile menu links */
body #masthead .ast-mobile-header-content .menu-link {
  font-family: 'CodecPro', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  padding: 14px clamp(32px, 6vw, 96px) !important;
  display: block !important;
  background: transparent !important;
  border: none !important;
}

body #masthead .ast-mobile-header-content .menu-link:hover {
  color: #63666A !important;
}

/* ================
 POST BLOG
================ */

body.single-post .site-content,
body.single-post #primary,
body.single-post #content {
  background: #ffffff;
  padding: 0;
}

.sps-single-wrap {
  background: #ffffff;
  padding: clamp(48px, 7vw, 88px) clamp(32px, 6vw, 96px);
  max-width: 1200px;
  margin: 0 auto;
}

.sps-single__back {
  font-family: 'CodecPro', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #63666A;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 32px;
  transition: color 0.15s;
}

.sps-single__back:hover { color: #000000; }

.sps-single__date {
  font-family: 'CodecPro', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
}

.sps-single__title {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 900;
  color: #000000;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 32px;
}

.sps-single__rule {
  width: 48px;
  height: 1px;
  background: #CCCCCC;
  margin-bottom: 40px;
}

.sps-single__content p {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(15px, 1.5vw, 17px);
  text-align: justify;
  font-weight: 300;
  line-height: 1.9;
  color: #373737;
  margin: 0 0 24px;
  max-width: 720px;
}

.sps-single__content h2,
.sps-single__content h3 {
  font-family: 'CodecPro', sans-serif;
  font-weight: 700;
  color: #000000;
  margin: 40px 0 16px;
}

.sps-single__content h2 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
.sps-single__content h3 { font-size: clamp(1rem, 1.5vw, 1.3rem); }

/* ================
 ARQUIVO BLOG
================ */

body.archive .site-content,
body.blog .site-content,
body.archive #primary,
body.blog #primary {
  background: #0f0f0f;
  padding: 0;
}

.sps-archive-wrap {
  background: #0f0f0f;
  padding: clamp(48px, 7vw, 88px) clamp(32px, 6vw, 96px);
}

.sps-archive__header {
  margin-bottom: clamp(40px, 6vw, 64px);
}

.sps-archive__title {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 16px 0 0;
}

.sps-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: clamp(40px, 5vw, 64px);
}

.sps-archive__pagination .nav-links {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.sps-archive__pagination .page-numbers {
  font-family: 'CodecPro', sans-serif;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.35);
  padding: 8px 12px;
  border: 0.5px solid rgba(255,255,255,0.15);
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.15s;
}

.sps-archive__pagination .page-numbers.current,
.sps-archive__pagination .page-numbers:hover {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}

@media (max-width: 768px) {
  .sps-archive__grid { grid-template-columns: 1fr; }
}



/* ================
   TÍTULO DAS SEÇÕES
================ */

.sps-inst__label,
.sps-qs__label,
.sps-df__label,
.sps-eq-lbl {
  font-family: 'CodecPro', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sps-inst__label::before,
.sps-qs__label::before,
.sps-df__label::before,
.sps-eq-lbl::before {
  content: '';
  width: 24px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.sps-qs__label,
.sps-eq-lbl {
  color: rgba(255, 255, 255, 0.55);
}

.sps-inst__label,
.sps-df__label {
  color: #505050;
}

.sps-inst__label { margin: 0 0 20px; }
.sps-qs__label   { margin: 0; }
.sps-df__label   { margin: 0 0 32px; }
.sps-eq-lbl      { margin: 0; }

.sps-eq-nav-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
}

.sps-eq-arrow {
  display: none;
}

/* ================

 HERO 

================ */
.sps-hero {
  background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('https://darkturquoise-cheetah-345338.hostingersite.com/wp-content/uploads/2026/06/hero-banner-e1781832926196.png');
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(80px, 10vw, 120px) clamp(32px, 6vw, 96px) clamp(60px, 8vw, 96px);
  box-sizing: border-box;
}

.sps-hero__inner {
  position: relative;
  max-width: 760px;
}

.sps-hero__rule {
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.sps-hero__eyebrow {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(9px, 1vw, 11px);
  letter-spacing: 0.35em;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  margin: 0 0 32px;
}

.sps-hero__headline {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.18;
  color: #ffffff;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}

.sps-hero__body {
  font-family: 'CodecPro', sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 48px;
  max-width: 520px;
}

.sps-hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sps-hero__cta {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(9px, 0.85vw, 11px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 32px;
  display: inline-block;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.sps-hero__cta--primary {
  background: #ffffff;
  color: #000000 !important;
  border: 1px solid #ffffff;
}

.sps-hero__cta--primary:hover {
  background: transparent;
  color: #ffffff !important;
}

.sps-hero__cta--secondary {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.sps-hero__cta--secondary:hover {
  border-color: #ffffff;
  color: #ffffff !important;
}

@media (max-width: 640px) {
  .sps-hero__ctas { flex-direction: column; }
  .sps-hero__cta { text-align: center; }
  .sps-hero {
    background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)),
      url('https://darkturquoise-cheetah-345338.hostingersite.com/wp-content/uploads/2026/06/hero-mobile.png') !important;
    background-position: center center;
  }
}



/* ================

 INSTITUCIONAL 

================ */

.sps-inst {
  background: #ffffff;
  padding: clamp(48px, 7vw, 88px) clamp(32px, 6vw, 96px);
  border-top: 1px solid #000000;
}

.sps-inst__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.sps-inst__text {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 300;
  line-height: 1.9;
  color: #373737;
  margin: 0;
}

.sps-value {
  padding: 18px 0;
  border-bottom: 0.5px solid #CCCCCC;
}

.sps-value:first-child {
  border-top: 0.5px solid #CCCCCC;
}

.sps-value__name {
  font-family: 'CodecPro', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
}

.sps-value__desc {
  font-family: 'CodecPro', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  color: #63666A;
  margin: 0;
}

@media (max-width: 640px) {
  .sps-inst__grid {
    grid-template-columns: 1fr;
  }
}

/* ================

 QUEM SOMOS 

================ */

.sps-qs-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #0f0f0f;
  min-height: clamp(520px, 70vh, 800px);
}

.sps-qs__content {
  padding: clamp(48px, 6vw, 88px) clamp(32px, 4vw, 56px) clamp(48px, 6vw, 88px) clamp(32px, 6vw, 96px);
  display: flex;
  flex-direction: column;
}

.sps-qs-photo {
  background-image: url('https://darkturquoise-cheetah-345338.hostingersite.com/wp-content/uploads/2026/06/sasun-bughdaryan-YFz39MOmxnQ-unsplash.jpg');
  background-size: cover;
  background-position: center 30%;
  min-height: clamp(520px, 70vh, 800px);
}

.sps-qs__p {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 300;
  line-height: 1.88;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 16px;
}

.sps-qs__p:last-child { margin: 0; }

.sps-mvv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.sps-mvv__col { padding: 0 clamp(20px, 3vw, 40px); }
.sps-mvv__col:first-child { padding-left: 0; border-right: 0.5px solid rgba(255, 255, 255, 0.08); }
.sps-mvv__col:nth-child(2) { border-right: 0.5px solid rgba(255, 255, 255, 0.08); }
.sps-mvv__col:last-child { padding-right: 0; }

.sps-mvv__heading {
  font-family: 'CodecPro', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}

.sps-mvv__text {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(13px, 1.2vw, 14px);
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.sps-val { padding: 14px 0; border-bottom: 0.5px solid rgba(255, 255, 255, 0.08); }
.sps-val:first-child { border-top: 0.5px solid rgba(255, 255, 255, 0.08); }

.sps-val__idx {
  font-family: 'CodecPro', sans-serif;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 5px;
}

.sps-val__name {
  font-family: 'CodecPro', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.08em;
  display: block;
}

@media (max-width: 768px) {
  .sps-qs-hero { grid-template-columns: 1fr; }
  .sps-qs-photo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 290px;
  }
  .sps-mvv { grid-template-columns: 1fr; gap: 32px; }
  .sps-mvv__col,
  .sps-mvv__col:first-child,
  .sps-mvv__col:last-child { padding: 0; border: none; }
  .sps-mvv__col:first-child,
  .sps-mvv__col:nth-child(2) { border-right: none; padding-bottom: 32px; border-bottom: 0.5px solid rgba(255,255,255,0.08); }
}

/* ================
 DIFERENCIAIS
================ */

.sps-df {
  background: #ffffff;
  padding: clamp(48px, 7vw, 88px) clamp(32px, 6vw, 96px);
}

.sps-df__headline {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(22px, 3.2vw, 48px);
  font-weight: 900;
  line-height: 0.95;
  color: #000000;
  letter-spacing: -0.02em;
  margin: 0 0 clamp(40px, 6vw, 72px);
  max-width: 900px;
}

.sps-df__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 48px);
}

.sps-df__item {
  border-top: 1px solid #000000;
  padding-top: 24px;
}

.sps-df__idx {
  font-family: 'CodecPro', sans-serif;
  font-size: 11px;
  color: #CCCCCC;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 16px;
}

.sps-df__title {
  font-family: 'CodecPro', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.05em;
  margin: 0 0 14px;
}

.sps-df__text {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 300;
  line-height: 1.85;
  color: #63666A;
  margin: 0;
}

@media (max-width: 640px) {
  .sps-df__grid { grid-template-columns: 1fr; }
}


/* ================
 EQUIPE
================ */

.sps-eq {
  background: #0f0f0f;
  display: grid;
  grid-template-columns: clamp(280px, 42%, 620px) 1fr;
  min-height: clamp(560px, 75vh, 800px);
}

.sps-eq-photo {
  position: relative;
  overflow: hidden;
}

#eq-layer-a,
#eq-layer-b {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  transition: opacity 0.5s ease;
}

#eq-layer-a { opacity: 1; }
#eq-layer-b { opacity: 0; }

.sps-eq-info {
  padding: clamp(40px, 6vw, 72px) clamp(32px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

.sps-eq-nav-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 24px;
}

.sps-eq-lbl {
  font-family: 'CodecPro', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sps-eq-lbl::before {
  content: '';
  width: 24px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.sps-eq-content {
  transition: opacity 0.2s;
  flex: 1;
  min-height: 340px;
}

.sps-eq-name {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(20px, 3vw, 38px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.05;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.sps-eq-rule {
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.sps-eq-cred {
  font-family: 'CodecPro', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  padding: 9px 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.07);
  margin: 0;
}

.sps-eq-cred:first-child {
  border-top: 0.5px solid rgba(255, 255, 255, 0.07);
}

.sps-eq-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.sps-eq-btn {
  font-family: 'CodecPro', sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.15s;
  background: rgba(255, 255, 255, 0.03);
  text-align: left;
  width: 100%;
}

.sps-eq-btn:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
}

.sps-eq-btn.on {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}

@media (max-width: 768px) {
  .sps-eq {
    display: flex;
    flex-direction: column;
  }

  .sps-eq-photo {
    order: 1;
    min-height: 420px;
  }

  .sps-eq-info {
    order: 2;
    justify-content: flex-start;
    gap: 0;
  }

  .sps-eq-nav-wrap {
    order: 0;
    justify-content: center;
    margin-bottom: 16px;
    padding: 16px 0;
    border-top: 0.5px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
  }

  .sps-eq-lbl     { order: 1; padding-top: 24px; }
  .sps-eq-content { order: 2; padding-top: 24px; min-height: auto; }
  .sps-eq-nav     { order: 3; display: none; }
}

@media (max-width: 768px) {
  .sps-eq { display: flex; flex-direction: column; }
  .sps-eq-photo { order: 1; min-height: 420px; }
  .sps-eq-info { order: 2; }
  .sps-eq-nav { display: none; }
  .sps-eq-nav-wrap {
    justify-content: center;
    margin-bottom: 16px;
    padding-top: 8px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.08);
  }
  
  .sps-eq-arrow {
    display: flex;
    font-family: 'CodecPro', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.25);
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 6px 12px;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1;
    outline: none;
  }

  .sps-eq-arrow:hover,
  .sps-eq-arrow:focus {
    color: rgba(255, 255, 255, 0.7) !important;
    background: none !important;
    box-shadow: none !important;
  }
}

/* ================
 ÁREAS DE ATUAÇÃO
================ */

.sps-ar {
  background: #ffffff;
  padding: clamp(48px, 7vw, 88px) clamp(32px, 6vw, 96px);
}

.sps-ar-lbl {
  font-family: 'CodecPro', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #505050;
  text-transform: uppercase;
  margin: 0 0 48px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sps-ar-lbl::before {
  content: '';
  width: 24px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.sps-ar-list {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.sps-ar-item { border-bottom: 0.5px solid #CCCCCC; }
.sps-ar-item:last-child { border-bottom: none; }

.sps-ar-hdr {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  user-select: none;
}

.sps-ar-num {
  font-family: 'CodecPro', sans-serif;
  font-size: 10px;
  color: #CCCCCC;
  letter-spacing: 0.2em;
  flex-shrink: 0;
  width: 24px;
}

.sps-ar-title {
  font-family: 'CodecPro', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.03em;
  flex: 1;
}

.sps-ar-icon {
  font-size: 20px;
  color: #000000;
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.25s;
  font-weight: 300;
  width: 20px;
  text-align: center;
}

.sps-ar-item.on .sps-ar-icon { transform: rotate(45deg); }

.sps-ar-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s ease;
}

.sps-ar-text {
  font-family: 'CodecPro', sans-serif;
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 300;
  line-height: 1.88;
  color: #63666A;
  padding: 4px 0 24px 44px;
  margin: 0;
}

/* ================
 PUBLICAÇÕES
================ */

.sps-pub {
  background: #0f0f0f;
  padding: clamp(48px, 7vw, 88px) clamp(32px, 6vw, 96px);
}

.sps-pub__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(36px, 5vw, 56px);
  flex-wrap: wrap;
  gap: 16px;
}

.sps-pub__lbl {
  font-family: 'CodecPro', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sps-pub__lbl::before {
  content: '';
  width: 24px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.sps-pub__all {
  font-family: 'CodecPro', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.15s;
}

.sps-pub__all:hover { color: #ffffff; }

.sps-pub__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.sps-pub__item {
  border-top: 0.5px solid rgba(255, 255, 255, 0.15);
  padding: 28px 32px 28px 0;
}

.sps-pub__item:not(:first-child) { padding-left: 32px; }
.sps-pub__item:first-child { padding-left: 0; }
.sps-pub__item:not(:last-child) { border-right: 0.5px solid rgba(255, 255, 255, 0.08); }

.sps-pub__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.sps-pub__num {
  font-family: 'CodecPro', sans-serif;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.2em;
}

.sps-pub__date {
  font-family: 'CodecPro', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.05em;
}

.sps-pub__title {
  font-family: 'CodecPro', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

.sps-pub__excerpt {
  font-family: 'CodecPro', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 24px;
}

.sps-pub__link {
  font-family: 'CodecPro', sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.15s;
}

.sps-pub__link:hover { color: #ffffff; }

@media (max-width: 768px) {
  .sps-pub__grid { grid-template-columns: 1fr; }
  .sps-pub__item,
  .sps-pub__item:not(:first-child) { padding: 24px 0; border-right: none; }
}

/* ================
 FOOTER
================ */

.sps-ft {
  background: #0f0f0f;
  padding: clamp(48px, 7vw, 88px) clamp(32px, 6vw, 96px) 0;
}

.sps-ft-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  padding-bottom: clamp(40px, 5vw, 64px);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
}

.sps-ft-brand {
  margin-bottom: 32px;
}

.sps-ft-brand {
  margin-bottom: 32px;
}

.sps-ft-logo {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.sps-ft-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sps-ft-social-link {
  font-family: 'CodecPro', sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.15s;
}

.sps-ft-social-link:hover { color: #ffffff; }

.sps-ft-col-label {
  font-family: 'CodecPro', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sps-ft-col-label::before {
  content: '';
  width: 16px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.sps-ft-address {
  font-family: 'CodecPro', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.sps-ft-contact-item {
  font-family: 'CodecPro', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.85;
  text-decoration: none;
  display: block;
  transition: color 0.15s;
}

.sps-ft-contact-item:hover { color: #ffffff; }

.sps-ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  flex-wrap: wrap;
  gap: 12px;
}

.sps-ft-copy {
  font-family: 'CodecPro', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.2);
  margin: 0;
}

.sps-ft-oab {
  font-family: 'CodecPro', sans-serif;
  font-size: 9px;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 768px) {
  .sps-ft-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .sps-ft-top { grid-template-columns: 1fr; }
  .sps-ft-bottom { flex-direction: column; align-items: flex-start; }
}

