/* Savoya — design tokens from Figma (nodes 49:1851 desktop + 57:2551 mobile) */

:root {
  /* backgrounds */
  --sa-dark:    #003c5e;
  --sa-brand:   #00548d;
  --sa-neutral: #f1f0eb;
  --sa-yellow:  #ffda8c;

  /* text on dark bg */
  --sa-dark-txt-hi: #ffda8c;
  --sa-dark-txt-md: #f1f0eb;
  --sa-dark-txt-lo: #cbc9c0;

  /* text on light/neutral bg */
  --sa-light-txt-hi: #003c5e;
  --sa-light-txt-md: #00548d;
  --sa-light-txt-lo: #61605e;

  /* borders */
  --sa-border-dark:  rgba(255,255,255,0.2);
  --sa-border-light: rgba(0,0,0,0.2);

  /* radii */
  --r-sm: 8px;
  --r-md: 16px;
  --r-lg: 32px;

  /* old compatibility */
  --savoya-blue:    #00548d;
  --savoya-top-bg:  #f1f0eb;
  --text-on-blue:   #f1f0eb;
  --yellow-accent:  #ffda8c;
}

* { box-sizing: border-box; }

body {
  font-family: 'Figtree', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  margin: 0;
  color: #222;
  background: var(--sa-neutral);
}

.savoya-container {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  width: 100%;
}

/* Click-and-drag carousels/sliders (assets/carousel-drag.js) */
/* scroll-snap-type is turned off inline by the script the moment a drag
   starts, permanently for that track — otherwise CSS snap would force the
   scroll position back onto a card boundary instead of the spot the user
   dropped it at. */
.js-drag-scroll { cursor: grab; }
.js-drag-scroll.is-dragging { cursor: grabbing; user-select: none; }
.js-drag-scroll img,
.js-drag-scroll a {
  -webkit-user-drag: none;
  user-drag: none;
}


/* ==========================================================================
   HEADER — Top bar (cream / prefeitura)
   Figma: 434:22071 desktop (72px) / 434:22072 mobile (64px)
   ========================================================================== */
.savoya-top {
  position: relative;
  background: var(--sa-neutral);
  z-index: 70; /* above the nav so the social popover can overlap it */
}

.savoya-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 72px;
}

.savoya-top-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.savoya-top-brand img {
  height: 56px;
  width: auto;
  display: block;
}

.savoya-top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.savoya-top-socials {
  display: flex;
  align-items: center;
  gap: 4px;
}

.savoya-top-icon {
  width: 56px;
  height: 56px;
  border: 1px solid #cbc9c0;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.savoya-top-icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.savoya-top-icon:hover {
  border-color: var(--sa-brand);
  background-color: rgba(0, 0, 0, 0.03);
}

/* Mobile 3-dot trigger */
.savoya-top-dots {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 0;
  background: transparent;
  color: var(--sa-brand);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.savoya-top-dots:hover { background-color: rgba(0, 0, 0, 0.05); }

/* Dots <-> close icon swap */
.savoya-top-dots-close { display: none; }
.savoya-top-dots[aria-expanded="true"] .savoya-top-dots-open { display: none; }
.savoya-top-dots[aria-expanded="true"] .savoya-top-dots-close { display: block; }

/* Social popover dropdown (mobile) */
.savoya-top-drawer {
  position: absolute;
  top: 100%;
  right: 24px;
  margin-top: 8px;
  z-index: 70;
  display: flex;
  gap: 8px;
  padding: 8px;
  background: var(--sa-neutral);
  border-radius: var(--r-md);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.savoya-top-drawer.open { visibility: visible; opacity: 1; transform: translateY(0); }

.savoya-top-drawer .savoya-top-icon { width: 44px; height: 44px; }


/* ==========================================================================
   HEADER — Main nav (blue / savoya)
   Figma: 57:1631 desktop (96px) / 517:30747 mobile (64px)
   ========================================================================== */
.savoya-nav {
  background: var(--sa-brand);
  color: var(--text-on-blue);
  border-top-left-radius: var(--r-lg);
  border-top-right-radius: var(--r-lg);
  position: relative;
  z-index: 60;
}

.savoya-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 96px;
}

.savoya-nav-logos {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-shrink: 0;
}

.savoya-nav-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.savoya-nav-logo > img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.savoya-nav-logo--parque { height: 42px; width: 141px; overflow: hidden; }
.savoya-nav-logo--parque > img { object-position: left center; }

.savoya-nav-logo--savoya {
  width: 127px;
  height: 36px;
}

.savoya-nav-logo-mark {
  display: block;
  width: 127px;
  height: 36px;
}

.savoya-nav-divider {
  display: block;
  width: 1px;
  align-self: stretch;
  margin: 4px 0;
  background: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.savoya-nav-items {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.savoya-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
}

.savoya-menu li {
  display: flex;
  align-items: center;
  position: static;
}

.savoya-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  color: var(--sa-dark-txt-md);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 1.4;
  border-radius: 100px;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.savoya-menu a:hover { background-color: rgba(255, 255, 255, 0.08); }


/* Only the dropdown the user clicked open gets the yellow pill — the current
   page's section is intentionally NOT auto-highlighted in the top bar. */
.savoya-menu .menu-item-has-children.is-open > a {
  background-color: var(--sa-yellow);
  color: var(--sa-dark);
}

.savoya-menu .menu-item-has-children.is-open > a:hover {
  background-color: var(--sa-yellow);
  opacity: 0.92;
}

/* Toggle the pill's highlight instantly (only the text colour eases). A
   background-color crossfade would blend the yellow pill to a pale rounded
   "ghost" over the blue bar as the panel fades out — the lingering yellow
   shadow. Snapping the background removes it while the panel still fades. */
.savoya-menu > .menu-item-has-children > a {
  transition: color 0.2s ease;
}

/* Desktop mega menu — full-width panel below nav (click-driven, Figma 57-2303) */
.savoya-menu .menu-item-has-children { position: static; }

.savoya-mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  /* Align content with the centered .savoya-container (max-width 1536, 112px pad) */
  padding: 56px max(112px, calc((100% - 1536px) / 2 + 112px)) 64px;
  background: var(--sa-brand);
  border-bottom-left-radius: var(--r-lg);
  border-bottom-right-radius: var(--r-lg);
  z-index: 56;
  /* Fade in/out (matches the active-pill 0.2s transition so they move together) */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.savoya-menu .menu-item-has-children.is-open > .savoya-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.savoya-mega-inner {
  display: flex;
  align-items: stretch;
  gap: 64px;
}

/* Left media column — captioned image that swaps per hovered child */
.savoya-mega-media {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  aspect-ratio: 1 / 1;
}

.savoya-mega-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.savoya-mega-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.savoya-mega-caption p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
  line-height: 1.15;
  color: #fff;
}

/* Right link list — flows into two balanced columns */
.savoya-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 2 1 0;
  min-width: 0;
  column-count: 2;
  column-gap: 64px;
}

.savoya-menu .sub-menu li {
  display: block;
  height: auto;
  padding: 12px 0;
  break-inside: avoid;
}

.savoya-menu .sub-menu a {
  display: inline-flex;
  height: auto;
  padding: 0;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.26px;
  line-height: 1.4;
  color: var(--sa-dark-txt-md);
  border-radius: 0;
  white-space: normal;
}

.savoya-menu .sub-menu a:hover {
  background: transparent;
  color: var(--sa-yellow);
}

.savoya-menu .current-menu-item > a {
  font-weight: bold;
  color: var(--sa-yellow);
}

.savoya-menu .current-menu-item > a:hover {
  opacity: 0.7;
}

/* Close (X) button — top-right of the panel, aligned to the container edge */
.savoya-mega-close {
  position: absolute;
  top: 5px;
  right: max(112px, calc((100% - 1536px) / 2 + 112px));
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: var(--text-on-blue);
  cursor: pointer;
  transition: background-color 0.2s ease;
  z-index: 2;
}

.savoya-mega-close:hover { background: rgba(255, 255, 255, 0.12); }
.savoya-mega-close svg { display: block; }

.savoya-nav-icons {
  display: flex;
  align-items: center;
  gap: 0;
}

.savoya-nav-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  background: transparent;
  border: 0;
  color: var(--sa-dark-txt-md);
  cursor: pointer;
  border-radius: 100px;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  text-decoration: none;
}

.savoya-nav-icon-btn:hover { background-color: rgba(255, 255, 255, 0.08); }
.savoya-nav-icon-btn svg { display: block; }

/* Active search button — yellow pill */
.savoya-nav-icon-btn[aria-controls="savoya-search"][aria-expanded="true"] {
  background-color: var(--sa-yellow);
  color: var(--sa-dark);
}

/* Shared blur overlay behind open panels */
.savoya-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 40;
}

.savoya-overlay.is-active { opacity: 1; visibility: visible; }

/* Mobile hamburger */
.savoya-nav-hamburger {
  display: none;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.savoya-nav-hamburger:hover { background-color: rgba(255, 255, 255, 0.08); }

/* Hamburger -> yellow close when menu open */
.savoya-nav-hamburger-close { display: none; }
.savoya-nav-hamburger[aria-expanded="true"] {
  background-color: var(--sa-yellow);
  color: var(--sa-dark);
}
.savoya-nav-hamburger[aria-expanded="true"]:hover { background-color: var(--sa-yellow); }
.savoya-nav-hamburger[aria-expanded="true"] .savoya-nav-hamburger-open { display: none; }
.savoya-nav-hamburger[aria-expanded="true"] .savoya-nav-hamburger-close { display: block; }


/* ==========================================================================
   Desktop search overlay (slides below nav)
   Figma: 73:3502
   ========================================================================== */
.savoya-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--sa-brand);
  border-bottom-left-radius: var(--r-lg);
  border-bottom-right-radius: var(--r-lg);
  padding: 48px 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 56;
}

.savoya-search.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.savoya-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.savoya-search-input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--sa-dark-txt-md);
  font-family: inherit;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.26px;
  line-height: 1.4;
}

.savoya-search-input::placeholder { color: var(--sa-dark-txt-lo); }

.savoya-search-submit {
  background: transparent;
  border: 0;
  color: var(--sa-yellow);
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* ==========================================================================
   Mobile menu drawer
   Figma: 70:2484
   ========================================================================== */
.savoya-mobile-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: var(--sa-brand);
  color: white;
  border-bottom-left-radius: var(--r-md);
  border-bottom-right-radius: var(--r-md);
  padding: 32px 24px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 56;
  /* `100vh` on mobile browsers is the *largest* possible viewport (address bar
     collapsed), which is taller than what's actually visible once the address
     bar is showing. That makes the drawer render past the real fold, so the
     internal scroll never has enough room to reach the last items. `dvh`
     tracks the real, current viewport and fixes it; `vh` stays as a fallback
     for browsers that don't support `dvh`. */
  max-height: calc(100vh - 128px);
  max-height: calc(100dvh - 128px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.savoya-mobile-menu.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.savoya-mobile-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.savoya-mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.savoya-mobile-list li { position: relative; }

.savoya-mobile-list > li > a {
  display: flex;
  align-items: center;
  /* flex-start (not space-between) so the label stays flush left even when a
     third flex item is present, e.g. the flag icon Weglot injects via ::before
     on its language-switcher item; the chevron is pushed to the far right via
     margin-left: auto below instead. */
  justify-content: flex-start;
  gap: 10px;
  padding: 8px 0;
  color: var(--sa-yellow);
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.4;
}

.savoya-mobile-list .menu-item-has-children > a::after {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: auto;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'><path d='M5 7.5l5 5 5-5' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'><path d='M5 7.5l5 5 5-5' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
  transition: transform 0.2s ease;
}

.savoya-mobile-list .menu-item-has-children.expanded > a::after {
  transform: rotate(180deg);
}

.savoya-mobile-list .sub-menu {
  list-style: none;
  margin: 8px 0 0;
  padding: 0 0 0 4px;
  display: none;
}

.savoya-mobile-list .menu-item-has-children.expanded > .sub-menu { display: block; }

.savoya-mobile-list .sub-menu li { padding: 6px 0; }

.savoya-mobile-list .sub-menu a {
  display: block;
  color: var(--sa-dark-txt-md);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  line-height: 1.4;
  text-decoration: none;
}

.savoya-mobile-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.savoya-mobile-search input[type="search"] {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: none;
  color: var(--sa-dark-txt-md);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
  line-height: 1.4;
}

.savoya-mobile-search input[type="search"]::placeholder { color: var(--sa-dark-txt-lo); }

.savoya-mobile-search button {
  background: transparent;
  border: 0;
  color: var(--sa-yellow);
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.savoya-mobile-access {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: var(--sa-dark-txt-md);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.18px;
  line-height: 1.5;
}

.savoya-mobile-access:hover { opacity: 0.85; }

/* Paired with lockBodyScroll()/unlockBodyScroll() in menu.js: iOS Safari
   ignores `overflow: hidden` alone, so the body is also pinned with
   `position: fixed` (top offset set inline) while the drawer is open. */
.savoya-no-scroll {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
}


/* ==========================================================================
   SHARED BUTTON COMPONENTS
   ========================================================================== */
.btn-pill-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 20px;
  background: var(--sa-yellow);
  color: var(--sa-dark);
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--r-lg);
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.btn-pill-yellow:hover { opacity: 0.88; }

.btn-pill-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 20px;
  background: var(--sa-brand);
  color: #fff5e0;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--r-lg);
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.btn-pill-dark:hover { opacity: 0.88; }

.btn-pill-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 20px;
  background: transparent;
  color: var(--sa-yellow);
  border: 1px solid var(--sa-dark-txt-lo);
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--r-lg);
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.btn-pill-border:hover { opacity: 0.8; }


/* ==========================================================================
   1. HERO
   ========================================================================== */
.home-hero {
  position: relative;
  background: linear-gradient(180deg, var(--sa-brand) 0%, var(--sa-dark) 100%);
  min-height: 75vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-media-wrap {
  position: absolute;
  inset: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3; /* above .hero-content-wrap so seek clicks register */
  cursor: pointer;
}

.hero-progress-filled {
  height: 100%;
  width: 0;
  background: var(--sa-yellow);
  transition: width 0.1s linear;
}

/* Text + controls wrapper */
.hero-content-wrap {
  position: relative;
  z-index: 2;
  max-width: 1536px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 112px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.hero-text { max-width: 580px; }

.hero-title {
  color: var(--sa-dark-txt-md);
  font-size: clamp(22px, 2.6vw, 40px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.24px;
  margin: 0;
}

.hero-highlight { color: var(--sa-yellow); }

.hero-br-desktop { display: block; }

.hero-media-controls {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-shrink: 0;
}

.hero-media-btn {
  width: 56px;
  height: 56px;
  background: var(--sa-yellow);
  color: var(--sa-dark);
  border: 0;
  border-radius: var(--r-lg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.hero-media-btn:hover { opacity: 0.88; }


/* ==========================================================================
   2. PARTNER LOGOS (dark strip)
   ========================================================================== */
.home-logos {
  background: var(--sa-dark);
  padding: 24px 0 48px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.logos-marquee {
  display: flex;
  gap: 64px;
  width: max-content;
  align-items: center;
  animation: logos-scroll var(--logos-duration, 40s) linear infinite;
}

/* No animation until JS has measured the set and sized the marquee. */
.logos-marquee:not(.is-ready) { animation: none; }

.logos-marquee:hover { animation-play-state: paused; }

.logos-track {
  display: flex;
  gap: 64px;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
}

@keyframes logos-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(var(--logos-shift, -50%)); }
}

@media (prefers-reduced-motion: reduce) {
  .logos-marquee { animation: none; }
}

.logos-item {
  flex-shrink: 0;
  width: 128px;
  height: 64px;
  position: relative;
}

.logos-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: luminosity;
  opacity: 0.7;
}

.logos-item a { display: block; width: 100%; height: 100%; }

.logos-item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--sa-dark-txt-md);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.2px;
  opacity: 0.7;
  text-align: center;
}


/* ==========================================================================
   3. ABOUT — dark section
   ========================================================================== */
.home-about-dark {
  background: var(--sa-dark);
  padding: 112px 0 64px;
}

.about-dark-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
}

.about-dark-content {
  max-width: 58%; /* ~7 of 12 cols */
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
}

.about-eyebrow {
  font-size: 14px;
  font-weight: 500;
  color: var(--sa-dark-txt-lo);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}

.about-desc-dark {
  font-size: 24px;
  font-weight: 500;
  color: var(--sa-dark-txt-hi);
  line-height: 1.4;
  letter-spacing: -0.24px;
  margin: 0;
}


/* ==========================================================================
   4. STATS / BIG NUMBERS (dark section)
   ========================================================================== */
.home-stats {
  background: var(--sa-dark);
  padding: 64px 0 112px;
}

.stats-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 16px;
  align-items: flex-start;
}

.stat-card {
  flex: 1 0 0;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  padding-left: 32px;
  border-left: 1px solid var(--sa-border-dark);
}

.stat-illus {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

.stat-illus img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.stat-data {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--sa-dark-txt-hi);
}

.stat-num {
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.56px;
  display: block;
}

.stat-label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
  display: block;
}


/* ==========================================================================
   5. SERVICES — neutral bg, alternating image/text
   ========================================================================== */
.home-services-new {
  background: var(--sa-neutral);
}

.svc-row {
  display: flex;
  align-items: stretch;
  min-height: 520px;
  padding: 48px 112px;
  gap: 64px;
}

