.icons8-logo {
  object-fit: cover;
  overflow: hidden;
}

.main {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  max-height: 100vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-2 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-6 {
  opacity: .3;
  color: #fff;
  letter-spacing: -.006em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-nav-2 {
  grid-column-gap: 24px;
  opacity: .7;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  letter-spacing: -.006em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.hero {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 120px;
  text-decoration: none;
  display: flex;
}

.content-style-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-8 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #fff;
  text-align: center;
  letter-spacing: -1.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  text-decoration: none;
}

.text-10 {
  color: #fff;
  text-align: center;
  letter-spacing: -.011em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.form-style-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.input-2 {
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff26;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.input-2 input {
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
  color: white;
  font-size: 14px;
  letter-spacing: -0.006em;
  line-height: 20px;
  font-family: Inter, sans-serif;
}

.input-2 input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.input-2.light {
  flex: none;
}

.label-style-3 {
  opacity: .7;
  color: #fff;
  letter-spacing: -.006em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.button-style-2 {
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(3px) saturate(130%) contrast(120%);
  backdrop-filter: blur(3px) saturate(130%) contrast(120%);
  background: 
    linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.button-style-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.15) 0%, 
    transparent 50%, 
    rgba(255, 255, 255, 0.1) 100%
  );
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.button-style-2:hover {
  transform: translateY(-1px);
  -webkit-backdrop-filter: blur(4px) saturate(140%) contrast(125%);
  backdrop-filter: blur(4px) saturate(140%) contrast(125%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 
    0 4px 6px rgba(0, 0, 0, 0.15),
    0 2px 4px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.button-style-2:hover::before {
  opacity: 1;
}

.button-style-2:active {
  transform: translateY(0px);
  transition: all 0.1s ease;
}

.button-style-2.light {
  flex: none;
}

.label-style-4 {
  color: #fff;
  letter-spacing: -.006em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.logo {
  width: 48px;
  height: 48px;
  margin-top: 24px;
  margin-left: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-hunt-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  -webkit-backdrop-filter: blur(3px) saturate(130%) contrast(120%);
  backdrop-filter: blur(3px) saturate(130%) contrast(120%);
  background: linear-gradient(135deg, rgba(255, 97, 84, 0.2) 0%, rgba(255, 97, 84, 0.1) 100%);
  border-radius: 100px;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.product-hunt-badge:hover {
  transform: translateY(-1px);
  -webkit-backdrop-filter: blur(4px) saturate(140%) contrast(125%);
  backdrop-filter: blur(4px) saturate(140%) contrast(125%);
  background: linear-gradient(135deg, rgba(255, 97, 84, 0.25) 0%, rgba(255, 97, 84, 0.15) 100%);
}

.ph-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ph-icon {
  width: 16px;
  height: 16px;
  color: #ff6154;
  flex-shrink: 0;
}

.ph-text {
  color: #ff6154;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.006em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .icons8-logo {
    width: 32px;
    height: 32px;
  }

  .main {
    min-height: 100vh;
    max-height: none;
  }

  .hero {
    grid-row-gap: 16px;
    padding: 40px 20px 80px;
  }

  .text-9 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .main {
    min-height: 100vh;
  }

  .footer-2 {
    flex-flow: column;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .footer-nav-2 {
    grid-column-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-style-2 {
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .input-2.light {
    min-width: 220px;
  }

  .logo {
    width: 32px;
    height: 32px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .product-hunt-badge {
    top: 10px;
    right: 10px;
    padding: 10px 16px;
    background: linear-gradient(135deg, rgba(255, 97, 84, 0.4) 0%, rgba(255, 97, 84, 0.25) 100%);
    border: 1px solid rgba(255, 97, 84, 0.5);
  }

  .product-hunt-badge:hover {
    background: linear-gradient(135deg, rgba(255, 97, 84, 0.5) 0%, rgba(255, 97, 84, 0.35) 100%);
  }

  .ph-text {
    font-size: 14px;
  }

  .ph-icon {
    width: 16px;
    height: 16px;
  }
}


