.elementor-331 .elementor-element.elementor-element-200cbd4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0vw;--padding-bottom:28vw;--padding-left:0vw;--padding-right:0vw;}.elementor-331 .elementor-element.elementor-element-200cbd4:not(.elementor-motion-effects-element-type-background), .elementor-331 .elementor-element.elementor-element-200cbd4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://assessoriasellup.com.br/wp-content/uploads/2026/01/20260116_1556_Image-Generation_simple_compose_01kf42me55e66bq3ef70np6egs.png");background-position:top center;background-repeat:no-repeat;background-size:100% auto;}.elementor-331 .elementor-element.elementor-element-d3cc76f{--display:flex;--padding-top:0vw;--padding-bottom:0vw;--padding-left:0vw;--padding-right:0vw;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-331 .elementor-element.elementor-element-36a9b0d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-331 .elementor-element.elementor-element-36a9b0d:not(.elementor-motion-effects-element-type-background), .elementor-331 .elementor-element.elementor-element-36a9b0d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-331 .elementor-element.elementor-element-200cbd4:not(.elementor-motion-effects-element-type-background), .elementor-331 .elementor-element.elementor-element-200cbd4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}.elementor-331 .elementor-element.elementor-element-200cbd4{--padding-top:0vw;--padding-bottom:50vw;--padding-left:0vw;--padding-right:0vw;}.elementor-331 .elementor-element.elementor-element-d3cc76f{--padding-top:0vw;--padding-bottom:0vw;--padding-left:0vw;--padding-right:0vw;}.elementor-331 .elementor-element.elementor-element-bf11af4{text-align:center;}}/* Start custom CSS for container, class: .elementor-element-200cbd4 *//* Fade da imagem do topo para #010D1C (somente no container com class hero-chef) */
.hero-chef{
  position: relative;
  overflow: hidden; /* garante que o overlay não vaze */
}

/* overlay do degradê por cima da imagem de fundo */
.hero-chef::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;

  /* Ajuste os % pra controlar onde começa a escurecer */
  background: linear-gradient(
    to bottom,
    rgba(1,13,28,0) 0%,
    rgba(1,13,28,0) 45%,
    rgba(1,13,28,.55) 70%,
    rgba(1,13,28,.85) 85%,
    #010D1C 100%
  );
}

/* mantém o conteúdo (textos/botão) acima do overlay */
.hero-chef > *{
  position: relative;
  z-index: 2;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-bf11af4 */.sellup-hero-dark {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 10px;
  font-family: "Poppins", system-ui, sans-serif;
  color: #fff;
}

.animate-line1 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp1 1s ease forwards;
  animation-delay: 0.1s;
}

@keyframes fadeUp1 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-line2 {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp2 1.2s ease forwards;
  animation-delay: 0.6s;
}

