* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

  body {
    font-family: 'Poppins', sans-serif;
    background-color: #0c000a;
    color: #ffffff;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    z-index: 0;
    overflow-x: hidden;
  }

  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at left, #ff276f 0%, transparent 70%);
    filter: blur(100px);
    opacity: 0.4;
    z-index: 0;
    pointer-events: none;
  }

  @media (max-width: 600px) {
    body::before {
      background: radial-gradient(circle at left, #ff276f 0%, transparent 70%);
      filter: blur(60px);
      opacity: 0.25;
    }
  }

  .aproveite {
    background-color: #f50077;
    padding: 0.5rem;
    color: #fff;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  
  .conteiner1 {
    background: #f50077;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: auto;
    padding: 1rem;
  }
  .explique1 {
    text-align: center;
    font-size: 15px;
    background: transparent;
    max-width: 400px;
    flex-wrap: wrap;
    word-wrap: break-word;
  }
  .explique1 p {
    font-size: 15px;
    text-align: center;
  }
  .sublinhado2 {
    color:#151515;
  }
  .explique1 {
    width: 100%;
    box-sizing: border-box;
  }
  .explique1 img {
    cursor: pointer;
    border: none;
    width: 100%;
    max-width: 200px;
  }
  .foguete {
   width: 170px !important;
   margin-bottom: 32px;
  }
  .contador {
    font-size: 15px;
    background: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    display: inline-block;
    color: #ff0000;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .contador h1 {
    font-size: 20px;
  }
  header {
    color: #ffffff;
    text-align: center;
    align-items: center;
    padding: 2rem 1rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }
  .headline {
   align-items: center;
   text-align: center;

  }
  .headline h1 {
    font-size: 3rem;
    line-height: 1;
  }
  @media (max-width: 600px) {
    .headline h1 {
      font-size: 26px;
    }
  }
  .headline h2 {
    font-size: 1rem;
    color: #ffffff;
  }
  @media (max-width: 600px) {
    .headline h2 {
      font-size: 12px;
    }
  }
  .sublinhado {
    color: #f50077;
    
  }
  .bt2todo {
    background: #0c000a;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    border: 1px solid white;
    border-radius: 15px;
    padding: auto;
    padding: 2.5rem;
    max-width: 400px;
    justify-content: center;
    text-align: center;
  }
  .bt2todo p {
    text-align: left;
    padding: auto;
    padding: 1rem;
    font-weight: bold;
  }
  .bt2todo h2 {
    font-size: 15px;
    padding: auto;
    padding: 0.5rem;
  }
  .bt2todo h3 {
    font-size: 35px;

  }
  .bt2todo h1 {
    font-size: 25px;
    color: #ff276f;
  }
  .ladolado {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: auto;
    background: transparent;
    padding: 2rem 1rem;
    background-color: #330011;
  }
  .bt {
    background: #00f03c;
    color: white;
    border: none;
    padding: 1rem 1rem;
    font-size: 20px;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    margin-top: 1rem;
    transition: transform 0.3s ease;
    animation: pulse 2s infinite;
    max-width: 100%;
    right: auto;

  }
  .cta-section {
    padding: 2rem 2rem;
    width: 100%;
    margin-top: -80px;
    text-align: center;
  }
  .cta-section button {
    background: #00f03c;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 25px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    flex-wrap: wrap;
    margin-top: 10px;
    box-shadow:
    0 0 10px #00ff4c,
    0 0 20px #00ff4c,
    0 0 40px #00ff4c,
    0 0 80px #00ff4c;
    transition: all 0.3s ease;
  animation: pulse 2s infinite;
  }

  @media (max-width: 600px) {
    .cta-section button {
      font-size: 15px;
    }
  }
  .cta-section button:hover {
    background: #009c27;
    color: #ffffff;
    box-shadow:
      0 0 10px #00ff4c,
      0 0 20px #00ff4c,
      0 0 40px #00ff4c,
      0 0 80px #00ff4c;

  }
  .mockup {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-top: -20px;
    
  
  }
  .benefits {
    text-align: left;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
    padding: 2rem;
  }
  .benefits img {
    width: 100%;
    max-width: 400px;
    border-radius: 30px;
  }
  .benefits h2 {
    color: #fff;

  }
  .benefits p {
    font-weight: bold;
  }
  .posi {
    width: 100%;
    max-width: 20px;
    height: auto;

  }
  .destaque {
    text-align: left;
    justify-content: center;
    color: #ffffff;
    font-size: 1rem;
    padding: 2rem;
  }
  .destaque img {
    width: 100%;
    max-width: 400px;
    border-radius: 30px;
  }
  .destaque p {
    font-weight: bold;
  }
  .benedesta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .provasocial {
    background: transparent;
    padding:2rem;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .h1prova {
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    padding: 1rem;
  }
  .prova {
    width: 100%;
    max-width: 350px;
    padding: 0 !important;
  }

  .faq-section {
    padding: 4rem 1rem;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    background-image: url(bg-nail-01.jpg);
    background-position: center;
  }
  .faq-section h2 {
    font-size: 2rem;
    text-decoration: underline;
    text-decoration-color: #ffffff;
    text-underline-offset: 4px;
    margin-top: -2rem;
  }
  .faq-item {
    max-width: 700px;
    margin: 1rem auto;
    text-align: left;
  }
  .faq-item h3 {
    color: #ffffff;
    margin-bottom: 0.5rem;
    text-decoration: underline;
    text-decoration-color: #ffffff;
    text-underline-offset: 5px;
  }
  footer {
    background-color:  #0c000a;
    color: white;
    text-align: center;
    padding: 1.5rem 1rem;
    font-size: 0.9rem;
    border-top: 1px solid rgb(255, 255, 255);
  }

  .notificacao {
    position: fixed;
    bottom: 5%;
    left: 5%;
    max-width: 90%;
    width: fit-content;
    background: #fff;
    color: #333;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    opacity: 0;
    transform: translateX(-120%);
    transition: all 0.6s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .notificacao.show {
    opacity: 1;
    transform: translateX(0);
  }
  

  .notificacao::before {
    content: '🛍️';
    font-size: 1.2rem;
  }

  .garantiatodo {
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    border: 1px solid white;
    border-radius: 15px;
    padding: auto;
    padding: 4.7rem;
    max-width: 400px;
  }
  .garantia {
    margin-top: auto;
    text-align: center;
    justify-content: center;
  }
  .garantia p {
    text-align: left;
    font-size: 14px;
  }
  .garantia img {
    width: 100%;
    max-width: 250px;
    right: auto;
  }
  .bt2todo, .garantiatodo {
    width: 50%;
  }



  @media (max-width: 768px) {
    .bt2todo, .garantiatodo {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    .benefits, .destaque {
      width: 100%;
    }
  }
  

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  @keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
  }