/* Hero fornecedor — estilo VEX (vídeo raw + liquid glass + copy no rodapé) */

.page-fornecedor-hero {
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── Liquid glass ── */
.liquid-glass {
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: luminosity;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: none;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.liquid-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* ── Header flutuante (liquid glass) ── */
.page-fornecedor-hero .site-header {
  height: auto;
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
  padding: 1.5rem 1.5rem 0;
}

.page-fornecedor-hero .site-header .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-fornecedor-hero .site-header .header-inner {
  border-radius: 12px;
  padding: 0.5rem 1rem;
  min-height: 52px;
  max-height: 52px;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: luminosity;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.page-fornecedor-hero .site-header .header-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.1) 20%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.1) 80%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.page-fornecedor-hero .site-header .brand-link {
  flex: 0 0 170px;
  width: 170px;
  height: 38px;
  max-height: 38px;
  overflow: hidden;
}

.page-fornecedor-hero .site-header .brand-link img {
  filter: none;
  width: 170px;
  height: 38px;
  max-width: none;
  object-fit: contain;
  object-position: left center;
}

.page-fornecedor-hero .site-header .nav-desktop a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.875rem;
  font-weight: 500;
  background: transparent;
  border-radius: 8px;
}

.page-fornecedor-hero .site-header .nav-desktop a:hover,
.page-fornecedor-hero .site-header .nav-desktop a.is-active {
  color: #d1d5db;
  background: rgba(255, 255, 255, 0.08);
}

.page-fornecedor-hero .site-header .nav-cta {
  background: #fff !important;
  color: #000 !important;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem !important;
}

.page-fornecedor-hero .site-header .nav-cta:hover {
  background: #f3f4f6 !important;
  color: #000 !important;
}

.page-fornecedor-hero .site-header .menu-toggle {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.page-fornecedor-hero .site-header .menu-toggle span {
  background: #fff;
}

.page-fornecedor-hero .site-header .nav-mobile {
  top: calc(1.5rem + 52px + 0.5rem);
  left: 1.5rem;
  right: 1.5rem;
  width: auto;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: luminosity;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 12px 32px rgba(0, 0, 0, 0.2);
}

.page-fornecedor-hero .site-header .nav-mobile a {
  color: rgba(255, 255, 255, 0.9);
}

.page-fornecedor-hero .site-header .nav-mobile a:hover,
.page-fornecedor-hero .site-header .nav-mobile a.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.page-fornecedor-hero .site-header.is-scrolled {
  height: auto;
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
  box-shadow: none;
  padding: 1.5rem 1.5rem 0;
}

@media (max-width: 720px) {
  .page-fornecedor-hero .site-header .brand-link {
    flex: 0 1 140px;
    width: auto;
    max-width: 140px;
  }

  .page-fornecedor-hero .site-header .brand-link img {
    width: 140px;
  }
}

@media (min-width: 768px) {
  .page-fornecedor-hero .site-header {
    padding: 1.5rem 3rem 0;
  }

  .page-fornecedor-hero .site-header .nav-mobile {
    left: 3rem;
    right: 3rem;
  }
}

@media (min-width: 1024px) {
  .page-fornecedor-hero .site-header {
    padding: 1.5rem 4rem 0;
  }
}

/* ── Hero full viewport ── */
.fornecedor-hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  background: #000;
}

.fornecedor-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.fornecedor-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    38deg,
    rgba(15, 23, 42, 0.72) 0%,
    rgba(15, 23, 42, 0.48) 26%,
    rgba(15, 23, 42, 0.22) 48%,
    rgba(15, 23, 42, 0.08) 62%,
    transparent 78%
  );
}

.fornecedor-hero__shell {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: calc(var(--header-h) + 1rem) 1.5rem 3rem;
  min-height: 100dvh;
  box-sizing: border-box;
}

.fornecedor-hero__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.fornecedor-hero__kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0.75rem;
  opacity: 0;
  transition: opacity 1000ms ease;
}

.fornecedor-hero__kicker.is-visible {
  opacity: 1;
}

