.elementor-870 .elementor-element.elementor-element-7a65d5b{--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;}/* Start custom CSS for html, class: .elementor-element-997d475 */<style>
/* =========================
   RESET LOCAL (SÓ KOSMETALL)
========================= */
#kosmetall-landing,
#kosmetall-landing * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* =========================
   VARIÁVEIS DE MARCA
========================= */
#kosmetall-landing {
  --rosa: #D473A5;
  --ouro: #D4AF37;
  --azul: #0F52BA;
  --noite: #0A0E14;
  --nuvem: #FDF8F9;
  --branco: #FFFFFF;

  --grad-main: linear-gradient(135deg, var(--rosa), var(--azul));
  --grad-dark: linear-gradient(180deg, #05070c, var(--noite));

  --glass: rgba(255,255,255,0.08);
  --border-glass: 1px solid rgba(255,255,255,0.18);

  --shadow-soft: 0 10px 40px rgba(0,0,0,0.25);
  --shadow-strong: 0 25px 80px rgba(0,0,0,0.45);

  --radius: 22px;

  font-family: 'Poppins', sans-serif;
  background: var(--grad-dark);
  color: var(--branco);
  line-height: 1.7;
  width: 100%;
}

/* =========================
   CONTAINER
========================= */
#kosmetall-landing .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 20px;
}

/* =========================
   TÍTULOS
========================= */
#kosmetall-landing h1,
#kosmetall-landing h2,
#kosmetall-landing h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--branco);
}

#kosmetall-landing h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 20px;
}

#kosmetall-landing h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 30px;
}

#kosmetall-landing h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

/* =========================
   PARÁGRAFOS
========================= */
#kosmetall-landing p {
  margin-bottom: 16px;
  opacity: 0.95;
}

/* =========================
   HERO
========================= */
#kosmetall-landing #hero {
  background: var(--grad-main);
  text-align: center;
}

#kosmetall-landing #hero .container {
  padding: 140px 20px;
}

#kosmetall-landing #hero p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}

/* =========================
   BOTÃO PRINCIPAL
========================= */
#kosmetall-landing .btn-primary {
  display: inline-block;
  margin-top: 25px;
  padding: 16px 44px;
  border-radius: 999px;
  background: var(--ouro);
  color: var(--noite) !important;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 0 30px rgba(212,175,55,0.6);
  transition: all .3s ease;
}

#kosmetall-landing .btn-primary:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 0 60px rgba(212,175,55,0.9);
}

/* =========================
   SEÇÕES GLASS
========================= */
#kosmetall-landing #problem-solution .container,
#kosmetall-landing #solution .container,
#kosmetall-landing #personal-shopper .container {
  background: var(--glass);
  border: var(--border-glass);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-soft);
}

/* =========================
   GRID
========================= */
#kosmetall-landing .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
}

/* =========================
   CARDS
========================= */
#kosmetall-landing .item,
#kosmetall-landing .category,
#kosmetall-landing blockquote,
#kosmetall-landing #how-it-works li {
  background: rgba(255,255,255,0.06);
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: all .4s ease;
}

#kosmetall-landing .item:hover,
#kosmetall-landing .category:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-strong);
}

/* =========================
   LISTAS
========================= */
#kosmetall-landing ul,
#kosmetall-landing ol {
  margin-top: 20px;
  padding-left: 20px;
}

#kosmetall-landing li {
  margin-bottom: 12px;
}

/* =========================
   TESTEMUNHOS
========================= */
#kosmetall-landing #testimonials blockquote {
  font-style: italic;
  border-left: 4px solid var(--ouro);
}

#kosmetall-landing #testimonials cite {
  display: block;
  margin-top: 10px;
  color: var(--ouro);
  font-style: normal;
}

/* =========================
   CTA FINAL
========================= */
#kosmetall-landing #final-cta {
  background: var(--grad-main);
  text-align: center;
}

/* =========================
   FOOTER
========================= */
#kosmetall-landing #footer {
  background: #05070c;
  text-align: center;
}

#kosmetall-landing #footer p:first-child {
  font-family: 'Marko One', cursive;
  color: var(--ouro);
  font-size: 1.2rem;
}

/* =========================
   DESKTOP
========================= */
@media (min-width: 900px) {
  #kosmetall-landing .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #kosmetall-landing #categories .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
</style>/* End custom CSS */