/* ---------- Hero ---------- */
.faq-hero-section {
  position: relative;
  padding: 90px 0 60px;
  text-align: center;
  overflow: hidden;
  background: #000;
}
.faq-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  opacity: 0.35;
}
.hero-section1 {
    background: var(--card-blue1) !important;
}
.faq-glow-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #ffca40 0%, transparent 70%);
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}
.faq-glow-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #0f4d3c 0%, transparent 70%);
  bottom: 0;
  right: 10%;
}
.faq-hero-container {
  position: relative;
  z-index: 1;
}

.faq-badge {
 display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(236, 153, 229, 0.08);
    border: 1px solid rgba(230, 53, 247, 0.22);
    padding: 7px 20px;
    border-radius: 100px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgb(233, 52, 233);
    margin-bottom: 30px;
}
.faq-badge-dot {
  width: 7px;
  height: 7px;
  background: purple;
  border-radius: 50%;
  animation: faqPulse 1.5s ease-in-out infinite;
}

.faq-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  color: black;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}
.faq-hero-accent {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.faq-hero-subtitle {
  color: black;
  font-size: 1.1rem;
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

.faq-hero-stats {
  display: inline-flex;
  gap: 32px;
  padding: 16px 32px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
    text-align: center;
    border-color: rgba(245, 153, 245, 0.2);
    background: rgba(167, 139, 250, 0.06);
    border: 1px solid rgba(245, 153, 245, 0.2);
}
.faq-stat {
  text-align: center;
}
.faq-stat-num {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;

}
.faq-stat-label {
  font-size: 11px;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.faq-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.12);
}

/* ---------- Generator Section ---------- */
.faq-generator-section {
  background: #000;
  padding: 60px 0 80px;
}
.faq-generator-wrap {
  max-width: 780px;
  margin: 0 auto;
}

/* ---------- Limit Banner ---------- */
.faq-limit-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(
    135deg,
    rgba(255, 80, 80, 0.12),
    rgba(255, 80, 80, 0.05)
  );
  border: 1px solid rgba(255, 80, 80, 0.3);
  border-radius: 14px;
  padding: 18px 24px;
  margin-bottom: 24px;
  animation: faqSlideDown 0.4s ease;
}
.faq-limit-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.faq-limit-text {
  flex: 1;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
}
.faq-limit-text strong {
  color: #ff6b6b;
}
.faq-limit-btn {
  background: linear-gradient(to right, #ffca40, #f5c036);
  color: #000;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.faq-limit-btn:hover {
  opacity: 0.85;
}

/* ---------- Usage Bar ---------- */
.faq-usage-bar {
  margin-bottom: 20px;
}
.faq-usage-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color:black;
  margin-bottom: 8px;
}
.faq-usage-icon {
  font-size: 14px;
}
.faq-usage-count {
  margin-left: auto;
  font-weight: 600;
}
.faq-usage-track {
  height: 4px;
  background: rgba(19, 18, 18, 0.08);
  border-radius: 100px;
  overflow: hidden;
}
.faq-usage-fill {
  height: 100%;
  background: linear-gradient(to right, #ffca40, #f1fc59);
  border-radius: 100px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Form Card ---------- */
.faq-form-card {
  background: var(--card-blue1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transition: border-color 0.3s;
}
.faq-form-card:hover {
  border-color: rgba(255, 202, 64, 0.2);
}

.faq-form-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.faq-bot-avatar {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #1a1a1a, #0f4d3c);
  border: 2px solid rgba(255, 202, 64, 0.3);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.faq-bot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-bot-fallback {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-form-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: black;
  margin: 0;
}
.faq-form-sub {
  font-size: 0.82rem;
  color: black;
  margin: 3px 0 0;
}

/* ---------- Form Fields ---------- */
.faq-field-group {
  margin-bottom: 20px;
}
.faq-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color:black;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}
.faq-label-icon {
  font-size: 14px;
}

.faq-textarea-wrap {
  position: relative;
}
.faq-textarea {
  width: 100%;
  background:white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color:black;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  padding: 16px 18px;
  resize: vertical;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
  outline: none;
}
.faq-textarea::placeholder {
  color: black;
}
.faq-textarea:focus {
  border-color: black;
  box-shadow: 0 0 0 3px rgba(255, 202, 64, 0.08);
}
.faq-char-count {
  position: absolute;
  bottom: 10px;
  right: 14px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

.faq-options-row {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.faq-field-half {
  flex: 1;
}

.faq-select-wrap {
  position: relative;
}
.faq-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid black;
  border-radius: 12px;
  color: black;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  padding: 13px 42px 13px 16px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.25s;
}
.faq-select:focus {
  border-color: rgba(5, 5, 5, 0.5);
}
.faq-select option {
  background: white;
}
.faq-select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  font-size: 12px;
}

/* ---------- Generate Button ---------- */
.faq-generate-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 800;
  border: none;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    opacity 0.2s;
  box-shadow: 0 4px 20px rgba(255, 202, 64, 0.25);
  position: relative;
  overflow: hidden;
}
.faq-generate-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(-100%);
  transition: transform 0.4s;
}
.faq-generate-btn:hover::before {
  transform: translateX(100%);
}
.faq-generate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 202, 64, 0.4);
}
.faq-generate-btn:active {
  transform: translateY(0);
}
.faq-generate-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.faq-btn-icon {
  font-size: 16px;
}