.fornecedor-hero__title {
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 1rem;
  color: #fff;
  opacity: 0;
  transition: opacity 1000ms ease;
}

.fornecedor-hero__title.is-visible {
  opacity: 1;
}

.fornecedor-hero__char {
  display: inline-block;
  opacity: 0;
  transform: translateX(-18px);
  transition: opacity 500ms ease, transform 500ms ease;
  white-space: pre;
}

.fornecedor-hero__char.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.fornecedor-hero__sub {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  max-width: 42ch;
  margin: 0 0 1.25rem;
  opacity: 0;
  transition: opacity 1000ms ease;
}

.fornecedor-hero__sub.is-visible {
  opacity: 1;
  color: #fff;
}

.fornecedor-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  opacity: 0;
  transition: opacity 1000ms ease;
}

.fornecedor-hero__actions.is-visible {
  opacity: 1;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-hero--solid {
  background: #fff;
  color: #000;
}

.btn-hero--solid:hover {
  background: #f3f4f6;
  color: #000;
}

.btn-hero--glass {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-hero--glass:hover {
  background: #fff;
  color: #000;
}

.fornecedor-hero__tag {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 1000ms ease;
}

.fornecedor-hero__tag.is-visible {
  opacity: 1;
}

.fornecedor-hero__tag-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.35;
}

@media (min-width: 768px) {
  .fornecedor-hero__shell {
    padding: calc(var(--header-h) + 1rem) 3rem 3rem;
  }
}

@media (min-width: 1024px) {
  .fornecedor-hero__shell {
    padding: calc(var(--header-h) + 1rem) 4rem 4rem;
  }

  .fornecedor-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 2rem;
  }

  .fornecedor-hero__tag {
    justify-content: flex-end;
  }

  .fornecedor-hero__title {
    font-size: clamp(3rem, 5vw, 4.5rem);
  }
}

@media (min-width: 1280px) {
  .fornecedor-hero__title {
    font-size: 4.5rem;
  }
}

/* ── Seção zero custo (abaixo) ── */
.supplier-zero-cost {
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fff;
  border-bottom: 1px solid var(--border);
}

.supplier-zero-cost__inner {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 900px) {
  .supplier-zero-cost__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
  }
}

.supplier-zero-cost .zero-cost-banner {
  margin: 0;
  max-width: 36rem;
  padding: 0;
  text-align: left;
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.supplier-zero-cost .zero-cost-banner h2 {
  color: var(--accent);
}

.supplier-zero-cost .zero-cost-banner p {
  color: var(--muted);
  margin-left: 0;
  margin-right: 0;
}

.supplier-zero-cost .badge-free {
  background: rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.12);
  color: var(--text);
}

.supplier-zero-cost__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.supplier-zero-cost__visual img {
  width: min(100%, 34rem);
  height: auto;
  object-fit: contain;
  will-change: transform;
}

