/* Walumar — landing single estilo-capota
   Long-form, tokens da Fabricante, sem scroll-snap. */

html.walumar-estilo-html,
html:has(body.walumar-estilo-landing) {
  scroll-snap-type: none !important;
  scroll-behavior: auto;
}

html.walumar-estilo-html.we-ready {
  scroll-behavior: smooth;
}

html.walumar-estilo-html .foot,
html.walumar-estilo-html .we-hero,
html.walumar-estilo-html .we-section,
html.walumar-estilo-html #inicio,
html.walumar-estilo-html #consultor {
  scroll-snap-align: none;
}

body.walumar-estilo-landing {
  margin: 0;
  background: #0c1116;
  -webkit-font-smoothing: antialiased;
}

body.walumar-estilo-landing #wws-layout-1,
body.walumar-estilo-landing .wws-popup,
body.walumar-estilo-landing .wws-popup__footer,
body.walumar-estilo-landing .wws-popup__open-btn,
body.walumar-estilo-landing [id^="wws-"],
body.walumar-estilo-landing [class*="wws-popup"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.walumar-estilo-landing #wpadminbar {
  position: fixed;
}

body.walumar-estilo-landing.admin-bar .nav,
body.walumar-estilo-landing.admin-bar #fab-nav {
  top: 32px;
}

body.walumar-estilo-landing .consultant-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media screen and (max-width: 782px) {
  body.walumar-estilo-landing.admin-bar .nav,
  body.walumar-estilo-landing.admin-bar #fab-nav {
    top: 46px;
  }
}

body.walumar-estilo-landing.button-round button,
body.walumar-estilo-landing.button-round input[type="submit"],
body.walumar-estilo-landing.button-round input[type="button"],
body.walumar-estilo-landing.button-round a.button {
  border-radius: var(--radius-sm, 5px);
  background-image: none;
  box-shadow: none;
}