/* ---------- Loader ---------- */
.faq-loader-wrap {
  margin-top: 24px;
}
.faq-loader-card {
  background: #0d0d0d;
  border: 1px solid rgba(255, 202, 64, 0.15);
  border-radius: 20px;
  padding: 40px 36px;
  text-align: center;
  animation: faqSlideDown 0.4s ease;
}

.faq-loader-bot {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-loader-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  animation: faqSpin 2s linear infinite;
}
.faq-loader-ring:nth-child(1) {
  width: 90px;
  height: 90px;
  border-top-color: #ffca40;
  border-right-color: rgba(255, 202, 64, 0.3);
}
.faq-ring-2 {
  width: 70px;
  height: 70px;
  border-top-color: #f1fc59;
  border-left-color: rgba(241, 252, 89, 0.3);
  animation-direction: reverse;
  animation-duration: 1.5s;
}
.faq-ring-3 {
  width: 50px;
  height: 50px;
  border-top-color: rgba(255, 202, 64, 0.6);
  animation-duration: 1s;
}
.faq-loader-bot-face {
  font-size: 1.6rem;
  z-index: 1;
  animation: faqBounce 1s ease-in-out infinite alternate;
}

.faq-loader-headline {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.faq-loader-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 28px;
}
.faq-loader-dots span {
  width: 7px;
  height: 7px;
  background: rgba(255, 202, 64, 0.5);
  border-radius: 50%;
  animation: faqDotPulse 1.4s ease-in-out infinite;
}
.faq-loader-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.faq-loader-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

.faq-loader-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  max-width: 320px;
  margin: 0 auto;
}
.faq-step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s;
}
.faq-step.active {
  background: rgba(255, 202, 64, 0.07);
  border-color: rgba(255, 202, 64, 0.2);
}
.faq-step.done {
  background: rgba(15, 77, 60, 0.2);
  border-color: rgba(15, 77, 60, 0.4);
}
.faq-step-icon {
  font-size: 1rem;
}
.faq-step-label {
  flex: 1;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.faq-step.active .faq-step-label {
  color: rgba(255, 255, 255, 0.9);
}
.faq-step.done .faq-step-label {
  color: rgba(255, 255, 255, 0.6);
}
.faq-step-status {
  font-size: 13px;
}

/* ---------- Error ---------- */
.faq-error-card {
  background: rgba(255, 80, 80, 0.07);
  border: 1px solid rgba(255, 80, 80, 0.2);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  margin-top: 24px;
  animation: faqSlideDown 0.3s ease;
}
.faq-error-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 12px;
}
.faq-error-msg {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-bottom: 16px;
}
.faq-retry-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.faq-retry-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* ---------- Results ---------- */
.faq-results-wrap {
  margin-top: 24px;
  animation: faqSlideDown 0.4s ease;
}

.faq-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.faq-results-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.faq-results-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(15, 77, 60, 0.3);
  border: 1px solid rgba(15, 77, 60, 0.5);
  color: #4cffb5;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 100px;
}
.faq-results-info {
  display: flex;
  gap: 8px;
}
.faq-tag {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 100px;
}

.faq-results-actions {
  display: flex;
  gap: 10px;
}
.faq-action-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.faq-action-btn:hover {
  background: rgba(255, 202, 64, 0.1);
  border-color: rgba(255, 202, 64, 0.3);
  color: #ffca40;
}