@media (min-width: 900px) {
  .supplier-zero-cost__visual {
    justify-content: flex-end;
  }

  .supplier-zero-cost__visual img {
    width: min(100%, 42rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .supplier-zero-cost__visual img[data-parallax-target] {
    transform: none !important;
  }
}

.supplier-zero-cost .download-buttons--start {
  justify-content: flex-start;
}

.supplier-zero-cost .download-hint--start {
  text-align: left;
  margin: 1rem 0 0;
  max-width: 42ch;
  color: var(--muted);
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.55rem 1rem 0.55rem 0.85rem;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, background 0.2s ease;
}

.store-badge:hover {
  color: #fff;
  transform: translateY(-2px);
}

.store-badge__icon {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
}

.store-badge__icon--play {
  width: 1.65rem;
  height: 1.65rem;
}

.store-badge__text small {
  display: block;
  font-size: 0.625rem;
  line-height: 1.2;
  opacity: 0.82;
  font-weight: 400;
}

.store-badge__text strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.15;
}

.store-badge--soon {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
}

.store-badge--web {
  background: var(--primary);
  border-color: transparent;
}

.store-badge--web:hover {
  background: var(--primary-dark);
  color: #fff;
}

.download-buttons--cta {
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  max-width: 22rem;
}

.download-buttons--cta .store-badge {
  width: 100%;
}

.store-badge--whatsapp {
  background: #fff;
  color: #128c7e;
  border: 1.5px solid rgba(18, 140, 126, 0.35);
  box-shadow: 0 4px 14px rgba(18, 140, 126, 0.08);
}

.store-badge--whatsapp:hover {
  background: rgba(18, 140, 126, 0.06);
  color: #0f7668;
  border-color: rgba(18, 140, 126, 0.55);
}

.store-badge--whatsapp .store-badge__text small {
  color: var(--muted);
  opacity: 1;
}

/* ── Como começar — partículas + cards glossy ── */
.supplier-como-comecar {
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.supplier-como-comecar__content {
  position: relative;
  z-index: 1;
}

.supplier-como-comecar__grid {
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .supplier-como-comecar__grid {
    gap: 1.5rem;
  }
}

.supplier-como-comecar .card-gloss {
  position: relative;
  overflow: hidden;
  padding: 1.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.52);
  background-blend-mode: luminosity;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 8px 32px rgba(15, 23, 42, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(255, 255, 255, 0.25);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.supplier-como-comecar .card-gloss::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.4px;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.35) 22%,
    rgba(255, 255, 255, 0.05) 45%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.15) 85%,
    rgba(255, 255, 255, 0.45) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.supplier-como-comecar .card-gloss::after {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.95) 50%,
    transparent
  );
  pointer-events: none;
}

.supplier-como-comecar .card-gloss:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 20px 48px rgba(15, 23, 42, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.35);
}

.supplier-como-comecar .card-gloss h3 {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  color: var(--text);
}

.supplier-como-comecar .card-gloss p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
  font-size: 0.95rem;
}

.supplier-como-comecar .edu-step-num {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1.1rem;
  font-size: 0.95rem;
  background: linear-gradient(145deg, var(--primary-light), var(--primary-dark));
  box-shadow:
    0 6px 16px rgba(22, 163, 74, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.supplier-como-comecar__cta {
  text-align: center;
  margin-top: 2.25rem;
}

.supplier-como-comecar__cta .btn-ghost {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* ── CTA final fornecedor ── */
.supplier-cta-final {
  background: #fff;
  border-top: 1px solid var(--border);
}

.supplier-cta-final__inner {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}

@media (min-width: 900px) {
  .supplier-cta-final__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    grid-template-areas:
      "text visual"
      "buttons visual";
    gap: 2rem;
    align-items: center;
  }

  .supplier-cta-final__text {
    grid-area: text;
  }

  .supplier-cta-final__visual {
    grid-area: visual;
    align-self: center;
  }

  .supplier-cta-final__inner .download-buttons--cta {
    grid-area: buttons;
    align-self: start;
  }
}

.supplier-cta-final__text {
  max-width: 36rem;
  text-align: left;
}

.supplier-cta-final__text h2 {
  margin: 0 0 0.75rem;
  color: var(--accent);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  line-height: 1.2;
}

.supplier-cta-final__text p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  max-width: 42ch;
}

@media (min-width: 900px) {
  .supplier-cta-final__text p {
    margin: 0 0 0.5rem;
  }
}

.supplier-cta-final__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0 0.5rem;
}

@media (min-width: 900px) {
  .supplier-cta-final__visual {
    justify-content: flex-start;
    padding-left: 0.5rem;
    margin: 0;
  }
}

.supplier-cta-final__logo {
  width: min(88vw, 22rem);
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  animation: supplier-cta-logo-float 4.5s ease-in-out infinite;
  filter: drop-shadow(0 20px 40px rgba(22, 163, 74, 0.18));
}

@media (min-width: 900px) {
  .supplier-cta-final__logo {
    width: min(100%, 28rem);
  }
}

@keyframes supplier-cta-logo-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .supplier-cta-final__logo {
    animation: none;
  }
}
