.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* BREADCRUMB */
.breadcrumb { padding: 16px 0; border-bottom: var(--border); background: var(--white); }
.breadcrumb div { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--muted); }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb span { color: var(--ink); }

/* HERO */
.tool-hero { padding: 56px 0; border-bottom: var(--border); background: var(--white); }
.tool-hero-inner { display: flex; gap: 40px; align-items: flex-start; }
.tool-big-icon {
  width: 72px; height: 72px; min-width: 72px;
  border: var(--border); border-radius: 18px;
  background: var(--white); display: flex; align-items: center;
  justify-content: center; font-size: 2.2rem; overflow: hidden; padding: 8px;
}
.tool-empresa { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); font-weight: 600; margin-bottom: 6px; }
.tool-hero h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.4rem,5vw,3.8rem); font-weight: 600; font-style: italic; letter-spacing: -0.01em; line-height: 1.05; margin-bottom: 14px; }
.tool-hero-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.tool-precio-detail { font-size: 0.78rem; color: var(--muted); font-weight: 500; }
.tool-cat-chip { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); font-weight: 600; padding: 3px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 100px; }
.tool-hero-desc { font-size: 0.95rem; color: rgba(255,255,255,.6); line-height: 1.7; max-width: 600px; margin-bottom: 28px; }

.btn-primary {
  display: inline-block; background: var(--accent); color: #fff;
  border: none; border-radius: 100px;
  padding: 13px 24px; font-size: 0.88rem; font-weight: 700;
  text-decoration: none; font-family: 'Inter', sans-serif;
  transition: opacity .15s, transform .1s;
}
.btn-primary:hover { opacity: .85; transform: translateY(-1px); }
.btn-primary.full { display: block; text-align: center; }

/* BODY */
.tool-body { padding: 48px 0 80px; }
.tool-body-grid { display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start; }

/* SECCIONES */
.tool-section { margin-bottom: 48px; }
.tool-section h2 { font-family: 'Syne', sans-serif; font-size: 1.3rem; font-weight: 800; letter-spacing: -.5px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: var(--border); }
.section-sub { font-size: 0.83rem; color: var(--muted); margin-bottom: 16px; margin-top: -10px; }

.para-quien-box {
  display: flex; align-items: flex-start; gap: 16px;
  background: var(--soft); border: var(--border); border-radius: 14px; padding: 20px 22px;
}
.pq-icon { font-size: 1.5rem; }
.para-quien-box p { font-size: 0.9rem; color: rgba(255,255,255,.7); line-height: 1.65; }

