/* ============================================================
   SITE 1: onlyfansgenerator.com
   Theme: Dark Mode / Neon Pink / Electric — Foxy Creator Vibe
   Font: Space Grotesk (headings) + Inter (body)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --primary: #ff1493;
  --primary-dark: #d4107a;
  --primary-light: #ff69b4;
  --secondary: #a855f7;
  --accent: #00f0ff;
  --bg: #0a0a0f;
  --bg-alt: #0f0f18;
  --bg-card: #111118;
  --bg-card-hover: #1a1a28;
  --text: #d4d4e0;
  --text-muted: #8888a0;
  --text-heading: #ffffff;
  --border: rgba(255,255,255,.06);
  --border-accent: rgba(255,20,147,.35);
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-glow: 0 0 40px rgba(255,20,147,.15);
  --shadow-glow-strong: 0 0 60px rgba(255,20,147,.25);
  --gradient: linear-gradient(135deg, #ff1493, #a855f7);
  --gradient-text: linear-gradient(135deg, #ff1493, #ff69b4, #a855f7);
  --transition: .3s cubic-bezier(.4,0,.2,1);
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', sans-serif;
  color: var(--text-heading);
}
a { color: var(--primary-light); transition: color var(--transition); }
a:hover { color: var(--primary); }

/* --- Text Gradient --- */
.text-gradient {
  background: var(--gradient-text);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* --- Buttons --- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .9rem 2.2rem; border-radius: 50px; font-weight: 600;
  font-size: 1rem; transition: all var(--transition);
  position: relative; overflow: hidden; font-family: 'Space Grotesk', sans-serif;
}
.btn-primary {
  background: var(--gradient); color: #fff;
  box-shadow: 0 4px 20px rgba(255,20,147,.35), 0 0 40px rgba(255,20,147,.1);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 35px rgba(255,20,147,.5), 0 0 60px rgba(255,20,147,.2);
  color: #fff;
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.15), transparent);
  opacity: 0; transition: opacity var(--transition);
}
.btn-primary:hover::before { opacity: 1; }
.btn-secondary {
  background: transparent; color: var(--primary-light);
  border: 2px solid rgba(255,20,147,.5);
}
.btn-secondary:hover {
  background: rgba(255,20,147,.1); border-color: var(--primary);
  color: #fff;
}
.btn-sm { padding: .6rem 1.5rem; font-size: .875rem; }
.btn-lg { padding: 1.1rem 2.8rem; font-size: 1.1rem; }

/* --- Header --- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10,10,15,.85); backdrop-filter: blur(24px) saturate(1.5);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1200px; margin: 0 auto; padding: .8rem 1.5rem;
}
.nav-logo {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4rem; font-weight: 700; color: #fff;
  display: flex; align-items: center; gap: .5rem;
}
.nav-logo .logo-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--gradient); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.1rem; color: #fff;
}
.nav-links { display: flex; align-items: center; gap: 1.8rem; }
.nav-links a {
  color: var(--text-muted); font-weight: 500; font-size: .95rem;
  transition: color var(--transition); position: relative;
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a.active::after {
  content: ''; position: absolute; bottom: -4px; left: 0; right: 0;
  height: 2px; background: var(--gradient); border-radius: 2px;
}
.mobile-toggle {
  display: none; color: #fff; font-size: 1.5rem; padding: .5rem;
}
.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 999;
  background: rgba(10,10,15,.98); backdrop-filter: blur(20px);
  flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
}
.mobile-menu.active { display: flex; }
.mobile-menu a { color: #fff; font-size: 1.3rem; font-weight: 600; font-family: 'Space Grotesk', sans-serif; }
.mobile-menu .close-menu {
  position: absolute; top: 1.5rem; right: 1.5rem;
  color: #fff; font-size: 2rem;
}

/* --- Hero --- */
.hero {
  padding: 9rem 0 5rem; text-align: center;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 800px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,20,147,.12) 0%, rgba(168,85,247,.06) 40%, transparent 70%);
  filter: blur(60px); pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ff1493' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: .5; pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero h1 { font-size: clamp(2.2rem, 5.5vw, 3.8rem); margin-bottom: 1.5rem; letter-spacing: -.02em; }
