/* ══════════════════════════════════════════════════
       QA TOOL — PREMIUM DARK THEME STYLES
       Font: Playfair Display (display) + Nunito Sans (body)
    ══════════════════════════════════════════════════ */
:root {
  --q-gold: #ffca40;
  --q-gold-lt: #f5f07a;
  --q-gold-grad: linear-gradient(135deg, #ffe550 0%, #f1fc59 55%, #fdfc47 100%);
  --q-green: #0f4d3c;
  --q-bg: #000000;
  --q-surf: #0b0b0b;
  --q-surf2: #101010;
  --q-surf3: #141414;
  --q-border: rgba(255, 255, 255, 0.07);
  --q-border-g: rgba(255, 202, 64, 0.22);
  --q-txt: #ffffff;
  --q-txt-d: rgba(255, 255, 255, 0.55);
  --q-txt-f: rgba(255, 255, 255, 0.28);
  --q-green-glow: rgba(15, 77, 60, 0.35);
  --q-red: #ff5f5f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

/* ── Breadcrumb ── */
.qa-crumb {
  background: var(--q-bg);
  border-bottom: 1px solid var(--q-border);
  padding: 13px 0;
}
.qa-crumb-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--q-txt-f);
}
.qa-crumb-row a {
  color: black;
  text-decoration: none;
  transition: color 0.2s;
}
.qa-crumb-row a:hover {
      color: rgb(241, 75, 241);
    font-weight: 600;
}
.qa-crumb-row .qa-cur {
    color: rgb(241, 75, 241);
    font-weight: 600;
}

/* ══════════════════════════════════════════════════
       HERO
    ══════════════════════════════════════════════════ */
.qa-hero {
  background: var(--q-bg);
  position: relative;
  overflow: hidden;
  padding: 96px 0 80px;
  text-align: center;
}

/* Animated particle dots bg */
.qa-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.qa-dot {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 202, 64, 0.18);
  animation: qaDotFloat linear infinite;
}
.hero-section1 {
    background: var(--card-blue1) !important;
}
.qa-hero-bg .qa-dot:nth-child(1) {
  width: 4px;
  height: 4px;
  top: 20%;
  left: 8%;
  animation-duration: 18s;
}
.qa-hero-bg .qa-dot:nth-child(2) {
  width: 6px;
  height: 6px;
  top: 60%;
  left: 3%;
  animation-duration: 22s;
  animation-delay: -4s;
}
.qa-hero-bg .qa-dot:nth-child(3) {
  width: 3px;
  height: 3px;
  top: 35%;
  left: 15%;
  animation-duration: 16s;
  animation-delay: -8s;
}
.qa-hero-bg .qa-dot:nth-child(4) {
  width: 5px;
  height: 5px;
  top: 75%;
  left: 88%;
  animation-duration: 20s;
  animation-delay: -2s;
}
.qa-hero-bg .qa-dot:nth-child(5) {
  width: 4px;
  height: 4px;
  top: 18%;
  left: 92%;
  animation-duration: 25s;
  animation-delay: -10s;
}
.qa-hero-bg .qa-dot:nth-child(6) {
  width: 7px;
  height: 7px;
  top: 50%;
  left: 80%;
  animation-duration: 14s;
  animation-delay: -5s;
}
.qa-hero-bg .qa-dot:nth-child(7) {
  width: 3px;
  height: 3px;
  top: 85%;
  left: 50%;
  animation-duration: 19s;
  animation-delay: -12s;
}
.qa-hero-bg .qa-dot:nth-child(8) {
  width: 5px;
  height: 5px;
  top: 10%;
  left: 55%;
  animation-duration: 17s;
  animation-delay: -7s;
}

/* Glows */
.qa-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.qa-glow-top {
  width: 700px;
  height: 320px;
  background: radial-gradient(
    ellipse,
    rgba(255, 202, 64, 0.14) 0%,
    transparent 70%
  );
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.qa-glow-left {
  width: 240px;
  height: 240px;
  background: radial-gradient(
    circle,
    rgba(15, 77, 60, 0.3) 0%,
    transparent 70%
  );
  bottom: 0;
  left: 5%;
}
.qa-glow-right {
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(15, 77, 60, 0.25) 0%,
    transparent 70%
  );
  bottom: 20px;
  right: 5%;
}