/* image-left: image 55%, gap, text ~38% */
.svc-img-left .svc-img-col  { order: 1; flex: 0 0 55%; }
.svc-img-left .svc-text-col { order: 2; flex: 1 1 0; }

/* image-right: text first, image after */
.svc-img-right .svc-text-col { order: 1; flex: 1 1 0; }
.svc-img-right .svc-img-col  { order: 2; flex: 0 0 55%; }

.svc-img-col {
  display: flex;
  align-items: stretch;
}

.svc-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: var(--r-md);
  min-height: 420px;
}

.svc-text-col {
  display: flex;
  align-items: center;
}

.svc-text-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 100%;
}

.svc-title-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--sa-light-txt-md);
}

.svc-title {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  margin: 0;
  color: var(--sa-light-txt-md);
}

.svc-desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
  margin: 0;
  color: var(--sa-light-txt-md);
}

.svc-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.svc-links li { border-bottom: 1px solid var(--sa-border-light); }
.svc-links li:first-child { border-top: 1px solid var(--sa-border-light); }

.svc-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 12px 0;
  color: var(--sa-light-txt-md);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.18px;
  transition: opacity 0.2s ease;
}

.svc-links a:hover { opacity: 0.7; }

.svc-link-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--r-lg);
  flex-shrink: 0;
  color: var(--sa-light-txt-md);
}


/* ==========================================================================
   6. SPACES — yellow bg
   ========================================================================== */
.home-spaces-new {
  background: var(--sa-yellow);
  padding: 64px 0;
}

.spaces-new-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.spaces-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  max-width: 600px;
}

.spaces-eyebrow {
  font-size: 14px;
  font-weight: 500;
  color: var(--sa-light-txt-lo);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}

.spaces-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--sa-light-txt-hi);
  line-height: 1.4;
  letter-spacing: -0.2px;
  margin: 0;
}

.spaces-list-new {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.spaces-list-item { border-bottom: 1px solid var(--sa-border-light); }
.spaces-list-item:first-child { border-top: 1px solid var(--sa-border-light); }

.spaces-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 0;
  text-decoration: none;
  color: var(--sa-light-txt-hi);
  font-size: clamp(20px, 2.5vw, 36px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  transition: opacity 0.2s ease;
}

.spaces-list-item a:hover { opacity: 0.7; }

.spaces-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}


/* ==========================================================================
   7. EVENTS — dark bg
   ========================================================================== */
.home-events-new {
  background: var(--sa-dark);
  padding: 64px 0;
}

.events-new-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.events-new-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.events-new-title {
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 500;
  color: var(--sa-dark-txt-hi);
  line-height: 1;
  letter-spacing: -0.56px;
  margin: 0;
}

/* Events list (date | image | content) — Figma 46:1139 */
.home-events-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.home-event-divider {
  border: 0;
  border-top: 1px solid var(--sa-border-dark);
  margin: 0;
}

.home-event-item {
  display: grid;
  grid-template-columns: 160px 320px 1fr;
  gap: 48px;
  align-items: center;
}

.home-event-date {
  font-size: 20px;
  font-weight: 600;
  color: var(--sa-dark-txt-hi);
  line-height: 1.4;
  letter-spacing: -0.2px;
  margin: 0;
}

.home-event-media {
  display: block;
  border-radius: var(--r-md);
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: rgba(255,255,255,0.06);
}

.home-event-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-event-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-event-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.24px;
  margin: 0;
}

.home-event-title a {
  color: var(--sa-dark-txt-md);
  text-decoration: none;
}

.home-event-title a:hover { color: var(--sa-dark-txt-hi); }

.home-event-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.home-event-meta li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--sa-dark-txt-lo);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}

.home-event-meta svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.home-event-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sa-dark-txt-hi);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: gap 0.2s ease;
}

.home-event-cta:hover { gap: 12px; }


/* ==========================================================================
   8. NEWS CAROUSEL — neutral bg
   ========================================================================== */
.home-news-new {
  background: var(--sa-neutral);
  padding: 64px 0;
}

.news-new-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 48px;
  align-items: start;
}

.news-new-title {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 500;
  color: var(--sa-light-txt-md);
  line-height: 1;
  letter-spacing: -0.56px;
  margin: 0;
}

.news-carousel-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
  min-width: 0; /* allow the carousel to scroll instead of widening the grid */
}

.news-carousel {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  min-width: 0;
}

.news-carousel::-webkit-scrollbar { display: none; }

.news-card-new { scroll-snap-align: start; }

.news-card-new {
  flex: 0 0 calc(33.333% - 32px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.news-card-img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
}

.news-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card-content {
  padding-top: 24px;
  padding-right: 64px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news-card-date {
  font-size: 14px;
  font-weight: 500;
  color: var(--sa-light-txt-lo);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0;
}

.news-card-headline {
  font-size: 18px;
  font-weight: 500;
  color: var(--sa-light-txt-md);
  line-height: 1.5;
  letter-spacing: -0.18px;
  margin: 0;
}

.news-card-headline:hover {
  opacity: 0.8;
}

.news-card-headline a {
  color: var(--sa-light-txt-md);
  text-decoration: none;
}

.news-carousel-nav {
  display: flex;
  gap: 8px;
  align-items: center;
}

.news-nav-btn {
  width: 56px;
  height: 56px;
  background: transparent;
  border: 1px solid var(--sa-dark-txt-lo);
  border-radius: var(--r-lg);
  color: var(--sa-light-txt-hi);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.news-nav-btn:hover {
  background: var(--sa-dark);
  border-color: var(--sa-dark);
  color: #fff;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */
.savoya-footer {
  background: var(--sa-yellow);
  border-radius: var(--r-lg);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 88px;
  max-width: 1536px;
  margin: 0 auto;
  padding: 88px 112px 44px;
}

/* ----- Nav links section ----- */
.footer-links-section {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.footer-double-col {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer-single-col {
  flex: 1 0 0;
  min-width: 0;
}

.footer-nav-heading {
  font-size: 20px;
  font-weight: 500;
  color: var(--sa-light-txt-hi);
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}

.footer-chevron {
  display: none;
  flex-shrink: 0;
  color: var(--sa-light-txt-hi);
  transition: transform 0.2s;
}

.footer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.footer-nav-list li a {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--sa-light-txt-hi);
  text-decoration: none;
  letter-spacing: -0.14px;
  line-height: 1.4;
  /* Allow wrapping so item labels are never cut on narrower columns */
  white-space: normal;
  overflow-wrap: anywhere;
  transition: opacity 0.2s;
}

.footer-nav-list li a:hover { opacity: 0.65; }

/* ----- Bottom section ----- */
.footer-bottom-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.footer-address-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.footer-address {
  font-size: 14px;
  font-weight: 500;
  color: var(--sa-light-txt-hi);
  line-height: 1.4;
  letter-spacing: -0.14px;
  max-width: 565px;
  margin: 0;
}
.footer-address a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer-address a:hover {
  opacity: 0.8;
}

.footer-socials {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-shrink: 0;
}

.footer-social-btn {
  width: 56px;
  height: 56px;
  border-radius: 32px;
  background: var(--sa-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer-social-btn:hover { opacity: 0.85; }

.footer-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0;
}

.footer-logos-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-logo {
  display: block;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.footer-logo-link { display: block; flex-shrink: 0; line-height: 0; }

.footer-logo--ifeec  { width: 152px; filter: brightness(0); } /* render solid black to match Figma */
.footer-logo--savoya { width: 159px; }
.footer-logo--parque { width: 200px; }
.footer-logo--pmsa   { width: 147px; }


/* ==========================================================================
   CENTRO DE INOVAÇÃO — Page template
   ========================================================================== */
.ci-page { background: var(--sa-neutral); }

/* 1. Hero (dark blue + featured image below) */
.ci-hero {
  background: var(--sa-brand);
  color: var(--sa-dark-txt-md);
}

.ci-hero-text-wrap {
  max-width: 1536px;
  margin: 0 auto;
  padding: 64px 112px 32px;
}

.ci-hero-eyebrow {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
  margin: 0 0 16px;
}

.ci-hero-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.48px;
  margin: 0;
  color: var(--sa-dark-txt-md);
  max-width: 1024px;
}

.ci-hero-highlight {
  color: var(--sa-yellow);
}

.ci-hero-media {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px 64px;
  background: linear-gradient(180deg, var(--sa-brand) 50%, var(--sa-neutral) 50%);
}

.ci-hero-media img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
  display: block;
  border-radius: var(--r-md);
}

/* 2. Intro */
.ci-intro {
  background: var(--sa-neutral);
  padding: 64px 0;
}

.ci-intro-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
}

.ci-intro-text {
  max-width: 720px;
  margin: 0 auto;
  color: var(--sa-light-txt-hi);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

.ci-intro-text p { margin: 0 0 16px; }
.ci-intro-text p:last-child { margin-bottom: 0; }

/* 3. Stats row */
.ci-stats {
  background: var(--sa-neutral);
  padding: 32px 0 64px;
}

.ci-stats-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.ci-stat-card {
  flex: 1 1 0;
  min-width: 0;
}

.ci-stat-icon {
  width: 88px;
  height: 88px;
  margin-bottom: 8px;
}

.ci-stat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ci-stat-title {
  color: var(--sa-light-txt-md);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.18px;
  margin: 0 0 8px;
}

.ci-stat-desc {
  color: var(--sa-light-txt-lo);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
  margin: 0;
}

.ci-stat-divider {
  flex: 0 0 1px;
  align-self: stretch;
  background: var(--sa-border-light);
  min-height: 160px;
}

/* 4. Video */
.ci-video {
  background: var(--sa-dark);
  padding: 64px 0;
}

.ci-video-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ci-video-text { max-width: 720px; }

.ci-video-title {
  color: var(--sa-yellow);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.32px;
  margin: 0 0 16px;
}

.ci-video-desc {
  color: var(--sa-dark-txt-lo);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.18px;
  margin: 0;
}

.ci-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  overflow: hidden;
  background: #000;
}

.ci-video-frame iframe,
.ci-video-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  display: block;
}

/* 5. Cards grid */
.ci-cards {
  background: var(--sa-neutral);
  padding: 64px 0;
}

.ci-cards-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
}

.ci-cards-title {
  color: var(--sa-light-txt-md);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.32px;
  margin: 0 0 32px;
}

.ci-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 32px;
}

.ci-card { display: flex; flex-direction: column; }

.ci-card-img {
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 12px;
}

.ci-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ci-card-body { padding-right: 32px; }

.ci-card-title {
  color: var(--sa-light-txt-md);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.18px;
  margin: 0 0 8px;
}

.ci-card-desc {
  color: var(--sa-light-txt-lo);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
  margin: 0 0 16px;
}

.ci-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #016cb3;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  padding: 12px 0;
}

.ci-card-link:hover { text-decoration: underline; }

/* 6. Blocks (Uso + Solicite) */
.ci-blocks {
  background: var(--sa-neutral);
  padding: 64px 0;
}

.ci-block {
  max-width: 1536px;
  margin: 0 auto;
  padding: 48px 112px;
}

.ci-block--divider { border-top: 1px solid var(--sa-border-light); }

.ci-block-inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}

.ci-block-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ci-block-bar {
  display: block;
  width: 72px;
  height: 8px;
  background: var(--sa-yellow);
  border-radius: var(--r-sm);
}

.ci-block-title {
  color: var(--sa-light-txt-md);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.2px;
  margin: 0;
}

.ci-block-body {
  color: var(--sa-light-txt-md);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}

.ci-block-body p { margin: 0 0 12px; }
.ci-block-body p:last-child { margin-bottom: 0; }

.ci-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.ci-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 20px;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--r-lg);
  transition: opacity 0.2s ease;
  white-space: nowrap;
}

.ci-btn--primary {
  background: var(--sa-brand);
  color: #fff5e0;
}

.ci-btn--secondary {
  background: transparent;
  color: #016cb3;
  border: 1px solid var(--sa-dark-txt-lo);
}

.ci-btn:hover { opacity: 0.88; }


/* ==========================================================================
   RESPONSIVE — Narrow desktop: progressively compact the nav and shrink/hide
   logos so the horizontal menu never overlaps the logos (design is 1536-wide).
   ========================================================================== */
@media (max-width: 1400px) {
  .savoya-nav-inner { gap: 24px; }
  .savoya-nav-logos { gap: 16px; }
  .savoya-menu a { padding: 0 12px; }
  .savoya-nav-icon-btn { padding: 0 10px; }
  .savoya-nav-logo--parque { width: 120px; height: 36px; }
  .savoya-nav-logo--savoya { width: 113px; height: 32px; }
  .savoya-nav-logo-mark    { width: 113px; height: 32px; }
}

@media (max-width: 1200px) {
  .savoya-nav-logo--savoya {
    width: 79px;
    height: 22px;
  }

  .savoya-nav-logo--parque {
    width: 105.75px;
    height: 31.5px;
  }

  .savoya-menu a { padding: 0 10px; font-size: 13px; }
  .savoya-nav-icon-btn { padding: 0 8px; }
}

@media (max-width: 900px) {
  .savoya-nav-inner { gap: 16px; }
  .savoya-menu a { padding: 0 7px; font-size: 12.5px; letter-spacing: -0.3px; }
  .savoya-nav-icon-btn { padding: 0 6px; }
}


/* ==========================================================================
   RESPONSIVE — Tablet (max 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
  .savoya-container { padding: 0 32px; }

  /* Mega-menu dropdown aligns with the 32px container padding here */
  .savoya-mega { padding: 48px 32px 56px; }

  .hero-content-wrap { padding: 48px 32px; }

  .home-logos { padding: 24px 0 48px; }

  .about-dark-inner { padding: 0 32px; }
  .about-dark-content { max-width: 100%; }

  .stats-inner { padding: 0 32px; }

  .svc-row { padding: 48px 32px; gap: 32px; }

  .spaces-new-inner { padding: 0 32px; }

  .events-new-inner { padding: 0 32px; }
  .events-new-grid  { grid-template-columns: repeat(2, 1fr); gap: 32px; }

  .news-new-inner { padding: 0 32px; grid-template-columns: 1fr 2fr; }

  .footer-inner { padding: 72px 64px 40px; gap: 72px; }

  /* Centro de Inovação */
  .ci-hero-text-wrap { padding: 48px 32px 24px; }
  .ci-hero-media { padding: 0 32px 48px; }
  .ci-hero-title { font-size: 36px; }

  .ci-intro-inner,
  .ci-stats-inner,
  .ci-video-inner,
  .ci-cards-inner { padding: 0 32px; }

  .ci-block { padding: 48px 32px; }

  .ci-cards-grid { grid-template-columns: repeat(2, 1fr); }
}


/* ==========================================================================
   RESPONSIVE — Mobile (max 850px)
   ========================================================================== */