.casos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.caso-item {
  display: flex; align-items: flex-start; gap: 10px;
  background: var(--white); border: var(--border); border-radius: 10px;
  padding: 12px 16px; font-size: 0.85rem; color: var(--ink); line-height: 1.4;
}
.caso-check { color: #22c55e; font-weight: 700; flex-shrink: 0; }

.pros-contras { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pros, .contras { background: var(--white); border: var(--border); border-radius: 14px; padding: 20px; }
.pc-title { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; margin-bottom: 12px; }
.pros-title { color: #16a34a; }
.contras-title { color: #dc2626; }
.pc-item { font-size: 0.84rem; color: rgba(255,255,255,.7); padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.06); line-height: 1.45; }
.pc-item:last-child { border-bottom: none; }

/* PROMPTS */
.prompts-header-row { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; flex-wrap:wrap; margin-bottom:16px; }
.copy-all-btn {
  background:var(--white); border:var(--border); border-radius:100px;
  padding:8px 16px; font-size:.78rem; font-weight:600;
  cursor:pointer; font-family:'Inter',sans-serif; color:var(--ink);
  transition:all .15s; white-space:nowrap; flex-shrink:0;
}
.copy-all-btn:hover { background:var(--soft); }
.prompts-search-wrap { margin-bottom:16px; }
.prompts-search {
  width:100%; border:var(--border); border-radius:100px; padding:10px 18px;
  font-family:'Inter',sans-serif; font-size:.85rem;
  background:var(--soft); color:var(--ink); outline:none; transition:all .2s;
}
.prompts-search:focus { background:var(--white); border-color:var(--accent); box-shadow:0 0 0 3px rgba(255,77,28,.12); }
.prompts-empty { text-align:center; padding:32px; font-size:.88rem; color:var(--muted); }

.prompts-list { display: flex; flex-direction: column; gap: 12px; }
.prompt-card { background: var(--white); border: var(--border); border-radius: 14px; overflow: hidden; transition:all .15s; }
.prompt-card:hover { border-color:rgba(255,255,255,.18); }
.prompt-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 18px; border-bottom: var(--border); background: var(--soft); gap:10px; }
.prompt-num-title { display:flex; align-items:center; gap:10px; min-width:0; }
.prompt-num { font-family:'Syne',sans-serif; font-size:.7rem; font-weight:800; color:rgba(255,255,255,.2); flex-shrink:0; }
.prompt-title { font-size: 0.85rem; font-weight: 700; }
.copy-btn {
  background: var(--ink); color: var(--bg); border: none; border-radius: 8px;
  padding: 6px 14px; font-size: 0.75rem; font-weight: 600;
  cursor: pointer; font-family: 'Inter', sans-serif; transition: background .15s; flex-shrink:0;
}
.copy-btn:hover { background:#333; }
.copy-btn.copied { background: #22c55e; }
.prompt-text { padding: 16px 18px; font-size: 0.84rem; color: rgba(255,255,255,.65); line-height: 1.7; font-family: 'SFMono-Regular', 'Consolas', monospace; white-space: pre-wrap; background:var(--bg); }

/* SIDEBAR */
.tool-sidebar { position: sticky; top: 80px; display: flex; flex-direction: column; gap: 16px; }
.sidebar-card { background: var(--white); border: var(--border); border-radius: 16px; padding: 22px; }
.sc-title { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); font-weight: 600; margin-bottom: 14px; }
.sc-price { font-size: 0.78rem; color: var(--muted); margin-top: 10px; text-align: center; }

.related-list { display: flex; flex-direction: column; gap: 12px; }
.related-item { display: flex; align-items: flex-start; gap: 12px; text-decoration: none; color: var(--ink); padding: 10px; border: 1.5px solid transparent; border-radius: 10px; transition: all .15s; }
.related-item:hover { background: var(--soft); border-color: rgba(255,255,255,.12); }
.related-icon { font-size: 1.3rem; width: 34px; height: 34px; background: var(--bg); border: var(--border); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.related-name { font-size: 0.84rem; font-weight: 600; margin-bottom: 2px; }
.related-desc { font-size: 0.75rem; color: var(--muted); line-height: 1.4; }

/* RESPONSIVE */
@media (max-width: 800px) {
  .tool-body-grid { grid-template-columns: 1fr; }
  .tool-sidebar { position: static; }
  .casos-grid { grid-template-columns: 1fr; }
  .pros-contras { grid-template-columns: 1fr; }
  .tool-hero-inner { flex-direction: column; gap: 20px; }
}

/* ── GUÍA DE VENTA ── */
.guia-venta-wrap { padding: 0; }

.guia-venta-card {
  display: grid; grid-template-columns: 1fr auto;
  gap: 32px; align-items: center;
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a2e 100%);
  border-radius: 20px; padding: 36px 40px;
  border: 1.5px solid rgba(255,255,255,.08);
}

.guia-venta-tag {
  display: inline-block; font-size: .68rem; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  background: var(--accent); color: #fff;
  padding: 4px 12px; border-radius: 100px; margin-bottom: 14px;
}

.guia-venta-titulo {
  font-family: 'Syne', sans-serif; font-size: 1.4rem;
  font-weight: 800; color: #fff; letter-spacing: -.5px;
  margin-bottom: 10px; line-height: 1.2;
}

.guia-venta-desc {
  font-size: .85rem; color: rgba(255,255,255,.6);
  line-height: 1.6; margin-bottom: 18px; max-width: 420px;
}

.guia-venta-lista {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 7px;
}
.guia-venta-lista li {
  font-size: .82rem; color: rgba(255,255,255,.8);
}

.guia-venta-right {
  display: flex; flex-direction: column;
  align-items: center; gap: 10px;
  min-width: 180px;
}

.guia-venta-precio {
  font-family: 'Syne', sans-serif; font-size: 2.8rem;
  font-weight: 800; color: #fff; letter-spacing: -2px;
  line-height: 1;
}

.guia-venta-subprecio {
  font-size: .72rem; color: rgba(255,255,255,.45);
  text-align: center;
}

.guia-venta-btn {
  display: block; width: 100%; text-align: center;
  background: var(--accent); color: #fff;
  font-weight: 700; font-size: .9rem;
  padding: 14px 24px; border-radius: 100px;
  text-decoration: none; transition: opacity .15s;
  white-space: nowrap;
}
.guia-venta-btn:hover { opacity: .85; }

.guia-venta-garantia {
  font-size: .68rem; color: rgba(255,255,255,.35);
  text-align: center;
}

@media (max-width: 700px) {
  .guia-venta-card { grid-template-columns: 1fr; }
  .guia-venta-right { align-items: flex-start; }
}

/* ── PROMPTS PAYWALL ── */
.prompts-paywall {
  position: relative; margin-top: 8px;
  border-radius: 20px; overflow: hidden;
}
.prompts-paywall-blur {
  filter: blur(5px); pointer-events: none;
  user-select: none; opacity: .35; padding: 12px 0 0;
}
.prompt-card-locked { margin-bottom: 12px; }

.prompts-paywall-cta {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end; justify-content: center;
  background: linear-gradient(to bottom,
    rgba(245,242,235,0) 0%,
    rgba(245,242,235,.75) 25%,
    rgba(245,242,235,1) 42%);
  padding: 0;
}

.ppw-inner {
  width: 100%;
  background: var(--ink);
  border-radius: 20px 20px 0 0;
  padding: 36px 40px 40px;
  display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: 20px;
  box-shadow: 0 -20px 60px rgba(0,0,0,.2);
}

/* headline */
.ppw-top { display: flex; flex-direction: column; gap: 10px; }
.ppw-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800; color: #fff;
  letter-spacing: -1px; line-height: 1.15;
}
.ppw-headline em { color: var(--accent); font-style: normal; }
.ppw-sub {
  font-size: .88rem; color: rgba(255,255,255,.5);
  line-height: 1.6; max-width: 380px; margin: 0 auto;
}

/* stats row */
.ppw-proof {
  display: flex; align-items: center;
  gap: 0; width: 100%; max-width: 360px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; overflow: hidden;
}
.ppw-proof-item {
  flex: 1; padding: 14px 10px;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
}
.ppw-proof-sep {
  width: 1px; height: 40px;
  background: rgba(255,255,255,.1); flex-shrink: 0;
}
.ppw-proof-num {
  font-family: 'Syne', sans-serif; font-size: 1.5rem;
  font-weight: 800; color: var(--accent); line-height: 1;
}
.ppw-proof-label {
  font-size: .65rem; color: rgba(255,255,255,.45);
  text-align: center; line-height: 1.3;
}

/* price + cta row */
.ppw-cta-row {
  display: flex; align-items: center;
  gap: 24px; width: 100%; justify-content: center;
}
.ppw-price-block {
  display: flex; flex-direction: column; align-items: flex-start; gap: 0;
}
.ppw-price-old {
  font-size: .85rem; color: rgba(255,255,255,.3);
  text-decoration: line-through; font-weight: 600;
}
.ppw-price {
  font-family: 'Syne', sans-serif; font-size: 2.8rem;
  font-weight: 800; color: #fff; letter-spacing: -2px;
  line-height: 1;
}
.ppw-price-note {
  font-size: .65rem; color: var(--accent);
  font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
}

.ppw-btn {
  flex: 1; max-width: 280px;
  display: block; text-align: center;
  background: var(--accent); color: #fff;
  font-weight: 800; font-size: 1rem;
  padding: 18px 28px; border-radius: 100px;
  text-decoration: none; transition: all .18s;
  box-shadow: 0 6px 30px rgba(255,77,28,.55);
  letter-spacing: -.2px; line-height: 1.2;
}
.ppw-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(255,77,28,.7);
}

.ppw-garantia {
  font-size: .72rem; color: rgba(255,255,255,.25);
}

@media (max-width: 600px) {
  .ppw-inner { padding: 28px 20px 32px; }
  .ppw-cta-row { flex-direction: column; gap: 16px; }
  .ppw-btn { max-width: 100%; width: 100%; }
  .ppw-price-block { align-items: center; }
}

.ppw-garantia {
  font-size: .68rem; color: rgba(255,255,255,.3);
}
