/* Subtle glow for $5K–$10K */
@keyframes aiwkGlow {
  0%   { text-shadow: 0 0 0px rgba(25,255,120,.0), 0 0 0px rgba(255,255,255,.0); }
  50%  { text-shadow: 0 0 12px rgba(25,255,120,.55), 0 0 8px rgba(255,255,255,.35); }
  100% { text-shadow: 0 0 0px rgba(25,255,120,.0), 0 0 0px rgba(255,255,255,.0); }
}
.aiwk-glow { animation: aiwkGlow 2.1s ease-in-out infinite; }

/* make “4 AI Tools” obviously larger */
.aiwk-big { font-size: 200% !important; line-height: 1.05; display: inline-block; }

/* general “brighten on hover” */
.aiwk-hover-brighten:hover { filter: brightness(1.08); }

/* lightweight hero “PDF card” wrapper */
.aiwk-cover-wrap {
  display:flex; justify-content:center; margin:16px 0 0;
}
.aiwk-cover-img {
  width:min(560px,92vw); border-radius:14px;
  box-shadow:0 10px 32px rgba(0,0,0,.35);
}

/* CTA row for “Get full access” + “Free sample” */
.aiwk-cta-row { display:flex; gap:12px; flex-wrap:wrap; align-items:center; justify-content:center; }
.aiwk-cta-secondary {
  background: linear-gradient(90deg, #0d69e1, #1182f7);
  border:1px solid rgba(255,255,255,.22);
  color:#fff; font-weight:700; border-radius:12px; padding:12px 18px; cursor:pointer;
}
.aiwk-cta-secondary:hover { filter:brightness(1.06); }

/* scroll nudge */
.aiwk-nudge { margin-top:12px; text-align:center; color:#c7d2fe; font-weight:600; font-size:14px; }

/* footer */
.aiwk-footer { margin: 32px 0 20px; text-align:center; color:#9ca3af; font-size:14px; }
.aiwk-footer a { color:#c7d2fe; text-decoration:none; }
.aiwk-footer a:hover { text-decoration:underline; }

/* rotating tagline */
.aiwk-rotating-badge { display:inline-flex; align-items:center; gap:6px; font-weight:700; }
.aiwk-rotating-word { color:#86efac; }
