/* Thimix frontend styles — minimal, lightweight. */
.thimix-heading { margin: .5em 0; line-height: 1.2; }
.thimix-btn {
  display: inline-block;
  padding: .65em 1.2em;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .15s ease;
}
.thimix-btn:hover { opacity: .9; }
.thimix-btn-primary { background: #4f46e5; color: #fff; }
.thimix-btn-secondary { background: transparent; color: #111; border: 1px solid #d1d5db; }

.thimix-hero {
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: #fff;
  border-radius: 12px;
  text-align: center;
}
.thimix-hero h1 { font-size: 2.25rem; margin: 0 0 .5rem; }
.thimix-hero p { opacity: .9; margin: 0 0 1.25rem; }

.thimix-pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.thimix-plan { border: 1px solid #e5e7eb; border-radius: 10px; padding: 1.25rem; background: #fff; }
.thimix-plan-name { color: #6b7280; font-size: .875rem; }
.thimix-plan-price { font-size: 2rem; font-weight: 700; margin: .25rem 0 .75rem; }
.thimix-plan ul { list-style: none; padding: 0; margin: 0; }
.thimix-plan li { padding: .25rem 0; color: #374151; }
.thimix-plan li::before { content: "✓ "; color: #10b981; font-weight: 700; }

.thimix-testimonial {
  border-left: 4px solid #4f46e5;
  padding: .5rem 1rem;
  margin: 1rem 0;
  font-style: italic;
}
.thimix-testimonial footer { font-style: normal; color: #6b7280; font-size: .875rem; margin-top: .5rem; }

.thimix-accordion { border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; }
.thimix-accordion details { padding: .75rem 1rem; border-bottom: 1px solid #e5e7eb; }
.thimix-accordion details:last-child { border-bottom: 0; }
.thimix-accordion summary { font-weight: 600; cursor: pointer; }

.thimix-pro-locked {
  padding: 1rem;
  border: 1px dashed #f59e0b;
  background: #fffbeb;
  color: #92400e;
  border-radius: 8px;
}
