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

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111;
  background: #fff;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  max-width: 680px;
  margin: 0 auto;
  padding: 72px 24px 100px;
}

/* ---- Hero ---- */

.hero {
  padding: 40px 0 0;
}

h1 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.subtitle {
  font-size: 1.25rem;
  color: #444;
  margin-bottom: 32px;
}

.description p {
  font-size: 1.1rem;
  margin-bottom: 16px;
  color: #333;
}

.note {
  font-size: 0.95rem;
  color: #777;
  margin-top: 28px;
  margin-bottom: 32px;
}

/* ---- Sections ---- */

.what,
.pricing,
.faq {
  padding: 20px 0 0;
}

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

.faq-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
  color: #111;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-accordion-item {
  border-bottom: 1px solid #e8e8e8;
}

.faq-accordion-item:first-child {
  border-top: 1px solid #e8e8e8;
}

.faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 4px 18px 0;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  gap: 16px;
  border-radius: 6px;
}

.faq-trigger:hover {
  color: #111;
}

.faq-trigger:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}

.faq-trigger-text {
  flex: 1;
}

.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  position: relative;
  color: #111;
  border: 1.5px solid #ddd;
  border-radius: 50%;
  transition: border-color 0.2s, background 0.2s, transform 0.25s ease;
}

.faq-trigger:hover .faq-icon {
  border-color: #111;
  background: #f8f8f8;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transition: transform 0.25s ease;
}

.faq-icon::before {
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
}

.faq-icon::after {
  width: 2px;
  height: 10px;
  margin: -5px 0 0 -1px;
}

.faq-accordion-item.is-open .faq-icon {
  border-color: #111;
  background: #111;
  color: #fff;
}

.faq-accordion-item.is-open .faq-icon::after {
  transform: scaleY(0);
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.faq-accordion-item.is-open .faq-answer {
  max-height: 800px;
}

.faq-answer-inner {
  overflow: hidden;
}

.faq-answer-inner p,
.faq-answer-inner ul {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.faq-answer-inner p:last-child,
.faq-answer-inner ul:last-child {
  margin-bottom: 0;
}

.faq-answer-inner ul {
  padding-left: 1.25em;
}

.faq-answer-inner li {
  margin-bottom: 4px;
}

.faq-answer-inner {
  padding-bottom: 20px;
  padding-right: 8px;
}

h2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

.what p,
.pricing p {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 16px;
}

/* ---- Pricing ---- */

.price {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-top: 8px;
  margin-bottom: 36px;
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.pay-label {
  font-size: 0.95rem;
  color: #666;
  margin: 8px 0 -4px;
}

.btn-disabled {
  opacity: 0.65;
  pointer-events: none;
  cursor: not-allowed;
}

/* ---- Buttons ---- */

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 8px;
  transition: background 0.2s, transform 0.15s;
  cursor: pointer;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: #111;
  color: #fff;
}

.btn-primary:hover {
  background: #333;
}

.btn-secondary {
  background: #f2f2f2;
  color: #111;
}

.btn-secondary:hover {
  background: #e5e5e5;
}

.hero .btn {
  align-self: flex-start;
}

/* ---- Signup form (MailerLite) ---- */

.signup {
  margin-top: 22px;
  max-width: 520px;
}

/* Make the embedded wrapper neutral (no grey card look) */
#mlb2-38538361.ml-form-embedContainer,
#mlb2-38538361 .ml-form-embedWrapper,
#mlb2-38538361 .ml-form-embedBody {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

#mlb2-38538361 .ml-form-embedBody {
  padding: 0 !important;
}

/* Hide empty header/content block from embed */
#mlb2-38538361 .ml-form-embedContent {
  display: none !important;
}

/* Input matches site styling */
#mlb2-38538361 input[type="email"] {
  width: 100% !important;
  padding: 14px 16px !important;
  font-size: 1rem !important;
  font-family: inherit !important;
  color: #111 !important;
  background: #fff !important;
  border: 1.5px solid #ddd !important;
  border-radius: 8px !important;
  outline: none !important;
  transition: border-color 0.2s !important;
}

#mlb2-38538361 input[type="email"]:focus {
  border-color: #111 !important;
}

/* Submit button matches primary button */
#mlb2-38538361 .ml-form-embedSubmit {
  margin: 14px 0 0 !important;
}

#mlb2-38538361 .ml-form-embedSubmit button.primary {
  width: 100% !important;
  padding: 16px 32px !important;
  border-radius: 8px !important;
  background: #111 !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 1.05rem !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.2s, transform 0.15s !important;
}

#mlb2-38538361 .ml-form-embedSubmit button.primary:hover {
  background: #333 !important;
}

#mlb2-38538361 .ml-form-embedSubmit button.primary:active {
  transform: scale(0.98) !important;
}

/* Success message typography */
#mlb2-38538361 .ml-form-successContent h4 {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
  font-family: inherit !important;
  color: #111 !important;
}

#mlb2-38538361 .ml-form-successContent p {
  font-size: 1rem !important;
  margin: 0 !important;
  font-family: inherit !important;
  color: #444 !important;
  line-height: 1.6 !important;
}

/* ---- Divider ---- */

.divider {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 64px 0;
}

/* ---- Responsive ---- */

@media (max-width: 600px) {
  main {
    padding: 48px 20px 80px;
  }

  h1 {
    font-size: 1.85rem;
  }

  h2 {
    font-size: 1.45rem;
  }

  .subtitle {
    font-size: 1.1rem;
  }

  .description p,
  .what p,
  .pricing p {
    font-size: 1rem;
  }

  .faq-title {
    font-size: 1.45rem;
    margin-bottom: 20px;
  }

  .faq-trigger {
    font-size: 1rem;
    padding: 16px 0;
  }

  .faq-answer-inner p,
  .faq-answer-inner ul {
    font-size: 1rem;
  }

  .price {
    font-size: 1.6rem;
  }

  .divider {
    margin: 48px 0;
  }

  .faq-answer-inner {
    padding-bottom: 16px;
  }
}
