/* Walumar Capotas — Landing /40-anos */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body,
body.walumar-40-anos-landing {
  margin: 0;
  background: var(--steel-950, #0c1116);
  -webkit-font-smoothing: antialiased;
}

body.walumar-40-anos-landing #wws-layout-1,
body.walumar-40-anos-landing .wws-popup,
body.walumar-40-anos-landing [id^="wws-"],
body.walumar-40-anos-landing [class*="wws-popup"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.walumar-40-anos-landing #wpadminbar { position: fixed; }
body.walumar-40-anos-landing.admin-bar .w40-nav { top: 32px; }
@media screen and (max-width: 782px) {
  body.walumar-40-anos-landing.admin-bar .w40-nav { top: 46px; }
}

.w40 {
  font-family: var(--font-heading), 'Barlow', system-ui, sans-serif;
  background: var(--steel-950, #0c1116);
  color: var(--white, #fff);
  min-height: 100vh;
}

/* ---------- Buttons ---------- */
.w40 .btn,
.w40 a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius-sm, 5px);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: filter 140ms var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
    transform 140ms var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}
.w40 .btn:active { transform: translateY(1px) scale(0.985); }
.w40 .btn-primary {
  background: var(--wal-blue-600, #055699);
  color: #fff;
  box-shadow: var(--shadow-accent, 0 8px 22px rgba(5, 86, 153, 0.28));
}
.w40 .btn-primary:hover { filter: brightness(1.08); }
.w40 .btn-accent {
  background: var(--wal-yellow-500, #ffec00);
  color: var(--steel-900, #10161d);
}
.w40 .btn-accent:hover { filter: brightness(1.04); }
.w40 .btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.w40 .btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, 0.06); }

/* ---------- Nav ---------- */
.w40-nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10060;
  width: 100%;
  max-width: 1280px;
  height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 20px 0 28px;
  isolation: isolate;
  transition: height 0.28s ease;
}
.w40-nav::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 140px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.w40-nav > * { position: relative; z-index: 1; }
.w40-nav.is-scrolled { height: 62px; }
.w40-nav__brand { display: flex; align-items: center; flex-shrink: 0; }
.w40-nav__logo { height: 52px; width: auto; display: block; }
.w40-nav.is-scrolled .w40-nav__logo { height: 42px; }
.w40-nav__links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}
.w40-nav__links a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.w40-nav__links a:hover { color: #fff; }
.w40-nav__right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 12px;
}
.w40-nav__home {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.w40-nav__home:hover { color: #fff; }
.w40-nav__cta { min-height: 40px; padding: 0 16px; font-size: 12px; }
.w40-nav__toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 10px;
}
.w40-nav__toggle-bar {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 1px;
}
.w40-nav__overlay {
  position: fixed;
  inset: 0;
  z-index: 10070;
  border: 0;
  background: rgba(12, 17, 22, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.w40-nav__overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.w40-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10080;
  width: min(320px, 88vw);
  height: 100vh;
  background: var(--steel-900, #10161d);
  padding: 20px;
  transform: translateX(105%);
  transition: transform 0.28s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.w40-drawer.is-open { transform: translateX(0); }
.w40-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.w40-drawer__title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wal-blue-300, #7ab3db);
}
.w40-drawer__close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.w40-drawer__links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.w40-drawer__links a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.w40-drawer__actions { margin-top: auto; }

/* ---------- Type (igual /fabricante: .eyebrow / .title / .subtitle) ---------- */
.w40-eyebrow {
  margin: 0 0 16px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8fd6f3;
}
.w40-eyebrow--blue { color: #055699; }
.w40-title {
  margin: 0;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: -0.015em;
  font-size: clamp(40px, 5.6vw, 72px);
  line-height: 1.04;
  color: #fff;
  text-transform: none;
}
.w40-title--dark { color: var(--steel-900, #10161d); }
.w40-title--dark::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 16px;
  background: var(--wal-yellow-500, #ffec00);
}
.w40-subtitle {
  margin: 16px 0 0;
  max-width: 34em;
  font-size: clamp(15px, 1.55vw, 19px);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.74);
}
.w40-subtitle--dark { color: rgba(16, 22, 29, 0.64); }

/* ---------- Hero ---------- */
.w40-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 110px 6% 56px;
  overflow: hidden;
}
.w40-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 28% 45%, rgba(5, 86, 153, 0.28), transparent 58%),
    linear-gradient(135deg, transparent 40%, rgba(5, 86, 153, 0.14) 100%),
    linear-gradient(180deg, #0c1116 0%, #10161d 55%, #0c1116 100%);
}
.w40-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(12, 17, 22, 0.55) 100%);
}
.w40-hero__layout {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.30fr) minmax(0, 0.70fr);
  gap: clamp(16px, 2.5vw, 32px);
  align-items: center;
}
.w40-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
}
.w40-brand {
  margin: 0 0 12px;
  width: 100%;
}
.w40-brand__pair {
  display: inline-grid !important;
  grid-template-columns: auto auto !important;
  grid-auto-flow: column !important;
  align-items: center !important;
  column-gap: 14px !important;
  max-width: 100%;
}
.w40-brand__pair > noscript {
  display: none !important;
}
.w40-brand__pair > img,
.w40 .w40-brand__logo,
.w40 .w40-brand__40 {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  float: none !important;
  clear: none !important;
}
.w40 .w40-brand__logo {
  height: 72px !important;
}
.w40 .w40-brand__40 {
  height: 92px !important;
  transform-origin: center center;
  animation: w40-brand-pulse 1.8s ease-in-out infinite;
  will-change: transform;
}
@keyframes w40-brand-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
@media (max-width: 900px) {
  .w40-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .w40-brand__pair {
    margin: 0 auto;
    justify-content: center !important;
  }
  .w40 .w40-brand__logo { height: 56px !important; }
  .w40 .w40-brand__40 { height: 72px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .w40 .w40-brand__40 {
    animation: none !important;
  }
}
.w40-hero .w40-title {
  font-size: clamp(32px, 4.2vw, 56px);
  max-width: 12ch;
}
.w40-hero .w40-subtitle {
  max-width: 28em;
  font-size: clamp(14px, 1.35vw, 17px);
}
.w40-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.w40-hero__actions .btn-accent {
  width: 100%;
  justify-content: center;
}
.w40-hero__media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 118%;
  max-width: none;
  min-width: 0;
  margin-left: -12%;
}
.w40-hero-play {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  aspect-ratio: 16 / 9;
  isolation: isolate;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.w40-hero-play__thumb {
  position: absolute;
  inset: 0;
  display: block;
}
.w40-hero-play__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.03);
  transition: transform 0.45s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}