@media (max-width: 850px) {
  .savoya-container { padding: 0 24px; }

  /* Top header */
  .savoya-top-inner {
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 64px;
  }
  .savoya-top-brand img { height: 40px; }
  .savoya-top-inner .savoya-top-socials { display: none; }
  .savoya-top-dots { display: inline-flex; }

  /* Main nav */
  .savoya-nav {
    border-top-left-radius: var(--r-md);
    border-top-right-radius: var(--r-md);
  }
  .savoya-nav-inner {
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 16px;
    min-height: 64px;
  }
  .savoya-nav-logos { gap: 12px; }
  /* Hamburger frees up room, so both logos are shown again on mobile */
  .savoya-nav-divider { display: block; margin: 2px 0; }
  .savoya-nav-logo--parque { display: inline-flex; width: 94px; height: 28px; }
  .savoya-nav-logo--savoya { width: 99px; height: 28px; }
  .savoya-nav-logo-mark { width: 99px; height: 28px; }

  .savoya-nav-items { display: none; }
  .savoya-nav-hamburger { display: inline-flex; }

  /* Hero */
  .home-hero { min-height: 85vh; }

  .hero-media-wrap { border-radius: var(--r-md); }

  .hero-content-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 40px 24px;
  }

  .hero-br-desktop { display: none; }

  /* Logos */
  .home-logos { padding: 24px 0 48px; }
  .logos-marquee { gap: 40px; }
  .logos-track { gap: 40px; }
  .logos-item { width: 80px; height: 40px; }

  /* About */
  .home-about-dark { padding: 64px 0 32px; }
  .about-dark-inner { padding: 0 24px; }
  .about-dark-content { max-width: 100%; gap: 24px; }
  .about-desc-dark { font-size: 20px; }

  /* Stats */
  .home-stats { padding: 32px 0 64px; }
  .stats-inner {
    padding: 0 24px;
    gap: 48px 16px;
  }
  .stat-card {
    flex: 1 0 calc(50% - 8px);
    min-width: 120px;
    gap: 24px;
    padding-left: 0;
    border-left: 0;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--sa-border-dark);
  }
  .stat-illus { width: 96px; height: 96px; }
  .stat-num   { font-size: 32px; }
  .stat-label { font-size: 20px; }

  /* Services */
  .svc-row {
    flex-direction: column !important;
    padding: 48px 24px;
    gap: 48px;
    min-height: auto;
  }
  .svc-img-left .svc-img-col,
  .svc-img-right .svc-img-col { order: 1; flex: none; width: 100%; }
  .svc-img-left .svc-text-col,
  .svc-img-right .svc-text-col { order: 2; flex: none; width: 100%; }
  .svc-photo { min-height: 300px; }
  .svc-text-inner { gap: 32px; }
  .svc-title { font-size: 24px; }

  /* Spaces */
  .home-spaces-new { padding: 64px 0; }
  .spaces-new-inner { padding: 0 24px; }
  .spaces-header { max-width: 100%; }
  .spaces-list-item a { font-size: 24px; padding: 24px 0; }

  /* Events */
  .home-events-new { padding: 64px 0; }
  .events-new-inner { padding: 0 24px; gap: 32px; }
  .events-new-hd { flex-direction: column; align-items: flex-start; gap: 24px; }
  .events-new-title { font-size: 32px; }
  .home-events-list { gap: 32px; }
  .home-event-item { grid-template-columns: 1fr; gap: 16px; }
  .home-event-media { aspect-ratio: 16 / 9; max-width: 100%; }
  .home-event-title { font-size: 20px; }

  /* News */
  .home-news-new { padding: 48px 0; }
  .news-new-inner {
    padding: 0 24px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .news-carousel { gap: 24px; }
  .news-card-new { flex: 0 0 280px; }
  .news-card-content { padding-right: 0; }
  .news-new-title { font-size: 32px; }

  /* Footer — mobile accordion layout */
  .savoya-footer {
    border-radius: var(--r-md);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .footer-inner  { padding: 48px 24px 24px; gap: 48px; }

  .footer-links-section { flex-direction: column; gap: 0; }
  .footer-double-col    { gap: 0; width: 100%; }
  .footer-single-col    { width: 100%; }

  .footer-nav-group {
    border-bottom: 1px solid var(--sa-border-light);
    width: 100%;
  }

.footer-nav-group > .footer-nav-list {
    display: none;
  }

  .footer-nav-group.is-open > .footer-nav-list {
    display: flex;
    padding-bottom: 16px;
  }

  .footer-nav-heading {
    font-size: 16px;
    letter-spacing: -0.16px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
  }

  .footer-chevron { display: block; }

  .footer-nav-group.is-open .footer-chevron {
    transform: rotate(180deg);
  }

  .footer-nav-list li a { white-space: normal; }

  .footer-address-row { flex-direction: column; align-items: flex-start; gap: 24px; }

  /* Logos — 2×2 grid on mobile, uniform 120px wide (matches Figma) */
  .footer-logos-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
    place-items: center;
  }

  .footer-logos-row .footer-logo { width: 120px; max-width: 120px; height: auto; }

  /* Centro de Inovação — mobile */
  .ci-hero-text-wrap { padding: 32px 24px 16px; }
  .ci-hero-media { padding: 0 24px 32px; background: var(--sa-brand); }
  .ci-hero-title { font-size: 24px; letter-spacing: -0.24px; }
  .ci-hero-media img { aspect-ratio: 1 / 1; max-height: none; }

  .ci-intro { padding: 48px 0 32px; }
  .ci-intro-inner { padding: 0 24px; }
  .ci-intro-text { font-size: 18px; }

  .ci-stats { padding: 16px 0 48px; }
  .ci-stats-inner {
    padding: 0 24px;
    flex-direction: column;
    gap: 24px;
  }
  .ci-stat-divider {
    flex: 0 0 1px;
    width: 100%;
    min-height: 1px;
    height: 1px;
    align-self: stretch;
  }

  .ci-video { padding: 48px 0; }
  .ci-video-inner { padding: 0 24px; }
  .ci-video-title { font-size: 24px; }
  .ci-video-desc { font-size: 16px; }

  .ci-cards { padding: 48px 0; }
  .ci-cards-inner { padding: 0 24px; }
  .ci-cards-title { font-size: 24px; }
  .ci-cards-grid { grid-template-columns: 1fr; gap: 32px; }
  .ci-card-body { padding-right: 0; }

  .ci-blocks { padding: 32px 0; }
  .ci-block { padding: 32px 24px; }
  .ci-block-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .stat-card { flex: 1 0 100%; }
}


/* ==========================================================================
   INICIATIVAS — Page template
   ========================================================================== */
.in-page {
  background: var(--sa-neutral);
  position: relative;
  top: -11px;
}

/* Shared buttons */
.in-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 0 20px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: filter 0.15s ease, opacity 0.15s ease;
}
.in-btn:hover { filter: brightness(0.95); }
.in-btn--yellow { background: var(--sa-yellow); color: var(--sa-dark); }
.in-btn--blue   { background: var(--sa-brand);  color: #fff5e0; }

/* 1. Hero (dark blue + breadcrumb eyebrow + featured image below) */
.in-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }

.in-hero-text-wrap {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
}

.in-hero-text { max-width: 60%; }

.in-hero-eyebrow {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
  margin: 0 0 16px;
}

.in-hero-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  margin: 0;
}

.in-hero-title-main { color: var(--sa-dark-txt-md); }
.in-hero-highlight  { color: var(--sa-yellow); }

.in-hero-media {
  background: linear-gradient(180deg, var(--sa-brand) 50%, var(--sa-dark) 50%);
  padding: 0;
}

.in-hero-media img {
  display: block;
  width: 100%;
  height: 512px;
  object-fit: cover;
  border-radius: var(--r-lg);
}

/* 2. Conteúdo introdutório (dark blue) */
.in-intro {
  background: var(--sa-dark);
  padding: 112px 0 64px;
}

.in-intro-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  max-width: calc(1536px);
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
}

.in-intro-ctas { display: flex; flex-wrap: wrap; gap: 16px; }

.in-intro-eyebrow {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
  margin: 0;
  max-width: 720px;
}

.in-intro-text {
  color: var(--sa-yellow);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.24px;
  max-width: 56ch;
}
.in-intro-text p { margin: 0 0 16px; }
.in-intro-text p:last-child { margin-bottom: 0; }

/* Intro: optional side title (for longer copy) */
.in-intro-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 16px 48px;
  width: 100%;
  align-items: start;
}
.in-intro-title {
  margin: 0;
  color: var(--sa-yellow);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.28px;
}

/* Intro: light background variant */
.in-intro--light { background: var(--sa-neutral); }
.in-intro--light .in-intro-eyebrow { color: var(--sa-light-txt-lo); }
.in-intro--light .in-intro-text { color: var(--sa-light-txt-md); }
.in-intro--light .in-intro-title { color: var(--sa-light-txt-md); }

/* 3. Steps (conteúdo lado a lado) */
.in-steps {
  background: var(--sa-neutral);
  padding: 88px 0;
}
.in-steps-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.in-steps-header { max-width: 760px; display: flex; flex-direction: column; gap: 24px; }
.in-steps-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
}
.in-steps-sub {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.in-steps-grid {
  display: flex;
  align-items: stretch;
  gap: 48px;
}
.in-step-card { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.in-step-img {
  border-radius: var(--r-lg);
  overflow: hidden;
}
.in-step-img img { max-width: 100%; max-height: 180px; object-fit: contain; display: block; }
.in-step-body { display: flex; flex-direction: column; gap: 12px; padding: 24px 64px 0 0; }
.in-step-eyebrow {
  font-size: 14px; font-weight: 500; line-height: 1.4; text-transform: uppercase;
  color: var(--sa-light-txt-lo); margin: 0;
}
.in-step-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.in-step-desc {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}
.in-steps-divider {
  flex: 0 0 1px;
  background: var(--sa-border-light);
  align-self: stretch;
}

/* 4. Stacked (conteúdo empilhado) */
.in-stacked { background: var(--sa-neutral); }
.in-stacked-separator {
  height: 0;
  margin: 0 112px;
  border: 0;
  border-top: 1px solid var(--sa-border-light);
}
.in-stacked-block { padding: 64px 0; }
.in-stacked-block-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px 32px;
}
.in-stacked-header { display: flex; flex-direction: column; gap: 16px; }
.in-stacked-bar {
  width: 72px;
  height: 8px;
  background: #fdc348;
  border-radius: 32px;
  display: block;
}
.in-stacked-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.26px;
}
.in-stacked-body {
  color: var(--sa-light-txt-md);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}
.in-stacked-body p { margin: 0 0 16px; }
.in-stacked-body p:last-child { margin-bottom: 0; }
.in-stacked-body ul,
.in-stacked-body ol { margin: 0 0 16px; padding-left: 24px; }
.in-stacked-body ul:last-child,
.in-stacked-body ol:last-child { margin-bottom: 0; }
.in-stacked-body li { margin-bottom: 8px; }
.in-stacked-body a { color: var(--sa-brand); }
.in-stacked-content { display: flex; flex-direction: column; gap: 24px; }
.in-stacked-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

/* Stacked: optional image + alternate (image side) */
.in-stacked-block--media {
  grid-template-columns: 5fr 7fr;
  grid-template-areas: "header media" "content media";
  align-items: start;
}
.in-stacked-block--media .in-stacked-header  { grid-area: header; }
.in-stacked-block--media .in-stacked-content { grid-area: content; }
.in-stacked-block--media .in-stacked-media   { grid-area: media; align-self: center; }
.in-stacked-block--alt {
  grid-template-areas: "media header" "media content";
}
.in-stacked-media { aspect-ratio: 16 / 9; border-radius: var(--r-lg); overflow: hidden; }
.in-stacked-media img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* 5. Numbers */
.in-numbers { background: var(--sa-neutral); padding: 88px 0; }
.in-numbers-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.in-numbers-header { max-width: 760px; display: flex; flex-direction: column; gap: 16px; }
.in-numbers-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.28px;
}
.in-numbers-desc {
  color: var(--sa-light-txt-lo);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.in-numbers-desc p { margin: 0 0 8px; }
.in-numbers-desc p:last-child { margin: 0; }
.in-numbers-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
.in-number-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 16px;
  border-right: 1px solid var(--sa-border-light);
}
.in-number-card:last-child { border-right: 0; }
.in-number-icon { width: 72px; height: 72px; }
.in-number-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.in-number-value {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.32px;
}
.in-number-desc {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

/* 6. Tabs */
.in-tabs { background: var(--sa-neutral); padding: 88px 0; }
.in-tabs-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.in-tabs-header { max-width: 760px; display: flex; flex-direction: column; gap: 16px; }
.in-tabs-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.28px;
}
.in-tabs-desc { color: var(--sa-light-txt-lo); font-size: 16px; line-height: 1.5; }
.in-tabs-desc p { margin: 0 0 8px; }
.in-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.in-tab-btn {
  border: 1px solid var(--sa-border-light);
  background: transparent;
  color: var(--sa-light-txt-md);
  padding: 10px 16px;
  border-radius: 24px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.in-tab-btn.is-active {
  background: var(--sa-brand);
  border-color: var(--sa-brand);
  color: #fff5e0;
}
.in-tab-panel[hidden] { display: none; }
.in-tab-cards { display: flex; flex-direction: column; gap: 64px; }
.in-tab-card {
  display: grid;
  grid-template-columns: 205px 1fr 300px;
  gap: 24px;
  align-items: start;
}
.in-tab-card-media {
  width: 205px;
  height: 205px;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(0,0,0,0.05);
  flex-shrink: 0;
}
.in-tab-card-media--placeholder {
  background-image: linear-gradient(45deg, rgba(0,0,0,0.06) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.06) 75%),
                    linear-gradient(45deg, rgba(0,0,0,0.06) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.06) 75%);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
}
.in-tab-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.in-tab-card-content { padding: 0 24px; min-width: 0; }
.in-tab-card-title {
  margin: 0 0 12px;
  color: var(--sa-light-txt-md);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.24px;
}
.in-tab-card-desc { margin: 0; color: var(--sa-light-txt-lo); font-size: 16px; line-height: 1.5; letter-spacing: -0.16px; }

.in-tab-card-aside {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-left: 1px solid var(--sa-border-light);
  padding-left: 32px;
  align-self: stretch;
}
.in-tab-meta-item { display: flex; flex-direction: column; gap: 4px; }
.in-tab-meta-label { color: var(--sa-light-txt-lo); font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: -0.14px; }
.in-tab-meta-value { color: var(--sa-light-txt-hi); font-size: 16px; font-weight: 500; line-height: 1.5; letter-spacing: -0.16px; }
.in-tab-card-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--sa-brand); font-size: 16px; font-weight: 600;
  text-decoration: none; margin-top: auto;
}
.in-tab-card-link:hover { text-decoration: underline; }

/* 7. Logos carousel */
.in-logos { background: var(--sa-neutral); padding: 64px 0; }
.in-logos-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.in-logos-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.in-logos-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.24px;
  max-width: 60ch;
}
.in-logos-arrows { display: flex; gap: 8px; flex-shrink: 0; }
.in-logos-arrow {
  width: 48px; height: 48px;
  border: 1px solid var(--sa-border-light);
  background: transparent;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--sa-light-txt-md);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.in-logos-arrow:hover { background: var(--sa-brand); color: #fff5e0; border-color: var(--sa-brand); }
.in-logos-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.in-logos-track::-webkit-scrollbar { display: none; }
.in-logo-card {
  flex: 0 0 200px;
  height: 100px;
  background: #fff;
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  scroll-snap-align: start;
  padding: 16px;
}
.in-logo-card img { max-width: 100%; max-height: 100%; object-fit: contain; display: block; }
.in-logo-card a   { display: contents; }

/* 6b. Carrossel de fotos */
.in-photos { background: var(--sa-neutral); padding: 64px 0; }
.in-photos-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.in-photos-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.in-photos-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.24px;
  max-width: 60ch;
}
.in-photos-nav { display: flex; gap: 12px; }
.in-photos-arrow {
  width: 48px; height: 48px;
  border: 1px solid var(--sa-border-light);
  background: transparent;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--sa-light-txt-md);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.in-photos-arrow:hover:not(:disabled) { background: var(--sa-brand); color: #fff5e0; border-color: var(--sa-brand); }
.in-photos-arrow:disabled { opacity: 0.35; cursor: default; }
.in-photos-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.in-photos-track::-webkit-scrollbar { display: none; }
.in-photo-card {
  flex: 0 0 clamp(280px, 42vw, 560px);
  margin: 0;
  scroll-snap-align: start;
  display: flex; flex-direction: column; gap: 12px;
}
.in-photo-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--r-lg, 16px);
  display: block;
  background: #e4e2d9;
}
.in-photo-caption {
  color: var(--sa-light-txt-md);
  font-size: 15px;
  line-height: 1.4;
}

/* 8. PDFs */
.in-pdfs { background: var(--sa-neutral); padding: 32px 0; }
.in-pdfs-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.in-pdf-card {
  background: var(--sa-yellow);
  border-radius: var(--r-lg);
  padding: 24px 32px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 32px;
  align-items: center;
}
.in-pdf-card--no-icon { grid-template-columns: 1fr auto; }
.in-pdf-icon { width: 96px; height: 96px; }
.in-pdf-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.in-pdf-body { min-width: 0; }
.in-pdf-title {
  margin: 0 0 8px;
  color: var(--sa-light-txt-hi);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.in-pdf-desc { margin: 0; color: var(--sa-light-txt-hi); font-size: 14px; line-height: 1.5; }
.in-pdf-btn { white-space: nowrap; }

/* 9. Form */
.in-form { background: var(--sa-neutral); padding: 88px 0; }
.in-form-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: grid;
  grid-template-columns: 4fr 7fr;
  gap: 88px 16px;
}
.in-form-text { padding-top: 16px; }
.in-form-title {
  margin: 0 0 16px;
  color: var(--sa-light-txt-md);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
}
.in-form-desc { color: var(--sa-light-txt-md); font-size: 16px; line-height: 1.5; }
.in-form-desc p { margin: 0 0 12px; }

.in-form-body { display: flex; flex-direction: column; gap: 24px; }
.in-form-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.in-form-field { display: flex; flex-direction: column; gap: 4px; }
.in-form-field--full { width: 100%; }
.in-form-label {
  color: var(--sa-light-txt-md);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
}
.in-form-opt { font-style: normal; color: var(--sa-light-txt-lo); font-weight: 500; }
.in-form-field input,
.in-form-field textarea {
  border: 1px solid var(--sa-border-light);
  border-radius: var(--r-md);
  background: #fff;
  padding: 16px;
  font: 500 16px/1.5 'Figtree', system-ui, sans-serif;
  letter-spacing: -0.16px;
  color: var(--sa-light-txt-hi);
  width: 100%;
  outline: none;
  transition: border-color 0.15s ease;
}
.in-form-field input { height: 56px; padding: 0 16px; }
.in-form-field textarea { min-height: 144px; resize: vertical; }
.in-form-field input:focus,
.in-form-field textarea:focus { border-color: var(--sa-brand); }

