 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

    .black-unifecaf {
      max-width: 380px;
    }
    
    .black-unifecaf .subtitle {
      text-align: start;
      color: #fff;
    }

    .subtitle {
      font-size: 10px;
      line-height: 1.4;
      color: #fff;
      text-align: start;
    }

    h1 {
      font-size: 80px;
      font-weight: 800;
      margin: 0 0 16px 0;
    }
    
    h1 span {
      font-size: 85px;
      width: 500px;
    }

    .black {
      color: transparent;
      -webkit-text-stroke: 1.5px #0051ff;
      letter-spacing: 2px;
    }

    .unifecaf {
      color: white;
      text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }

    .discount span {
      font-size: 40px;
      color: #ffffff;
      margin-bottom: 24px;
    }
    
    .discount {
      font-size: 30px;
      color: #ffffff;
      margin-bottom: 24px;
    }

    .discount strong {
      color: #ffffff;
      font-size: 24px;
    }

    /* --- BOTÕES --- */
    .cta {
      display: flex;
      gap: 12px;
      justify-content: center;
      width: 100%;
    }

    /* Botão principal */
    .matricula {
      background-color: #ffffff;
      color: #0051ff;
      font-weight: 700;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      padding: 14px 28px;
      box-shadow: 0 6px 0 #0051ff;
      transition: all 0.2s ease-in-out;
    }

    .matricula:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 0 #0051ff;
    }

    /* Segundo botão */
    .validade {
      background-color: #0051ff;
      color: #ffffff;
      font-size: 16px;
      font-weight: 500;
      border-radius: 8px;
      padding: 14px 28px;
      display: inline-flex;
      justify-content: center;
      box-shadow: 0 6px 10px rgba(0, 81, 255, 0.4);
    }
    
    h2 {
      color: #1d8bff;
      font-weight: 700;
      font-size: 18px;
      text-align: center;
      margin-bottom: 8px;
    }

  p.subtitle {
  text-align: center;
  color: #fff;
  font-size: 20px;
  max-width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  width: 500px;
}

    .countdown-label {
      font-size: 20px;
      margin-bottom: 12px;
      color: #d0d0d0;
      text-align: center;
    }

    .countdown {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 10px;
    }

    .count-box {
      border: 1.5px solid rgba(255, 255, 255, 0.3);
      border-radius: 8px;
      padding: 18px 26px;
      text-align: center;
      min-width: 100px;
    }

    .count-number {
      font-size: 40px;
      font-weight: 800;
      margin-bottom: 6px;
    }

    .count-label {
      font-size: 14px;
      color: #b0b0b0;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .countdown-end {
      text-align: center;
      color: #d0d0d0;
      margin: 50px 0 80px 0;
      font-size: 20px;
    }

    .cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-bottom: 40px;
    }

    .card {
      background-color: rgba(255, 255, 255, 0.05);
      border: 1.5px solid rgba(0, 81, 255, 0.4);
      border-radius: 12px;
      padding: 24px;
      width: 280px;
      position: relative;
      box-shadow: 0 0 16px rgba(0, 81, 255, 0.1);
    }

    .card::before {
      content: attr(data-label);
      position: absolute;
      top: -14px;
      left: 20px;
      background-color: #0051ff;
      color: #ffffff;
      font-size: 13px;
      font-weight: 600;
      padding: 4px 12px;
      border-radius: 6px 6px 0 0;
    }

    /* === NÚMEROS COM GRADIENTE E CONTORNO === */
    .card h3 {
      font-size: 60px;
      font-weight: 800;
      margin: 10px 0 4px 0;
      display: inline-block;
      color: transparent;
      -webkit-text-stroke: 1.5px #0051ff;
      letter-spacing: 2px;
    }

    .card h3 span {
      font-size: 26px;
      font-weight: 700;
      background: none;
      color: transparent;
      -webkit-text-stroke: 1.5px #0051ff;
      letter-spacing: 2px;
    }

    .card p {
      color: #cfd8ff;
      font-size: 14px;
      line-height: 1.5;
      margin-top: 6px;
    }

    .card p strong {
      color: #1d8bff;
      font-weight: 600;
    }

    .cta-final {
      text-align: center;
      font-size: 20px;
      margin-top: 20px;
      color: #ffffff;
    }

    .cta-final strong {
      color: #ffffff;
    }

    /* ✅ Centralização do botão */
    .cta-container {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 16px;
    }

    .cta-button {
      background-color: #33db89;
      color: #000000;
      font-weight: 700;
      font-size: 15px;
      padding: 14px 32px;
      border-radius: 6px;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
      display: inline-block;
    }

    .cta-button:hover {
      transform: translateY(-2px);
      background-color: #00e676;
    }
    
    .discount-text {
      color: transparent;
      -webkit-text-stroke: 1.5px #0051ff;
      letter-spacing: 2px;
    }
    
    h2{
      font-size: 30px;
    }

.valid {
  margin-top: 25px;
  width: 500px
}

.countdown-label {
  margin-top: 50px;
}

    .scroll-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #33db89;
      border-radius: 6px;
  }

  /* Botão */
  .scroll-button-polos {
    display: none;
  }

  .scroll-button-polos:hover {
    background-color: #0B57D0;
  }

  .scroll-button-polos span {
    margin-right: 12px;
    white-space: nowrap;
    color: #000B1A;
    border-radius: 6px;
  }

  .scroll-button .arrow {
    display: flex;
    align-items: center;
    border-left: 1px solid #fff;
    padding-left: 12px;
  }

  @media (max-width: 600px) {
    .scroll-button-polos {
display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #33db89;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.30);
    width: 100%;
    }

    .scroll-button-polos span {
      margin-right: 8px;
    }

    .scroll-button .arrow {
      padding-left: 8px;
    }

    .scroll-button-polos svg {
      width: 14px;
      height: 14px;
    }
  }

    @media (max-width: 600px) {
      .cta {
        flex-direction: column;
        gap: 8px;
      }

      .matricula {
        background-color: #0051ff;
        color: #ffffff;
        box-shadow: none;
      }

      .validade {
        background-color: rgba(255, 255, 255, 0.15);
        font-size: 14px;
        font-weight: 400;
        box-shadow: none;
      }
      
      .black-unifecaf {
      margin: 0 auto;
      width: 100%;
      max-width: 380px;
     }

      .countdown {
      flex-direction: row;
      align-items: center;
     }

  .count-box {
    margin-bottom: 12px;
  }
      
      h1 span {
        font-size: 60px;
        margin: 0;
      }
      
      p.countdown-end{
        font-size: 17px;
      }
      
      .subtitle {
        margin: 0;
      }
    }

     @media (max-width: 900px) {
      p.subtitle {
        margin-bottom: 0;
      }
       
      .subtitle {
        margin-bottom: 0;
      }