* {
  outline: none;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
h2 {
  color: white;
}
h3 {
  color: #42b64b;
}
.text {
  max-width: 800px;
  margin: 2rem auto;
}
.condition {
  line-height: 2;
}
.custom-header {
  height: 88px;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.logo-container {
  height: 100%;
  width: 65%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 22px;
}

.logo-container img {
  height: 60%;
  max-height: 48px;
  width: auto;
  object-fit: contain;
}
.logo-container h3 {
  font-size: 48px;
  padding-left: 20px;
  color: #42b64b;
  font-weight: 700;
  margin: 0;
}
.front {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #42b64b;
  height: 530px;
}

.hero-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  gap: 2rem;
}

.hero-image {
  text-align: center;
  display: flex;
  line-height: 2;
  gap: 2rem;
}

.product-description {
  font-size: 0.95rem;
  color: #4a5568;
  margin-top: 0.75rem;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.hero-text {
  text-align: center;
}

.hero-text h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}

.hero-text p {
  font-size: 1.1rem;
  color: #4a5568;
}
.conditions-section {
  color: white;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #42b64b;
  height: 200px;
}

.cui-form {
  border-radius: 12px;
  max-width: 800px;
  margin: 0 auto;
  /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05); */
}

.cui-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.cui-input {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  border-color: rgb(66, 182, 75);
}

.cui-input.full {
  flex: 1 1 100%;
}

label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2d3748;
}

input {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

input:focus {
  border-color: #42b64b;
  outline: none;
}

sup {
  color: #e53e3e;
  font-size: 0.8em;
}

.submit-btn {
  background-color: #45ab34;
  /* background-color: #2b6cb0; */
  color: white;
  border: none;
  padding: 0.9rem 2rem;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(66, 182, 75, 0.4);
}
.button {
  display: flex;
  justify-content: center;
}

.cui-files label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2d3748;
  display: block;
}

.cui-radio {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.cui-radio input {
  margin-right: 1rem;
}
.filepond--credits {
  display: none;
}
.products-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}
.products-section img {
  object-fit: contain;
}
footer {
  height: 130px;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
}
.footer-content {
  display: flex;
  align-items: flex-end;
  padding: 22px;
}
.footer-content img {
  width: 100px;
}
.hero-promo {
  width: 1168px;
  color: white;
  padding: 3rem 1.5rem;
}

.hero-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  gap: 3rem;
}

.hero-left {
  position: relative;
  text-align: center;
}

.hero-left img {
  width: 200px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.3));
}

/* .badge {
  position: absolute;
  top: -10px;
  left: 10px;
  background: #1a202c;
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: bold;
} */

.hero-right {
  flex: 1 1 400px;
}

.hero-right h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-right p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.hero-right img {
  width: 220px;
}
.check-text {
  color: #4a5568;
  font-size: 14px;
}

.toast {
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 500ms, transform 500ms;
}

.toast.visible {
  transform: translateY(0);
  opacity: 1;
}

.toast-body {
  margin: 28px;
  padding: 20px 24px;
  background-color: #45ab34;
  color: white;
  border-radius: 4px;
}

.footer-content p {
  font-weight: 700;
  padding-left: 20px;
  font-size: 18px;
  margin: 3px;
}
.info {
  font-size: 13px;
}
.title {
  font-size: 23px;
}
@media (max-width: 768px) {
  .front {
    height: 450px;
  }
  /* .cui-row {
    flex-direction: column;
  } */

  .cui-input {
    flex: 1 1 100%;
  }
  .hero-content {
    text-align: center;
  }

  .hero-right h2 {
    font-size: 1.5rem;
  }
  .hero-right p {
    font-size: 1rem;
  }
  .hero-right img {
    width: 150px;
  }
  .hero-left img {
    width: 150px;
  }

  .form-section {
    padding: 24px;
  }
  .products-section img {
    width: 100px;
    object-fit: contain;
  }
  .condition {
    padding: 24px;
    font-size: 14px;
  }
  .logo-container {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .front {
    height: 400px;
  }
  /* .cui-row {
    flex-direction: column;
  } */

  .cui-input {
    flex: 1 1 100%;
  }
  .hero-container {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
  }
  .hero-content {
    text-align: center;
  }

  .hero-right h2 {
    font-size: 1rem;
  }
  .hero-right p {
    font-size: 12px;
  }
  .hero-right img {
    width: 100px;
    height: auto;
    object-fit: contain;
  }
  .hero-left img {
    width: 150px;
    object-fit: contain;
  }

  .form-section {
    padding: 24px;
  }
  .products-section img {
    width: 100px;
    object-fit: contain;
  }
  .condition {
    font-size: 12px;
  }
  .text h3 {
    font-size: 16px;
  }
  .text p {
    font-size: 12px;
  }
  .check-text {
    font-size: 12px;
  }
  .custom-header {
    height: 70px;
  }
  footer {
    height: 70px;
  }
  footer img {
    width: 95px;
  }
  .logo-container {
    width: 100%;
    padding: 0;
  }
  .logo-container h3 {
    font-size: 32px;
  }
  label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2d3748;
    font-size: 12px;
  }
}