.hero .subtitle {
  font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--text-muted);
  max-width: 680px; margin: 0 auto 2.5rem; line-height: 1.7;
}
.hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .4rem 1rem; border-radius: 50px; font-size: .8rem;
  background: rgba(255,20,147,.1); border: 1px solid rgba(255,20,147,.2);
  color: var(--primary-light); font-weight: 500; margin-bottom: 1.5rem;
}
.hero-stats {
  display: flex; gap: 3rem; justify-content: center; margin-top: 3.5rem; flex-wrap: wrap;
}
.hero-stats .stat { text-align: center; }
.hero-stats .stat-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.2rem; font-weight: 700; color: #fff;
}
.hero-stats .stat-label { font-size: .85rem; color: var(--text-muted); margin-top: .25rem; }

/* --- Cards --- */
.card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2rem;
  transition: all var(--transition); position: relative;
}
.card::before {
  content: ''; position: absolute; inset: -1px; border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255,20,147,.2), transparent, rgba(168,85,247,.2));
  opacity: 0; transition: opacity var(--transition); z-index: -1;
}
.card:hover { transform: translateY(-4px); border-color: transparent; }
.card:hover::before { opacity: 1; }
.card-grid {
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.card-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,20,147,.15), rgba(168,85,247,.15));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1rem;
}
.card h3 { margin-bottom: .75rem; font-size: 1.15rem; }
.card p { color: var(--text-muted); font-size: .95rem; }

/* --- Tool Card --- */
.tool-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 2rem;
  display: flex; gap: 1.5rem; align-items: flex-start;
  transition: all var(--transition);
}
.tool-card:hover { border-color: var(--border-accent); box-shadow: var(--shadow-glow); }
.tool-card .tool-icon {
  width: 64px; height: 64px; border-radius: 16px;
  background: var(--gradient); display: flex;
  align-items: center; justify-content: center;
  font-size: 1.8rem; flex-shrink: 0; color: #fff;
}
.tool-card .tool-info { flex: 1; }
.tool-card .tool-name { font-size: 1.2rem; font-weight: 700; margin-bottom: .25rem; }
.tool-card .tool-tagline { color: var(--text-muted); font-size: .9rem; margin-bottom: .75rem; }
.tool-card .tool-features { margin-bottom: 1rem; }
.tool-card .tool-features li { padding: .25rem 0; font-size: .9rem; color: var(--text-muted); }
.tool-card .tool-features li::before { content: '✓ '; color: var(--primary-light); font-weight: 700; }
.tool-card .tool-commission { font-size: .85rem; color: var(--accent); font-weight: 600; margin-bottom: .75rem; }