.in-form-checks {
  border: 0; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.in-form-checks legend { padding: 0; margin: 0 0 8px; }
.in-form-check {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 0;
  color: var(--sa-light-txt-md); font-size: 16px;
  cursor: pointer;
}
.in-form-check input { width: 20px; height: 20px; accent-color: var(--sa-brand); }

/* Single-choice (radio) groups — labels can be long, so items align to top */
.in-form-radios {
  border: 0; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 4px;
}
.in-form-radios legend {
  padding: 0; margin: 0 0 8px;
  color: var(--sa-light-txt-md); font-size: 14px; font-weight: 500;
  line-height: 1.4; letter-spacing: -0.14px;
}
.in-form-radio {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 6px 0;
  color: var(--sa-light-txt-md); font-size: 16px; line-height: 1.4;
  cursor: pointer;
}
.in-form-radio input {
  width: 20px; height: 20px; margin-top: 1px;
  flex: 0 0 auto; accent-color: var(--sa-brand);
}
.in-form-req { color: #c0392b; font-weight: 600; }

/* ---------------- Diagnóstico Empresarial (accordion form) ---------------- */
/* Reuses the two-column .in-form-inner grid (title/intro left, form right). */
.in-diag .in-form-inner { column-gap: 24px; }
.in-diag-form { gap: 0; }
.in-diag-form .in-form-submit { padding-top: 24px; }

.in-diag-acc { border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.in-diag-acc:first-of-type { border-top: 1px solid rgba(0, 0, 0, 0.2); }
.in-diag-acc-head {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: 0; cursor: pointer;
  padding: 24px 0; text-align: left;
  font: 600 20px/1.3 'Figtree', system-ui, sans-serif;
  letter-spacing: -0.2px;
  color: var(--sa-light-txt-hi);
}
.in-diag-acc-chevron { flex: 0 0 auto; width: 20px; height: 20px; color: var(--sa-light-txt-hi); transition: transform 0.2s ease; }
.in-diag-acc-chevron svg { width: 100%; height: 100%; }
.in-diag-acc.is-open .in-diag-acc-chevron { transform: rotate(180deg); }
.in-diag-acc-body { display: none; flex-direction: column; gap: 28px; padding: 8px 0 40px; }
.in-diag-acc.is-open .in-diag-acc-body { display: flex; }

.in-diag-field { display: flex; flex-direction: column; gap: 6px; }
.in-diag-field label { font-size: 14px; font-weight: 500; color: var(--sa-light-txt-md); letter-spacing: -0.14px; }
.in-diag-field input {
  width: 100%; height: 56px; padding: 0 16px;
  border: 1px solid var(--sa-border-light); border-radius: var(--r-md);
  background: #fff; color: var(--sa-light-txt-hi);
  font: 500 16px/1.5 'Figtree', system-ui, sans-serif; letter-spacing: -0.16px;
  outline: none; transition: border-color 0.15s ease;
}
.in-diag-field input:focus { border-color: var(--sa-brand); }

.in-diag-choices { border: 0; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.in-diag-choices legend {
  font-size: 16px; font-weight: 600; line-height: 1.4;
  color: var(--sa-light-txt-hi); padding: 0;
}
.in-diag-help { margin: 0; font-size: 14px; line-height: 1.5; color: var(--sa-light-txt-lo); }
.in-diag-help strong { color: var(--sa-light-txt-md); font-weight: 600; }
.in-diag-radios { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 4px; }
.in-diag-radio { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-size: 16px; color: var(--sa-light-txt-md); }
.in-diag-radio input { width: 20px; height: 20px; accent-color: var(--sa-brand); }
.in-diag-req { color: #c0392b; font-weight: 600; }

@media (max-width: 600px) {
  .in-diag-acc-head { font-size: 17px; padding: 20px 0; }
  .in-diag-acc-body { gap: 24px; }
  .in-diag-radios { gap: 20px; }
}

.in-form-submit { padding-top: 8px; }
.in-form-success {
  background: rgba(255, 218, 140, 0.4);
  border: 1px solid var(--sa-yellow);
  color: var(--sa-light-txt-hi);
  padding: 16px;
  border-radius: var(--r-md);
}

/* ---------------- Iniciativas: tablet ---------------- */
@media (max-width: 1024px) {
  .in-hero-text-wrap { padding: 64px 32px 32px; }
  .in-hero-text { max-width: 100%; }
  .in-hero-title { font-size: 30px; }
  .in-hero-media { padding: 0 32px; background: linear-gradient(180deg, var(--sa-brand) 50%, var(--sa-dark) 50%); }
  .in-hero-media img { height: 360px; }

  .in-intro,
  .in-steps,
  .in-numbers,
  .in-tabs,
  .in-logos,
  .in-photos,
  .in-pdfs,
  .in-form { padding: 64px 0; }

  .in-intro-inner,
  .in-steps-inner,
  .in-numbers-inner,
  .in-tabs-inner,
  .in-logos-inner,
  .in-photos-inner,
  .in-pdfs-inner,
  .in-form-inner { padding: 0 32px; }

  .in-stacked-separator { margin: 0 32px; }
  .in-stacked-block-inner { padding: 0 32px; grid-template-columns: 1fr; gap: 24px; }
  .in-stacked-block--media,
  .in-stacked-block--alt { grid-template-columns: 1fr; grid-template-areas: "header" "content" "media"; }

  .in-intro-grid { grid-template-columns: 1fr; }

  .in-steps-grid { flex-direction: column; gap: 32px; }
  .in-steps-divider { width: 100%; height: 1px; flex: 0 0 1px; }

  .in-numbers-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .in-number-card:nth-child(3n) { border-right: 0; }

  .in-tab-card { grid-template-columns: 160px 1fr; }
  .in-tab-card-aside {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid var(--sa-border-light);
    padding-left: 0;
    padding-top: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 48px;
    align-items: center;
  }
  .in-tab-card-link { margin-top: 0; }

  .in-form-inner { grid-template-columns: 1fr; gap: 32px; }
  .in-pdf-card { grid-template-columns: 64px 1fr auto; gap: 16px; padding: 20px; }
  .in-pdf-card--no-icon { grid-template-columns: 1fr auto; }
  .in-pdf-icon { width: 64px; height: 64px; }
}

/* ---------------- Iniciativas: mobile ---------------- */
@media (max-width: 720px) {
  .in-hero-text-wrap { padding: 48px 24px 24px; }
  .in-hero-title { font-size: 24px; letter-spacing: -0.24px; }
  .in-hero-media { padding: 0; }
  .in-hero-media img { height: auto; aspect-ratio: 1 / 1; border-radius: var(--r-md); }

  .in-intro-inner { padding: 0 24px; }
  .in-intro-text { font-size: 20px; }
  .in-intro { padding: 48px 0 32px; }

  .in-steps-title  { font-size: 24px; }
  .in-steps-sub    { font-size: 18px; }
  .in-step-body    { padding-right: 0; }

  .in-numbers-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .in-number-card:nth-child(2n) { border-right: 0; }

  .in-tab-card        { grid-template-columns: 1fr; gap: 16px; }
  .in-tab-card-media  { width: 100%; height: auto; aspect-ratio: 1 / 1; }
  .in-tab-card-content { padding: 0; }

  .in-stacked-title { font-size: 20px; }
  .in-stacked-block { padding: 48px 0; }

  .in-form-row     { grid-template-columns: 1fr; }
  .in-form-title   { font-size: 24px; }

  .in-logo-card    { flex-basis: 160px; height: 88px; }

  .in-pdf-card     { grid-template-columns: 56px 1fr; grid-template-rows: auto auto; padding: 16px; }
  .in-pdf-card--no-icon { grid-template-columns: 1fr; }
  .in-pdf-icon     { width: 56px; height: 56px; grid-row: 1 / span 2; }
  .in-pdf-btn      { grid-column: 1 / -1; }
}


/* ==========================================================================
   APOIE — Page template (sponsorship)
   ========================================================================== */
.ap-page { background: var(--sa-neutral); }

/* Shared buttons */
.ap-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 0 24px;
  border-radius: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: filter 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.ap-btn:hover { filter: brightness(0.95); }
.ap-btn--yellow  { background: var(--sa-yellow); color: var(--sa-dark); border-color: var(--sa-yellow); }
.ap-btn--blue    { background: var(--sa-brand);  color: #fff5e0; border-color: var(--sa-brand); }
.ap-btn--outline { background: transparent; color: var(--sa-brand); border-color: var(--sa-brand); }
.ap-btn--outline:hover { background: var(--sa-brand); color: #fff5e0; filter: none; }

/* 1. Hero (dark blue) */
.ap-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.ap-hero-text-wrap {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
}
.ap-hero-text { max-width: 60%; }
.ap-hero-eyebrow {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
  margin: 0 0 16px;
}
.ap-hero-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  margin: 0;
}
.ap-hero-title-main { color: var(--sa-dark-txt-md); }
.ap-hero-highlight  { color: var(--sa-yellow); }
.ap-hero-media {
  background: linear-gradient(180deg, var(--sa-brand) 50%, var(--sa-neutral) 50%);
  padding: 0 112px;
}
.ap-hero-media img {
  display: block;
  width: 100%;
  height: 512px;
  object-fit: cover;
  border-radius: var(--r-lg);
}

/* 2. Stacked blocks (shared layout for pre + post groups) */
.ap-stacked { background: var(--sa-neutral); }
.ap-stacked-separator {
  height: 0;
  margin: 0 112px;
  border: 0;
  border-top: 1px solid var(--sa-border-light);
}
.ap-stacked-block { padding: 64px 0; }
.ap-stacked-block-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px 16px;
}
.ap-stacked-header { display: flex; flex-direction: column; gap: 16px; }
.ap-stacked-bar {
  width: 72px;
  height: 8px;
  background: #fdc348;
  border-radius: 32px;
  display: block;
}
.ap-stacked-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.26px;
}
.ap-stacked-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ap-stacked-body {
  color: var(--sa-light-txt-md);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}
.ap-stacked-body p { margin: 0 0 16px; }
.ap-stacked-body p:last-child { margin-bottom: 0; }
.ap-stacked-body ul,
.ap-stacked-body ol { margin: 0 0 16px; padding-left: 24px; }
.ap-stacked-body ul:last-child,
.ap-stacked-body ol:last-child { margin-bottom: 0; }
.ap-stacked-body li { margin-bottom: 8px; }
.ap-stacked-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* 3. Benefits (icon + title + desc grid) */
.ap-benefits { background: var(--sa-neutral); padding: 88px 0; }
.ap-benefits-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.ap-benefits-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.28px;
  max-width: 760px;
}
.ap-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.ap-benefit-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ap-benefit-icon { width: 56px; height: 56px; }
.ap-benefit-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.ap-benefit-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.ap-benefit-desc {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

/* 4. Form */
.ap-form { background: var(--sa-neutral); padding: 88px 0; }
.ap-form-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: grid;
  grid-template-columns: 4fr 7fr;
  gap: 88px 16px;
}
.ap-form-text { padding-top: 16px; }
.ap-form-title {
  margin: 0 0 16px;
  color: var(--sa-light-txt-md);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
}
.ap-form-desc { color: var(--sa-light-txt-md); font-size: 16px; line-height: 1.5; }
.ap-form-desc p { margin: 0 0 12px; }

.ap-form-body { display: flex; flex-direction: column; gap: 24px; }
.ap-form-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ap-form-row--4 { grid-template-columns: repeat(4, 1fr); }
.ap-form-field { display: flex; flex-direction: column; gap: 4px; }
.ap-form-field--full { width: 100%; }
.ap-form-label {
  color: var(--sa-light-txt-md);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
}
.ap-form-opt { font-style: normal; color: var(--sa-light-txt-lo); font-weight: 500; }
.ap-form-field input,
.ap-form-field textarea {
  border: 1px solid var(--sa-border-light);
  border-radius: var(--r-md);
  background: #fff;
  padding: 16px;
  font: 500 16px/1.5 'Figtree', system-ui, sans-serif;
  letter-spacing: -0.16px;
  color: var(--sa-light-txt-hi);
  width: 100%;
  outline: none;
  transition: border-color 0.15s ease;
}
.ap-form-field input { height: 56px; padding: 0 16px; }
.ap-form-field textarea { min-height: 144px; resize: vertical; }
.ap-form-field input:focus,
.ap-form-field textarea:focus { border-color: var(--sa-brand); }
.ap-form-submit { padding-top: 8px; }
.ap-form-success {
  background: rgba(255, 218, 140, 0.4);
  border: 1px solid var(--sa-yellow);
  color: var(--sa-light-txt-hi);
  padding: 16px;
  border-radius: var(--r-md);
}

/* ---------------- Apoie: tablet ---------------- */
@media (max-width: 1024px) {
  .ap-hero-text-wrap { padding: 64px 32px 32px; }
  .ap-hero-text { max-width: 100%; }
  .ap-hero-title { font-size: 30px; }
  .ap-hero-media { padding: 0 32px; }
  .ap-hero-media img { height: 360px; }

  .ap-benefits,
  .ap-form { padding: 64px 0; }

  .ap-benefits-inner,
  .ap-form-inner { padding: 0 32px; }

  .ap-stacked-separator { margin: 0 32px; }
  .ap-stacked-block-inner { padding: 0 32px; grid-template-columns: 1fr; gap: 24px; }

  .ap-benefits-grid { grid-template-columns: 1fr; gap: 24px; }

  .ap-form-inner   { grid-template-columns: 1fr; gap: 32px; }
  .ap-form-row--4  { grid-template-columns: repeat(2, 1fr); }
}

/* ---------------- Apoie: mobile ---------------- */
@media (max-width: 720px) {
  .ap-hero-text-wrap { padding: 48px 24px 24px; }
  .ap-hero-title     { font-size: 24px; letter-spacing: -0.24px; }
  .ap-hero-media     { padding: 0; }
  .ap-hero-media img { height: auto; aspect-ratio: 1 / 1; border-radius: var(--r-md); }

  .ap-stacked-title  { font-size: 20px; }
  .ap-stacked-block  { padding: 48px 0; }
  .ap-stacked-ctas   { flex-direction: column; align-items: stretch; }
  .ap-stacked-ctas .ap-btn { justify-content: center; }

  .ap-form-row,
  .ap-form-row--4  { grid-template-columns: 1fr; }
  .ap-form-title   { font-size: 24px; }
}


/* ==========================================================================
   EVENTOS — Custom post type (list + detail)
   Figma list: 480-17131 / 481-30984 · detail: 481-34258 / 481-34957
   ========================================================================== */
.ev-page { background: var(--sa-neutral); }

/* Shared button */
.ev-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 0 20px;
  border-radius: var(--r-lg);
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: filter 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.ev-btn--blue { background: var(--sa-brand); color: #fff5e0; border-color: var(--sa-brand); }
.ev-btn--blue:hover { filter: brightness(0.95); }
.ev-btn--outline { background: transparent; color: #016cb3; border-color: var(--sa-dark-txt-lo); }
.ev-btn--outline:hover { background: var(--sa-brand); color: #fff5e0; border-color: var(--sa-brand); }
.ev-btn--disabled {
  background: #e1e0db;
  color: #aaaaa6;
  border-color: #e1e0db;
  cursor: default;
}

/* ------------------------------------------------------------------
   List — hero header (dark blue)
   ------------------------------------------------------------------ */
.ev-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.ev-hero-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ev-hero-eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
}
.ev-hero-title {
  margin: 0;
  max-width: 58%;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
}
.ev-hero-title-main { color: var(--sa-dark-txt-md); }
.ev-hero-highlight  { color: var(--sa-yellow); }

/* Archive intro (conteúdo introdutório) */
.ev-archive-intro { background: var(--sa-neutral); padding: 112px 0 64px; }
.ev-archive-intro-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
}
.ev-archive-intro-text {
  margin: 0;
  max-width: 58%;
  color: var(--sa-light-txt-hi);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.24px;
}

/* ------------------------------------------------------------------
   List — rows
   ------------------------------------------------------------------ */
.ev-list-section { background: var(--sa-neutral); padding: 0 0 112px; }
.ev-list-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
}
.ev-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.ev-list-divider {
  border: 0;
  border-top: 1px solid var(--sa-border-light);
  margin: 0;
}
.ev-list-empty {
  color: var(--sa-light-txt-lo);
  font-size: 20px;
  font-weight: 500;
}

.ev-item {
  display: grid;
  grid-template-columns: 3fr 3fr 6fr;
  gap: 16px;
  align-items: start;
}
.ev-item-date {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.26px;
  color: var(--sa-light-txt-hi);
}
.ev-item-media {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
}
.ev-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ev-item-media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0,0,0,0.06) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.06) 75%),
                    linear-gradient(45deg, rgba(0,0,0,0.06) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.06) 75%);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
}
.ev-item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 24px;
}
.ev-item-title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.26px;
}
.ev-item-title a {
  color: var(--sa-light-txt-md);
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.ev-item-title a:hover { opacity: 0.75; }
.ev-item-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ev-item-meta li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--sa-light-txt-lo);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}
.ev-item-meta svg { flex-shrink: 0; margin-top: 2px; }
.ev-item-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  color: #016cb3;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: gap 0.15s ease;
}
.ev-item-cta:hover { gap: 12px; }

/* ------------------------------------------------------------------
   Detail — hero (dark blue + featured image below)
   ------------------------------------------------------------------ */
.ev-single-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.ev-single-hero-text {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ev-single-hero-eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
}
.ev-single-hero-eyebrow a { color: var(--sa-dark-txt-lo); text-decoration: none; }
.ev-single-hero-eyebrow a:hover { color: var(--sa-dark-txt-md); }
.ev-single-hero-current { color: var(--sa-yellow); text-decoration: underline; }
.ev-single-hero-title {
  margin: 0;
  max-width: 58%;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  color: var(--sa-dark-txt-md);
}
.ev-single-hero-media {
  background: linear-gradient(180deg, var(--sa-brand) 50%, var(--sa-neutral) 50%);
}
.ev-single-hero-media img {
  display: block;
  width: 100%;
  height: 512px;
  object-fit: cover;
  border-radius: var(--r-lg);
}

/* ------------------------------------------------------------------
   Detail — stacked blocks
   ------------------------------------------------------------------ */