.w40-hero-play::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 17, 22, 0.08) 0%, rgba(12, 17, 22, 0.42) 100%);
  z-index: 1;
}
.w40-hero-play__btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--wal-yellow-500, #ffec00);
  color: var(--steel-900, #10161d);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.22s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)), filter 0.22s ease;
}
.w40-hero-play__btn svg {
  margin-left: 3px;
}
.w40-hero-play__label {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}
.w40-hero-play:hover .w40-hero-play__thumb img {
  transform: scale(1.06);
}
.w40-hero-play:hover .w40-hero-play__btn {
  transform: translate(-50%, -50%) scale(1.06);
  filter: brightness(1.04);
}
.w40-hero-play:focus-visible {
  outline: 3px solid rgba(41, 171, 226, 0.45);
  outline-offset: 4px;
}
.w40-cue {
  position: relative;
  z-index: 1;
  display: block;
  margin: 28px auto 0;
  text-align: center;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.45);
  animation: w40-cue 1.8s ease-in-out infinite;
}
@keyframes w40-cue {
  0%, 100% { transform: translateY(0); opacity: 0.45; }
  50% { transform: translateY(6px); opacity: 0.9; }
}

/* Lightbox fullscreen */
.w40-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.w40-lightbox[hidden] { display: none !important; }
.w40-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(6, 10, 14, 0.92);
  cursor: pointer;
}
.w40-lightbox__panel {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
}
.w40-lightbox__close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.w40-lightbox__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: var(--radius-md, 8px);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.w40-lightbox__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body.w40-video-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .w40-hero__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .w40-hero__media {
    order: -1;
    margin-left: 0;
    width: 100%;
  }
  .w40-hero-play { width: 100%; }
  .w40-hero {
    padding-top: 100px;
    align-items: stretch;
    justify-content: flex-start;
  }
  .w40-hero__inner { max-width: none; }
  .w40-hero .w40-title { font-size: clamp(36px, 9vw, 52px); max-width: none; }
  .w40-lightbox__close { top: -40px; }
}

/* ---------- Sections ---------- */
.w40-section {
  padding: 96px 6% 100px;
}
.w40-section__head {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}
.w40-section__head .w40-title--dark::after {
  margin-left: auto;
  margin-right: auto;
}
.w40-section__head .w40-subtitle {
  margin-left: auto;
  margin-right: auto;
}

