body {
  margin: 0;
  padding: 0;
  height: 100vh;
  /* background-color: #f0f1f5; */
  font-family: "Open Sans", sans-serif;
}

header {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 1rem;
  /* border-bottom: 1px solid #aad; */
}

#logo-container {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

#logo {
  border-radius: 8px;
  width: 120px;
}

.container {
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.right-image {
  display: none;
  height: 100%;
  max-width: 100%;
}

/* Base styles for right-image */
.right-image {
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Neue Haas Unica", Roboto,
    sans-serif;
  display: none;
}

footer.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0 0;
}

footer a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: 100;
  color: #f07019;
  text-decoration: none;
}

/* Media query for desktops */
@media screen and (min-width: 1024px) {
  .container {
    height: calc(100vh - 128px);
    justify-content: space-between;
    align-items: center;
    overflow-y: hidden;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  typebot-standard {
    min-width: 50%;
    margin-right: 0;
  }

  .right-image {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
}

.footer-links {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 2rem 0.25rem;
}

.footer-button {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: 100;
  color: #f07019;
  cursor: pointer;
}

.footer-button:focus-visible {
  outline: 2px solid #f07019;
  outline-offset: 2px;
}

.faq-panel {
  width: 90%;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(10, 10, 10, 0.05);
  border-radius: 10px;
  margin: 0.5rem auto 1rem;
}

.faq-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 1rem 1.25rem 1.5rem;
}

.faq-inner h2 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f07019;
}

.faq-actions {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}

.faq-actions .faq-privacy {
  display: inline-block;
  text-decoration: none;
  background: #f07019;
  color: #fff;
  padding: 0.5rem 0.9rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
}

.footer-note {
  font-size: 0.95rem;
  color: #666;
  padding: 0.5rem 0;
}

.faq-item + .faq-item {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.faq-item h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f07019;
}

.faq-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #444;
}