.qa-hero-inner {
  position: relative;
  z-index: 2;
}

.qa-hero-badge {
  display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 22px;
    border-radius: 100px;
    margin-bottom: 28px;
    background: rgba(236, 153, 229, 0.08);
    border: 1px solid rgba(230, 53, 247, 0.22);
    text-transform: uppercase;
    color: rgb(233, 52, 233);
    margin-bottom: 30px;
}
.qa-badge-live {
  display: flex;
  align-items: center;
  gap: 5px;
}
.qa-live-dot {
  width: 7px;
  height: 7px;
  background: rgb(233, 52, 233);
  border-radius: 50%;
  animation: qaLivePulse 1.4s ease-in-out infinite;
}

.qa-hero-h1 {
  font-size: clamp(1.6rem, 4.8vw, 3.4rem);
  font-weight: 700;
  color: var(--q-txt);
  line-height: 1.12;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
  color: black;
}

.qa-gold-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.qa-hero-p {
  font-size: 1.06rem;
  color: black;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.85;
}

/* Animated example questions */
.qa-demo-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.qa-demo-q {
  background: rgba(235, 137, 238, 0.04);
  border: 1px solid rgba(252, 65, 227, 0.08);
  color: rgb(241, 93, 241);
  font-size: 12px;
  padding: 7px 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.22s;
  animation: qaFadeUp 0.5s ease both;
}
.qa-demo-q:hover {
  transform: translateY(-2px);
}

/* Stats */
.qa-stat-row {
  display: inline-flex;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--q-border);
  border-radius: 16px;
  overflow: hidden;
}
.qa-stat {
  border-right: 1px solid var(--q-border);
  padding: 15px 26px;
    text-align: center;
    border-right: 1px solid var(--lg-border);
    border-color: rgba(245, 153, 245, 0.2);
    background: rgba(167, 139, 250, 0.06);
    border: 1px solid rgba(245, 153, 245, 0.2);
}
.qa-stat:last-child {
  border-right: none;
}
.qa-stat-n {
  display: block;
  font-size: 1.5rem;
  color: var(--q-gold);
  line-height: 1;
  margin-bottom: 4px;
}
.qa-stat-l {
  font-size: 10.5px;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* ══════════════════════════════════════════════════
       DAILY LIMIT BANNER (top of tool)
    ══════════════════════════════════════════════════ */
.qa-limit-section {
  background: var(--q-bg);
  padding: 0 0 24px;
}
.qa-limit-card {
  max-width: 860px;
  margin: 0 auto;
  background: linear-gradient(
    135deg,
    rgba(255, 202, 64, 0.06) 0%,
    rgba(15, 77, 60, 0.08) 100%
  );
  border: 1px solid rgba(255, 202, 64, 0.15);
  border-radius: 18px;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.qa-limit-icon {
  font-size: 2.2rem;
  flex-shrink: 0;
}
.qa-limit-body {
  flex: 1;
}
.qa-limit-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: black;
  margin-bottom: 10px;
}

/* Progress bar */
.qa-limit-bar-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
.qa-limit-track {
  flex: 1;
  height: 8px;
  background: rgba(49, 49, 49, 0.07);
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
.qa-limit-fill {
  height: 100%;
  background: var(--q-gold-grad);
  border-radius: 100px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.qa-limit-label {
  font-size: 13px;
  font-weight: 800;
  color: var(--q-gold);
  white-space: nowrap;
  min-width: 72px;
  text-align: right;
}
.qa-limit-sub {
  font-size: 11.5px;
  color: black;
  margin-top: 7px;
}
/* Upgrade pill */
.qa-upgrade-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 900;
  font-size: 12.5px;
  padding: 9px 22px;
  border-radius: 100px;
  text-decoration: none;
  flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(255, 202, 64, 0.3);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.qa-upgrade-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(255, 202, 64, 0.45);
  color: #050505;
  text-decoration: none;
}

/* Hard limit banner */
.qa-hard-limit {
  display: none;
  max-width: 860px;
  margin: 0 auto 0;
  background: rgba(255, 95, 95, 0.07);
  border: 1px solid rgba(255, 95, 95, 0.25);
  border-radius: 14px;
  padding: 18px 24px;
  display: none;
  align-items: center;
  gap: 14px;
  animation: qaFadeUp 0.3s ease;
}
.qa-hard-limit-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.qa-hard-limit p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.8);
  flex: 1;
}
.qa-hard-limit p strong {
  color: var(--q-red);
}
.qa-hard-limit a {
  background: var(--q-gold-grad);
  color: #000;
  font-weight: 800;
  font-size: 12px;
  padding: 8px 20px;
  border-radius: 100px;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.qa-hard-limit a:hover {
  opacity: 0.85;
  color: #000;
}

/* ══════════════════════════════════════════════════
       MAIN TOOL CARD
    ══════════════════════════════════════════════════ */
.qa-tool-section {
  background: var(--q-bg);
  padding: 0 0 80px;
}

.qa-tool-card {
  max-width: 860px;
  margin: 0 auto;
  background:black;
  border: 1px solid var(--q-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  transition: border-color 0.3s;
}
.qa-tool-card:focus-within {
  border-color: var(--q-border-g);
}

/* Card top bar */
.qa-card-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid var(--q-border);
}
.qa-tb-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.qa-tb-dot:nth-child(1) {
  background: #ff5f56;
}
.qa-tb-dot:nth-child(2) {
  background: #ffbd2d;
}
.qa-tb-dot:nth-child(3) {
  background: #27c93f;
}
.qa-tb-label {
  margin-left: 10px;
  font-size: 12px;
  color: var(--q-txt-f);
  font-weight: 600;
  letter-spacing: 0.3px;
}
.qa-tb-status {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #27c93f;
  font-weight: 700;
}
.qa-tb-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #27c93f;
  animation: qaLivePulse 1.8s ease-in-out infinite;
}