/* --- Comparison Table --- */
.comparison-table-wrap { overflow-x: auto; margin: 2rem 0; border-radius: var(--radius); }
.comparison-table {
  width: 100%; background: var(--bg-card); border-radius: var(--radius); overflow: hidden;
}
.comparison-table th, .comparison-table td {
  padding: 1rem 1.25rem; text-align: left; border-bottom: 1px solid var(--border);
}
.comparison-table th {
  background: rgba(255,20,147,.08); color: #fff;
  font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em;
  font-family: 'Space Grotesk', sans-serif;
}
.comparison-table td { font-size: .95rem; color: var(--text); }
.comparison-table tr:hover td { background: rgba(255,255,255,.02); }
.comparison-table .highlight-row { background: rgba(255,20,147,.04); }
.check { color: #22c55e; font-weight: 700; }
.cross { color: #ef4444; font-weight: 700; }

/* --- Pros / Cons --- */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 2rem 0; }
.pros-list, .cons-list {
  background: var(--bg-card); border-radius: var(--radius); padding: 1.5rem;
  border: 1px solid var(--border);
}
.pros-list h4 { color: #22c55e; margin-bottom: 1rem; font-family: 'Space Grotesk', sans-serif; }
.cons-list h4 { color: #ef4444; margin-bottom: 1rem; font-family: 'Space Grotesk', sans-serif; }
.pros-list li, .cons-list li { padding: .5rem 0; font-size: .95rem; border-bottom: 1px solid var(--border); }
.pros-list li:last-child, .cons-list li:last-child { border-bottom: none; }
.pros-list li::before { content: '✓ '; color: #22c55e; font-weight: 700; }
.cons-list li::before { content: '✗ '; color: #ef4444; font-weight: 700; }

/* --- FAQ --- */
.faq-section { max-width: 800px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  margin-bottom: .75rem; overflow: hidden; background: var(--bg-card);
}
.faq-question {
  width: 100%; padding: 1.25rem 1.5rem; color: #fff; font-size: 1rem;
  font-weight: 600; text-align: left; display: flex;
  justify-content: space-between; align-items: center;
  transition: background var(--transition); font-family: 'Space Grotesk', sans-serif;
}
.faq-question:hover { background: rgba(255,255,255,.03); }
.faq-question .faq-icon { transition: transform var(--transition); font-size: 1.2rem; color: var(--primary-light); }
.faq-item.active .faq-question .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s ease;
  padding: 0 1.5rem; color: var(--text-muted); font-size: .95rem; line-height: 1.7;
}
.faq-item.active .faq-answer { max-height: 600px; padding: 0 1.5rem 1.25rem; }

/* --- Steps / How It Works --- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2rem; counter-reset: step; }
.step {
  text-align: center; padding: 2rem 1.5rem;
  background: var(--bg-card); border-radius: var(--radius);
  border: 1px solid var(--border); position: relative;
  transition: all var(--transition);
}
.step:hover { border-color: var(--border-accent); }
.step::before {
  counter-increment: step; content: counter(step);
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--gradient); color: #fff; font-weight: 700;
  font-size: 1.2rem; margin: 0 auto 1.2rem;
  font-family: 'Space Grotesk', sans-serif;
  box-shadow: 0 0 25px rgba(255,20,147,.25);
}
.step h3 { font-size: 1.1rem; margin-bottom: .5rem; }
.step p { font-size: .9rem; color: var(--text-muted); }

/* --- CTA Banner --- */
.cta-banner {
  background: var(--gradient); border-radius: 20px;
  padding: 3.5rem 2rem; text-align: center; margin: 3rem 0;
  position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.12) 0%, transparent 60%);
}
.cta-banner h2, .cta-banner p, .cta-banner .btn { position: relative; z-index: 1; }
.cta-banner h2 { color: #fff; margin-bottom: .75rem; }
.cta-banner p { color: rgba(255,255,255,.85); margin-bottom: 1.5rem; }
.cta-banner .btn { background: #fff; color: var(--primary-dark); font-weight: 700; }
.cta-banner .btn:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0,0,0,.3); }

/* --- Mid CTA --- */
.mid-cta {
  background: linear-gradient(135deg, rgba(255,20,147,.06), rgba(168,85,247,.06));
  border: 1px solid var(--border-accent); border-radius: var(--radius);
  padding: 2rem; text-align: center; margin: 2.5rem 0;
}
.mid-cta h3 { margin-bottom: .5rem; }
.mid-cta p { color: var(--text-muted); margin-bottom: 1rem; }

/* --- Testimonials --- */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.testimonial {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 1.5rem;
  transition: all var(--transition);
}
.testimonial:hover { border-color: var(--border-accent); }
.testimonial .stars { color: #f59e0b; margin-bottom: .75rem; font-size: 1.1rem; }
.testimonial .quote { font-style: italic; color: var(--text); margin-bottom: 1rem; font-size: .95rem; }
.testimonial .author { font-weight: 600; font-size: .85rem; color: var(--text-muted); }

/* --- Tool Stack --- */
.tool-stack {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: 20px; padding: 2.5rem; margin: 2.5rem 0;
}
.tool-stack h3 { margin-bottom: 1.5rem; text-align: center; }
.tool-stack-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.tool-stack-item {
  text-align: center; padding: 1.5rem 1rem;
  border: 1px solid var(--border); border-radius: var(--radius-sm);
  transition: all var(--transition);
}
.tool-stack-item:hover { border-color: var(--border-accent); background: var(--bg-card-hover); }
.tool-stack-item .ts-icon { font-size: 2rem; margin-bottom: .75rem; }
.tool-stack-item .ts-name { font-weight: 700; font-size: .95rem; margin-bottom: .25rem; color: #fff; }
.tool-stack-item .ts-desc { font-size: .8rem; color: var(--text-muted); margin-bottom: .75rem; }

/* --- Article / Blog --- */
.article-content { max-width: 800px; margin: 0 auto; }
.article-content h1 { margin-bottom: 1rem; }
.article-meta {
  display: flex; gap: 1.5rem; color: var(--text-muted);
  font-size: .85rem; margin-bottom: 2rem; flex-wrap: wrap;
}
.article-content h2 { margin: 2.5rem 0 1rem; }
.article-content h3 { margin: 2rem 0 .75rem; }
.article-content p { font-size: 1.05rem; }
.article-content ul, .article-content ol { padding-left: 1.5rem; margin-bottom: 1.5rem; list-style: disc; }
.article-content ol { list-style: decimal; }
.article-content li { margin-bottom: .5rem; font-size: 1.05rem; }
.article-content blockquote {
  border-left: 4px solid var(--primary);
  padding: 1rem 1.5rem; margin: 1.5rem 0;
  background: rgba(255,20,147,.05); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
}
.article-toc {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 1.5rem; margin-bottom: 2rem;
}
.article-toc h4 { margin-bottom: .75rem; font-size: 1rem; }
.article-toc li { padding: .3rem 0; }
.article-toc a { color: var(--text-muted); font-size: .9rem; }
.article-toc a:hover { color: var(--primary-light); }
.related-reading {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 1.5rem; margin-top: 3rem;
}
.related-reading h4 { margin-bottom: 1rem; }
.related-reading li { padding: .4rem 0; }
.related-reading a { color: var(--primary-light); font-size: .95rem; }

/* --- Breadcrumbs --- */
.breadcrumbs { padding: 6rem 0 1rem; font-size: .85rem; }
.breadcrumbs a { color: var(--text-muted); }
.breadcrumbs a:hover { color: var(--primary-light); }
.breadcrumbs span { color: var(--text-muted); margin: 0 .5rem; }
.breadcrumbs .current { color: #fff; }

/* --- Footer --- */
.site-footer {
  background: var(--bg-alt); border-top: 1px solid var(--border);
  padding: 3.5rem 0 1.5rem; margin-top: 4rem;
}
.footer-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem; margin-bottom: 2rem;
}
.footer-col h4 { font-size: 1rem; margin-bottom: 1rem; color: #fff; font-family: 'Space Grotesk', sans-serif; }
.footer-col li { padding: .3rem 0; }
.footer-col a { color: var(--text-muted); font-size: .9rem; transition: color var(--transition); }
.footer-col a:hover { color: var(--primary-light); }
.footer-bottom {
  border-top: 1px solid var(--border); padding-top: 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem; font-size: .85rem; color: var(--text-muted);
}
.affiliate-notice {
  background: rgba(255,20,147,.05); border: 1px solid rgba(255,20,147,.15);
  border-radius: var(--radius-sm); padding: .75rem 1rem; font-size: .8rem;
  color: var(--text-muted); text-align: center; margin-bottom: 1.5rem;
}

/* --- Badge --- */
.badge {
  display: inline-block; padding: .25rem .75rem; border-radius: 50px;
  font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em;
}
.badge-primary { background: rgba(255,20,147,.12); color: var(--primary-light); }
.badge-accent { background: rgba(0,240,255,.12); color: var(--accent); }

/* --- Rating --- */
.rating { display: flex; align-items: center; gap: .5rem; }
.rating-stars { color: #f59e0b; font-size: 1.1rem; }
.rating-score { font-weight: 700; color: #fff; }
.rating-count { color: var(--text-muted); font-size: .85rem; }

/* --- Pricing Box --- */
.pricing-box {
  background: var(--bg-card); border: 2px solid var(--border-accent);
  border-radius: 20px; padding: 2.5rem; text-align: center;
  max-width: 420px; margin: 2rem auto;
}
.pricing-box .price { font-size: 2.8rem; font-weight: 700; color: #fff; font-family: 'Space Grotesk', sans-serif; }
.pricing-box .price span { font-size: 1rem; color: var(--text-muted); font-weight: 400; }
.pricing-box .price-note { font-size: .85rem; color: var(--text-muted); margin: .5rem 0 1.5rem; }

/* --- Scroll Top --- */
.scroll-top {
  position: fixed; bottom: 2rem; right: 2rem;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gradient); color: #fff;
  font-size: 1.2rem; display: none;
  align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(255,20,147,.3); z-index: 100;
  transition: all var(--transition);
}
.scroll-top.visible { display: flex; }
.scroll-top:hover { transform: translateY(-3px); }

/* --- Fade In --- */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* --- Image Placeholder --- */
.img-placeholder {
  background: linear-gradient(135deg, rgba(255,20,147,.06), rgba(168,85,247,.06));
  border: 2px dashed var(--border-accent); border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  min-height: 200px; color: var(--text-muted); font-size: .9rem;
  text-align: center; padding: 2rem;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .hero { padding: 7rem 0 3rem; }
  .hero-stats { gap: 1.5rem; }
  .pros-cons { grid-template-columns: 1fr; }
  .tool-card { flex-direction: column; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .hero-ctas { flex-direction: column; align-items: center; }
  .btn { width: 100%; justify-content: center; }
  .card-grid { grid-template-columns: 1fr; }
}