.ev-detail { background: var(--sa-neutral); }
.ev-detail-sep {
  height: 0;
  margin: 0 112px;
  border: 0;
  border-top: 1px solid var(--sa-border-light);
}
.ev-detail-block { padding: 64px 0; }
.ev-detail-block-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px 16px;
  align-items: start;
}
.ev-detail-header { display: flex; flex-direction: column; gap: 16px; }
.ev-detail-bar {
  display: block;
  width: 72px;
  height: 8px;
  background: #fdc348;
  border-radius: var(--r-lg);
}
.ev-detail-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.26px;
}
.ev-detail-content { display: flex; flex-direction: column; gap: 32px; align-items: flex-start; }
.ev-detail-body {
  color: var(--sa-light-txt-md);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}
.ev-detail-body p { margin: 0 0 16px; }
.ev-detail-body p:last-child { margin-bottom: 0; }
.ev-detail-richtext ul,
.ev-detail-richtext ol { margin: 0 0 16px; padding-left: 24px; }
.ev-detail-richtext li { margin-bottom: 8px; }
.ev-detail-richtext a { color: var(--sa-brand); }
.ev-detail-richtext img { max-width: 100%; height: auto; border-radius: var(--r-md); }

/* ------------------------------------------------------------------
   Detail — map
   ------------------------------------------------------------------ */
.ev-map { background: var(--sa-neutral); padding: 64px 0; }
.ev-map-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.ev-map-label {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
  max-width: 60ch;
}
.ev-map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
}
.ev-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.ev-map-route {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  height: 47px;
  padding: 0 20px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  color: var(--sa-light-txt-hi);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
  text-decoration: none;
  transition: background 0.15s ease;
}
.ev-map-route:hover { background: #fff; }

/* ---------------- Eventos: tablet ---------------- */
@media (max-width: 1024px) {
  .ev-hero-inner,
  .ev-single-hero-text { padding: 64px 32px 32px; }
  .ev-hero-title { max-width: 100%; font-size: 30px; }
  .ev-single-hero-title { max-width: 100%; font-size: 30px; }
  .ev-single-hero-media { padding: 0 32px; background: linear-gradient(180deg, var(--sa-brand) 50%, var(--sa-neutral) 50%); }
  .ev-single-hero-media img { height: 360px; }

  .ev-archive-intro { padding: 64px 0 32px; }
  .ev-archive-intro-inner { padding: 0 32px; }
  .ev-archive-intro-text { max-width: 100%; }

  .ev-list-section { padding: 64px 0; }
  .ev-list-inner,
  .ev-map-inner { padding: 0 32px; }

  .ev-item { grid-template-columns: 160px 1fr; gap: 16px 24px; }
  .ev-item-date { grid-column: 1 / -1; font-size: 20px; }
  .ev-item-content { padding: 0; }

  .ev-detail-block-inner { padding: 0 32px; grid-template-columns: 1fr; gap: 24px; }
  .ev-detail-sep { margin: 0 32px; }
}

/* ---------------- Eventos: mobile ---------------- */
@media (max-width: 720px) {
  .ev-hero-inner,
  .ev-single-hero-text { padding: 48px 24px 24px; }
  .ev-hero-title { font-size: 26px; letter-spacing: -0.26px; }
  .ev-single-hero-title { font-size: 24px; letter-spacing: -0.24px; }
  .ev-single-hero-media { padding: 0; }
  .ev-single-hero-media img { height: auto; aspect-ratio: 1 / 1; border-radius: var(--r-md); }

  .ev-archive-intro { padding: 48px 0 24px; }
  .ev-archive-intro-inner { padding: 0 24px; }
  .ev-archive-intro-text { font-size: 20px; }

  .ev-list-section { padding: 48px 0; }
  .ev-list-inner,
  .ev-map-inner { padding: 0 24px; }
  .ev-list { gap: 40px; }

  .ev-item { grid-template-columns: 1fr; gap: 16px; }
  .ev-item-date { font-size: 20px; }
  .ev-item-media { aspect-ratio: 16 / 9; }
  .ev-item-title { font-size: 22px; }

  .ev-detail-block { padding: 48px 0; }
  .ev-detail-block-inner { padding: 0 24px; }
  .ev-detail-sep { margin: 0 24px; }
  .ev-detail-title { font-size: 20px; }
  .ev-detail-actions .ev-btn { width: 100%; justify-content: center; }

  .ev-map { padding: 48px 0; }
  .ev-map-label { font-size: 18px; }
  .ev-map-frame { aspect-ratio: 1 / 1; }
}


/* ==========================================================================
   NOTÍCIAS — Custom post type (list + detail)
   Figma list: 481-33125 / 481-35712 · detail: 481-37325 / 481-37332
   ========================================================================== */
.nw-page { background: var(--sa-neutral); }

/* Shared button */
.nw-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 0 20px;
  border-radius: var(--r-lg);
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: filter 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.nw-btn--outline { background: transparent; color: #016cb3; border-color: var(--sa-dark-txt-lo); }
.nw-btn--outline:hover { background: var(--sa-brand); color: #fff5e0; border-color: var(--sa-brand); }

/* ------------------------------------------------------------------
   List — hero header (dark blue, no image)
   ------------------------------------------------------------------ */
.nw-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.nw-hero-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nw-hero-eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
}
.nw-hero-title {
  margin: 0;
  max-width: 58%;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
}
.nw-hero-title-main { color: var(--sa-dark-txt-md); }
.nw-hero-highlight  { color: var(--sa-yellow); }

/* ------------------------------------------------------------------
   List — intro + cards grid
   ------------------------------------------------------------------ */
.nw-list-section { background: var(--sa-neutral); padding: 88px 0; }
.nw-list-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.nw-list-intro {
  margin: 0;
  max-width: 755px;
  color: var(--sa-light-txt-lo);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.nw-list-empty {
  color: var(--sa-light-txt-lo);
  font-size: 20px;
  font-weight: 500;
}

.nw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  align-items: stretch;
}
.nw-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* Vertical divider centred in the 48px column gutter */
.nw-card::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--sa-border-light);
  display: none;
}
.nw-card-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
}
.nw-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nw-card-media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0,0,0,0.06) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.06) 75%),
                    linear-gradient(45deg, rgba(0,0,0,0.06) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.06) 75%);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
}
.nw-card-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 64px 0 0;
}
.nw-card-date {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--sa-light-txt-lo);
}
.nw-card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.nw-card-title a {
  color: var(--sa-light-txt-md);
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.nw-card-title a:hover { opacity: 0.75; }
.nw-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  color: #016cb3;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: gap 0.15s ease;
}
.nw-card-cta:hover { gap: 12px; }

/* Pagination */
.nw-pagination { margin-top: 16px; }
.nw-pagination .page-numbers {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.nw-pagination .page-numbers li { margin: 0; }
.nw-pagination .page-numbers a,
.nw-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: var(--r-lg);
  border: 1px solid var(--sa-border-light);
  color: var(--sa-light-txt-md);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.nw-pagination .page-numbers a:hover {
  background: var(--sa-brand);
  border-color: var(--sa-brand);
  color: #fff5e0;
}
.nw-pagination .page-numbers .current {
  background: var(--sa-brand);
  border-color: var(--sa-brand);
  color: #fff5e0;
}

/* ------------------------------------------------------------------
   Search — empty state (no results) + inline re-search form
   ------------------------------------------------------------------ */
.nw-empty-state {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
.nw-empty-search {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 520px;
  background: #fff;
  border: 1px solid var(--sa-border-light);
  border-radius: var(--r-md, 16px);
  padding: 8px 8px 8px 20px;
}
.nw-empty-search input[type="search"] {
  flex: 1;
  border: 0;
  background: transparent;
  font-size: 18px;
  color: var(--sa-light-txt-hi);
  outline: none;
}
.nw-empty-search input[type="search"]::placeholder { color: var(--sa-light-txt-lo); }
.nw-empty-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: calc(var(--r-md, 16px) - 6px);
  background: var(--sa-brand);
  color: var(--sa-yellow);
  cursor: pointer;
}
.nw-empty-search button:hover { background: var(--sa-dark); }

/* ------------------------------------------------------------------
   No content / 404 page
   ------------------------------------------------------------------ */
.savoya-error-page { background: var(--sa-neutral); }
.savoya-error-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 120px 112px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.savoya-error-code {
  margin: 0;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  color: var(--sa-brand);
}
.savoya-error-title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--sa-light-txt-hi);
}
.savoya-error-text {
  margin: 0;
  max-width: 640px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--sa-light-txt-lo);
}
.savoya-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
.savoya-error-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px;
  border-radius: var(--r-md, 16px);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}
.savoya-error-btn--primary { background: var(--sa-brand); color: var(--sa-yellow); }
.savoya-error-btn--primary:hover { background: var(--sa-dark); }
.savoya-error-btn--ghost {
  background: transparent;
  color: var(--sa-light-txt-md);
  border: 1px solid var(--sa-border-light);
}
.savoya-error-btn--ghost:hover { background: rgba(0,0,0,0.04); }
.savoya-error-search {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 520px;
  margin-top: 8px;
  background: #fff;
  border: 1px solid var(--sa-border-light);
  border-radius: var(--r-md, 16px);
  padding: 8px 8px 8px 20px;
}
.savoya-error-search input[type="search"] {
  flex: 1;
  border: 0;
  background: transparent;
  font-size: 18px;
  color: var(--sa-light-txt-hi);
  outline: none;
}
.savoya-error-search input[type="search"]::placeholder { color: var(--sa-light-txt-lo); }
.savoya-error-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: calc(var(--r-md, 16px) - 6px);
  background: var(--sa-brand);
  color: var(--sa-yellow);
  cursor: pointer;
}
.savoya-error-search button:hover { background: var(--sa-dark); }

@media (max-width: 1024px) {
  .savoya-error-inner { padding: 96px 32px; }
}
@media (max-width: 850px) {
  .savoya-error-inner { padding: 64px 24px; gap: 20px; }
  .savoya-error-code { font-size: 72px; }
  .savoya-error-title { font-size: 28px; }
  .savoya-error-text { font-size: 18px; }
}

/* ------------------------------------------------------------------
   Detail — hero (dark blue + cover image, dark overlay)
   ------------------------------------------------------------------ */
.nw-single-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.nw-single-hero-text {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nw-single-hero-eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
}
.nw-single-hero-current { color: var(--sa-yellow); text-decoration: underline; }
.nw-single-hero-current:hover { opacity: 0.85; }
.nw-single-hero-title {
  margin: 0;
  max-width: 58%;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  color: var(--sa-dark-txt-md);
}
.nw-single-hero-media {
  background: linear-gradient(180deg, var(--sa-brand) 50%, var(--sa-neutral) 50%);
}
.nw-single-hero-img {
  position: relative;
  width: 100%;
  height: 512px;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.nw-single-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nw-single-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

/* ------------------------------------------------------------------
   Detail — article body
   ------------------------------------------------------------------ */
.nw-article-section { background: var(--sa-neutral); padding: 112px 0 112px; }
.nw-article-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
}
.nw-article-body {
  max-width: 765px;
  color: var(--sa-light-txt-hi);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.24px;
}
.nw-article-body p { margin: 0 0 16px; }
.nw-article-body p:last-child { margin-bottom: 0; }
.nw-article-body h2,
.nw-article-body h3 {
  color: var(--sa-light-txt-md);
  font-weight: 600;
  letter-spacing: -0.32px;
  margin: 32px 0 16px;
}
.nw-article-body h2 { font-size: 32px; line-height: 1.15; }
.nw-article-body h3 { font-size: 24px; line-height: 1.2; }
.nw-article-body ul,
.nw-article-body ol { margin: 0 0 16px; padding-left: 24px; }
.nw-article-body li { margin-bottom: 8px; }
.nw-article-body a { color: var(--sa-brand); }
.nw-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--r-md);
  margin: 16px 0;
}
.nw-article-body blockquote {
  margin: 24px 0;
  padding-left: 24px;
  border-left: 4px solid var(--sa-yellow);
  color: var(--sa-light-txt-md);
}
.nw-share-btn { margin-top: 48px; }

/* ---------------- Notícias: tablet ---------------- */
@media (min-width: 1025px) {
  .nw-card:not(:nth-child(3n+1))::before { display: block; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .nw-hero-inner,
  .nw-single-hero-text { padding: 64px 32px 32px; }
  .nw-hero-title,
  .nw-single-hero-title { max-width: 100%; font-size: 30px; }
  .nw-single-hero-media { padding: 0 32px; }
  .nw-single-hero-img { height: 360px; }

  .nw-list-section { padding: 64px 0; }
  .nw-list-inner { padding: 0 32px; gap: 48px; }
  .nw-article-section { padding: 64px 0; }
  .nw-article-inner { padding: 0 32px; }

  .nw-grid { grid-template-columns: repeat(2, 1fr); gap: 48px; }
  .nw-card:not(:nth-child(2n+1))::before { display: block; }
  .nw-card-text { padding-right: 32px; }
}

/* ---------------- Notícias: mobile ---------------- */
@media (max-width: 768px) {
  .nw-hero-inner,
  .nw-single-hero-text { padding: 48px 24px 24px; }
  .nw-hero-title { font-size: 26px; letter-spacing: -0.26px; }
  .nw-single-hero-title { max-width: 100%; font-size: 24px; letter-spacing: -0.24px; }
  .nw-single-hero-media { padding: 0; }
  .nw-single-hero-img { height: auto; aspect-ratio: 4 / 3; border-radius: var(--r-md); }

  .nw-list-section { padding: 48px 0; }
  .nw-list-inner { padding: 0 24px; gap: 32px; }
  .nw-list-intro { font-size: 18px; }

  .nw-grid { grid-template-columns: 1fr; gap: 40px; }
  .nw-card-text { padding-right: 0; }

  .nw-article-section { padding: 48px 0; }
  .nw-article-inner { padding: 0 24px; }
  .nw-article-body { font-size: 20px; max-width: 100%; }
  .nw-share-btn { width: 100%; justify-content: center; }
}


/* ==========================================================================
   ASSESSORIA DE IMPRENSA — Page template
   Figma: 480-16208 (desktop) / 480-16217 (mobile)
   ========================================================================== */
.ai-page { background: var(--sa-neutral); }

/* 1. Hero (dark blue) */
.ai-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.ai-hero-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ai-hero-eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
}
.ai-hero-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  color: var(--sa-dark-txt-md);
}

/* 2. Form */
.ai-form { background: var(--sa-neutral); padding: 88px 0; }
.ai-form-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
.ai-form-aside {
  grid-column: 1 / span 4;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--sa-light-txt-md);
}
.ai-form-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
}
.ai-form-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}
.ai-form-contacts p { margin: 0; }
.ai-form-contacts a { color: var(--sa-light-txt-md); text-decoration: underline; }
.ai-form-contacts a:hover { opacity: 0.8; }

