.tools-follower-page {
  padding-bottom: 3rem;
}

/* ----- Hero: compact so the tool reads as the focus ----- */
.tools-follower-hero {
  padding: 1.75rem 0 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.tools-follower-hero h1 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #141826;
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .tools-follower-hero h1 {
    font-size: 1.875rem;
  }
}

.tools-follower-hero .tools-follower-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tools-follower-lead {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #5c6470;
  max-width: none;
  width: 100%;
}

.tools-follower-lead strong {
  color: #3d4454;
  font-weight: 600;
}

/* ----- Primary tool block ----- */
.tools-follower-tool {
  padding-top: 2rem;
  padding-bottom: 0.25rem;
}

.tools-follower-tool h2 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #0f1419;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .tools-follower-tool h2 {
    font-size: 1.625rem;
  }
}

.tools-follower-tool-intro {
  font-size: 1rem;
  line-height: 1.6;
  color: #4b5568;
  margin-bottom: 0;
  max-width: none;
  width: 100%;
}

.tools-follower-tool-intro code {
  font-size: 0.9em;
  padding: 0.1em 0.35em;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  color: #2d3748;
}

.tools-follower-card {
  background: #fff;
  border: 1px solid #e2e6ee;
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  margin-top: 1.5rem;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

@media (min-width: 768px) {
  .tools-follower-card {
    padding: 1.75rem 1.75rem;
  }
}

.tools-follower-upload-label {
  display: block;
  cursor: pointer;
  margin: 0;
}

.tools-follower-upload-zone {
  border: 2px dashed #a8b8d0;
  border-radius: 10px;
  padding: 2rem 1.25rem;
  text-align: center;
  background: #f8f9fc;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.tools-follower-upload-zone:hover,
.tools-follower-upload-label:focus-within .tools-follower-upload-zone {
  border-color: #0095f6;
  background: #f0f7ff;
}

.tools-follower-upload-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0f1419;
}

.tools-follower-upload-hint {
  font-size: 0.875rem;
  line-height: 1.45;
  color: #6b7280;
}

.tools-follower-upload-hint code {
  font-size: 0.92em;
  padding: 0.08em 0.3em;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  color: #374151;
}

.tools-follower-card .btn {
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 1.15rem;
  border-radius: 8px;
}

.tools-follower-card .btn-primary {
  font-size: 1.0625rem;
  padding: 0.55rem 1.35rem;
}

#follower-convert-status {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.follower-tool-status--muted {
  color: #5c6470;
}

.follower-tool-status--ok {
  color: #166534;
}

.follower-tool-status--err {
  color: #b91c1c;
}

.follower-tool-warn {
  color: #6d4c41;
  font-size: 0.875rem;
}

.tools-follower-privacy-note {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #6b7280;
  margin-top: 1rem;
  padding: 0.65rem 0.85rem;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #eef0f4;
}

.tools-follower-privacy-note strong {
  font-weight: 600;
  color: #4b5563;
}

/* ----- Supporting sections (lighter hierarchy) ----- */
.tools-follower-support {
  padding-top: 1.75rem;
  padding-bottom: 0.35rem;
}

.tools-follower-support h2 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.35;
  color: #1a1a2e;
  margin-bottom: 0.85rem;
}

@media (min-width: 768px) {
  .tools-follower-support h2 {
    font-size: 1.35rem;
  }
}

.tools-follower-support p,
.tools-follower-support li {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #5c6470;
}

.tools-follower-support p {
  margin-bottom: 0.65rem;
}

.tools-follower-support strong {
  font-weight: 600;
  color: #3d4454;
}

.tools-follower-support em {
  color: #4b5563;
}

.tools-follower-support code {
  font-size: 0.88em;
  padding: 0.1em 0.35em;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
  color: #374151;
}

.tools-follower-support a {
  font-weight: 500;
}

.tools-follower-ol {
  margin-bottom: 0.75rem;
  padding-left: 1.2rem;
}

.tools-follower-ol li {
  margin-bottom: 0.4rem;
  padding-left: 0.25rem;
}

.tools-follower-support ul {
  margin-bottom: 0.65rem;
  padding-left: 1.2rem;
}

.tools-follower-support ul li {
  margin-bottom: 0.35rem;
}

/* ----- FAQ (compact; accordion chrome from faq.css) ----- */
.tools-follower-faq-wrap {
  padding-top: 2rem;
}

.tools-follower-faq-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #1a1a2e;
}

@media (min-width: 768px) {
  .tools-follower-faq-title {
    font-size: 1.75rem;
  }
}

.tools-follower-faq-dek {
  font-size: 0.9375rem;
  line-height: 1.5;
}

.tools-follower-page #faqAccordion .card-header .btn-link {
  font-size: 1.0625rem;
  font-weight: 600;
  padding: 16px 52px 16px 18px;
}

.tools-follower-page #faqAccordion .card-body {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #5c6470;
  padding: 0 18px 18px 18px;
}

.tools-follower-page #faqAccordion .card-body code {
  font-size: 0.9em;
}

/* ----- Bottom product CTA ----- */
.tools-follower-bottom-cta .tools-follower-cta-headline {
  font-size: 1.625rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  max-width: 22em;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

@media (min-width: 768px) {
  .tools-follower-bottom-cta .tools-follower-cta-headline {
    font-size: 2rem;
  }
}