.w40-timeline-section {
  background: var(--steel-50, #f4f6f7);
  color: var(--steel-900, #10161d);
}
.w40-video-section {
  background: var(--white, #fff);
  color: var(--steel-900, #10161d);
}
.w40-team-section {
  background: var(--steel-50, #f4f6f7);
  color: var(--steel-900, #10161d);
}

/* ---------- Team carousel ---------- */
.w40-carousel {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 52px;
}
.w40-carousel__viewport {
  overflow: hidden;
}
.w40-carousel__track {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.45s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
  will-change: transform;
}
.w40-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}
.w40-quote {
  margin: 0;
  padding: 36px 32px 40px;
  background: #fff;
  border-radius: var(--radius-lg, 12px);
  border-top: 4px solid var(--wal-yellow-500, #ffec00);
  box-shadow: var(--shadow-md, 0 4px 12px rgba(16, 22, 29, 0.1));
  text-align: center;
}
.w40-quote__photo {
  width: 112px;
  height: 112px;
  margin: 0 auto 22px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--steel-100, #e8ebee);
  border: 3px solid var(--wal-blue-600, #055699);
  display: flex;
  align-items: center;
  justify-content: center;
}
.w40-quote__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.w40-quote__initial {
  font-family: inherit;
  font-weight: 600;
  font-size: 42px;
  color: var(--wal-blue-600, #055699);
  line-height: 1;
}
.w40-quote__text {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  quotes: none;
  font-style: normal;
  background: transparent;
}
.w40-quote__text::before,
.w40-quote__text::after {
  content: none;
}
.w40-quote__text p {
  margin: 0;
  padding: 0;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.55;
  color: rgba(16, 22, 29, 0.78);
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.w40-quote__text p::before,
.w40-quote__text p::after {
  content: none;
}
.w40-quote__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.w40-quote__name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--steel-900, #10161d);
}
.w40-quote__role {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wal-blue-600, #055699);
}
.w40-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid var(--steel-200, #d3d9de);
  border-radius: var(--radius-sm, 5px);
  background: #fff;
  color: var(--steel-900, #10161d);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 140ms ease, border-color 140ms ease;
}
.w40-carousel__btn:hover {
  border-color: var(--wal-blue-600, #055699);
  background: var(--wal-blue-100, #e3eef7);
}
.w40-carousel__btn--prev { left: 0; }
.w40-carousel__btn--next { right: 0; }
.w40-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.w40-carousel__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--steel-300, #adb8c1);
  cursor: pointer;
  transition: background 140ms ease, transform 140ms ease;
}
.w40-carousel__dot.is-active {
  background: var(--wal-blue-600, #055699);
  transform: scale(1.15);
}

/* ---------- Timeline ---------- */
.w40-timeline {
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 960px;
}
.w40-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background: linear-gradient(
    180deg,
    var(--wal-yellow-500, #ffec00) 0%,
    var(--wal-blue-600, #055699) 50%,
    var(--wal-yellow-500, #ffec00) 100%
  );
  transform-origin: top center;
  transform: scaleY(0);
  transition: transform 1.1s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
}
.w40-timeline.is-drawn::before { transform: scaleY(1); }

.w40-timeline__item {
  position: relative;
  width: 50%;
  padding: 0 40px 48px;
  box-sizing: border-box;
}
.w40-timeline__item--left {
  left: 0;
  text-align: right;
  padding-right: 48px;
}
.w40-timeline__item--right {
  left: 50%;
  text-align: left;
  padding-left: 48px;
}
.w40-timeline__marker {
  position: absolute;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--wal-yellow-500, #ffec00);
  border: 3px solid var(--wal-blue-600, #055699);
  box-shadow: 0 0 0 4px rgba(5, 86, 153, 0.15);
}
.w40-timeline__item--left .w40-timeline__marker { right: -8px; }
.w40-timeline__item--right .w40-timeline__marker { left: -8px; }
.w40-timeline__ano {
  display: block;
  font-family: inherit;
  font-weight: 600;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: var(--wal-blue-600, #055699);
  margin-bottom: 8px;
}
.w40-timeline__title {
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--steel-900, #10161d);
}
.w40-timeline__resumo {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(16, 22, 29, 0.68);
}
.w40-timeline__img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 0 12px;
  aspect-ratio: 16 / 10;
  border-radius: var(--radius-md, 8px);
  object-fit: cover;
}
.w40-timeline__img--40 {
  max-width: 220px;
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius-sm, 5px);
}
.w40-timeline__item--left .w40-timeline__img { margin-left: auto; }
.w40-timeline__item--destaque .w40-timeline__ano {
  color: var(--steel-900, #10161d);
}
.w40-timeline__item--destaque .w40-timeline__content {
  padding: 18px 20px;
  background: #fff;
  border-left: 4px solid var(--wal-yellow-500, #ffec00);
  box-shadow: var(--shadow-md, 0 4px 12px rgba(16, 22, 29, 0.1));
  border-radius: 0 var(--radius-md, 8px) var(--radius-md, 8px) 0;
}
.w40-timeline__item--left.w40-timeline__item--destaque .w40-timeline__content {
  border-left: 0;
  border-right: 4px solid var(--wal-yellow-500, #ffec00);
  border-radius: var(--radius-md, 8px) 0 0 var(--radius-md, 8px);
}

/* ---------- Video ---------- */
.w40-video {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: var(--steel-900, #10161d);
  border-radius: var(--radius-lg, 12px);
  overflow: hidden;
  box-shadow: var(--shadow-xl, 0 24px 60px rgba(16, 22, 29, 0.2));
}
.w40-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------- Promise ---------- */
.w40-promise {
  background:
    radial-gradient(ellipse 70% 50% at 30% 0%, rgba(5, 86, 153, 0.28), transparent 60%),
    var(--steel-900, #10161d);
  padding: 110px 6%;
  text-align: center;
}
.w40-promise__inner {
  max-width: 720px;
  margin: 0 auto;
}
.w40-promise .w40-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin: 16px auto 0;
  background: var(--wal-yellow-500, #ffec00);
}
.w40-promise .w40-subtitle {
  margin-left: auto;
  margin-right: auto;
}
.w40-promise__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

/* ---------- Footer ---------- */
.w40-foot {
  padding: 40px 6% 56px;
  background: var(--steel-950, #0c1116);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.w40-foot__meta {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}
.w40-foot__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 18px;
}
.w40-foot__links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.w40-foot__links a:hover { color: #fff; }
.w40-foot__credit {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.45);
}
.w40-foot__credit a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  text-decoration: none;
}
.w40-foot__credit a:hover { color: #fff; }
.w40-foot__credit .nextmodal-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #1e9e57;
  color: #fff !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--radius-xs, 3px);
  text-decoration: none;
  cursor: pointer;
}
.w40-foot__credit .nextmodal-tag:hover { background: #178a4a; color: #fff !important; }
.w40-foot__credit .nextmodal-tag::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b8f5cf;
}

/* ---------- Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.55s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1)),
    transform 0.55s var(--ease-out, cubic-bezier(0.22, 1, 0.36, 1));
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.d1 { transition-delay: 80ms; }
.reveal.d2 { transition-delay: 140ms; }
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .w40-timeline::before,
  .w40-cue {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .w40-timeline::before { transform: scaleY(1); }
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .w40-nav__links--desktop,
  .w40-nav__right--desktop { display: none; }
  .w40-nav__toggle { display: flex; }

  .w40-hero { padding: 100px 5% 48px; }
  .w40-section { padding: 72px 5% 80px; }

  .w40-timeline::before { left: 18px; margin-left: 0; }
  .w40-timeline__item,
  .w40-timeline__item--left,
  .w40-timeline__item--right {
    width: 100%;
    left: 0;
    text-align: left;
    padding: 0 0 40px 48px;
  }
  .w40-timeline__item--left .w40-timeline__marker,
  .w40-timeline__item--right .w40-timeline__marker {
    left: 10px;
    right: auto;
  }
  .w40-timeline__item--left .w40-timeline__img { margin-left: 0; }
  .w40-timeline__item--destaque .w40-timeline__content,
  .w40-timeline__item--left.w40-timeline__item--destaque .w40-timeline__content {
    border-left: 4px solid var(--wal-yellow-500, #ffec00);
    border-right: 0;
    border-radius: 0 var(--radius-md, 8px) var(--radius-md, 8px) 0;
  }

  .w40-carousel { padding: 0 40px; }
  .w40-quote { padding: 28px 20px 32px; }
}

/* ---------- Em breve (visitantes) ---------- */
.w40-hero--soon {
  align-items: center;
  text-align: center;
  padding: 80px 6%;
}
.w40-hero__inner--soon {
  position: relative;
  z-index: 2;
  max-width: 36em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.w40-hero--soon .w40-brand {
  margin-bottom: 28px;
}
.w40-hero--soon .w40-title {
  font-size: clamp(48px, 8vw, 88px);
}
.w40-hero--soon .w40-subtitle {
  margin-left: auto;
  margin-right: auto;
}
.w40-hero--soon .w40-hero__actions {
  justify-content: center;
  margin-top: 28px;
}
