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

    h2 {
      color: #1d8bff;
      font-weight: 700;
      font-size: 18px;
      text-align: center;
      margin-bottom: 8px;
    }

    p.subtitle {
      text-align: center;
      color: #d0d0d0;
      font-size: 20px;
      margin-bottom: 40px;
      display
    }

    .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;
    }
    
    .card .discount-p{
      font-size: 25px;
    }
    
      .scroll-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
    
    .div-subtitle{
      display: flex;
      justify-content: center;
      align-items: center;
    }

  /* Botão */
  .scroll-button-count {
    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: 50%;
  }

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

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

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

  @media (max-width: 600px) {
    .scroll-button-count {
      font-size: 14px;
      padding: 10px 16px;
      width: 100%;
    }

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

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

    .scroll-button svg {
      width: 14px;
      height: 14px;
    }
  .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .card {
    width: 90%;
    max-width: 340px;
    margin-bottom: 20px;
  }

  }

    @media (max-width: 900px) {
      .countdown {
        gap: 12px;
      }
      .count-box {
        padding: 14px 18px;
        min-width: 80px;
      }
      .count-number {
        font-size: 32px;
      }
      .cards {
       display: block;
       text-align: center;
     }

      .card {
        display: inline-block;
        margin-bottom: 20px;
      }

        h2  {
        font-size: 20px;
      }
      
       p.subtitle {
      text-align: center;
      color: #d0d0d0;
      font-size: 14px;
      margin-bottom: 40px;
    }
  }