/* css/plugin-single.css — compartido por todas las landing de plugins */

.plugin-hero {
  background: linear-gradient(135deg, #12101e 0%, #2a1858 55%, #12101e 100%);
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.plugin-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 40%, rgba(127,84,179,.2) 0%, transparent 50%),
    radial-gradient(circle at 85% 60%, rgba(150,88,138,.12) 0%, transparent 50%);
}
.plugin-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.plugin-hero-badge { display: flex; gap: .5rem; margin-bottom: 1.25rem; flex-wrap: wrap; }
.plugin-hero h1 { color: #fff; margin-bottom: 1rem; }
.plugin-hero h1 em { font-style: normal; color: #c4a8e8; }
.plugin-hero .hero-desc { color: rgba(255,255,255,.62); font-size: 1.02rem; margin-bottom: 1.5rem; }

.plugin-rating { display: flex; align-items: center; gap: .75rem; margin-bottom: 2rem; }
.stars { color: #fbbf24; font-size: 1.1rem; letter-spacing: 2px; }
.plugin-rating span { font-size: .85rem; color: rgba(255,255,255,.5); }

.plugin-hero-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.price-block { display: flex; align-items: baseline; gap: .3rem; }
.price-amount { font-family: var(--font-head); font-size: 2.2rem; font-weight: 800; color: #fff; }
.price-currency { font-size: 1rem; color: rgba(255,255,255,.55); font-weight: 500; }
.price-note { display: none; } /* visible on wider layouts */

/* Mockup */
.plugin-hero-visual {}
.plugin-mockup {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.5);
}
.mockup-bar {
  background: #f0f0f0;
  padding: .75rem 1rem;
  display: flex;
  gap: .4rem;
  align-items: center;
}
.mockup-bar span { width: 10px; height: 10px; border-radius: 50%; background: #ddd; }
.mockup-bar span:nth-child(1) { background: #ff5f56; }
.mockup-bar span:nth-child(2) { background: #ffbd2e; }
.mockup-bar span:nth-child(3) { background: #27c93f; }
.mockup-content { padding: 1.5rem; }
.mockup-section-title { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 1rem; }
.shipping-option {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .85rem;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  margin-bottom: .6rem;
  cursor: pointer;
  transition: all .2s;
}
.shipping-option.selected { border-color: var(--woo); background: var(--woo-light); }
.so-icon { font-size: 1.2rem; flex-shrink: 0; }
.so-info { flex: 1; }
.so-info strong { display: block; font-size: .88rem; font-weight: 600; color: var(--dark); }
.so-info span  { font-size: .78rem; color: var(--muted); }
.so-price { font-family: var(--font-head); font-weight: 700; font-size: .95rem; color: var(--woo); }
.mockup-tag { font-size: .72rem; color: var(--green); margin-top: 1rem; font-weight: 500; }

/* Features */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: all var(--transition);
}
.feature-card:hover { border-color: var(--woo-mid); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.feature-icon { font-size: 1.8rem; margin-bottom: 1rem; }
.feature-card h3 { font-size: 1.05rem; margin-bottom: .5rem; }
.feature-card p  { font-size: .875rem; }

/* Requirements */
.req-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.req-list { list-style: none; display: flex; flex-direction: column; gap: .75rem; margin-top: 1.5rem; }
.req-list li { display: flex; align-items: flex-start; gap: .75rem; font-size: .9rem; line-height: 1.5; }
.req-ok   { color: var(--green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.req-warn { color: #b84000; font-weight: 700; flex-shrink: 0; margin-top: 1px; }

/* FAQ */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: .75rem; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
  background: #fff;
  border: none;
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  text-align: left;
  transition: background var(--transition);
  gap: 1rem;
}
.faq-q:hover { background: var(--light); }
.faq-q span { color: var(--woo); font-size: 1.3rem; font-weight: 400; flex-shrink: 0; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.25rem;
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.7;
  transition: all .3s ease;
}
.faq-item.open .faq-a { max-height: 200px; padding: .25rem 1.25rem 1.1rem; }

/* CTA strip (reused from home) */
.cta-strip {
  background: linear-gradient(135deg, var(--woo) 0%, var(--woo-deep) 100%);
  padding: 5rem 0;
  text-align: center;
}
.cta-title { color: #fff; margin-bottom: .75rem; }
.cta-desc  { color: rgba(255,255,255,.72); font-size: 1.05rem; margin-bottom: 2.25rem; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

@media (max-width: 860px) {
  .plugin-hero-inner { grid-template-columns: 1fr; }
  .plugin-hero-visual { display: none; }
  .req-grid { grid-template-columns: 1fr; gap: 2rem; }
}
