/* FeedPilot static site */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body.fp-body { margin: 0; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

.fp-page img:not(.fp-logo-img) { max-width: 100%; height: auto; }

.fp-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.fp-logo--footer {
  display: inline-flex;
}

.fp-logo-img {
  display: block;
  height: 34px;
  width: auto;
  max-width: min(140px, 32vw);
  object-fit: contain;
}

.fp-logo-img--footer {
  height: 28px;
  max-width: 140px;
}

[data-reveal]:not([data-shown]) { opacity: 0; transform: translateY(22px); }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}

.fp-faq-item summary::-webkit-details-marker { display: none; }
.fp-faq-item[open] .fp-faq-icon {
  transform: rotate(45deg);
  background: #7C3AED !important;
  color: #fff !important;
  border-color: #7C3AED !important;
}

.fp-input:focus, .fp-area:focus {
  outline: none;
  border-color: #7C3AED !important;
  box-shadow: 0 0 0 3px rgba(124,58,237,0.25) !important;
}

@media (max-width: 640px) {
  .fp-page [style*="padding:56px 22px"] { padding-left: 16px !important; padding-right: 16px !important; }
}