.we {
  color: var(--steel-100, #e8ebee);
}

.we-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.we-head {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.we-head .eyebrow {
  color: var(--wal-yellow-500, #ffec00);
  margin: 0 0 10px;
}

.we-head .title {
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
  color: inherit;
}

.we-head .subtitle {
  margin: 14px 0 0;
  color: var(--steel-300, #adb8c1);
  font-size: clamp(15px, 1.5vw, 18px);
}

.we-section {
  padding: 72px 0;
}

@media (min-width: 900px) {
  .we-section {
    padding: 96px 0;
  }
}

.we-section--light {
  background: var(--steel-50, #f4f6f7);
  color: var(--steel-900, #10161d);
}

.we-section--light .we-head .eyebrow {
  color: var(--wal-blue-600, #055699);
}

.we-section--light .we-head .subtitle {
  color: var(--steel-500, #5a6b7a);
}

.we-section--dark {
  background: var(--steel-950, #0c1116);
  color: #fff;
}

/* ----- Hero ----- */
.we-hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 140px 0 72px;
  overflow: hidden;
}

.we-hero__media {
  position: absolute;
  inset: 0;
  background-color: var(--steel-900, #10161d);
  background-size: cover;
  background-position: center;
}

.we-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 17, 22, 0.18) 0%, rgba(12, 17, 22, 0.42) 42%, rgba(12, 17, 22, 0.88) 100%),
    linear-gradient(90deg, rgba(12, 17, 22, 0.35) 0%, rgba(12, 17, 22, 0.08) 55%);
}

.we-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.we-hero__tag {
  position: absolute;
  z-index: 2;
  top: 96px;
  right: max(20px, calc((100% - 1120px) / 2));
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 9px 16px 9px 14px;
  border: 0;
  border-left: 3px solid var(--wal-yellow-500, #ffec00);
  border-radius: 0;
  background: rgba(12, 17, 22, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

body.walumar-estilo-landing.admin-bar .we-hero__tag {
  top: 128px;
}

.we-hero .title {
  max-width: 25ch;
  color: #fff;
  font-size: 40px;
}

.we-hero .title em {
  font-style: italic;
  font-weight: 600;
  color: var(--wal-yellow-400, #ffef3d);
}

.we-hero .subtitle {
  max-width: 30em;
  color: rgba(255, 255, 255, 0.78);
}

.we-jump {
  background: #f6f8fa;
  border-top: 1px solid rgba(16, 22, 29, 0.06);
  border-bottom: 1px solid rgba(16, 22, 29, 0.08);
}

.we-jump__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0;
  padding: 6px 0;
}

.we-jump__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 14px 16px;
  color: var(--steel-600, #3d4e5e);
  text-decoration: none;
  text-align: center;
  transition: color 0.18s ease;
}

.we-jump__item::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: 0;
  height: 2px;
  background: var(--wal-yellow-500, #ffec00);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.we-jump__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fff;
  color: var(--wal-blue-600, #055699);
  box-shadow: 0 1px 2px rgba(16, 22, 29, 0.06), 0 8px 18px rgba(16, 22, 29, 0.04);
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.we-jump__icon svg {
  display: block;
}

.we-jump__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.we-jump__item:hover,
.we-jump__item.is-active {
  color: var(--steel-900, #10161d);
}

.we-jump__item:hover .we-jump__icon,
.we-jump__item.is-active .we-jump__icon {
  background: var(--wal-blue-600, #055699);
  color: #fff;
  box-shadow: 0 8px 18px rgba(5, 86, 153, 0.22);
}

.we-jump__item:hover::after,
.we-jump__item.is-active::after {
  transform: scaleX(1);
}

#diferenciais-extras,
.we-session,
#diferenciais,
#faq,
#consultor {
  scroll-margin-top: 88px;
}

@media (max-width: 640px) {
  .we-jump__inner {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 8px 4px 10px;
  }

  .we-jump__inner::-webkit-scrollbar {
    display: none;
  }

  .we-jump__item {
    flex: 0 0 108px;
    padding: 12px 8px 14px;
  }
}

/* ----- Diferenciais ----- */
.we-difs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 720px) {
  .we-difs-list {
    grid-template-columns: 1fr 1fr;
  }
}

.we-difs-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 22px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(12, 17, 22, 0.06);
}

.we-difs-item__n {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--wal-blue-600, #055699);
}

.we-difs-item__t {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--steel-800, #1b2530);
}

/* ----- Extras (carrossel no padrão dos cards de estilo) ----- */
.we-extras {
  background: var(--steel-50, #f4f6f7);
  color: var(--steel-900, #10161d);
  overflow: hidden;
  padding-top: 36px;
  padding-bottom: 36px;
}

@media (min-width: 900px) {
  .we-extras {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

.we-extras .we-head {
  margin-bottom: 18px;
}

.we-extras .we-head .eyebrow {
  color: var(--wal-blue-600, #055699);
}

.we-extras .we-head .subtitle {
  color: var(--steel-500, #5a6b7a);
}

.we-extras-carousel {
  margin-top: 0;
}

.we-extras-carousel .estilo-track {
  height: auto !important;
  align-items: stretch !important;
  gap: 12px !important;
}

.we-extras-carousel .estilo-card {
  width: 84vw !important;
  max-width: 380px !important;
  min-height: 0 !important;
  height: 320px !important;
  aspect-ratio: auto;
  scroll-snap-align: start !important;
  box-shadow: 0 14px 32px rgba(12, 17, 22, 0.12) !important;
  border-radius: 12px !important;
}

.we-extras-carousel .estilo-card-tag {
  top: 14px !important;
  left: 14px !important;
  padding: 6px 10px !important;
  font-size: 10px !important;
}

.we-extras-carousel .estilo-card-body {
  padding: 16px 18px 16px !important;
}

.we-extras-carousel .estilo-card-title,
.we-extras-carousel h3.estilo-card-title {
  font-size: 20px !important;
  line-height: 1.2 !important;
}

.we-extras .estilo-card-desc {
  margin: 6px 0 0;
  max-width: none;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.we-extras-carousel .estilo-card--no-media {
  height: auto !important;
  min-height: 168px !important;
  justify-content: flex-start !important;
}

.we-extras-carousel .estilo-card--no-media .estilo-card-body {
  padding-top: 18px !important;
}

.we-extras-carousel .estilo-card--no-media .estilo-card-tag {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 0 0 10px !important;
}

.we-extras-carousel .estilo-card--no-media .estilo-card-desc {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

.we-extras-cta {
  display: flex;
  justify-content: center;
  padding: 22px 0 0;
}

.we-extras-cta .btn {
  min-width: 220px;
}

@media (min-width: 720px) {
  .we-extras-carousel .estilo-track {
    gap: 14px !important;
  }

  .we-extras-carousel .estilo-card {
    width: calc((100% - 14px) / 2) !important;
    max-width: calc((100% - 14px) / 2) !important;
    height: 380px !important;
  }

  .we-extras-carousel .estilo-card--no-media {
    height: auto !important;
    min-height: 180px !important;
  }

  .we-extras-carousel .estilo-card-title,
  .we-extras-carousel h3.estilo-card-title {
    font-size: 22px !important;
  }
}

@media (min-width: 900px) {
  .we-extras-carousel .estilo-track {
    gap: 16px !important;
  }

  .we-extras-carousel .estilo-card {
    width: calc((100% - 32px) / 3) !important;
    max-width: calc((100% - 32px) / 3) !important;
    height: 420px !important;
  }

  .we-extras-carousel .estilo-card--no-media {
    height: auto !important;
    min-height: 196px !important;
  }

  .we-extras-carousel .estilo-card-title,
  .we-extras-carousel h3.estilo-card-title {
    font-size: 24px !important;
  }

  .we-extras .estilo-card-desc {
    font-size: 15px;
  }
}

/* ----- Sessões / carrossel de produtos ----- */
.we-session {
  background: var(--steel-50, #f4f6f7);
  color: var(--steel-900, #10161d);
}

.we-session + .we-session {
  padding-top: 0;
}

.we-session .we-head .eyebrow {
  color: var(--wal-blue-600, #055699);
}

.we-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 auto 28px;
  max-width: 920px;
}

@media (max-width: 640px) {
  .we-brands {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 2px 2px 8px;
    max-width: none;
  }

  .we-brands::-webkit-scrollbar {
    display: none;
  }

  .we-brand {
    flex: 0 0 auto;
  }
}

.we-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 44px;
  padding: 6px 10px;
  border: 1px solid var(--steel-200, #d3d9de);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(12, 17, 22, 0.04);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.we-brand:hover {
  border-color: var(--wal-blue-400, #3d8ec9);
}

.we-brand.is-active {
  border-color: var(--wal-blue-600, #055699);
  box-shadow: 0 0 0 2px rgba(5, 86, 153, 0.18);
}

.we-brand--all {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--steel-700, #2a3846);
}

.we-brand__img {
  display: block;
  width: auto;
  max-width: 56px;
  height: 28px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter 0.18s ease, opacity 0.18s ease;
}

.we-brand:hover .we-brand__img,
.we-brand.is-active .we-brand__img {
  filter: grayscale(0);
  opacity: 1;
}

.we-brand__name {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.we-product.is-filtered-out {
  display: none !important;
}

.we-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px;
}

.we-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 4px 12px;
}

.we-track::-webkit-scrollbar {
  display: none;
}

.we-product {
  flex: 0 0 auto;
  width: 78vw;
  max-width: 320px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(12, 17, 22, 0.08);
  display: flex;
  flex-direction: column;
}

@media (min-width: 720px) {
  .we-product {
    width: 280px;
  }
}

.we-product__media {
  aspect-ratio: 4 / 3;
  background: var(--steel-100, #e8ebee) center / cover no-repeat;
}

.we-product__media--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--steel-400, #83919d);
}

.we-product__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.we-product__title {
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
}

.we-product__desc {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--steel-500, #5a6b7a);
}

.we-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 10px;
}

.we-product__actions .btn {
  min-width: 0;
  height: 36px;
  padding: 0 14px !important;
  font-size: 11px;
}

.we-session .btn-ghost,
.we-section--light .btn-ghost {
  background: rgba(23, 30, 38, 0.07);
  color: #10161d;
}

.we-session .btn-ghost:hover,
.we-section--light .btn-ghost:hover {
  background: rgba(23, 30, 38, 0.12);
}

.we-nav {
  position: absolute;
  top: 38%;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(12, 17, 22, 0.14);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: var(--steel-800, #1b2530);
}

.we-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.we-nav--prev { left: 0; }
.we-nav--next { right: 0; }

.we-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.we-dots[hidden],
.we-nav[hidden] {
  display: none !important;
}

.we-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(16, 22, 29, 0.2);
  cursor: pointer;
}

.we-dot.is-active {
  background: var(--wal-blue-600, #055699);
}

/* ----- FAQ ----- */
.we-faq {
  background: #fff;
  color: var(--steel-900, #10161d);
}

.we-faq .we-head .eyebrow {
  color: var(--wal-blue-600, #055699);
}

.we-faq-list {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid var(--steel-200, #d3d9de);
}

.we-faq-item {
  border-bottom: 1px solid var(--steel-200, #d3d9de);
}

.we-faq-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  background: none;
  border: 0;
  text-align: left;
  font: inherit;
  font-size: 17px;
  font-weight: 600;
  color: inherit;
  cursor: pointer;
}

.we-faq-item__q::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 400;
  color: var(--wal-blue-600, #055699);
}

.we-faq-item.is-open .we-faq-item__q::after {
  content: "–";
}

.we-faq-item__a {
  display: none;
  margin: 0 0 18px;
  padding: 0;
  color: var(--steel-500, #5a6b7a);
  line-height: 1.55;
}

.we-faq-item.is-open .we-faq-item__a {
  display: block;
}

/* ----- Consultor ----- */
.we-consultor {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--steel-950, #0c1116);
  color: #fff;
}

.we-consultor__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.we-consultor__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 0.16;
}

.we-consultor__media.is-failed .we-consultor__video {
  display: none;
}

.we-consultor > .we-wrap {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .we-consultor__media {
    display: none;
  }
}

.we-consultor .we-head .subtitle {
  color: var(--steel-300, #adb8c1);
}

.we-consultor__panel {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.we-consultor .oq-widget--inline {
  display: block;
  width: 100%;
}

.we-consultor .oq-widget--inline .oq-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 640px;
  margin: 0;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.we-consultor .oq-widget--inline .oq-panel__thread,
.we-consultor .oq-widget--inline .walumar-oq__thread {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 720px) {
  .we-consultor .oq-widget--inline .oq-panel {
    height: 520px;
  }
}

.we-consultor__fallback {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.we-consultor__fallback p {
  color: var(--steel-300, #adb8c1);
  margin: 0 0 20px;
}

.we-consultor__fallback-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.we-consultor .btn-ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

/* ----- Em breve ----- */
.we-soon {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 64px;
  text-align: center;
  background:
    radial-gradient(1200px 500px at 50% -10%, rgba(5, 86, 153, 0.35), transparent 60%),
    #0c1116;
}

.we-soon__inner {
  max-width: 520px;
}

.we-soon__logo {
  height: 72px;
  width: auto;
  margin-bottom: 28px;
}

.we-soon .title {
  font-size: clamp(36px, 6vw, 56px);
  color: #fff;
}

.we-soon .subtitle {
  color: var(--steel-300, #adb8c1);
}

.we-soon .btn {
  margin-top: 28px;
}

@media (max-width: 640px) {
  .we-hero {
    min-height: 78vh;
    padding: 120px 0 48px;
  }

  .we-hero__tag {
    top: 88px;
    right: 20px;
    letter-spacing: 0.14em;
  }

  body.walumar-estilo-landing.admin-bar .we-hero__tag {
    top: 134px;
  }

  .we-hero .title {
    max-width: 25ch;
  }

  .we-nav {
    display: none;
  }

  .we-product {
    width: 86vw;
  }
}