/* Input area */
.qa-input-zone {
  padding: 28px 28px 0;
  background: var(--card-blue1);
}

.qa-lang-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.qa-lang-label {
  font-size: 12px;
  font-weight: 700;
  color: black;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.qa-lang-select-wrap {
  position: relative;
}
.qa-lang-select {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: black;
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  padding: 8px 34px 8px 14px;
  appearance: none;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}
.qa-lang-select:focus {
  border-color: var(--q-border-g);
}
.qa-lang-select option {
  background-color:white;
}
.qa-lang-arr {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--q-txt-f);
  pointer-events: none;
  font-size: 11px;
}

/* Question textarea */
.qa-question-wrap {
  position: relative;
}
.qa-question-input {
  width: 100%;
  min-height: 130px;
  background: white;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: black;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  padding: 18px 20px 50px;
  resize: vertical;
  outline: none;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}
.qa-question-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
  font-size: 14.5px;
}
.qa-question-input:focus {
  border-color: rgba(255, 202, 64, 0.4);
  box-shadow: 0 0 0 4px rgba(255, 202, 64, 0.06);
}

/* Bottom bar inside textarea */
.qa-input-bar {
  position: absolute;
  bottom: 10px;
  left: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qa-char-indicator {
  font-size: 11px;
  color: var(--q-txt-f);
}
.qa-char-indicator.warn {
  color: var(--q-gold);
}
.qa-voice-hint {
  font-size: 11px;
  color: var(--q-txt-f);
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Ask button row */
.qa-action-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 28px 24px;
  flex-wrap: wrap;
  background: var(--card-blue1);
}

.qa-ask-btn {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 900;
  border: none;
  border-radius: 14px;
  padding: 15px 28px;
  cursor: pointer;
  letter-spacing: 0.2px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 4px 24px rgba(255, 202, 64, 0.28);
}
.qa-ask-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.22);
  transform: translateX(-108%) skewX(-18deg);
  transition: transform 0.55s;
}
.qa-ask-btn:hover::after {
  transform: translateX(112%) skewX(-18deg);
}
.qa-ask-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(255, 202, 64, 0.42);
}
.qa-ask-btn:active {
  transform: translateY(0);
}
.qa-ask-btn:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.qa-ask-btn:disabled::after {
  display: none;
}
.qa-btn-icon {
  font-size: 17px;
}