/* ---------- FAQ List / Accordion ---------- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  overflow: hidden;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
  animation: faqItemIn 0.4s ease both;
}
.faq-item:hover {
  border-color: rgba(255, 202, 64, 0.2);
}
.faq-item.open {
  border-color: rgba(255, 202, 64, 0.3);
  box-shadow: 0 4px 24px rgba(255, 202, 64, 0.08);
}

.faq-item-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 22px;
  cursor: pointer;
  user-select: none;
}
.faq-item-num {
  width: 28px;
  height: 28px;
  background: linear-gradient(
    135deg,
    rgba(255, 202, 64, 0.15),
    rgba(255, 202, 64, 0.05)
  );
  border: 1px solid rgba(255, 202, 64, 0.25);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #ffca40;
  flex-shrink: 0;
  margin-top: 1px;
}
.faq-item-question {
  flex: 1;
  font-size: 14.5px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}
.faq-item-toggle {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
  transition:
    transform 0.25s,
    background 0.25s;
}
.faq-item.open .faq-item-toggle {
  transform: rotate(180deg);
  background: rgba(255, 202, 64, 0.15);
  color: #ffca40;
}

.faq-item-body {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
}
.faq-item-body.open {
  max-height: 400px;
  padding-bottom: 20px;
}
.faq-item-answer {
  padding: 0 22px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 16px;
}

.faq-item-footer {
  padding: 0 22px 16px;
  display: flex;
  justify-content: flex-end;
}
.faq-copy-btn {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  font-family: "Nunito Sans", sans-serif;
  transition:
    color 0.2s,
    background 0.2s;
}
.faq-copy-btn:hover {
  color: #ffca40;
  background: rgba(255, 202, 64, 0.08);
}

/* Regenerate Row */
.faq-regenerate-row {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.faq-regenerate-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.faq-regenerate-btn:hover {
  background: rgba(255, 202, 64, 0.08);
  border-color: rgba(255, 202, 64, 0.25);
  color: #ffca40;
}

/* ---------- CTA Section ---------- */
.faq-cta-section {
  background: #000;
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.faq-cta-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 202, 64, 0.07) 0%,
    transparent 70%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.faq-cta-inner {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto 64px;
}
.faq-cta-eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.faq-cta-title {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: black;
  line-height: 1.2;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}
.faq-cta-accent {

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.faq-cta-desc {
  color:black;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 36px;
}

.faq-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.faq-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(255, 202, 64, 0.3);
}
.faq-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 202, 64, 0.45);
  color: #0d0d0d;
  text-decoration: none;
}
.faq-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 77, 60, 0.4);
  border: 1px solid rgba(15, 77, 60, 0.7);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s;
}
.faq-cta-secondary:hover {
  background: rgba(15, 77, 60, 0.65);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}
.faq-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(29, 28, 28, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: black;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s;
}
.faq-cta-ghost:hover {
  background: rgba(53, 52, 52, 0.09);
  color:black;
  text-decoration: none;
  transform: translateY(-2px);
}
.faq-cta-btn-icon {
  font-size: 15px;
}

.faq-cta-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.faq-pill {
  font-size: 12px;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
}

/* Feature Grid */
.faq-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  position: relative;
  z-index: 1;
}
.faq-feature-card {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 28px;
  transition: all 0.3s;
}
.faq-feature-card:hover {
  border-color: rgba(255, 202, 64, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}
.faq-feature-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}
.faq-feature-title {
  font-size: 15px;
  font-weight: 700;
  color: black;
  margin-bottom: 10px;
}
.faq-feature-desc {
  font-size: 13px;
  color: black;
  line-height: 1.7;
  margin-bottom: 16px;
}
.faq-feature-link {
  font-size: 13px;
  font-weight: 700;
  color: purple;
  text-decoration: none;
  transition: gap 0.2s;
}
.faq-feature-link:hover {
  text-decoration: none;
}