@keyframes fadeUp2 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sellup-eyebrow-dark {
  font-size: clamp(1rem, 1vw + 0.4rem, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6eb6ff;
  opacity: 0.95;
  margin: 0 0 14px 0;
}

.sellup-title-dark {
  margin: 0;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #ffffff;
  font-size: clamp(2rem, 3vw + 1rem, 3.2rem);
}

.sellup-title-dark span {
  background: linear-gradient(135deg, #4da3ff, #1e73ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: glow 3s ease-in-out infinite;
}

@keyframes glow {
  0%, 100% {
    text-shadow: 0 0 14px rgba(77,163,255,0.6), 0 0 28px rgba(30,115,255,0.4);
  }
  50% {
    text-shadow: 0 0 24px rgba(77,163,255,0.9), 0 0 50px rgba(30,115,255,0.6);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c4112e *//* Centralizar o botão */
.sellup-cta-wrapper {
  text-align: center;
  width: 100%;
}

/* Botão AMARELO (estilo Amazon) */
.sellup-cta-button {
  display: inline-block;
  padding: 16px 34px;
  font-size: clamp(1rem, 1vw + 0.6rem, 1.2rem);
  font-weight: 800;

  /* texto escuro fica mais premium no amarelo */
  color: #111;

  /* amarelo principal + leve degradê */
  background: linear-gradient(180deg, #FFE36A 0%, #FFD814 45%, #F7CA00 100%);

  border-radius: 14px;
  text-decoration: none;
  position: relative;
  transition: 0.25s ease-out;

  /* borda sutil pra dar “botão real” */
  border: 1px solid rgba(0,0,0,0.12);

  box-shadow:
    0 10px 22px rgba(0,0,0,0.18),
    0 0 14px rgba(255,216,20,0.40),
    0 0 32px rgba(255,164,28,0.18);
}

/* Glow pulsante suave (amarelo) */
.sellup-cta-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  pointer-events: none;

  box-shadow:
    0 0 22px rgba(255,216,20,0.38),
    0 0 38px rgba(255,164,28,0.22),
    0 0 55px rgba(247,202,0,0.18);

  animation: glowSoftYellow 3s ease-in-out infinite;
}

@keyframes glowSoftYellow {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.95; }
}

/* Hover */
.sellup-cta-button:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #FFE77F 0%, #FFD814 40%, #F7CA00 100%);
  box-shadow:
    0 14px 26px rgba(0,0,0,0.22),
    0 0 22px rgba(255,216,20,0.60),
    0 0 48px rgba(255,164,28,0.32),
    0 0 70px rgba(247,202,0,0.22);
}

/* Active (clique) - dá sensação de botão de verdade */
.sellup-cta-button:active{
  transform: translateY(-1px);
  filter: brightness(0.98);
}

/* Animação de entrada */
.animate-cta {
  opacity: 0;
  transform: translateY(30px);
  animation: ctaUp 1.2s ease forwards;
  animation-delay: 1.6s;
}

@keyframes ctaUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24f4258 */.sellup-subtext {
  font-size: clamp(1.05rem, 1vw + 0.6rem, 1.35rem);
  color: #d6e4ff;
  font-weight: 300;
  line-height: 1.45;
  opacity: 0.85;
  text-align: center;

  /* remove qualquer margem automática que o Elementor dê */
  margin: 0 !important;
  padding: 0 !important;
}

.animate-line3 {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp3 1.2s ease forwards;
  animation-delay: 1.2s;
}

@keyframes fadeUp3 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b4489d *//* Área que contém as duas faixas */
.double-marquee-wrapper {
  position: relative;
  width: 100%;
  height: 95px; /* reduzido de 110px */
  overflow: hidden;
}

/* Base das faixas */
.marquee-sellup {
  position: absolute;
  width: 125%; /* levemente menor que os 130% */
  left: -12%;
}

/* ============================= */
/* PRETA EM CIMA (atrás no z-index) */
/* ============================= */
.marquee-black {
  top: 0;
  padding: 9px 0;  /* faixa um pouco mais fina */
  background: #000000;
  transform: skewY(-3deg);
  z-index: 1;
}

.marquee-black .marquee-track-right {
  display: flex;
  white-space: nowrap;
  animation: marqueeRight 18s linear infinite;
}

.marquee-black span {
  color: #ffffff;
  font-size: clamp(0.92rem, 1.7vw, 1.22rem); /* texto levemente menor */
  font-weight: 900;
  margin-right: 52px;
  letter-spacing: 0.65px;
}

/* ============================= */
/* BRANCA EMBAIXO (na frente no z-index) */
/* ============================= */
.marquee-white {
  top: 40px; /* ajustado para faixa mais fina */
  padding: 9px 0; /* mesma espessura da preta */
  background: #ffffff;
  z-index: 2;
}

.marquee-white .marquee-track-left {
  display: flex;
  white-space: nowrap;
  animation: marqueeLeft 14s linear infinite;
}

.marquee-white span {
  color: #000;
  font-size: clamp(0.92rem, 1.7vw, 1.22rem); /* mesma redução */
  font-weight: 900;
  margin-right: 52px;
  letter-spacing: 0.65px;
}

/* ============================= */
/* ANIMAÇÕES */
/* ============================= */
@keyframes marqueeRight {
  from { transform: translateX(0); }
  to   { transform: translateX(50%); }
}

@keyframes marqueeLeft {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d3cc76f */.hero-bg {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgba(0, 123, 255, 0.35), transparent 70%),
              linear-gradient(135deg, #010915 0%, #000000 100%);
  background-blend-mode: overlay;
}

/* 💡 Luz suave e animada */
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(0, 140, 255, 0.25), transparent 70%);
  filter: blur(70px);
  opacity: 0.8;
  animation: lightFloat 10s ease-in-out infinite alternate;
  z-index: 0;
}

/* ✨ Animação do brilho */
@keyframes lightFloat {
  0% {
    background: radial-gradient(circle at 78% 22%, rgba(0, 140, 255, 0.2), transparent 70%);
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    background: radial-gradient(circle at 82% 18%, rgba(0, 140, 255, 0.28), transparent 70%);
    transform: scale(1.03);
    opacity: 0.9;
  }
  100% {
    background: radial-gradient(circle at 79% 21%, rgba(0, 140, 255, 0.22), transparent 70%);
    transform: scale(1);
    opacity: 0.8;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4eb5e43 *//* Container geral */
.sellup-accordion {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: 'Inter', 'Montserrat', sans-serif;
  padding: 0 16px; /* 🔥 margem lateral para não encostar na borda */
}

/* Cabeçalho */
.sellup-acc-header {
  width: 100%;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;

  padding: 10px 0;
}

/* Texto + Seta colados */
.sellup-acc-header span:first-child {
  display: inline-block;
  margin-right: 6px; /* 🔥 deixa a seta encostada mas com leve respiro */
}

.sellup-acc-icon {
  margin-left: 0; /* 🔥 cola a seta no texto */
  font-size: 1rem;
  transition: transform 0.3s ease;
}

/* Conteúdo */
.sellup-acc-content {
  color: #cccccc;
  font-size: 0.95rem;
  line-height: 1.45;

  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease;

  border-left: 2px solid #00A8FF20;
  padding-left: 12px;
}

/* Ativo */
.sellup-acc-item.sellup-active .sellup-acc-content {
  max-height: 200px;
  opacity: 1;
  margin-top: 8px;
}

.sellup-acc-item.sellup-active .sellup-acc-icon {
  transform: rotate(180deg);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc84338 */.sellup-warning {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-family: 'Poppins', sans-serif;
}

.warning-title {
  color: #0075ff;
  font-size: clamp(0.9rem, 1vw + 0.5rem, 1.3rem);
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

.warning-text {
  margin: 8px auto 0 auto;
  font-size: clamp(1.2rem, 1vw + 0.8rem, 2rem);
  font-weight: 300;
  line-height: 1.25;
  color: #ffffff;
  max-width: 650px;
}

.warning-text strong {
  font-weight: 800;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04c4ffd */.sellup-steps {
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  font-family: 'Poppins', sans-serif;
  text-align: center; /* AGORA TUDO CENTRALIZADO */
}

/* CARD estilo Apple Glass */
.step-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;

  padding: 30px 26px 26px 26px;

  margin-left: 6px;
  margin-right: 6px;

  position: relative;
  color: #ffffff;

  box-shadow: 0 8px 20px rgba(0,0,0,0.25);

  text-align: center; /* garante centralização dentro dos cards */
}

/* NUMERAÇÃO EM CIMA */
.step-number-top {
  width: 42px;
  height: 42px;

  background: #0075FF; /* azul aplicado */
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 800;
  font-size: 1.15rem;

  color: #ffffff; /* número em branco para contraste */

  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.35),
    0 0 12px rgba(0,117,255,0.45); /* glow azul suave */

  margin: 0 auto 16px auto;
}


/* TÍTULO */
.step-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #ffffff;
  text-align: center; /* garante centralização */
}

/* DESCRIÇÃO */
.step-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #d6d6d6;
  text-align: center; /* texto centralizado */
}

.step-content p strong {
  color: #fff;
}/* End custom CSS */