.ai-form-body {
  grid-column: 6 / span 7;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ai-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ai-form-field { display: flex; flex-direction: column; gap: 4px; }
.ai-form-field--full { width: 100%; }
.ai-form-label {
  color: var(--sa-light-txt-md);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
}
.ai-form-opt { color: var(--sa-light-txt-lo); font-weight: 500; }
.ai-form-field input,
.ai-form-field textarea {
  border: 1px solid var(--sa-border-light);
  border-radius: var(--r-md);
  background: #fff;
  font: 500 16px/1.5 'Figtree', system-ui, sans-serif;
  letter-spacing: -0.16px;
  color: var(--sa-light-txt-hi);
  width: 100%;
  outline: none;
  transition: border-color 0.15s ease;
}
.ai-form-field input { height: 56px; padding: 0 16px; }
.ai-form-field textarea { min-height: 144px; padding: 12px 16px; resize: vertical; }
.ai-form-field input::placeholder,
.ai-form-field textarea::placeholder { color: #aaaaa6; }
.ai-form-field input:focus,
.ai-form-field textarea:focus { border-color: var(--sa-brand); }
.ai-form-submit { padding-top: 8px; }
.ai-form-success {
  background: rgba(255, 218, 140, 0.4);
  border: 1px solid var(--sa-yellow);
  color: var(--sa-light-txt-hi);
  padding: 16px;
  border-radius: var(--r-md);
}

/* 3. Próximos eventos — dark section (reuses .ev-list / .ev-item structure,
   re-themed for the dark background) */
.ai-events { background: var(--sa-dark); padding: 112px 0; }
.ai-events-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 112px;
}
.ai-events-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.ai-events-title {
  margin: 0;
  color: var(--sa-yellow);
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.56px;
}

/* Dark theme overrides for the reused .ev-item rows */
.ai-events .ev-item-date { color: var(--sa-yellow); }
.ai-events .ev-item-title a { color: var(--sa-dark-txt-md); }
.ai-events .ev-item-title a:hover { opacity: 0.8; }
.ai-events .ev-item-meta li { color: var(--sa-dark-txt-lo); }
.ai-events .ev-item-cta { color: var(--sa-yellow); }
.ai-events .ev-list-divider { border-top-color: var(--sa-border-dark); }
.ai-events .ev-item-media,
.ai-events .ev-item-media-placeholder { background: rgba(255, 255, 255, 0.06); }

/* 4. News carousel */
.ai-news { background: var(--sa-neutral); padding: 64px 0 112px; }
.ai-news-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.ai-news-title {
  flex: 0 0 auto;
  width: 160px;
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.56px;
}
.ai-news-carousel-wrap {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.ai-news-carousel {
  display: flex;
  gap: 48px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ai-news-carousel::-webkit-scrollbar { display: none; }
.ai-news-card {
  position: relative;
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  scroll-snap-align: start;
}
.ai-news-card:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--sa-border-light);
}
.ai-news-card-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
}
.ai-news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ai-news-card-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0,0,0,0.06) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.06) 75%),
                    linear-gradient(45deg, rgba(0,0,0,0.06) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.06) 75%);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
}
.ai-news-card-date {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--sa-light-txt-lo);
}
.ai-news-card-title {
  margin-top: 16px;
  padding-right: 64px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: var(--sa-light-txt-md);
  transition: opacity 0.15s ease;
}
.ai-news-card:hover .ai-news-card-title { opacity: 0.75; }
.ai-news-nav { display: flex; gap: 8px; align-items: center; }
.ai-news-arrow {
  width: 56px;
  height: 56px;
  border: 1px solid var(--sa-dark-txt-lo);
  background: transparent;
  border-radius: var(--r-lg);
  color: var(--sa-light-txt-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.ai-news-arrow:hover {
  background: var(--sa-brand);
  border-color: var(--sa-brand);
  color: #fff5e0;
}

/* ---------------- Assessoria: tablet ---------------- */
@media (max-width: 1024px) {
  .ai-hero-inner { padding: 64px 32px 32px; }
  .ai-hero-title { font-size: 30px; }

  .ai-form { padding: 64px 0; }
  .ai-form-inner { padding: 0 32px; grid-template-columns: 1fr; gap: 32px; }
  .ai-form-aside { grid-column: 1 / -1; padding: 0; }
  .ai-form-body { grid-column: 1 / -1; }
  .ai-form-title { font-size: 28px; }

  .ai-events-inner,
  .ai-news-inner { padding: 0 32px; }

  .ai-news { padding: 48px 0 64px; }
  .ai-news-inner { flex-direction: column; gap: 32px; }
  .ai-news-title { width: auto; font-size: 40px; }
}

/* ---------------- Assessoria: mobile ---------------- */
@media (max-width: 720px) {
  .ai-hero-inner { padding: 48px 24px 24px; }
  .ai-hero-title { font-size: 24px; letter-spacing: -0.24px; }

  .ai-form { padding: 48px 0; }
  .ai-form-inner { padding: 0 24px; }
  .ai-form-row { grid-template-columns: 1fr; }
  .ai-form-title { font-size: 24px; }
  .ai-form-submit .btn-pill-dark { width: 100%; }

  .ai-events { padding: 64px 0; }
  .ai-events-inner { padding: 0 24px; gap: 48px; }
  .ai-events-hd { flex-direction: column; align-items: flex-start; gap: 32px; }
  .ai-events-title { font-size: 32px; letter-spacing: -0.32px; }

  .ai-news { padding: 32px 0 48px; }
  .ai-news-inner { padding: 0 24px; }
  .ai-news-title { font-size: 32px; }
  .ai-news-card { flex-basis: 280px; }
  .ai-news-card:not(:first-child)::before { display: none; }
}


/* ==========================================================================
   EDITAIS E PUBLICAÇÕES — Page template (downloads list)
   Figma: 437-25012 (desktop) / 523-39960 (mobile)
   ========================================================================== */
.pub-page { background: var(--sa-neutral); }

/* 1. Hero (dark blue) */
.pub-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.pub-hero-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pub-hero-eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
}
.pub-hero-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  color: var(--sa-dark-txt-md);
}

/* 2. Intro (image + text) */
.pub-intro { background: var(--sa-neutral); padding: 48px 0; }
.pub-intro-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.pub-intro-inner--no-img { grid-template-columns: 1fr; }
.pub-intro-inner--no-img .pub-intro-text { max-width: 760px; }
.pub-intro-media {
  aspect-ratio: 5 / 4;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
}
.pub-intro-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pub-intro-text { color: var(--sa-light-txt-md); }
.pub-intro-text > :first-child { margin-top: 0; }
.pub-intro-text > :last-child { margin-bottom: 0; }
.pub-intro-text h1,
.pub-intro-text h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  margin: 0 0 16px;
  color: var(--sa-light-txt-md);
}
.pub-intro-text h3 { font-size: 26px; font-weight: 600; line-height: 1.4; margin: 0 0 12px; }
.pub-intro-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
  margin: 0 0 16px;
}
.pub-intro-text a { color: var(--sa-brand); }

/* 3. List section */
.pub-list-section { background: var(--sa-neutral); padding: 64px 0 112px; }
.pub-list-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: grid;
  grid-template-columns: 316px minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

/* Sidebar */
.pub-sidebar { display: flex; flex-direction: column; gap: 16px; }
.pub-sidebar-label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: var(--sa-light-txt-lo);
}
.pub-cat-list { display: flex; flex-direction: column; }
.pub-cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid var(--sa-border-light);
  color: var(--sa-light-txt-md);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.pub-cat-item:last-child { border-bottom: 0; }
.pub-cat-item:hover { opacity: 0.7; }
.pub-cat-item svg { flex-shrink: 0; opacity: 0; transition: opacity 0.15s ease; }
.pub-cat-item:hover svg { opacity: 1; }
.pub-cat-item.is-active { color: var(--sa-light-txt-lo); }
.pub-cat-item.is-active svg { opacity: 1; }

/* Main: search */
.pub-list-main { display: flex; flex-direction: column; gap: 32px; }
.pub-search { position: relative; width: 100%; }
.pub-search input[type="search"] {
  width: 100%;
  height: 56px;
  padding: 0 64px 0 16px;
  border: 1px solid var(--sa-border-light);
  border-radius: var(--r-md);
  background: transparent;
  font: 500 16px/1.5 'Figtree', system-ui, sans-serif;
  letter-spacing: -0.16px;
  color: var(--sa-light-txt-hi);
  outline: none;
  transition: border-color 0.15s ease;
}
.pub-search input[type="search"]::placeholder { color: #aaaaa6; }
.pub-search input[type="search"]:focus { border-color: var(--sa-brand); }
.pub-search-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--sa-light-txt-md);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease;
}
.pub-search-btn:hover { background: rgba(0, 0, 0, 0.05); }

.pub-list-divider { border: 0; border-top: 1px solid var(--sa-border-light); margin: 0; }
.pub-list-heading {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: var(--sa-light-txt-lo);
}

/* Items */
.pub-items { display: flex; flex-direction: column; gap: 32px; }
.pub-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--sa-border-light);
}
.pub-item:last-child { border-bottom: 0; padding-bottom: 0; }
.pub-item-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sa-light-txt-md);
}
.pub-item-text {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pub-item-title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: var(--sa-light-txt-md);
}
.pub-item-desc {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: var(--sa-light-txt-lo);
}
.pub-item-action { flex-shrink: 0; }
.pub-item-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 0 20px;
  border-radius: var(--r-lg);
  border: 1px solid var(--sa-dark-txt-lo);
  background: transparent;
  color: #016cb3;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.pub-item-btn:hover { background: var(--sa-brand); color: #fff5e0; border-color: var(--sa-brand); }
.pub-item-btn--disabled {
  color: #aaaaa6;
  border-color: var(--sa-border-light);
  cursor: default;
}
.pub-item-btn--disabled:hover { background: transparent; color: #aaaaa6; border-color: var(--sa-border-light); }
.pub-empty { color: var(--sa-light-txt-lo); font-size: 18px; font-weight: 500; }

/* ---------------- Publicações: tablet ---------------- */
@media (max-width: 1024px) {
  .pub-hero-inner { padding: 64px 32px 32px; }
  .pub-hero-title { font-size: 30px; }

  .pub-intro-inner { padding: 0 32px; }
  .pub-list-section { padding: 48px 0 64px; }
  .pub-list-inner { padding: 0 32px; grid-template-columns: 1fr; gap: 48px; }

  .pub-intro-text h1, .pub-intro-text h2 { font-size: 28px; }
}

/* ---------------- Publicações: mobile ---------------- */
@media (max-width: 720px) {
  .pub-hero-inner { padding: 48px 24px 24px; }
  .pub-hero-title { font-size: 24px; letter-spacing: -0.24px; }

  .pub-intro { padding: 32px 0; }
  .pub-intro-inner { padding: 0 24px; grid-template-columns: 1fr; gap: 24px; }
  .pub-intro-media { aspect-ratio: 4 / 3; }
  .pub-intro-text h1, .pub-intro-text h2 { font-size: 24px; }

  .pub-list-section { padding: 32px 0 48px; }
  .pub-list-inner { padding: 0 24px; gap: 32px; }

  .pub-item { flex-wrap: wrap; gap: 16px; }
  .pub-item-icon { width: 48px; height: 48px; }
  .pub-item-icon svg { width: 32px; height: 32px; }
  .pub-item-action { width: 100%; padding-left: 64px; }
  .pub-item-btn { width: 100%; justify-content: center; }
}


/* ==========================================================================
   CASES DE SUCESSO — detail content blocks
   Figma: 517-15710 / 517-15716. (Hero + card grid reuse the .nw-* styles.)
   ========================================================================== */
.cs-blocks { background: var(--sa-neutral); }
.cs-block { padding: 64px 0; }
.cs-block + .cs-block { border-top: 1px solid var(--sa-border-light); }
.cs-block-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 16px;
  align-items: start;
}
.cs-block-head {
  grid-column: 1 / span 5;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.cs-block-bar {
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 12px;
  display: block;
  width: 72px;
  height: 8px;
  background: #fdc348;
  border-radius: var(--r-lg);
}
.cs-block-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.26px;
}
.cs-block-body {
  grid-column: 7 / span 5;
  color: var(--sa-light-txt-md);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}
.cs-block-body p { margin: 0 0 16px; }
.cs-block-body p:last-child { margin-bottom: 0; }
.cs-block-body strong { font-weight: 700; }
.cs-block-body ul,
.cs-block-body ol { margin: 0 0 16px; padding-left: 24px; }
.cs-block-body li { margin-bottom: 8px; }
.cs-block-body a { color: var(--sa-brand); }

@media (max-width: 1024px) {
  .cs-block-inner { padding: 0 32px; grid-template-columns: 1fr; gap: 16px; }
  .cs-block-head,
  .cs-block-body { grid-column: 1 / -1; }
  .cs-block-head { flex-direction: column; gap: 12px; }
  .cs-block-bar { margin-top: 0; }
}

@media (max-width: 720px) {
  .cs-block { padding: 48px 0; }
  .cs-block-inner { padding: 0 24px; }
  .cs-block-title { font-size: 22px; }
}


/* ==========================================================================
   REDE DE PARCEIROS — Page template (logo-grid blocks)
   Figma: 484-30633 / 517-10344
   ========================================================================== */
.rp-page { background: var(--sa-neutral); }

/* 1. Hero (dark blue) */
.rp-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.rp-hero-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.rp-hero-eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
}
.rp-hero-title {
  margin: 0;
  max-width: 58%;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  color: var(--sa-dark-txt-md);
}

/* 2. Intro */
.rp-intro { background: var(--sa-neutral); padding: 64px 0; }
.rp-intro-inner { max-width: 1536px; margin: 0 auto; padding: 0 112px; }
.rp-intro-text {
  max-width: 58%;
  color: var(--sa-light-txt-hi);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.24px;
}
.rp-intro-text p { margin: 0 0 16px; }
.rp-intro-text p:last-child { margin-bottom: 0; }
.rp-intro-text a { color: var(--sa-brand); }

/* 3. Logo-grid blocks */
.rp-block { background: var(--sa-neutral); padding: 0 0 64px; }
.rp-block-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.rp-block-title {
  margin: 0;
  max-width: 58%;
  color: var(--sa-light-txt-md);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.24px;
}
.rp-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 16px;
  align-items: flex-start;
}
.rp-company {
  flex: 1 0 176px;
  max-width: 240px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
}
.rp-company-media {
  aspect-ratio: 160 / 90;
  border-radius: var(--r-md);
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.rp-company-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
a.rp-company:hover .rp-company-media {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.rp-company-name {
  color: var(--sa-light-txt-lo);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
}
a.rp-company:hover .rp-company-name { color: var(--sa-light-txt-md); }

/* ---------------- Rede de parceiros: tablet ---------------- */
@media (max-width: 1024px) {
  .rp-hero-inner { padding: 64px 32px 32px; }
  .rp-hero-title { max-width: 100%; font-size: 30px; }
  .rp-intro { padding: 48px 0; }
  .rp-intro-inner { padding: 0 32px; }
  .rp-intro-text { max-width: 100%; }
  .rp-block { padding: 0 0 48px; }
  .rp-block-inner { padding: 0 32px; }
  .rp-block-title { max-width: 100%; }
  .rp-company { flex-basis: 160px; max-width: 220px; }
}

/* ---------------- Rede de parceiros: mobile ---------------- */
@media (max-width: 720px) {
  .rp-hero-inner { padding: 48px 24px 24px; }
  .rp-hero-title { font-size: 24px; letter-spacing: -0.24px; }
  .rp-intro { padding: 32px 0; }
  .rp-intro-inner { padding: 0 24px; }
  .rp-intro-text { font-size: 20px; }
  .rp-block { padding: 0 0 32px; }
  .rp-block-inner { padding: 0 24px; gap: 32px; }
  .rp-logos { gap: 24px 16px; }
  .rp-company { flex: 1 0 calc(50% - 8px); max-width: none; }
}


/* ==========================================================================
   COMO CHEGAR — Page template (visite / como chegar)
   ========================================================================== */
.cc-page {
  background: var(--sa-neutral);
  position: relative;
  top: -11px;
}

/* Outline button variant (shared with .in-btn) */
.in-btn--outline {
  background: transparent;
  border: 1px solid var(--sa-border-light);
  color: #016cb3;
}
.in-btn--outline:hover { filter: none; background: rgba(0,0,0,0.04); }
.in-btn svg { flex-shrink: 0; }

/* 1. Hero */
.cc-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.cc-hero-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
}
.cc-hero-eyebrow {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
  margin: 0 0 16px;
}
.cc-hero-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  max-width: 60%;
}
.cc-hero-title-main { color: var(--sa-dark-txt-md); }
.cc-hero-highlight  { color: var(--sa-yellow); }

/* 2. Localização (intro) */
.cc-intro { background: var(--sa-neutral); }
.cc-intro-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cc-intro-eyebrow {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-light-txt-lo);
}
.cc-intro-text {
  margin: 0;
  max-width: 60ch;
  color: var(--sa-light-txt-md);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.24px;
}

/* 3. Informações (fact cards) */
.cc-info { background: var(--sa-neutral); }
.cc-info-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 24px 112px 64px;
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.cc-info-card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}
.cc-info-card-text { display: flex; flex-direction: column; gap: 12px; }
.cc-info-label {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--sa-light-txt-lo);
}
.cc-info-value {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.cc-info-value a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.cc-info-value a:hover {
  opacity: 0.8;
}
.cc-info-divider {
  flex: 0 0 1px;
  background: var(--sa-border-light);
  align-self: stretch;
}
.cc-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  background: none;
  border: 0;
  padding: 8px 0;
  cursor: pointer;
  color: #016cb3;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}
.cc-link-btn:hover { text-decoration: underline; }
.cc-link-btn.is-copied { color: #1a7f37; }

/* 4. Mapa */
.cc-map { background: var(--sa-neutral); }
.cc-map-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cc-map-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 2;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(0,0,0,0.05);
}
.cc-map-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.cc-map-route,
.cc-map-satellite {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
  color: var(--sa-light-txt-hi);
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 0;
  border-radius: 100px;
  padding: 12px 20px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.cc-map-route { top: 16px; left: 16px; }
.cc-map-satellite { bottom: 16px; right: 16px; }
.cc-map-satellite.is-active { background: var(--sa-brand); color: #fff5e0; }
.cc-map-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* 5. Como chegar de diferentes formas */
.cc-formas { background: var(--sa-neutral); padding: 24px 0 24px; }
.cc-formas-header {
  max-width: 1536px;
  margin: 0 auto;
  padding: 40px 112px 16px;
}
.cc-formas-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
}
.cc-formas-sep {
  height: 0;
  margin: 0 112px;
  border: 0;
  border-top: 1px solid var(--sa-border-light);
}
.cc-forma {
  max-width: 1536px;
  margin: 0 auto;
  padding: 48px 112px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.cc-forma--media {
  grid-template-columns: 6fr 6fr;
  grid-template-areas: "text media";
}
.cc-forma--alt { grid-template-areas: "media text"; }
.cc-forma-text { grid-area: text; display: flex; flex-direction: column; gap: 32px; align-items: flex-start; }
.cc-forma-media {
  grid-area: media;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 5 / 4;
}
.cc-forma-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cc-forma-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
}
.cc-forma-body {
  color: var(--sa-light-txt-md);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}
.cc-forma-body p { margin: 0 0 16px; }
.cc-forma-body p:last-child { margin-bottom: 0; }
.cc-forma-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

/* 6. Acessos estratégicos */
.cc-acessos { background: var(--sa-neutral); padding: 64px 0 88px; }
.cc-acessos-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.cc-acessos-phrase {
  margin: 0;
  position: relative;
  padding-left: 28px;
  color: var(--sa-light-txt-md);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.28px;
  max-width: 22ch;
}
.cc-acessos-phrase::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 8px;
  border-radius: 32px;
  background: #fdc348;
}
.cc-acessos-header { max-width: 760px; display: flex; flex-direction: column; gap: 24px; }
.cc-acessos-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
}
.cc-acessos-subtitle {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.cc-acessos-grid { display: flex; align-items: stretch; gap: 48px; }
.cc-acessos-divider { flex: 0 0 1px; background: var(--sa-border-light); align-self: stretch; }
.cc-acesso-card { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 24px; }
.cc-acesso-media {
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(0,0,0,0.05);
}
.cc-acesso-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cc-acesso-media--placeholder {
  background-image: linear-gradient(45deg, rgba(0,0,0,0.06) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.06) 75%),
                    linear-gradient(45deg, rgba(0,0,0,0.06) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.06) 75%);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
}
.cc-acesso-body { display: flex; flex-direction: column; gap: 12px; padding-right: 32px; }
.cc-acesso-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.cc-acesso-desc {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}