.qa-clear-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--q-txt-d);
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.qa-clear-btn:hover {
  background: rgba(255, 75, 75, 0.08);
  border-color: rgba(255, 75, 75, 0.2);
  color: #ff7a7a;
}

/* Divider */
.qa-divider {
  height: 1px;
  background: var(--q-border);
  margin: 0 28px;
}

/* ══════════════════════════════════════════════════
       ANSWER AREA
    ══════════════════════════════════════════════════ */
.qa-answer-zone {
  padding: 28px;
  background: var(--card-blue1);
}

/* Empty state */
.qa-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
  text-align: center;
}
.qa-empty-orb {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    rgba(255, 202, 64, 0.08),
    rgba(15, 77, 60, 0.12)
  );
  border: 1px solid rgba(255, 202, 64, 0.12);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 18px;
}
.qa-empty-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: black;
  margin-bottom: 8px;
}
.qa-empty-sub {
  font-size: 13px;
  color:black;
  line-height: 1.75;
  max-width: 380px;
}

/* ── LOADER ── */
.qa-loader {
  display: none;
  animation: qaFadeUp 0.3s ease;
}
.qa-loader-inner {
  background: var(--q-surf2);
  border: 1px solid rgba(255, 202, 64, 0.12);
  border-radius: 18px;
  padding: 32px 28px;
}

/* Typing animation header */
.qa-loader-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.qa-loader-bot {
  position: relative;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
.qa-lring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  animation: qaSpin linear infinite;
}
.qa-lring-1 {
  inset: 0;
  border-top-color: var(--q-gold);
  border-right-color: rgba(255, 202, 64, 0.2);
  animation-duration: 1.8s;
}
.qa-lring-2 {
  inset: 10px;
  border-top-color: var(--q-gold-lt);
  border-left-color: rgba(241, 252, 89, 0.2);
  animation-duration: 1.2s;
  animation-direction: reverse;
}
.qa-lring-core {
  position: absolute;
  inset: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  animation: qaFloat 1.2s ease-in-out infinite alternate;
}
.qa-loader-texts {
}
.qa-loader-phrase {
  font-size: 1.05rem;
  color: var(--q-txt);
  margin-bottom: 5px;
}
.qa-typing-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}
.qa-typing-dots span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--q-gold);
  animation: qaDot 1.3s ease-in-out infinite;
}
.qa-typing-dots span:nth-child(2) {
  animation-delay: 0.16s;
}
.qa-typing-dots span:nth-child(3) {
  animation-delay: 0.32s;
}

/* Skeleton lines */
.qa-skeleton {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qa-skel-line {
  height: 14px;
  border-radius: 7px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.04) 25%,
    rgba(255, 255, 255, 0.09) 50%,
    rgba(255, 255, 255, 0.04) 75%
  );
  background-size: 200% 100%;
  animation: qaSkelShimmer 1.5s ease infinite;
}
.qa-skel-line:nth-child(1) {
  width: 92%;
}
.qa-skel-line:nth-child(2) {
  width: 84%;
}
.qa-skel-line:nth-child(3) {
  width: 88%;
}
.qa-skel-line:nth-child(4) {
  width: 60%;
}

/* ── ERROR ── */
.qa-error-state {
  display: none;
  background: rgba(255, 75, 75, 0.06);
  border: 1px solid rgba(255, 75, 75, 0.2);
  border-radius: 16px;
  padding: 28px;
  text-align: center;
  animation: qaFadeUp 0.3s ease;
}
.qa-error-ico {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.qa-error-msg {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
}
.qa-retry {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--q-txt);
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 22px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.qa-retry:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ── ANSWER CARD ── */
.qa-answer-card {
  display: none;
  animation: qaFadeUp 0.45s ease;
}

/* Question echo */
.qa-q-echo {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 18px;
}
.qa-q-avatar {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: var(--q-txt-d);
}
.qa-q-bubble {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0 14px 14px 14px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--q-txt-d);
  line-height: 1.6;
  flex: 1;
}