/* ---------- Animations ---------- */
@keyframes faqPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
@keyframes faqSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes faqBounce {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes faqDotPulse {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes faqSlideDown {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes faqItemIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Toast ---------- */
.faq-toast {
  position: fixed;
  bottom: 28px;
  right: 28px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 202, 64, 0.3);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  animation: faqSlideDown 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .faq-form-card {
    padding: 24px 18px;
  }
  .faq-options-row {
    flex-direction: column;
    gap: 0;
  }
  .faq-hero-stats {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }
  .faq-stat-divider {
    width: 60px;
    height: 1px;
  }
  .faq-results-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .faq-cta-buttons {
    flex-direction: column;
  }
  .faq-cta-primary,
  .faq-cta-secondary,
  .faq-cta-ghost {
    width: 100%;
    justify-content: center;
  }
  .faq-loader-card {
    padding: 30px 18px;
  }
  .faq-limit-banner {
    flex-wrap: wrap;
  }
}

/* ─────────────────────────────────────────
         BREADCRUMB
      ───────────────────────────────────────── */
.faq-breadcrumb {
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  padding: 11px 0;
}
.faq-bc-inner {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.32);
  flex-wrap: wrap;
}
.faq-bc-inner a {
  color: rgba(255, 255, 255, 0.36);
  text-decoration: none;
  transition: color 0.18s;
}
.faq-bc-inner a:hover {
  color: #ffca40;
  text-decoration: none;
}
.faq-bc-sep {
  opacity: 0.35;
}
.faq-bc-cur {
  color: #ffca40;
  font-weight: 700;
}

/* ─────────────────────────────────────────
         SHARED SEO SECTION UTILITIES
      ───────────────────────────────────────── */
.seo-sec {
  padding: 80px 0;
  background: #000;
}
.seo-sec-alt {
  background: #070707;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.seo-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.seo-h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  font-weight: 800;
  color: black;
  line-height: 1.16;
  margin-bottom: 15px;
  letter-spacing: -0.4px;
}
.seo-h2-accent {

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.seo-lead {
  color: black;
  font-size: 0.97rem;
  line-height: 1.9;
  max-width: 660px;
  margin-bottom: 0;
}

/* ─────────────────────────────────────────
         HOW IT WORKS
      ───────────────────────────────────────── */
.hiw-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 52px;
  position: relative;
}
/* connecting dotted line between cards on desktop */
.hiw-grid::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(255, 202, 64, 0.18) 15%,
    rgba(255, 202, 64, 0.18) 85%,
    transparent 100%
  );
  z-index: 0;
}
.hiw-card {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 30px 26px 28px;
  position: relative;
  z-index: 1;
  transition: all 0.28s;
  text-align: center;
}
.hiw-card:hover {
  border-color: rgba(255, 202, 64, 0.25);
  transform: translateY(-5px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.48);
}
.hiw-step-circle {
  width: 52px;
  height: 52px;
  background: linear-gradient(
    135deg,
    rgba(255, 202, 64, 0.15),
    rgba(255, 202, 64, 0.04)
  );
  border: 1px solid rgba(255, 202, 64, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 1.4rem;
  position: relative;
}
.hiw-step-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  background: #ffca40;
  color: #000;
  font-size: 9px;
  font-weight: 900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiw-card-title {
  font-size: 0.92rem;
  font-weight: 800;
  color: black;
  margin-bottom: 9px;
}
.hiw-card-desc {
  font-size: 12.5px;
  color: black;
  line-height: 1.82;
  margin: 0;
}

/* ─────────────────────────────────────────
         USE CASES
      ───────────────────────────────────────── */
.uc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  margin-top: 50px;
}
.uc-card {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 26px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: all 0.26s;
}
.uc-card:hover {
  border-color: rgba(255, 202, 64, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.42);
}
.uc-ico {
  width: 46px;
  height: 46px;
  background: linear-gradient(
    135deg,
    rgba(255, 202, 64, 0.12),
    rgba(255, 202, 64, 0.04)
  );
  border: 1px solid rgba(255, 202, 64, 0.18);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.uc-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: black;
  margin-bottom: 7px;
}
.uc-desc {
  font-size: 12.5px;
  color: black;
  line-height: 1.78;
  margin: 0;
}

/* ─────────────────────────────────────────
         TIPS / BEST PRACTICES
      ───────────────────────────────────────── */
.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 48px;
}
.tip-card {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 24px;
  transition: border-color 0.22s;
}
.tip-card:hover {
  border-color: rgba(255, 202, 64, 0.18);
}
.tip-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: rgba(220, 94, 236, 0.1);
  border: 1px solid rgba(255, 202, 64, 0.22);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
  color: purple;
  margin-bottom: 12px;
}
.tip-title {
  font-size: 0.88rem;
  font-weight: 800;
  color: black;
  margin-bottom: 8px;
}
.tip-desc {
  font-size: 12.5px;
  color: black;
  line-height: 1.78;
  margin: 0;
}

/* ─────────────────────────────────────────
         PAGE FAQ (SEO ACCORDION)
      ───────────────────────────────────────── */
