.elementor-21459 .elementor-element.elementor-element-922ac37{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21459 .elementor-element.elementor-element-922ac37:not(.elementor-motion-effects-element-type-background), .elementor-21459 .elementor-element.elementor-element-922ac37 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#212022;}.elementor-21459 .elementor-element.elementor-element-040a3df{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21459 .elementor-element.elementor-element-040a3df:not(.elementor-motion-effects-element-type-background), .elementor-21459 .elementor-element.elementor-element-040a3df > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#09101A;}.elementor-21459 .elementor-element.elementor-element-8b08b9c{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-21459 .elementor-element.elementor-element-8b08b9c:not(.elementor-motion-effects-element-type-background), .elementor-21459 .elementor-element.elementor-element-8b08b9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0E14;}.elementor-21459 .elementor-element.elementor-element-7cff2f8 > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-21459 .elementor-element.elementor-element-48c55b8{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7eed63b *//* ===== RESET LOCAL ===== */
.hero, .hero *{ box-sizing: border-box; }

.hero p, .hero h1, .hero h2, .hero h3{
  margin: 0;
  padding: 0;
}

/* ===== TIPOGRAFIA ===== */
.hero-title1{
  font-family: Inter, sans-serif;
  font-size: clamp(12px, 1.2vw, 16px);
  margin-top: 16px;
  letter-spacing: clamp(4px, 0.8vw, 8px);
  line-height: 1.5;
  color: #94A3B8B2;
  text-align: center;
}

.hero-title{
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-weight: 900;
  font-family: Orbitron, sans-serif;
  text-align: center;

  /* responsivo real */
  font-size: clamp(44px, 7.5vw, 128px);
  line-height: 0.86;
  letter-spacing: clamp(1px, 0.35vw, 4.8px);

  /* evita “corte” do EVO/glow */
  height: auto;
  overflow: visible;
}

.hero p{
  text-align: center;
  font-family: Inter, sans-serif;
}

.hero-sub{
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 1.4;
}

/* bloco do título/subtítulo (fica ACIMA do quadrado) */
.hero-stack{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 1.2vw, 16px);
  margin-bottom: clamp(26px, 4vw, 60px);
  z-index: 5;
  position: relative;
}

/* ===== HERO BUTTON ===== */
.hero-button{
  display: inline-flex;
  align-items: center;
  gap: 14px;

  padding: 14px 26px;
  border-radius: 999px;
  font-family: Orbitron, sans-serif;
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;

  color: rgba(0,220,255,0.95);
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(0,220,255,0.55);

  box-shadow:
    0 0 0 1px rgba(255,255,255,0.03) inset,
    0 0 22px rgba(0,220,255,0.18),
    0 0 60px rgba(0,220,255,0.10);

  backdrop-filter: blur(10px);

  background-size: 200% 200%;
  animation: innerGlowMove 10s linear infinite, innerGlowPulse 4.5s ease-in-out infinite;
}

.hero-button .spark{
  filter: drop-shadow(0 0 10px rgba(0,220,255,0.35));
}

/* ===== ANIMAÇÕES ===== */
@keyframes gradientMove{
  0%{ background-position: 0% 50%; }
  50%{ background-position: 100% 50%; }
  100%{ background-position: 0% 50%; }
}

@keyframes glowPulse{
  0%{ filter: drop-shadow(0 0 6px rgba(0,198,255,0.35)); }
  50%{ filter: drop-shadow(0 0 18px rgba(0,255,204,0.85)); }
  100%{ filter: drop-shadow(0 0 6px rgba(0,198,255,0.35)); }
}

@keyframes innerGlowMove{
  0%{ background-position: 0% 50%; }
  100%{ background-position: 100% 50%; }
}
@keyframes innerGlowPulse{
  0%{ filter: brightness(0.95); }
  50%{ filter: brightness(1.12); }
  100%{ filter: brightness(0.95); }
}