/* Answer bubble */
.qa-a-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.qa-a-avatar {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #151515, #0f4d3c);
  border: 1.5px solid rgba(255, 202, 64, 0.28);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}
.qa-a-bubble {
  background: linear-gradient(
    135deg,
    rgba(255, 202, 64, 0.05) 0%,
    rgba(15, 77, 60, 0.06) 100%
  );
  border: 1px solid rgba(255, 202, 64, 0.12);
  border-radius: 14px 14px 14px 0;
  padding: 18px 20px;
  flex: 1;
}
.qa-a-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  font-weight: 800;
  color: var(--q-gold);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.qa-a-badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--q-gold);
}
.qa-a-text {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
  font-weight: 400;
}

/* Answer footer */
.qa-a-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.qa-a-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.qa-a-tag {
  font-size: 11px;
  color: var(--q-txt-f);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 3px 10px;
  border-radius: 100px;
}
.qa-a-btns {
  display: flex;
  gap: 8px;
}
.qa-a-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.55);
  font-family: "Nunito Sans", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 13px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.qa-a-btn:hover {
  background: rgba(255, 202, 64, 0.09);
  border-color: rgba(255, 202, 64, 0.25);
  color: var(--q-gold);
}

/* Ask another */
.qa-ask-another {
  text-align: center;
  margin-top: 20px;
}
.qa-ask-another-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.6);
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 26px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.qa-ask-another-btn:hover {
  background: rgba(255, 202, 64, 0.07);
  border-color: rgba(255, 202, 64, 0.2);
  color: var(--q-gold);
}

/* History strip */
.qa-history-wrap {
  margin-top: 20px;
}
.qa-history-title {
  font-size: 11px;
  font-weight: 800;
  color: var(--q-txt-f);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--q-border);
}
.qa-history-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 220px;
  overflow-y: auto;
}
.qa-history-list::-webkit-scrollbar {
  width: 4px;
}
.qa-history-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}
.qa-history-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--q-border);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 12.5px;
  color: var(--q-txt-d);
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.qa-history-item:hover {
  background: rgba(255, 202, 64, 0.06);
  border-color: rgba(255, 202, 64, 0.18);
  color: var(--q-txt);
}
.qa-history-q {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qa-history-lang {
  font-size: 10px;
  color: var(--q-txt-f);
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════════
       SEO CONTENT SECTIONS
    ══════════════════════════════════════════════════ */
.qa-sec {
  padding: 80px 0;
    background: var(--q-surf2);

}
.qa-sec-alt {
  background: var(--q-surf2);
  border-top: 1px solid var(--q-border);
  border-bottom: 1px solid var(--q-border);
}

.qa-eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.qa-sec-h2 {
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  color:black;
  line-height: 1.18;
  margin-bottom: 14px;
}
.qa-sec-p {
  color: black;
  font-size: 0.97rem;
  line-height: 1.9;
  max-width: 560px;
}

/* Use-case grid */
.qa-use-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 48px;
}
.qa-use-card {
  background: white;
  border: 1px solid var(--q-border);
  border-radius: 18px;
  padding: 26px;
  transition: all 0.28s;
}
.qa-use-card:hover {
  border-color: var(--q-border-g);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.4);
}
.qa-use-ico {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.qa-use-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: black;
  margin-bottom: 7px;
}
.qa-use-desc {
  font-size: 12.5px;
  color: black;
  line-height: 1.75;
  margin: 0;
}

/* Language grid */
.qa-lang-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 12px;
  margin-top: 40px;
}
.qa-lang-card {
  background: rgb(241, 229, 241);
  border: 1px solid var(--q-border);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  cursor: default;
}
.qa-lang-card:hover {
  border-color: var(--q-border-g);
  background: rgba(255, 202, 64, 0.04);
}
.qa-lang-flag {
  font-size: 1.3rem;
}
.qa-lang-name {
  font-size: 13px;
  font-weight: 700;
  color: black;
}