/* Radius map (illustrative) */
.cc-radius {
  margin: 0;
  width: 100%;
  max-width: 760px;
  align-self: center;
}
.cc-radius-svg { width: 100%; height: auto; display: block; }

/* 7. CTA — mais informações */
.cc-cta { background: var(--sa-neutral); padding: 0 0 88px; }
.cc-cta-inner {
  max-width: calc(1536px - 224px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--sa-yellow);
  border-radius: var(--r-lg);
  padding: 48px 64px;
}
.cc-cta-text { display: flex; flex-direction: column; gap: 8px; }
.cc-cta-title {
  margin: 0;
  color: var(--sa-light-txt-hi);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.28px;
}
.cc-cta-desc {
  margin: 0;
  color: var(--sa-light-txt-hi);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/* ---------------- Como chegar: tablet ---------------- */
@media (max-width: 1024px) {
  .cc-hero-inner { padding: 80px 32px 48px; }
  .cc-hero-title { max-width: 100%; }
  .cc-intro-inner { padding: 64px 32px 48px; }
  .cc-info-inner { padding: 24px 32px 48px; flex-wrap: wrap; }
  .cc-info-card { flex-basis: calc(50% - 12px); }
  .cc-info-divider { display: none; }
  .cc-map-inner { padding: 0 32px 48px; }
  .cc-formas-header { padding: 32px 32px 16px; }
  .cc-formas-sep { margin: 0 32px; }
  .cc-forma { padding: 40px 32px; }
  .cc-acessos-inner { padding: 0 32px; }
  .cc-cta-inner { padding: 40px 40px; }
}

/* ---------------- Como chegar: mobile ---------------- */
@media (max-width: 720px) {
  .cc-hero-inner { padding: 48px 24px 24px; }
  .cc-hero-title { font-size: 24px; letter-spacing: -0.24px; }

  .cc-intro-inner { padding: 48px 24px 32px; }
  .cc-intro-text { font-size: 20px; }

  .cc-info-inner { padding: 24px 24px 32px; flex-direction: column; gap: 24px; }
  .cc-info-card { flex-basis: auto; }

  .cc-map-inner { padding: 0 24px 32px; }
  .cc-map-frame { aspect-ratio: 3 / 4; }
  .cc-map-route, .cc-map-satellite { font-size: 14px; padding: 10px 16px; }

  .cc-formas-header { padding: 24px 24px 8px; }
  .cc-formas-title { font-size: 24px; }
  .cc-formas-sep { margin: 0 24px; }
  .cc-forma,
  .cc-forma--media,
  .cc-forma--alt {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "text";
    padding: 32px 24px;
    gap: 24px;
  }
  .cc-forma-text { gap: 24px; }
  .cc-forma-title { font-size: 22px; }

  .cc-acessos { padding: 48px 0 64px; }
  .cc-acessos-inner { padding: 0 24px; gap: 32px; }
  .cc-acessos-phrase { font-size: 22px; max-width: 100%; }
  .cc-acessos-title { font-size: 24px; }
  .cc-acessos-subtitle { font-size: 18px; }
  .cc-acessos-grid { flex-direction: column; gap: 32px; }
  .cc-acessos-divider { display: none; }
  .cc-acesso-body { padding-right: 0; }

  .cc-cta { padding: 0 0 64px; }
  .cc-cta-inner { flex-direction: column; align-items: flex-start; padding: 32px 24px; }
}

/* ============================================================
   VISITAS TÉCNICAS (template-visitas-tecnicas.php) — vt-*
============================================================ */
.vt-page {
  background: var(--sa-neutral);
  position: relative;
  top: -11px;
}
.vt-page :where(h1, h2, h3, p, ul, li, figure, fieldset) { margin: 0; }

/* 1. Hero */
.vt-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.vt-hero-inner { max-width: 1536px; margin: 0 auto; padding: 112px 112px 64px; }
.vt-hero-eyebrow {
  font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.02em;
  text-transform: uppercase; color: var(--sa-dark-txt-lo); margin: 0 0 16px;
}
.vt-hero-title { font-size: 36px; font-weight: 600; line-height: 1.15; letter-spacing: -0.36px; max-width: 58%; }
.vt-hero-title-main { color: var(--sa-dark-txt-md); }
.vt-hero-highlight  { color: var(--sa-yellow); }

/* 2. Introdução */
.vt-intro { background: var(--sa-neutral); }
.vt-intro-inner { max-width: 1536px; margin: 0 auto; padding: 112px 112px 64px; display: flex; flex-direction: column; gap: 48px; align-items: flex-start; }
.vt-intro-text { max-width: 58%; display: flex; flex-direction: column; gap: 16px; }
.vt-intro-text p { font-size: 24px; font-weight: 500; line-height: 1.4; letter-spacing: -0.24px; color: var(--sa-light-txt-hi); }
.vt-intro-btn svg { width: 16px; height: 16px; }

/* 3. Tech Tour (carrossel) */
.vt-tour { background: var(--sa-neutral); }
.vt-tour-inner { max-width: 1536px; margin: 0 auto; padding: 88px 112px; display: flex; flex-direction: column; gap: 32px; }
.vt-tour-title { max-width: 60%; font-size: 26px; font-weight: 600; line-height: 1.4; letter-spacing: -0.26px; color: var(--sa-light-txt-md); }
.vt-carousel { display: flex; flex-direction: column; gap: 48px; }
.vt-carousel-track {
  display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -ms-overflow-style: none; padding-bottom: 4px;
}
.vt-carousel-track::-webkit-scrollbar { display: none; }
.vt-slide { flex: 0 0 83%; scroll-snap-align: start; display: flex; flex-direction: column; gap: 24px; }
.vt-slide-media { aspect-ratio: 16 / 9; border-radius: 32px; overflow: hidden; background: #e4e2d9; }
.vt-slide-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vt-slide-caption { font-size: 20px; font-weight: 500; line-height: 1.5; letter-spacing: -0.2px; color: var(--sa-light-txt-lo); }
.vt-carousel-nav { display: flex; gap: 8px; }
.vt-carousel-arrow {
  width: 56px; height: 56px; border-radius: 32px; border: 1px solid var(--sa-dark-txt-lo);
  background: transparent; color: var(--sa-light-txt-hi); display: inline-flex; align-items: center;
  justify-content: center; cursor: pointer; transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.vt-carousel-arrow:hover { background: var(--sa-brand); color: #fff5e0; border-color: var(--sa-brand); }
.vt-carousel-arrow svg { width: 18px; height: 18px; }
.vt-tour-footer { max-width: 60%; font-size: 20px; font-weight: 500; line-height: 1.5; letter-spacing: -0.2px; color: var(--sa-light-txt-md); }

/* 4. Blocos informativos */
.vt-cards { background: var(--sa-neutral); }
.vt-cards-inner { max-width: 1536px; margin: 0 auto; padding: 48px 112px; display: flex; align-items: stretch; gap: 48px; }
.vt-cards-divider { flex: 0 0 1px; align-self: stretch; background: var(--sa-border-light, rgba(0,0,0,0.2)); }
.vt-card { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.vt-card-icon { width: 56px; height: 56px; color: var(--sa-brand); }
.vt-card-icon svg { width: 100%; height: 100%; }
.vt-card-title { font-size: 24px; font-weight: 500; line-height: 1.4; letter-spacing: -0.24px; color: var(--sa-light-txt-md); margin-top: 12px; }
.vt-card-list { list-style: none; padding: 0; margin: 0; }
.vt-card-list li {
  font-size: 20px; font-weight: 500; line-height: 1.5; letter-spacing: -0.2px; color: var(--sa-light-txt-lo);
  padding: 16px 0; border-bottom: 1px solid rgba(0,0,0,0.2);
}

/* 5. Formulário */
.vt-form-section { background: var(--sa-neutral); }
.vt-form-inner {
  max-width: 1536px; margin: 0 auto; padding: 88px 112px;
  display: grid; grid-template-columns: 4fr 7fr; gap: 16px 88px; align-items: start;
}
.vt-form-head { padding: 16px 0; }
.vt-form-title { font-size: 36px; font-weight: 600; line-height: 1.15; letter-spacing: -0.36px; color: var(--sa-light-txt-md); margin-bottom: 16px; }
.vt-form-desc { font-size: 16px; font-weight: 500; line-height: 1.5; letter-spacing: -0.16px; color: var(--sa-light-txt-md); }
.vt-form-success {
  background: var(--sa-yellow); color: var(--sa-dark); font-weight: 600;
  padding: 16px 20px; border-radius: 16px; margin-bottom: 24px;
}
.vt-form { display: flex; flex-direction: column; }

/* Accordion */
.vt-acc { border-bottom: 1px solid rgba(0,0,0,0.2); }
.vt-acc-head {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: transparent; border: 0; cursor: pointer; padding: 28px 0;
  font-size: 20px; font-weight: 500; line-height: 1.5; letter-spacing: -0.2px;
  color: var(--sa-light-txt-md); text-align: left;
}
.vt-acc-chevron { flex: 0 0 auto; width: 18px; height: 18px; color: var(--sa-light-txt-hi); transition: transform 0.2s ease; }
.vt-acc-chevron svg { width: 100%; height: 100%; }
.vt-acc.is-open .vt-acc-chevron { transform: rotate(180deg); }
.vt-acc-body { display: none; flex-direction: column; gap: 24px; padding: 8px 0 40px; }
.vt-acc.is-open .vt-acc-body { display: flex; }

/* Fields */
.vt-field { display: flex; flex-direction: column; gap: 4px; }
.vt-field-row { display: flex; gap: 24px; }
.vt-field-row .vt-field { flex: 1 1 0; min-width: 0; }
.vt-field label, .vt-choices legend {
  font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: -0.14px; color: var(--sa-light-txt-md);
}
.vt-optional { color: var(--sa-light-txt-lo); font-weight: 500; }
.vt-field input, .vt-field textarea {
  width: 100%; min-height: 56px; padding: 16px; border: 1px solid rgba(0,0,0,0.2);
  border-radius: 16px; background: #fff; font-family: inherit; font-size: 16px; font-weight: 500;
  line-height: 1.5; letter-spacing: -0.16px; color: var(--sa-light-txt-hi); box-sizing: border-box;
}
.vt-field textarea { min-height: 96px; resize: vertical; }
.vt-field input::placeholder, .vt-field textarea::placeholder { color: #aaaaa6; }
.vt-field input:focus, .vt-field textarea:focus { outline: none; border-color: var(--sa-brand); }
.vt-field-help { font-size: 14px; font-weight: 500; line-height: 1.5; color: var(--sa-light-txt-lo); }

/* Choices (radios) */
.vt-choices { display: flex; flex-direction: column; gap: 16px; border: 0; padding: 0; }
.vt-choices legend { margin-bottom: 16px; }
.vt-radio { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-size: 16px; font-weight: 500; line-height: 1.5; color: var(--sa-light-txt-hi); }
.vt-radio input { margin: 2px 0 0; width: 18px; height: 18px; accent-color: var(--sa-brand); flex: 0 0 auto; }

.vt-form-actions { padding-top: 32px; }

/* Responsive */
@media (max-width: 1024px) {
  .vt-hero-inner, .vt-intro-inner, .vt-tour-inner, .vt-cards-inner, .vt-form-inner { padding-left: 40px; padding-right: 40px; }
  .vt-hero-title, .vt-intro-text, .vt-tour-title, .vt-tour-footer { max-width: 100%; }
  .vt-form-inner { grid-template-columns: 1fr; gap: 32px; }
  .vt-cards-inner { flex-direction: column; gap: 0; }
  .vt-cards-divider { display: none; }
  .vt-card { padding: 32px 0; border-bottom: 1px solid rgba(0,0,0,0.2); }
  .vt-card:last-child { border-bottom: 0; }
  .vt-slide { flex-basis: 88%; }
}
@media (max-width: 720px) {
  .vt-hero-inner { padding: 72px 20px 48px; }
  .vt-intro-inner, .vt-tour-inner, .vt-form-inner { padding: 56px 20px; }
  .vt-cards-inner { padding: 32px 20px; }
  .vt-hero-title, .vt-form-title { font-size: 28px; }
  .vt-intro-text p { font-size: 20px; }
  .vt-tour-title { font-size: 22px; }
  .vt-slide { flex-basis: 100%; }
  .vt-slide-caption, .vt-tour-footer, .vt-card-list li { font-size: 18px; }
  .vt-field-row { flex-direction: column; gap: 24px; }
}

/* ============================================================
   Contato (template-contato.php)
============================================================ */
.ct-page { background: var(--sa-neutral); }
.ct-page :where(h1, h2, p, ul, li) { margin: 0; }

/* 1. Hero */
.ct-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.ct-hero-inner { max-width: 1536px; margin: 0 auto; padding: 112px 112px 64px; }
.ct-hero-eyebrow {
  font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: 0.02em;
  text-transform: uppercase; color: var(--sa-dark-txt-lo); margin: 0 0 16px;
}
.ct-hero-title {
  font-size: 36px; font-weight: 600; line-height: 1.15; letter-spacing: -0.36px;
  color: var(--sa-dark-txt-md); max-width: 60%;
}

/* 2. Formulário */
.ct-form-section { background: var(--sa-neutral); }
.ct-form-inner {
  max-width: 1536px; margin: 0 auto; padding: 88px 112px;
  display: grid; grid-template-columns: 4fr 7fr; gap: 16px 88px; align-items: start;
}
.ct-form-head { display: flex; flex-direction: column; gap: 16px; padding: 16px 0; color: var(--sa-light-txt-md); }
.ct-form-title { font-size: 36px; font-weight: 600; line-height: 1.15; letter-spacing: -0.36px; }
.ct-form-contact { display: flex; flex-direction: column; gap: 16px; font-size: 16px; font-weight: 500; line-height: 1.5; letter-spacing: -0.16px; }
.ct-form-success { background: var(--sa-yellow); color: var(--sa-dark); font-weight: 600; padding: 16px 20px; border-radius: 16px; margin-bottom: 24px; }
.ct-form { display: flex; flex-direction: column; gap: 24px; }

/* Fields */
.ct-field { display: flex; flex-direction: column; gap: 4px; }
.ct-field-row { display: flex; gap: 24px; }
.ct-field-row .ct-field { flex: 1 1 0; min-width: 0; }
.ct-field label {
  display: flex; gap: 4px;
  font-size: 14px; font-weight: 500; line-height: 1.4; letter-spacing: -0.14px; color: var(--sa-light-txt-md);
}
.ct-optional { color: var(--sa-light-txt-lo); font-weight: 500; }
.ct-field input, .ct-field textarea {
  width: 100%; min-height: 56px; padding: 16px; border: 1px solid rgba(0,0,0,0.2);
  border-radius: 16px; background: #fff; font-family: inherit; font-size: 16px; font-weight: 500;
  line-height: 1.5; letter-spacing: -0.16px; color: var(--sa-light-txt-hi); box-sizing: border-box;
}
.ct-field textarea { min-height: 144px; resize: vertical; }
.ct-field input::placeholder, .ct-field textarea::placeholder { color: #aaaaa6; }
.ct-field input:focus, .ct-field textarea:focus { outline: none; border-color: var(--sa-brand); }
.ct-form-actions { padding-top: 8px; }

/* 3. Blocos de contato */
.ct-contatos { background: var(--sa-neutral); }
.ct-contatos-inner {
  max-width: 1536px; margin: 0 auto; padding: 48px 112px;
  display: grid; grid-template-columns: 4fr 7fr; gap: 16px 88px; align-items: start;
}
.ct-contatos-head { display: flex; flex-direction: column; gap: 32px; }
.ct-contatos-title { font-size: 26px; font-weight: 600; line-height: 1.4; letter-spacing: -0.26px; color: var(--sa-light-txt-md); }
.ct-contatos-email { display: flex; flex-direction: column; align-items: flex-start; }
.ct-email-link {
  font-size: 16px; font-weight: 500; line-height: 1.5; letter-spacing: -0.16px;
  color: var(--sa-light-txt-md); text-decoration: underline;
}
.ct-copy-btn {
  display: inline-flex; align-items: center; gap: 8px; height: 56px;
  background: transparent; border: 0; padding: 0; cursor: pointer;
  font-family: inherit; font-size: 16px; font-weight: 600; line-height: 1.2; color: #016cb3;
}
.ct-copy-btn svg { flex-shrink: 0; }

.ct-people { list-style: none; padding: 0; display: flex; flex-direction: column; }
.ct-person {
  display: flex; flex-direction: column; gap: 4px;
  padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid rgba(0,0,0,0.2);
}
.ct-person:last-child { margin-bottom: 0; }
.ct-person-name { font-size: 20px; font-weight: 500; line-height: 1.5; letter-spacing: -0.2px; color: var(--sa-light-txt-hi); }
.ct-person-role { font-size: 20px; font-weight: 500; line-height: 1.5; letter-spacing: -0.2px; color: var(--sa-light-txt-md); }

/* Responsive */
@media (max-width: 1024px) {
  .ct-hero-inner, .ct-form-inner, .ct-contatos-inner { padding-left: 40px; padding-right: 40px; }
  .ct-hero-title { max-width: 100%; }
  .ct-form-inner, .ct-contatos-inner { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .ct-hero-inner { padding: 72px 20px 48px; }
  .ct-form-inner { padding: 56px 20px; }
  .ct-contatos-inner { padding: 24px 20px; }
  .ct-hero-title, .ct-form-title { font-size: 28px; }
  .ct-contatos-title { font-size: 22px; }
  .ct-field-row { flex-direction: column; gap: 24px; }
}


/* ==========================================================================
   PERGUNTAS FREQUENTES (FAQ) — template-perguntas-frequentes.php
   Figma: 436:22251 / 302:23016 (desktop), 436:22258 / 304:9203 (mobile)
   Hero reuses .in-hero. This block styles the accordion section.
   ========================================================================== */
.faq-section {
  background: var(--sa-neutral);
  padding: 64px 0;
}

.faq-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 112px;
}

/* Centered column. */
.faq-list {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-item { border-bottom: 1px solid var(--sa-border-light); }

.faq-q { margin: 0; }

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: var(--sa-light-txt-md);
}

.faq-q-text {
  flex: 1 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: var(--sa-light-txt-md);
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  color: var(--sa-light-txt-md);
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq-icon { transform: rotate(180deg); }

.faq-answer { padding: 0 0 48px; }

.faq-answer-inner {
  max-width: calc(100% - 150px);
  color: var(--sa-light-txt-lo);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.faq-answer-inner p { margin: 0 0 12px; }
.faq-answer-inner p:last-child { margin-bottom: 0; }
.faq-answer-inner ul,
.faq-answer-inner ol { margin: 0 0 12px; padding-left: 20px; }
.faq-answer-inner li { margin: 0 0 4px; }
.faq-answer-inner a { color: var(--sa-light-txt-md); text-decoration: underline; }

@media (max-width: 1024px) {
  .faq-section { padding: 48px 0; }
  .faq-inner { padding: 0 32px; }
}

@media (max-width: 720px) {
  .faq-inner { padding: 0 24px; }
  .faq-q-text { font-size: 16px; }
  .faq-icon { width: 40px; height: 40px; flex-basis: 40px; }
  .faq-answer { padding-bottom: 32px; }
  .faq-answer-inner { font-size: 16px; max-width: 100%; }
}


/* ==========================================================================
   "O PARQUE TECNOLÓGICO" page template (template-parque-tecnologico.php)
   Figma: 294:13255 desktop / 295:15882 mobile
   ========================================================================== */

/* 1. Hero */
.pt-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.pt-hero-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
}
.pt-hero-eyebrow {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
  margin: 0 0 16px;
}
.pt-hero-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  max-width: 60%;
}
.pt-hero-title-main { color: var(--sa-dark-txt-md); }
.pt-hero-highlight  { color: var(--sa-yellow); }

/* 2. Two-column text blocks (intro + stacked) */
.pt-block { background: var(--sa-neutral); }
.pt-block-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 64px 112px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 16px;
  align-items: start;
}
.pt-block--sep .pt-block-inner { border-top: 1px solid var(--sa-border-light); }
.pt-block-bar {
  grid-column: 1 / 2;
  width: 72px;
  height: 8px;
  margin-top: 10px;
  border-radius: var(--r-lg);
  background: #fdc348;
}
.pt-block-title {
  grid-column: 2 / 6;
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.26px;
}
.pt-block-body {
  grid-column: 7 / 12;
  color: var(--sa-light-txt-md);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}
.pt-block-body p { margin: 0 0 16px; }
.pt-block-body p:last-child { margin-bottom: 0; }

/* Two-column text blocks: optional image + alternate (image side) */
.pt-block--media .pt-block-inner {
  grid-template-columns: 5fr 7fr;
  grid-template-areas: "header media" "content media";
  align-items: start;
  column-gap: 48px;
}
.pt-block--media .pt-block-header { grid-area: header; display: flex; flex-direction: column; gap: 16px; }
.pt-block--media .pt-block-bar { grid-column: auto; margin-top: 0; }
.pt-block--media .pt-block-title { grid-column: auto; }
.pt-block--media .pt-block-body { grid-area: content; grid-column: auto; }
.pt-block--media .pt-block-media {
  grid-area: media;
  align-self: center;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.pt-block--media .pt-block-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pt-block--alt .pt-block-inner { grid-template-areas: "media header" "media content"; }

/* 3. Big numbers */
.pt-nums { background: var(--sa-neutral); }
.pt-nums-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 64px 112px 88px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.pt-nums-head { display: flex; flex-direction: column; gap: 10px; max-width: 760px; }
.pt-nums-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.26px;
}
.pt-nums-subtitle {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.pt-nums-list { display: flex; flex-wrap: wrap; gap: 48px 16px; }
.pt-num {
  flex: 1 1 0;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 32px;
  border-left: 1px solid var(--sa-border-light);
}
.pt-num-icon { width: 88px; height: 88px; }
.pt-num-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.pt-num-text { display: flex; flex-direction: column; gap: 4px; }
.pt-num-value {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
}
.pt-num-desc {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
}

/* 4. Eixos (side by side) */
.pt-eixos { background: var(--sa-neutral); }
.pt-eixos-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 88px 112px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.pt-eixos-intro {
  margin: 0;
  max-width: 760px;
  color: var(--sa-light-txt-lo);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.pt-eixos-grid { display: flex; gap: 24px; align-items: stretch; }
.pt-eixos-divider { flex: 0 0 1px; align-self: stretch; background: var(--sa-border-light); }
.pt-eixo { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.pt-eixo-icon { width: 88px; height: 88px; margin-bottom: 8px; }
.pt-eixo-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.pt-eixo-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.pt-eixo-body {
  color: var(--sa-light-txt-lo);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}
.pt-eixo-body p { margin: 0 0 16px; }
.pt-eixo-body p:last-child { margin-bottom: 0; }

/* 5. Images carousel */
.pt-carousel { background: var(--sa-neutral); }
.pt-carousel-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 64px 112px 88px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pt-carousel-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pt-carousel-track::-webkit-scrollbar { display: none; }
.pt-slide {
  flex: 0 0 calc(100% - 132px);
  margin: 0;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pt-slide-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(0,0,0,0.05);
}
.pt-slide-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pt-slide-caption {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
}
.pt-carousel-nav { display: flex; gap: 12px; }
.pt-carousel-btn {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sa-border-light);
  border-radius: 100px;
  background: transparent;
  color: var(--sa-light-txt-hi);
  cursor: pointer;
  transition: background 0.15s ease;
}
.pt-carousel-btn:hover:not(:disabled) { background: rgba(0,0,0,0.04); }
.pt-carousel-btn:disabled { opacity: 0.35; cursor: default; }

/* 6. Map — Ecossistema de Inovação */
.pt-maps { background: var(--sa-neutral); }
.pt-maps-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 64px 112px 88px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.pt-maps-head { display: flex; flex-direction: column; gap: 16px; max-width: 58%; }
.pt-maps-title {
  margin: 0;
  color: var(--sa-light-txt-hi);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
}
.pt-maps-desc {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.pt-maps-label {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.pt-maps-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: rgba(0,0,0,0.05);
}
.pt-maps-iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.pt-points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.pt-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--sa-border-light);
}
.pt-point:last-child { border-bottom: 0; padding-bottom: 0; }
.pt-point-pin { color: var(--sa-brand); flex: 0 0 auto; margin-top: 2px; line-height: 0; }
.pt-point-text { display: flex; flex-direction: column; gap: 2px; flex: 1 1 auto; min-width: 0; }
.pt-point-title { color: var(--sa-light-txt-hi); font-size: 16px; font-weight: 600; line-height: 1.4; }
.pt-point-addr { color: var(--sa-light-txt-lo); font-size: 14px; font-weight: 500; line-height: 1.4; }
.pt-point-link {
  flex: 0 0 auto;
  align-self: center;
  color: #016cb3;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.pt-point-link:hover { text-decoration: underline; }

/* Responsive — tablet */
@media (max-width: 1024px) {
  .pt-hero-inner { padding: 80px 32px 48px; }
  .pt-hero-title { max-width: 100%; }
  .pt-block-inner { padding: 48px 32px; column-gap: 24px; }
  .pt-block-title { grid-column: 1 / 6; }
  .pt-block-body { grid-column: 7 / 13; }
  .pt-block-bar { display: none; }
  .pt-block--media .pt-block-inner { grid-template-columns: 1fr; grid-template-areas: "header" "content" "media"; gap: 24px; }
  .pt-block--media .pt-block-bar { display: block; }
  .pt-nums-inner,
  .pt-eixos-inner,
  .pt-carousel-inner,
  .pt-maps-inner { padding-left: 32px; padding-right: 32px; }
  .pt-num { flex-basis: calc(50% - 16px); }
  .pt-maps-head { max-width: 100%; }
  .pt-slide { flex-basis: calc(100% - 96px); }
}

/* Responsive — mobile */
@media (max-width: 720px) {
  .pt-hero-inner { padding: 48px 24px 24px; }
  .pt-hero-title { font-size: 24px; letter-spacing: -0.24px; }

  .pt-block-inner { display: flex; flex-direction: column; gap: 16px; padding: 40px 24px; }
  .pt-block-title { font-size: 22px; }

  .pt-nums-inner { padding: 40px 24px 48px; gap: 40px; }
  .pt-nums-list { flex-direction: column; gap: 32px; }
  .pt-num { flex-basis: auto; min-width: 0; padding: 0 0 0 20px; }
  .pt-nums-title { font-size: 22px; }

  .pt-eixos-inner { padding: 48px 24px; gap: 40px; }
  .pt-eixos-grid { flex-direction: column; gap: 32px; }
  .pt-eixos-divider { flex-basis: auto; width: 100%; height: 1px; }

  .pt-carousel-inner { padding: 40px 24px 48px; }
  .pt-slide { flex-basis: calc(100% - 48px); }
  .pt-slide-media { aspect-ratio: 4 / 3; }

  .pt-maps-inner { padding: 40px 24px 48px; gap: 32px; }
  .pt-maps-title { font-size: 24px; letter-spacing: -0.24px; }
  .pt-maps-desc, .pt-maps-label { font-size: 18px; }
  .pt-maps-frame { aspect-ratio: 1 / 1; }
  .pt-point { flex-wrap: wrap; }
  .pt-point-link { align-self: flex-start; padding-left: 28px; }
}

/* ==========================================================================
   "Invista em Santo André" page (template-invista-santo-andre.php)
   Figma: 92-355 (desktop) / 134-617 (mobile)
   ========================================================================== */

/* 1. Hero + image */
.isa-hero { background: var(--sa-brand); color: var(--sa-dark-txt-md); }
.isa-hero-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 112px 112px 64px;
}
.isa-hero-eyebrow {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--sa-dark-txt-lo);
  margin: 0 0 16px;
}
.isa-hero-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
  max-width: 60%;
}
.isa-hero-title-main { color: var(--sa-dark-txt-md); }
.isa-hero-highlight  { color: var(--sa-yellow); }
/* image straddles the blue hero and the neutral section below it */
.isa-hero-media { background: linear-gradient(to bottom, var(--sa-brand) 50%, var(--sa-neutral) 50%); }
.isa-hero-img {
  position: relative;
  max-width: 1536px;
  margin: 0 auto;
  height: 512px;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.isa-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.isa-hero-img-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.3); }

/* 2. Two-column text blocks (shared visual language with the PT page) */
.isa-block { background: var(--sa-neutral); }
.isa-block-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 88px 112px 48px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 16px;
  align-items: start;
}
.isa-block--sep .isa-block-inner { border-top: 1px solid var(--sa-border-light); padding: 64px 112px; }
.isa-block-bar {
  grid-column: 1 / 2;
  width: 72px;
  height: 8px;
  margin-top: 10px;
  border-radius: var(--r-lg);
  background: #fdc348;
}
.isa-block-title {
  grid-column: 2 / 6;
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.26px;
}
.isa-block-body {
  grid-column: 7 / 12;
  color: var(--sa-light-txt-md);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.16px;
}
.isa-block-body p { margin: 0 0 16px; }
.isa-block-body p:last-child { margin-bottom: 0; }

/* 3. Map image */
.isa-map { background: var(--sa-neutral); }
.isa-map-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 88px 112px;
}
.isa-map-img { border-radius: var(--r-lg); overflow: hidden; }
.isa-map-img img { width: 100%; height: auto; display: block; }

/* 4. Big numbers (6-up, no subtitle) */
.isa-nums { background: var(--sa-neutral); }
.isa-nums-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 64px 112px 88px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.isa-nums-head { display: flex; flex-direction: column; gap: 10px; max-width: 758px; }
.isa-nums-title {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.26px;
}
.isa-nums-list { display: flex; flex-wrap: wrap; gap: 48px 16px; }
.isa-num {
  flex: 1 1 0;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 32px;
  border-left: 1px solid var(--sa-border-light);
}
.isa-num-icon { width: 88px; height: 88px; }
.isa-num-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.isa-num-text { display: flex; flex-direction: column; gap: 4px; }
.isa-num-value {
  margin: 0;
  color: var(--sa-light-txt-md);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.36px;
}
.isa-num-desc {
  margin: 0;
  color: var(--sa-light-txt-lo);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
}

/* Responsive — tablet */
@media (max-width: 1024px) {
  .isa-hero-inner { padding: 80px 32px 48px; }
  .isa-hero-title { max-width: 100%; }
  .isa-hero-img { height: 380px; border-radius: var(--r-md); }
  .isa-block-inner,
  .isa-block--sep .isa-block-inner { padding: 48px 32px; column-gap: 24px; }
  .isa-block-title { grid-column: 1 / 6; }
  .isa-block-body { grid-column: 7 / 13; }
  .isa-block-bar { display: none; }
  .isa-map-inner { padding: 48px 32px; }
  .isa-nums-inner { padding-left: 32px; padding-right: 32px; }
  .isa-num { flex-basis: calc(33.333% - 16px); }
}

/* Responsive — mobile */
@media (max-width: 720px) {
  .isa-hero-inner { padding: 48px 24px 24px; }
  .isa-hero-title { font-size: 24px; letter-spacing: -0.24px; }
  .isa-hero-img { height: 240px; border-radius: var(--r-md); }

  .isa-block-inner,
  .isa-block--sep .isa-block-inner { display: flex; flex-direction: column; gap: 16px; padding: 40px 24px; }
  .isa-block-title { font-size: 22px; }

  .isa-map-inner { padding: 32px 24px; }

  .isa-nums-inner { padding: 40px 24px 48px; gap: 40px; }
  .isa-nums-list { flex-direction: column; gap: 32px; }
  .isa-num { flex-basis: auto; min-width: 0; padding: 0 0 0 20px; }
  .isa-nums-title { font-size: 22px; }
}

/* ------------------------------------------------------------------
   Shared AJAX form feedback (assets/forms.js)
   Rendered just below the submit button after an in-place submit, so
   the visitor stays where they are. Solid fills keep it legible on any
   form background (light neutral or dark brand).
------------------------------------------------------------------ */
.savoya-form-msg {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.savoya-form-msg:empty { display: none; }
.savoya-form-msg.is-success { background: var(--sa-yellow); color: var(--sa-dark); }
.savoya-form-msg.is-error   { background: #f7d7d5; color: #8a1c14; }
form.is-submitting [type="submit"] { opacity: 0.6; cursor: progress; }

/* Cloudflare Turnstile widget (inc/turnstile.php) — sits above the submit
   button on every form; empty/collapsed until the site key is configured. */
.cf-turnstile { margin: 4px 0 16px; }

/* ------------------------------------------------------------------
   Cookie / privacy banner (assets/cookie-banner.js)
   Fixed bar, shown once per user until dismissed (localStorage flag).
------------------------------------------------------------------ */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: rgba(0, 60, 94, 0.95);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner-inner {
  max-width: 1536px;
  margin: 0 auto;
  padding: 20px 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cookie-banner-text {
  margin: 0;
  color: var(--sa-dark-txt-md);
  font-size: 14px;
  line-height: 1.5;
}
.cookie-banner-text a {
  color: inherit;
  text-decoration: underline;
}
.cookie-banner-ok {
  flex-shrink: 0;
  background: var(--sa-yellow);
  color: var(--sa-dark);
  border: none;
  border-radius: var(--r-sm);
  padding: 12px 28px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.cookie-banner-ok:hover { opacity: 0.9; }

@media (max-width: 720px) {
  .cookie-banner-inner {
    padding: 16px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .cookie-banner-ok { width: 100%; }
}

/* ============================================================
   FLOATING WHATSAPP BUTTON (inc/whatsapp.php)
============================================================ */
.whatsapp-floater {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 80; /* above page content, below the cookie banner (90) */
  background-color: #1da851;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
.whatsapp-floater:hover { opacity: 0.8; }
.whatsapp-floater svg { width: 30px; height: 30px; }