/* ===== EVO / POWER ===== */
.evo{
  display: inline-block;
  line-height: 1;
  background: linear-gradient(270deg, #00c6ff, #00ff99, #00c6ff);
  background-size: 600% 600%;
  animation: gradientMove 6s ease infinite, glowPulse 2.2s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.power{
  display: inline-block;
  background: linear-gradient(270deg, #00c6ff, #00ff99, #00c6ff);
  background-size: 600% 600%;
  animation: gradientMove 6s ease infinite, glowPulse 2.2s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===== HERO FUNDO ===== */
.hero{
  min-height: 100vh;
  width: 100%;
  position: relative;
  isolation: isolate;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  padding-top: clamp(72px, 10vw, 140px);
  padding-bottom: 90px; /* fix previsível */

  color: #fff;

  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    radial-gradient(circle at 80% 45%, rgba(0,198,255,.25), transparent 60%),
    linear-gradient(135deg, #061018, #071a2a, #061018);

  background-size: 64px 64px, 64px 64px, auto, auto;
  background-position: center;
}

/* ===== STAGE / PRODUTO ===== */
.stage{
  position: relative;
  width: min(1000px, 92vw);
  height: min(650px, 78vh);

  /* ESSENCIAL: cria espaço para produto + card */
  margin-bottom: clamp(360px, 42vw, 520px);

  z-index: 2;
}

/* ===== ORBITS (AGORA SÓ NO CENTRO DO PRODUTO) ===== */
.stage .particles{
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 10% 20%, rgba(0,198,255,0.35) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 30%, rgba(0,255,204,0.30) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 70%, rgba(120,90,255,0.25) 0 2px, transparent 3px),
    radial-gradient(circle at 30% 80%, rgba(0,198,255,0.20) 0 1.5px, transparent 2.5px);

  animation: floatParticles 18s ease-in-out infinite alternate;
}

@keyframes floatParticles{
  from { transform: translateY(0); }
  to   { transform: translateY(-40px); }
}


.stage::before{
  content:"";
  position: absolute;
  left: 50%;
  top: 120%;
  width: min(1000px, 90vw);
  height: min(1000px, 90vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;

  background:
    radial-gradient(circle, rgba(0,198,255,0.12), transparent 60%),
    radial-gradient(circle, transparent 59.7%, rgba(0,198,255,0.10) 60%, transparent 60.3%),
    radial-gradient(circle, transparent 69.7%, rgba(0,198,255,0.08) 70%, transparent 70.3%),
    radial-gradient(circle, transparent 79.7%, rgba(0,198,255,0.06) 80%, transparent 80.3%);
  opacity: 0.75;
}

.stage::after{
  content:"";
  position: absolute;
  left: 50%;
  top: 120%;
  width: min(820px, 90vw);
  height: min(820px, 90vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;

  background:
    radial-gradient(circle at 20% 35%, rgba(0,198,255,0.65) 0 3px, transparent 4px),
    radial-gradient(circle at 70% 25%, rgba(0,255,204,0.55) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 65%, rgba(120,90,255,0.50) 0 2px, transparent 3px);

  filter: drop-shadow(0 0 12px rgba(0,198,255,0.20));
  opacity: 0.90;
  animation: orbitSpin 26s linear infinite;
  transform-origin: center;
}

@keyframes orbitSpin{
  from { transform: translate(-50%, -5%) rotate(0deg); }
  to   { transform: translate(-50%, -50%) rotate(360deg); }
}


/* Produto central */
.product{
  position: absolute;
  left: 50%;
  top: 120%; /* mantém seu posicionamento */
  width: min(750px, 85vw);
  border-radius: 400px;
  border: 1px solid rgba(255,255,255,0.85);
  box-shadow:
    0 35px 110px rgba(0,0,0,0.55),
    0 0 0 1px rgba(0,0,0,0.06) inset;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: floatProduct 5.5s ease-in-out infinite;
  will-change: transform;
  z-index: 2; /* acima do planetário */
}

.product::after{
  content:"";
  position:absolute;
  inset:-12px;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 30%,
    rgba(0,198,255,0.25),
    transparent 65%
  );
  opacity: .35;
  filter: blur(22px);
  z-index:-1;
  pointer-events:none;
  animation: productGlow 4.8s ease-in-out infinite;
}

@keyframes productGlow{
  0%,100%{ opacity:.25; }
  50%{ opacity:.55; }
}

.product::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(0,198,255,0.12),
    transparent 60%
  );
  background-size: 220% 220%;
  animation: productScan 10s ease-in-out infinite;
  pointer-events:none;
}

@keyframes productScan{
  0%{ background-position: 0% 50%; }
  50%{ background-position: 100% 50%; }
  100%{ background-position: 0% 50%; }
}

/* ===== CHIPS ===== */
.chip{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  user-select: none;

  animation-name: floatY;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  will-change: transform;

  z-index: 3; /* acima do produto */
}

.chip__icon{
  font-size: clamp(34px, 3.5vw, 44px);
  display: grid;
  place-items: center;
  width: clamp(54px, 6vw, 66px);
  height: clamp(54px, 6vw, 66px);
  border-radius: 18px;
  position: relative;
  overflow: visible;
  transform: translateZ(0);

  background: linear-gradient(180deg, rgba(15,25,35,0.65), rgba(10,16,22,0.45));
  border: 1px solid rgba(255,255,255,0.09);

  box-shadow:
    0 14px 50px rgba(0,0,0,0.45),
    0 0 0 1px rgba(0,0,0,0.25) inset;

  backdrop-filter: blur(14px);
}

.chip__icon::before{
  content:"";
  position:absolute;
  inset:-14px;                    /* quanto “sai” pra fora */
  border-radius: 22px;
  background: radial-gradient(circle at 30% 30%,
    rgba(0,198,255,0.35),
    rgba(0,255,204,0.18) 45%,
    transparent 70%
  );
  filter: blur(14px);
  opacity: .55;
  z-index: -1;                    /* atrás do ícone */
  animation: neonPulse 2.6s ease-in-out infinite;
  pointer-events:none;
}

@keyframes neonPulse{
  0%,100% { opacity: .35; transform: scale(0.96); }
  50%     { opacity: .75; transform: scale(1.06); }
}

.chip__icon::after{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius: 22px;
  border: 1px solid rgba(0,198,255,0.22);
  box-shadow: 0 0 18px rgba(0,198,255,0.10);
  z-index: -1;
  pointer-events:none;

  /* “dash” simulado com máscara */
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  padding: 8px;

  animation: ringSpin 10s linear infinite;
  opacity: .55;
}

@keyframes ringSpin{
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.chip__label{
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.25) inset;

  font-size: clamp(11px, 1.2vw, 12px);
  letter-spacing: 0.02em;
}

@keyframes floatY{
  0%,100% { transform: translateY(var(--base, 0px)); }
  50%     { transform: translateY(calc(var(--base, 0px) - 14px)); }
}

/* POSIÇÕES — desktop */
.chip--leftTop{ left: -40px; top: 90%; --base: -12px; }
.chip--leftBottom{ left: -40px; top: 60%; --base: 420px; }
.chip--rightTop{ right: -40px; top: 90%; --base: -12px; }
.chip--rightBottom{ right: -40px; top: 60%; --base: 420px; }

.f1{ animation-duration: 3.6s; animation-delay: -0.2s; }
.f2{ animation-duration: 4.2s; animation-delay: -1.1s; }
.f3{ animation-duration: 3.9s; animation-delay: -0.6s; }
.f4{ animation-duration: 4.6s; animation-delay: -1.6s; }

/* ===== CARD GLASS ===== */
.spec-card{
  width: min(980px, 92vw);
  border-radius: 28px;
  padding: clamp(18px, 2.2vw, 28px) clamp(16px, 2.8vw, 34px) clamp(16px, 2.2vw, 26px);
  position: relative;

  background: rgba(10,16,24,0.55);
  border: 1px solid rgba(255,255,255,0.10);

  box-shadow:
    0 30px 120px rgba(0,0,0,0.55),
    0 0 0 1px rgba(0,0,0,0.25) inset;

  backdrop-filter: blur(18px);
  margin: 40px auto 0;
  z-index: 3;
}

.spec-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 30px;
  pointer-events:none;
  background: radial-gradient(circle at 20% 0%, rgba(0,198,255,0.20), transparent 45%);
  opacity: 0.9;
  filter: blur(12px);
}

/* estrutura */
.spec-top{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
}

.spec-kicker{
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(0,198,255,0.85);
  margin-bottom: 14px;
}

.spec-title{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.spec-num{
  font-family: Orbitron, sans-serif;
  font-size: clamp(56px, 6vw, 72px);
  line-height: 0.9;
  font-weight: 800;
  color: #00e6ff;
  text-shadow: 0 0 26px rgba(0,198,255,0.25);
}

.spec-main{
  font-family: Inter, sans-serif;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 700;
  color: rgba(255,255,255,0.95);
  line-height: 1.1;
  margin-top: 8px;
}

.spec-sub{
  font-family: Inter, sans-serif;
  font-size: 14px;
  color: rgba(148,163,184,0.9);
  margin-top: 6px;
}

.spec-divider{
  width: 1px;
  height: 82px;
  background: linear-gradient(to bottom, transparent, rgba(0,198,255,0.35), transparent);
  opacity: 0.8;
}

.spec-right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;

  font-family: Inter, sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.90);

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
}
.d-amber{ background: rgba(255,170,0,0.95); box-shadow: 0 0 18px rgba(255,170,0,0.25); }
.d-purple{ background: rgba(160,70,255,0.95); box-shadow: 0 0 18px rgba(160,70,255,0.25); }
.d-cyan{ background: rgba(0,198,255,0.95); box-shadow: 0 0 18px rgba(0,198,255,0.25); }

.spec-line{
  margin-top: 20px;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
}

.spec-bottom{
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 46px;
  flex-wrap: wrap;

  font-family: Inter, sans-serif;
  font-size: 13px;
  color: rgba(148,163,184,0.95);
}

.feat{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0.95;
}

.feat .ico{
  font-size: 14px;
  filter: drop-shadow(0 0 10px rgba(0,198,255,0.20));
}

/* explore */
.explore{
  margin: 22px auto 0;
  display: grid;
  place-items: center;
  gap: 6px;
  opacity: 0.6;
}

.explore-txt{
  font-family: Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(148,163,184,0.9);
}

.explore-arrow{
  font-size: 18px;
  animation: bounceDown 1.8s ease-in-out infinite;
  color: rgba(148,163,184,0.9);
}

@keyframes bounceDown{
  0%,100%{ transform: translateY(0px); }
  50%{ transform: translateY(6px); }
}

@media (max-width: 768px) {

  body { 
    overflow-x: hidden; 
  }

  .spec-top { 
    grid-template-columns: 1fr; 
    gap: 16px; 
  }

  .spec-divider { 
    display: none; 
  }

  .spec-right { 
    justify-content: flex-start; 
  }

  .spec-bottom { 
    gap: 18px; 
  }

  .hero {
    min-height: 100vh;
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .hero-sub {
    font-size: 14px;
  }

  .hero-stack {
    gap: 5px;
  }

  .hero-button {
    font-size: 10px;
  }

  .hero-title {
    font-size: 34px;
    white-space: normal;
    text-align: center;
  }

  .stage {
    margin-bottom: 100px;
  }

  .product {
    top: 68%;
    width: 90vw;
  }

  .chip {
    --base: 60px;
  }

  .chip--leftTop {
    left: 4%;
    top: 20%;
  }

  .chip--rightTop {
    right: 4%;
    top: 20%;
  }

  .chip--leftBottom {
    left: 6%;
    top: 80%;
  }

  .chip--rightBottom {
    right: 6%;
    top: 80%;
  }
  
  .stage::before{
  content:"";
  position: absolute;
  left: 50%;
  top: 70%;
  width: min(800px, 90vw);
  height: min(800px, 90vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0; 
      
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d42a79 */:root{
  --bg:#020617;
  --card: rgba(255,255,255,.045);
  --border: rgba(255,255,255,.08);
  --text:#ffffff;
  --muted:#94a3b8;
  --blue:#0ea5e9;
  --blue2:#38bdf8;
}

/* ================= SEÇÃO ================= */
.ms-specs{
  position: relative;
  padding: 56px 16px;
  color: var(--text);
  overflow: hidden;
}

.ms-wrap{
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

/* ================= CABEÇALHO ================= */
.ms-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--blue2);
  background: rgba(14,165,233,.14);
  border: 1px solid rgba(56,189,248,.35);
  margin-bottom: 18px;
}

.ms-title{
  color: white;
  font-weight: 900;
  line-height: 1.05;
  font-size: clamp(32px, 5vw, 56px);
  margin: 0 0 10px;
}
.ms-title span{ color: var(--blue); }

.ms-subtitle{
  max-width: 640px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

/* ================= TABS ================= */
.ms-tabs{
  display:inline-flex;
  gap:10px;
  margin-bottom: 40px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.1);
}

/* botão base */
.ms-tab{
  position: relative;
  padding: 11px 24px;
  border-radius: 999px;
  background: transparent;
  border: none;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  cursor: pointer;
  transition:
    color .3s ease,
    background .3s ease,
    transform .3s ease;
}

/* hover */
.ms-tab:hover{
  color: #fff;
  transform: translateY(-1px);
}

/* ================= CHAMADA VISUAL ================= */
.ms-tab:not(.active){
  animation: tabBreath 2.6s ease-in-out infinite;
}

/* halo */
.ms-tab:not(.active)::after{
  content:"";
  position:absolute;
  inset:-5px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(56,189,248,.45),
    transparent 65%
  );
  opacity: .55;
  filter: blur(8px);
  z-index: -1;
}

/* ativo */
.ms-tab.active{
  background: linear-gradient(
    180deg,
    rgba(14,165,233,.4),
    rgba(14,165,233,.18)
  );
  color: #fff;
  animation: none;
  box-shadow:
    inset 0 0 0 1px rgba(56,189,248,.55),
    0 0 22px rgba(56,189,248,.35);
}

/* remove halo quando ativo */
.ms-tab.active::after{
  display:none;
}

/* ================= ANIMAÇÃO ================= */
@keyframes tabBreath{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.07);
  }
  100%{
    transform: scale(1);
  }
}



/* ================= GRID ================= */
.ms-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}