/* How it works */
.qa-how-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
  margin-top: 50px;
}
.qa-how-card {
  background:white;
  border: 1px solid var(--q-border);
  border-radius: 18px;
  padding: 28px;
  position: relative;
  transition: all 0.28s;
}
.qa-how-card:hover {
  border-color: var(--q-border-g);
  transform: translateY(-4px);
}
.qa-how-num {
  font-size: 2.8rem;
  position: absolute;
  top: 14px;
  right: 18px;
  line-height: 1;
}
.qa-how-ico {
  font-size: 1.7rem;
  margin-bottom: 14px;
}
.qa-how-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: black;
  margin-bottom: 7px;
}
.qa-how-desc {
  font-size: 12.5px;
  color: black;
  line-height: 1.75;
}

/* FAQ */
.qa-faq-wrap {
  max-width: 780px;
  margin: 0 auto;
}
.qa-faq-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 40px;
}
.qa-faq-item {
  background: var(--card-blue1);
  border: 1px solid var(--q-bg);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.25s;
}
.qa-faq-item.open {
  border-color: rgba(10, 10, 10, 0.28);
}
.qa-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 19px 22px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  font-weight: 700;
  color: black;
}
.qa-faq-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--q-txt-f);
  transition:
    transform 0.25s,
    background 0.2s,
    color 0.2s;
}
.qa-faq-item.open .qa-faq-arrow {
  transform: rotate(180deg);
  background: rgba(255, 202, 64, 0.12);
  color: var(--q-gold);
}
.qa-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  font-size: 13.5px;
  color: var(--q-txt-d);
  line-height: 1.85;
}
.qa-faq-a-inner {
  padding: 0 22px 18px;
  border-top: 1px solid var(--q-border);
  padding-top: 14px;
 color: black;
}
.qa-faq-item.open .qa-faq-a {
  max-height: 300px;
}

/* ══════════════════════════════════════════════════
       CTA
    ══════════════════════════════════════════════════ */
.qa-cta-sec {
  background: var(--q-bg);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}
.qa-cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 700px 300px at 50% 55%,
      rgba(255, 202, 64, 0.055) 0%,
      transparent 70%
    ),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size:
    100% 100%,
    64px 64px,
    64px 64px;
}
.qa-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}
.qa-cta-eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.qa-cta-h2 {
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  color: black;
  line-height: 1.18;
  margin-bottom: 18px;
}
.qa-cta-h2 em {
  font-style: italic;
}
.qa-cta-p {
  color: black;
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 36px;
}
.qa-cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.qa-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 900;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 13px;
  text-decoration: none;
  box-shadow: 0 4px 22px rgba(255, 202, 64, 0.3);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.qa-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(-108%) skewX(-15deg);
  transition: transform 0.45s;
}
.qa-btn-primary:hover::after {
  transform: translateX(112%) skewX(-15deg);
}
.qa-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 202, 64, 0.45);
  color: #080808;
  text-decoration: none;
}
.qa-btn-demo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(15, 77, 60, 0.4);
  border: 1px solid rgba(15, 77, 60, 0.6);
  color: var(--q-txt);
  font-weight: 700;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 13px;
  text-decoration: none;
  transition: all 0.2s;
}
.qa-btn-demo:hover {
  background: rgba(15, 77, 60, 0.65);
  color: var(--q-txt);
  text-decoration: none;
  transform: translateY(-2px);
}
.qa-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: black;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 13px;
  text-decoration: none;
  transition: all 0.2s;
}
.qa-btn-ghost:hover {
  background: rgba(10, 10, 10, 0.08);
  text-decoration: none;
  transform: translateY(-2px);
}

.qa-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.qa-trust-pill {
  font-size: 12px;
  padding: 4px 14px;
  border: 1px solid rgb(240, 159, 240);
  border-radius: 100px;
}