.page-faq-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.page-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 46px;
}
.pfaq-item {
  background: var(--card-blue1);
  border: 1px solid black;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.22s;
}
.pfaq-item.open {
  border-color: black;
}
.pfaq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  font-weight: 700;
  color: black;
}
.pfaq-arrow {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.38);
  flex-shrink: 0;
  transition:
    transform 0.25s,
    background 0.2s,
    color 0.2s;
}
.pfaq-item.open .pfaq-arrow {
  transform: rotate(180deg);
  background: rgba(255, 202, 64, 0.12);
  color: #ffca40;
}
.pfaq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.36s ease;
  font-size: 13.5px;
  color: black;
  line-height: 1.88;
}
.pfaq-body-inner {
  padding: 14px 22px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.pfaq-item.open .pfaq-body {
  max-height: 360px;
}

/* ─────────────────────────────────────────
         OTHER AI TOOLS SECTION
      ───────────────────────────────────────── */
.tools-sec {
  padding: 80px 0;
  background: #040404;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.tools-header {
  margin-bottom: 52px;
}
.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  gap: 15px;
}
.tool-card {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  padding: 22px 20px 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  transition: all 0.26s;
  position: relative;
  overflow: hidden;
}
.tool-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: purple;
  transform: scaleX(0);
  transition: transform 0.26s;
}
.tool-card:hover {
  border-color: rgba(255, 202, 64, 0.28);
  transform: translateY(-5px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.tool-card:hover::after {
  transform: scaleX(1);
}
.tool-card-ico {
  width: 44px;
  height: 44px;
  background: linear-gradient(
    135deg,
    rgba(255, 202, 64, 0.1),
    rgba(255, 202, 64, 0.03)
  );
  border: 1px solid rgba(255, 202, 64, 0.14);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.tool-card-name {
  font-size: 0.875rem;
  font-weight: 800;
  color: black;
  line-height: 1.35;
}
.tool-card-desc {
  font-size: 12px;
  color: black;
  line-height: 1.68;
  flex: 1;
  margin: 0;
}
.tool-card-cta {
  font-size: 11.5px;
  font-weight: 800;
  color: purple;
  opacity: 0;
  transform: translateX(-4px);
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.tool-card:hover .tool-card-cta {
  opacity: 1;
  transform: translateX(0);
}
/* Current page card */
.tool-card-current {
  border-color: rgba(255, 202, 64, 0.28) !important;
  background: rgba(255, 202, 64, 0.04) !important;
  pointer-events: none;
}
.tool-card-current::after {
  transform: scaleX(1) !important;
}
.tool-card-badge {
  position: absolute;
  top: 11px;
  right: 11px;
  background: rgba(220, 142, 240, 0.14);
  border: 1px solid rgba(255, 202, 64, 0.28);
  color: purple;
  font-size: 8.5px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 100px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ================================================================
   AFTER RESULTS CTA
================================================================ */

.tg-after-cta {
  margin-bottom: 10px;
  margin-top: 10px;
  animation: tgSlideIn 0.4s ease;
}

.tg-after-cta-inner {
  background: linear-gradient(
    145deg,
    rgba(15, 77, 60, 0.25),
    rgba(255, 202, 64, 0.05)
  );
  border: 1px solid rgba(255, 202, 64, 0.25);
  border-radius: 22px;
  padding: 42px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tg-after-cta-inner::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(255, 202, 64, 0.15) 0%,
    transparent 70%
  );
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(80px);
  pointer-events: none;
}

.tg-after-badge {
  display: inline-block;
  background: rgba(255, 202, 64, 0.12);
  border: 1px solid rgba(255, 202, 64, 0.3);
  color: #ffca40;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 100px;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.tg-after-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 14px;
}

.tg-after-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  max-width: 560px;
  margin: 0 auto 28px;
  line-height: 1.8;
}

.tg-after-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.tg-after-btn-primary {
  background: linear-gradient(
    to right,
    #ffe550 0%,
    #f1fc59 50%,
    #fdfc47 100%
  );
  color: #000;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s;
  box-shadow: 0 8px 24px rgba(255, 202, 64, 0.3);
}

.tg-after-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(255, 202, 64, 0.45);
  color: #000;
}

.tg-after-btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.25s;
}

.tg-after-btn-outline:hover {
  border-color: #ffca40;
  color: #ffca40;
}

.tg-after-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.28);
}