@media (max-width: 900px){
  .ms-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .ms-grid{ grid-template-columns: 1fr; }
}

/* ================= CARDS ================= */
.ms-card{
  position: relative;
  display:flex;
  align-items:center;
  gap: 14px;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border: 1px solid var(--border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;

  opacity: 0;
  transform: translateY(18px) scale(.985);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease,
    opacity .6s ease;
}

.ms-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 18px;
  background:
    radial-gradient(700px 200px at 20% 10%, rgba(56,189,248,.55), transparent 55%),
    radial-gradient(700px 240px at 80% 90%, rgba(14,165,233,.45), transparent 55%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events:none;
}

.ms-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 16px;
  box-shadow: 0 0 0 0 rgba(56,189,248,0);
  transition: box-shadow .35s ease;
  pointer-events:none;
}

.ms-card:hover{
  transform: translateY(-4px);
  border-color: rgba(56,189,248,.55);
  box-shadow: 0 18px 55px rgba(14,165,233,.12);
}

.ms-card:hover::before{ opacity: 1; }
.ms-card:hover::after{
  box-shadow: 0 0 0 1px rgba(56,189,248,.35) inset;
}

.ms-card.is-highlight{
  background: linear-gradient(180deg, rgba(14,165,233,.22), rgba(14,165,233,.06));
  border-color: rgba(56,189,248,.35);
}