.qa-feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  position: relative;
  z-index: 1;
}
.qa-feat-card {
  background: white;
  border: 1px solid var(--q-border);
  border-radius: 18px;
  padding: 26px;
  transition: all 0.28s;
}
.qa-feat-card:hover {
  border-color: var(--q-border-g);
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
}
.qa-feat-ico {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.qa-feat-title {
  font-size: 0.9rem;
  font-weight: 800;
  color:black;
  margin-bottom: 7px;
}
.qa-feat-desc {
  font-size: 12.5px;
  color: black;
  line-height: 1.75;
  margin-bottom: 14px;
}
.qa-feat-link {
  font-size: 12.5px;
  font-weight: 800;
  color: purple;
  text-decoration: none;
  transition: color 0.2s;
}
.qa-feat-link:hover {
  text-decoration: none;
}

/* ══════════════════════════════════════════════════
       TOAST (bottom-right)
    ══════════════════════════════════════════════════ */
#qaToastContainer {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 99999;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  pointer-events: none;
}
.qa-toast {
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #161616;
  border: 1px solid rgba(255, 202, 64, 0.2);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  min-width: 280px;
  max-width: 360px;
  animation: qaToastIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  transition:
    opacity 0.3s,
    transform 0.3s;
}
.qa-toast.hide {
  opacity: 0;
  transform: translateX(20px);
}
.qa-toast.qa-toast-success {
  border-color: rgba(39, 201, 63, 0.28);
}
.qa-toast.qa-toast-warn {
  border-color: rgba(255, 202, 64, 0.35);
}
.qa-toast.qa-toast-error {
  border-color: rgba(255, 75, 75, 0.28);
}
.qa-toast.qa-toast-limit {
  border-color: rgba(255, 75, 75, 0.35);
  background: rgba(22, 10, 10, 0.97);
}

.qa-toast-ico {
  font-size: 1.3rem;
  flex-shrink: 0;
  line-height: 1;
}
.qa-toast-body {
  flex: 1;
}
.qa-toast-title {
  font-size: 13px;
  font-weight: 800;
  color: var(--q-txt);
  margin-bottom: 3px;
}
.qa-toast-msg {
  font-size: 12px;
  color: var(--q-txt-d);
  line-height: 1.5;
}

.qa-toast-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 0 0 14px 14px;
  background: var(--q-gold-grad);
  animation: qaToastBar linear forwards;
}
.qa-toast {
  position: relative;
  overflow: hidden;
}

.qa-toast-close {
  background: none;
  border: none;
  color: var(--q-txt-f);
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.2s;
}
.qa-toast-close:hover {
  color: var(--q-txt);
}

/* ══════════════════════════════════════════════════
       ANIMATIONS
    ══════════════════════════════════════════════════ */
@keyframes qaLivePulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.7);
  }
}
@keyframes qaDotFloat {
  0% {
    transform: translateY(0);
    opacity: 0.18;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(-60px);
    opacity: 0;
  }
}
@keyframes qaFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes qaSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes qaFloat {
  from {
    transform: scale(0.88);
  }
  to {
    transform: scale(1.12);
  }
}
@keyframes qaDot {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}
@keyframes qaSkelShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes qaToastIn {
  from {
    opacity: 0;
    transform: translateX(30px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes qaToastBar {
  from {
    width: 100%;
  }
  to {
    width: 0%;
  }
}

/* ══════════════════════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════════════════════ */
@media (max-width: 600px) {
  .qa-hero {
    padding: 60px 0 48px;
  }
  .qa-tool-card {
    border-radius: 16px;
  }
  .qa-input-zone,
  .qa-action-row,
  .qa-answer-zone,
  .qa-divider {
    padding-left: 18px;
    padding-right: 18px;
  }
  .qa-stat-row {
    flex-direction: column;
    border-radius: 16px;
  }
  .qa-stat {
    border-right: none;
    border-bottom: 1px solid var(--q-border);
  }
  .qa-stat:last-child {
    border-bottom: none;
  }
  .qa-limit-card {
    flex-direction: column;
    gap: 14px;
  }
  .qa-cta-btns {
    flex-direction: column;
  }
  .qa-btn-primary,
  .qa-btn-demo,
  .qa-btn-ghost {
    width: 100%;
    justify-content: center;
  }
  #qaToastContainer {
    left: 16px;
    right: 16px;
  }
  .qa-toast {
    min-width: unset;
    max-width: 100%;
  }
  .qa-demo-strip {
    display: none;
  }
}

/* ─────────────────────────────────────────
         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(238, 149, 231, 0.14);
  border: 1px solid rgba(253, 85, 217, 0.28);
  color: rgb(175, 29, 175);
  font-size: 8.5px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 100px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ─────────────────────────────────────────
         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;
}

/* ================================================================
   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);
}