
/* -------------------------
   RESET
------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #ffffff;
  color: #1f1f1f;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

button {
  font: inherit;
}

/* -------------------------
   LAYOUT
------------------------- */

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.container.narrow {
  width: min(760px, 92%);
}

.text-centered p {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 5rem 0;
}

.section-light {
  background: #f7f7f7;
}

/* -------------------------
   TYPOGRAPHY
------------------------- */

h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #111111;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 4.3rem);
  margin: 0 auto 1.4rem;
  max-width: 900px;
  text-align: center;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 1.5rem;
  text-align: center;
}

h3 {
  font-size: 1.15rem;
  margin-top: 0;
  margin-bottom: 0.7rem;
}

p {
  font-size: 1.05rem;
  color: #505050;
  margin-bottom: 1.2rem;
}

strong {
  color: #111111;
}

/* -------------------------
   HERO
------------------------- */

.hero {
  padding: 7rem 0 5rem;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1.2rem;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8a8a;
}

.hero-text {
  max-width: 680px;
  margin: 0 auto 1rem;
  font-size: 1.18rem;
}

.hero-subtext {
  color: #777777;
  margin-bottom: 2rem;
}

/* -------------------------
   BUTTONS
------------------------- */

.hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: none;
  cursor: pointer;

  min-width: 180px;
  max-width: 260px;

  padding: 0.85rem 1.3rem;
  border-radius: 999px;

  font-weight: 600;
  text-align: center;

  transition: background 0.2s ease,
              border-color 0.2s ease;
}

.button.primary {
  background: #111111;
  color: white;
}

.button.primary:hover {
  background: #2a2a2a;
}

.button.secondary {
  border: 1px solid #d8d8d8;
  color: #111111;
  background: white;
}

.button.secondary:hover {
  border-color: #bcbcbc;
}

/* -------------------------
   CARDS
------------------------- */

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin-top: 2rem;
}

.card {
  background: white;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 1.8rem;
}

.card p {
  margin-bottom: 0;
}

/* -------------------------
   LIST
------------------------- */

.list {
  padding-left: 1.2rem;
}

.list li {
  margin-bottom: 0.7rem;
  color: #4d4d4d;
}

/* -------------------------
   QUESTIONS
------------------------- */

.questions {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.question-card {
  background: white;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  padding: 1.4rem;
  font-size: 1.03rem;
  color: #3d3d3d;
}

/* -------------------------
   CTA
------------------------- */

.cta {
  text-align: center;
}

.cta p {
  max-width: 600px;
  margin: 0 auto 1.5rem;
}

.cta .button,
#feedback .button {
  margin-top: 1rem;
}

/* -------------------------
   FAQ
------------------------- */

.faq-item {
  border-bottom: 1px solid #e7e7e7;
  padding: 1rem 0;
}

.faq-question {
  width: 100%;
  border: none;
  background: transparent;
  text-align: left;
  padding: 0;

  cursor: pointer;

  font-size: 1.05rem;
  font-weight: 600;
  color: #111111;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: "+";
  font-size: 1.4rem;
}

.faq-answer {
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer p {
  margin-top: 1rem;
}

/* -------------------------
     Footer
------------------------- */


.footer a {
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid #d8d8d8;
}

.footer a:hover {
  border-color: #111111;
}



/* -------------------------
   FEEDBACK
------------------------- */

#feedback {
  text-align: center;
}

.feedback-box {
  margin-top: 1.2rem;
}

.feedback-label {
  display: block;
  margin-bottom: 0.6rem;
  text-align: left;
  font-weight: 600;
  color: #1f1f1f;
}

.feedback-input {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  font: inherit;
  color: #1f1f1f;
  background: #ffffff;
  resize: vertical;
}

.feedback-input:focus {
  outline: none;
  border-color: #111111;
}

.feedback-hint {
  margin: 0.9rem 0 0;
  font-size: 0.95rem;
  color: #666666;
}

.feedback-status {
  min-height: 1.4rem;
  margin: 0.55rem 0 0;
  font-size: 0.95rem;
  color: #111111;
}

/* -------------------------
   FOOTER
------------------------- */

.footer {
  padding: 2.5rem 0;
  border-top: 1px solid #ececec;
  text-align: center;
}

.footer p {
  margin: 0;
  font-size: 0.95rem;
  color: #8a8a8a;
}

/* -------------------------
   RESPONSIVE
------------------------- */

@media (max-width: 800px) {

  .section {
    padding: 4rem 0;
  }

  .hero {
    padding: 5rem 0 4rem;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 2.3rem;
  }

  .hero-text {
    font-size: 1.08rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .button {
    width: min(260px, 90%);
  }
}