/* ================= ÍCONE / TEXTO ================= */
.ms-icon{
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(148,163,184,.12);
  color: rgba(148,163,184,.95);
  transition: background .35s, color .35s, transform .35s;
}

.ms-card:hover .ms-icon{
  background: rgba(14,165,233,.25);
  color: var(--blue2);
  transform: translateY(-1px);
}

.ms-meta small{
  font-size: 12px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
  display:block;
}

.ms-meta strong{
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

/* ================= RODAPÉ DINÂMICO ================= */
.ms-rgb{
  margin-top: 34px;
  display:inline-flex;
  align-items:center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: #cbd5e1;
  font-size: 14px;
}

.ms-dots{
  display:flex;
  gap:7px;
  align-items:center;
}

.ms-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display:none;
  animation: msFloat 3s ease-in-out infinite;
}

.ms-dot.red{ background:#ef4444; }
.ms-dot.green{ background:#22c55e; }
.ms-dot.blue{ background:#3b82f6; }
.ms-dot.white{ background:#f8fafc; }
.ms-dot.amber{ background:#f59e0b; }

/* ================= MODOS ================= */

/* RGB */
.mode-rgb .ms-dot.red,
.mode-rgb .ms-dot.green,
.mode-rgb .ms-dot.blue{
  display:inline-block;
}
.mode-rgb .ms-rgb-text::before{
  content:"Tecnologia RGB: 3 canais independentes (Vermelho, Verde e Azul)";
}

.mode-rgb .text-efeito::before{
    content:"10 programados";
}

.mode-rgb .text-pontecia::before{
    content:"60W";
}

/* RGBW */
.mode-rgbw .ms-dot.red,
.mode-rgbw .ms-dot.green,
.mode-rgbw .ms-dot.blue,
.mode-rgbw .ms-dot.white{
  display:inline-block;
}
.mode-rgbw .ms-rgb-text::before{
  content:"Tecnologia RGBW: RGB + Branco dedicado para tons reais";
}

.mode-rgbw .text-efeito::before{
    content:"14 programados";
}

.mode-rgbw .text-pontecia::before{
    content:"72W";
}

/* MCR */
.mode-mcr .ms-dot.amber{
  display:inline-block;
}
.mode-mcr .ms-rgb-text::before{
  content:"Tecnologia MCR: Monocromático com controle dedicado de cor";
}

.mode-mcr .text-efeito::before{
    content:"Strobo e Dimerizavel";
}

.mode-mcr .text-pontecia::before{
    content:"60W";
}

/* ================= TABS RGB / RGBW / MCR ================= */
.ms-tabs{
  margin: 0 auto 38px;
  display: inline-flex;
  gap: 10px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(15px);
}

/* botão base */
.ms-tab{
  position: relative;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: white;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color .25s ease,
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;
}

/* hover */
.ms-tab:hover{
  color: #ffffff;
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}

/* ativo */
.ms-tab.active{
  color:#ffffff;
  background: linear-gradient(
    180deg,
    rgba(14,165,233,.55),
    rgba(14,165,233,.22)
  );

  box-shadow:
    0 0 0 1px rgba(56,189,248,.55),
    0 0 18px rgba(14,165,233,.55),
    0 8px 30px rgba(14,165,233,.45);

  animation: tabGlow 2.2s ease-in-out infinite;
}

@keyframes tabGlow{
  0%,100%{
    box-shadow:
      0 0 0 1px rgba(56,189,248,.45),
      0 0 14px rgba(14,165,233,.35),
      0 8px 26px rgba(14,165,233,.35);
  }
  50%{
    box-shadow:
      0 0 0 1px rgba(56,189,248,.75),
      0 0 28px rgba(14,165,233,.75),
      0 12px 36px rgba(14,165,233,.55);
  }
}




/* ================= ANIMAÇÕES ================= */
@keyframes msFloat{
  0%{ transform: translateY(0); }
  50%{ transform: translateY(-3px) scale(1.05); }
  100%{ transform: translateY(0); }
}

.ms-card.is-in{
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: var(--d, 0ms);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7cff2f8 */:root{
  --bg:#020617;
  --text:#ffffff;
  --muted:#94a3b8;
  --border: rgba(255,255,255,.08);

  --blue:#0ea5e9;
  --purple:#8b5cf6;
}

/* Seção */
.ms-control{
  position: relative;
  padding: 64px 16px 56px;
  color: var(--text);
  overflow: hidden;
}

/* Glow topo */
.ms-control::before{
  content:"";
  position:absolute;
  left:-120px;
  right:-120px;
  top:-420px;
  height: 860px;
  background:
    radial-gradient(900px 440px at 50% 30%, rgba(14,165,233,.28) 0%, rgba(14,165,233,0) 58%),
    radial-gradient(700px 380px at 55% 35%, rgba(139,92,246,.22) 0%, rgba(139,92,246,0) 60%);
  pointer-events:none;
  opacity: .95;
}

.ms-control::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(2,6,23,.0), rgba(2,6,23,.35), rgba(2,6,23,.0));
  pointer-events:none;
}

/* Container */
.ms-control__wrap{
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

/* Badge */
.ms-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a78bfa;
  background: rgba(139,92,246,.14);
  border: 1px solid rgba(167,139,250,.35);
  margin-bottom: 16px;
}

/* Título */
.ms-control__title{
  color: white;
  font-weight: 900;
  line-height: 1.05;
  font-size: clamp(32px, 5vw, 56px);
  margin: 0 0 10px 0;
}
.ms-control__title span{
  background: linear-gradient(90deg, #8b5cf6, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Subtítulo */
.ms-control__sub{
  max-width: 640px;
  margin: 0 auto 44px auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

/* Grid cards */
.ms-control__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: left;
}

@media (max-width: 980px){
  .ms-control__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px){
  .ms-control__grid{ grid-template-columns: 1fr; }
}

.ms-c{
  position: relative;
  padding: 28px 28px 26px;
  border-radius: 18px;

  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.07);
  box-shadow:
    0 26px 70px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.02) inset;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow:hidden;
  isolation: isolate;

  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;

  /* ✅ FIX: por padrão o card PRECISA aparecer */
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ✅ Scroll Reveal (só esconde quando JS marcar como "reveal") */
.ms-c[data-reveal="true"]{
  opacity: 0;
  transform: translateY(18px) scale(.985);
}

/* Blob colorido real (por card) */
.ms-c::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: 18px;
  background:
    radial-gradient(520px 260px at 18% 18%, rgba(var(--accent, 148,163,184), .30), transparent 62%),
    radial-gradient(520px 260px at 82% 28%, rgba(var(--accent, 148,163,184), .16), transparent 66%),
    radial-gradient(520px 260px at 55% 110%, rgba(0,0,0,.35), transparent 68%);
  opacity: .95;
  pointer-events:none;
  z-index: 0;
  transition: opacity .35s ease;
}

/* Borda azul interna (hover) */
.ms-c::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(56,189,248,0) inset;
  opacity: 0;
  transition: opacity .35s ease, box-shadow .35s ease;
  pointer-events:none;
  z-index: 1;
}

/* Conteúdo acima */
.ms-c > *{
  position: relative;
  z-index: 2;
}

/* Ícone */
.ms-c__icon{
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 16px;
  color: #fff;
  background: rgba(255,255,255,.08);
  box-shadow:
    0 18px 34px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.10) inset;
}

/* Cores dos ícones */
.ms-i-blue{   background: linear-gradient(180deg, rgba(14,165,233,1), rgba(37,99,235,1)); }
.ms-i-purple{ background: linear-gradient(180deg, rgba(139,92,246,1), rgba(168,85,247,1)); }
.ms-i-pink{   background: linear-gradient(180deg, rgba(244,63,94,1), rgba(236,72,153,1)); }
.ms-i-orange{ background: linear-gradient(180deg, rgba(245,158,11,1), rgba(249,115,22,1)); }
.ms-i-green{  background: linear-gradient(180deg, rgba(34,197,94,1), rgba(16,185,129,1)); }
.ms-i-gray{   background: linear-gradient(180deg, rgba(100,116,139,1), rgba(148,163,184,1)); }

/* Textos */
.ms-c h3{
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px 0;
  color:#fff;
}
.ms-c p{
  margin: 0;
  color: rgba(148,163,184,.95);
  font-size: 13px;
  line-height: 1.65;
  max-width: 44ch;
}

/* =========================
   Cantos (brackets) do hover
   ========================= */
.ms-c .ms-corners{
  position:absolute;
  inset: 14px;
  pointer-events:none;
  opacity: 0;
  transition: opacity .25s ease;
  z-index: 3;
}
.ms-c .ms-corners::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(#38bdf8,#38bdf8) left top / 22px 2px no-repeat,
    linear-gradient(#38bdf8,#38bdf8) left top / 2px 22px no-repeat,

    linear-gradient(#38bdf8,#38bdf8) right top / 22px 2px no-repeat,
    linear-gradient(#38bdf8,#38bdf8) right top / 2px 22px no-repeat,

    linear-gradient(#38bdf8,#38bdf8) left bottom / 22px 2px no-repeat,
    linear-gradient(#38bdf8,#38bdf8) left bottom / 2px 22px no-repeat,

    linear-gradient(#38bdf8,#38bdf8) right bottom / 22px 2px no-repeat,
    linear-gradient(#38bdf8,#38bdf8) right bottom / 2px 22px no-repeat;

  opacity: .6;
  filter: drop-shadow(0 0 10px rgba(56,189,248,.25));
}

/* Hover */
.ms-c:hover{
  transform: translateY(-4px);
  border-color: rgba(56,189,248,.22);
  box-shadow:
    0 30px 85px rgba(0,0,0,.42),
    0 0 0 1px rgba(56,189,248,.08) inset;
}
.ms-c:hover::before{ opacity: 1; }
.ms-c:hover::after{
  opacity: 1;
  box-shadow:
    0 0 0 1px rgba(56,189,248,.35) inset,
    0 0 45px rgba(14,165,233,.12);
}
.ms-c:hover .ms-corners{ opacity: 1; }
.ms-c:hover h3{ color:#38bdf8; transition: color .25s ease; }

/* Scroll Reveal */
.ms-c.is-in{
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--d, 0ms);
}

/* =========================
   TEMAS (blob por card)
   Use no HTML: ms-c theme-blue, etc.
   ========================= */
.ms-c.theme-blue   { --accent: 14,165,233; }
.ms-c.theme-purple { --accent: 139,92,246; }
.ms-c.theme-pink   { --accent: 244,63,94; }
.ms-c.theme-orange { --accent: 245,158,11; }
.ms-c.theme-green  { --accent: 34,197,94; }
.ms-c.theme-gray   { --accent: 148,163,184; }

/* Compatível com (chips) */
.ms-control__compat{
  margin-top: 42px;
  color: var(--muted);
  font-size: 12px;
}
.ms-chips{
  margin-top: 12px;
  display:flex;
  justify-content:center;
  flex-wrap: wrap;
  gap: 10px;
}
.ms-chip{
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: #cbd5e1;
  font-size: 12px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a710f1 */:root{
  --bg:#020617;
  --text:#ffffff;
  --muted:#94a3b8;

  --blue:#0ea5e9;
  --blue2:#38bdf8;

  --glass: rgba(255,255,255,.05);
  --stroke: rgba(255,255,255,.10);
}

/* Seção */
.ms-cta{
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 86px 16px 86px;
  color: var(--text);
  overflow: hidden;
  background:
  radial-gradient(1200px 600px at 50% 15%, rgba(14,160,223,.18), rgba(14,115,213,0) 60%),
  radial-gradient(1200px 600px at 50% 85%, rgba(14,160,223,.14), rgba(14,115,213,0) 60%),
  #020617;
  
}

/* brilho de “névoa” lateral */
.ms-cta::before{
  content:"";
  position:absolute;
  left:-30%;
  top:-40%;
  width: 80%;
  height: 120%;
  background: radial-gradient(closest-side, rgba(14,165,263,.22), rgba(14,165,213,0) 70%);
  filter: blur(8px);
  opacity: .9;
  pointer-events:none;
}
.ms-cta::after{
  content:"";
  position:absolute;
  right:-35%;
  top:-50%;
  width: 90%;
  height: 140%;
  background: radial-gradient(closest-side, rgba(139,92,243,.12), rgba(139,92,246,0) 72%);
  filter: blur(10px);
  opacity: .8;
  pointer-events:none;
}

/* wrap */
.ms-cta__wrap{
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  display:flex;
  justify-content:center;
}

/* card */
.ms-cta__card{
  position: relative;
  width: min(880px, 100%);
  border-radius: 22px;
  padding: 44px 26px 36px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 30px 90px rgba(0,0,0,.45),
    0 0 0 1px rgba(56,189,248,.06) inset;
  overflow: hidden;

  /* entrada */
  opacity: 0;
  transform: translateY(20px) scale(.985);
}

/* halo por trás do card */
.ms-cta__card::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 24px;
  background:
    radial-gradient(700px 280px at 30% 35%, rgba(14,165,233,.22), transparent 60%),
    radial-gradient(700px 280px at 75% 60%, rgba(139,92,246,.14), transparent 60%);
  opacity: .85;
  pointer-events:none;
}

/* brilho passando (shine) */
.ms-cta__card::after{
  content:"";
  position:absolute;
  top:-40%;
  left:-60%;
  width: 80%;
  height: 180%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(56,189,248,.18), transparent);
  opacity: .0;
  animation: msShine 7.5s ease-in-out infinite;
  pointer-events:none;
}
@keyframes msShine{
  0%, 45% { opacity: 0; transform: translateX(-10%) rotate(18deg); }
  55%     { opacity: .9; }
  100%    { opacity: 0; transform: translateX(220%) rotate(18deg); }
}

/* badge */
.ms-cta__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  color: #fbbf24;
  border: 1px solid rgba(251,191,36,.35);
  background: rgba(251,191,36,.08);
  margin-bottom: 18px;
  box-shadow: 0 0 0 1px rgba(251,191,36,.06) inset;
}
.ms-stars{ letter-spacing: 1px; }

/* título */
.ms-cta__title{
  color: white;
  font-weight: 900;
  line-height: 1.04;
  font-size: clamp(32px, 5vw, 56px);
  margin: 0 0 10px 0;
}
.ms-cta__title .grad{
  background: linear-gradient(90deg, #0ea5e9, #38bdf8, #8b5cf6);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: msGrad 4.8s ease-in-out infinite;
}
@keyframes msGrad{
  0%{ background-position: 0% 50%; }
  50%{ background-position: 100% 50%; }
  100%{ background-position: 0% 50%; }
}

.ms-cta__sub{
  max-width: 620px;
  margin: 0 auto 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

/* benefícios */
.ms-cta__perks{
  margin: 18px auto 26px;
  display:flex;
  justify-content:center;
  flex-wrap: wrap;
  gap: 14px 22px;
  padding: 0;
  list-style:none;
  color: #cbd5e1;
  font-size: 12px;
}
.ms-cta__perks li{
  display:flex;
  align-items:center;
  gap: 8px;
  opacity: .92;
}
.ms-check{
  width: 16px; height: 16px;
  border-radius: 50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(14,165,233,.18);
  border: 1px solid rgba(56,189,248,.35);
  box-shadow: 0 0 18px rgba(14,165,233,.10);
}
.ms-check svg{ width: 10px; height: 10px; }

/* botões */
.ms-cta__actions,
.ms-cta__actions1{
  display:flex;
  justify-content:center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.ms-btn,
.ms-btn1{
  position: relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 14px;
  text-decoration:none;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color: #e2e8f0;
  min-width: 190px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
  overflow:hidden;
}

/* brilho no botão */
.ms-btn1::before,
.ms-btn::before{
  content:"";
  position:absolute;
  top:-50%;
  left:-70%;
  width: 70%;
  height: 200%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
  opacity: 0;
  transition: opacity .25s ease;
}

/* botão primário */
.ms-btn.primary{
  background: linear-gradient(180deg, rgba(14,165,233,.95), rgba(14,165,233,.55));
  border-color: rgba(56,189,248,.35);
  color: #001018;
  box-shadow: 0 16px 45px rgba(14,165,233,.22);
}

/* pulse sutil */
.ms-btn.primary::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 16px;
  background: radial-gradient(closest-side, rgba(56,189,248,.25), transparent 60%);
  opacity: .0;
  animation: msPulse 2.8s ease-in-out infinite;
  pointer-events:none;
}
@keyframes msPulse{
  0%, 100%{ opacity: .0; }
  50%{ opacity: .35; }
}

.ms-btn:hover,
.ms-btn1:hover{
  transform: translateY(-2px);
  border-color: rgba(56,189,248,.25);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}
.ms-btn:hover::before,
.ms-btn1:hover::before{
  opacity: 1;
  animation: msBtnShine 1.2s ease both;
}
@keyframes msBtnShine{
  from{ transform: translateX(0) rotate(18deg); }
  to{ transform: translateX(240%) rotate(18deg); }
}

/* info rodapé */
.ms-cta__meta{
  margin-top: 18px;
  display:flex;
  justify-content:center;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: rgba(148,163,184,.95);
  font-size: 12px;
}
.ms-cta__meta .pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}

/* mini código */
.ms-cta__code{
  margin-top: 16px;
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  color: rgba(203,213,225,.9);
  font-size: 11px;
}
.ms-cta__code b{ color: var(--blue2); }

/* Scroll reveal */
.ms-cta__card.is-in{
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1);
}

/* acessibilidade */
@media (prefers-reduced-motion: reduce){
  .ms-cta *{
    animation: none !important;
    transition: none !important;
  }
}

.ms-btn1{
    color: white;
    margin-top: 25px;
}

.sub-titulo{
  position:relative;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  text-align:center;
  font-size:.75rem;
  opacity:.65;
  letter-spacing:.25em;
  text-transform:uppercase;
}

/* brilho superior */
.sub-titulo::before{
  content:"";
  height:2px;
  margin-bottom:10px;

  background: linear-gradient(
    90deg,
    transparent,
    #38bdf8,
    transparent
  );

  opacity:.85;
}/* End custom CSS */